Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Issues
  • #750
Closed
Open
Issue created Nov 02, 2021 by Miguel Castrillo@mcastrilOwner

HELD jobs in stats

@wuruchi I think that maybe the HELD time is computed as QUEUING time in the statistics. In fact, the job is QUEUING before being HELD, but we shouldn't count this time because the dependencies are not met and the jobs are gaining priority but out of the queues (they are not eligible).

Could it be that the TOTAL_STATS info is misleading?

My suspect comes from a405 by @vlapin .

https://earth.bsc.es/autosubmitapp/experiment/a405

The total queue time is way high, and for example a405_19800101_fc00_21_CMOROCE queuing time is 55 hours, while looking at the logs it seems that it was only queueing for 6-7 minutes:

20211027_184533_run.log:2021-11-01 04:46:01,649 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:46:56,516 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:47:33,270 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:48:09,763 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:48:46,796 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:49:23,599 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:50:00,435 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:50:38,799 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:51:15,507 Job a405_19800101_fc00_21_CMOROCE is QUEUING
20211027_184533_run.log:2021-11-01 04:51:52,729 Job a405_19800101_fc00_21_CMOROCE is QUEUING
[bsc32252@dtransfer1 ASLOGS]$ grep "21_CMOROCE is R" *
20211027_184533_run.log:2021-11-01 04:52:51,659 Job a405_19800101_fc00_21_CMOROCE is RUNNING
20211027_184533_run.log:2021-11-01 04:53:12,552 Job a405_19800101_fc00_21_CMOROCE is RUNNING
20211027_184533_run.log:2021-11-01 04:53:33,390 Job a405_19800101_fc00_21_CMOROCE is RUNNING
20211027_184533_run.log:2021-11-01 04:53:54,474 Job a405_19800101_fc00_21_CMOROCE is RUNNING
20211027_184533_run.log:2021-11-01 04:54:15,456 Job a405_19800101_fc00_21_CMOROCE is RUNNING
20211027_184533_run.log:2021-11-01 04:54:36,795 Job a405_19800101_fc00_21_CMOROCE is RUNNING

FYI @dbeltran

Edited Nov 02, 2021 by Miguel Castrillo
Assignee
Assign to
Time tracking