On Fri, 2 Dec 2011 11:05:51 +0100 (CET), Per Lundqvist <[email protected]> wrote: > Hi, > > We have observed that jobs trapping SIGTERM without exiting the job > script, doesn't get killed with SIGKILL after 5m (KillWait=300) and > instead gets stuck in COMPLETING.
That is interesting. There is no way to trap SIGKILL so I wonder if SLURM is not ever sending the SIGKILL? mark > Reproduced by: > > #!/bin/bash > #SBATCH -t 00:01:00 > trap "while true; do sleep 1; done" TERM > sleep 365d > > We are running slurm 2.2.7. It is however not reproducable on one of > our other systems that is running 2.2.4. > > thanks, > > -- > Per Lundqvist > > National Supercomputer Centre > Linköping University, Sweden > > http://www.nsc.liu.se
