[slurm-users] sacct end time for failed jobs

Chris Samuel chris at csamuel.org
Thu Feb 28 06:40:58 UTC 2019


On Tuesday, 26 February 2019 10:03:34 AM PST Brian Andrus wrote:

> One thing I have noticed is that the END field for jobs with a state of
> FAILED is "Unknown" but the ELAPSED field has the time it ran.

That shouldn't happen, it works fine here (and where I've used Slurm in 
Australia).

$ sacct -j ${FAILED_JOBID} -o start,end,elapsed,state
              Start                 End    Elapsed      State
------------------- ------------------- ---------- ----------
2019-02-27T22:35:23 2019-02-27T22:36:20   00:00:57     FAILED
2019-02-27T22:35:23 2019-02-27T22:36:20   00:00:57     FAILED
2019-02-27T22:35:23 2019-02-27T22:36:38   00:01:15  COMPLETED

The "COMPLETED" part is the extern step we have as we use pam_slurm_adopt.

All the best,
Chris
-- 
  Chris Samuel  :  http://www.csamuel.org/  :  Berkeley, CA, USA






More information about the slurm-users mailing list