nodes are in "alloc" state but no jobs running
there are no running tasks according to the squeue command, and when check with top, don't see anyone running tasks either. However, the nodes are in the "alloc" state, and when check with sacct, there are many tasks in either the "RUNNING" or "PENDING" state. Where is the problem?
• 1,024 views
•
link
1 answer
Most likely, the job constraints in the cluster you seek are unsatisfied. Regarding memory, the number of nodes or cores you seek is unavailable.
• 0 views
•
link
Log in to answer this question.
Top does not show running jobs on nodes. You need
pestat. Please see slurm docs or talk to your cluster admin for guidance.