Re: [slurm-users] Why every job will sleep 100000000

2022-11-04 Thread Jeffrey T Frey
If you examine the process hierarchy, that "sleep 1" process if probably the child of a "slurmstepd: [.extern]" process. This is a housekeeping step launched for the job by slurmd -- in older Slurm releases it would handle the X11 forwarding, for example. It should have no impact on th

[slurm-users] Why every job will sleep 100000000

2022-11-04 Thread GHui
I found a sleep process running by root, when I submit a job. And it sleep 1 seconds. Sometimes, my job is hung up. The job state is "R". Though it runs nothing, the jobscript like the following, -- #!/bin/bash #SBATCH -J sub #SBATCH -N 1 #SBATCH -n 1 #SBATCH -p vpartition --