Hi SchedMD, Since moving to Slurm 17.02 and RHEL7, we're seeing quite regular occurrences of nodes being drained with "batch job complete failure", with no obvious sign of problem on the nodes. This seem to mainly happen on job termination due to memory or time limit. For instance: Jul 2 13:05:28 sh-112-01 slurmstepd[170482]: error: *** JOB 410277 ON sh-112-01 CANCELLED AT 2017-07-02T13:05:28 DUE TO TIME LIMIT *** Jul 2 13:05:30 sh-112-01 slurmstepd[170476]: done with job Jul 2 13:06:33 sh-112-01 slurmstepd[170482]: error: *** JOB 410277 STEPD TERMINATED ON sh-112-01 AT 2017-07-02T13:06:32 DUE TO JOB NOT ENDING WITH SIGNALS *** Jul 2 13:06:33 sh-112-01 slurmstepd[170482]: sending REQUEST_COMPLETE_BATCH_SCRIPT, error:4001 status 15 Jul 2 13:06:33 sh-112-01 slurmstepd[170482]: done with job The logs on that node don't list any OOM killer occurrence or anything like problems mentioned in #1357 or #3791. There is no D nor Z process hanging around on the node, and as far as I can tell, all the processes from that job have exited eventually. So my questions: 1. is there any way to debug the "job not ending with signals" process a little bit more, for instance getting the PIDs of the processes not terminating? 2. what does "error:4001 status 15" mean? 3. is there a way to maybe increase the delay before slurmstepd considers that the job processes won't quit? I should also add that we haven't seen a single instance of that happening on our RHEL6/Slurm 16.05 cluster in 3+ years of production. Thanks! -- Kilian
Hello Kilian, This issue has already been reported in bug 3941 and work is progressing there. I'm closing this bug as a duplicate. Regards. Tim *** This ticket has been marked as a duplicate of ticket 3941 ***
Ah great, thanks!