cc_staff
176
edits
Line 144: | Line 144: | ||
* resources needed by other, higher-priority jobs waiting to run | * resources needed by other, higher-priority jobs waiting to run | ||
The start times are conditional - <tt>Slurm</tt> invalidates these future plans if: | |||
* | * jobs end early, changing which resources become available; | ||
* | * prioritization is perturbed: submission of higher-priority jobs or cancellation of queued jobs | ||
Most waiting jobs have a START_TIME of "N/A", which stands for "not available", meaning Slurm is not attempting to project a start time for that job. | On Compute Canada general purpose clusters, new jobs are submitted about every five seconds, and 30-50% of jobs end early, | ||
so <tt>Slurm</tt> often discards and recomputes its future plans. | |||
Most waiting jobs have a START_TIME of "N/A", which stands for "not available", meaning <tt>Slurm</tt> is not attempting to project a start time for that job. | |||
For jobs which are already running, the start time reported by <tt>squeue</tt> is perfectly accurate. | For jobs which are already running, the start time reported by <tt>squeue</tt> is perfectly accurate. | ||
</translate> | </translate> |