<div dir="ltr"><div>You can use squeue to see the priority of jobs.  I believe it normally shows jobs in order of priority, even though does not display priority.  If you want to see actual priority, you need to request it in the format field.  I typically use</div><div>squeue -o "%.18i %.12a %.6P %.8u %.2t %.8m %.4D %.4C %12l %12p %Q %b %R" <any other squeue options></div><div><br></div><div>Do you have backfill enabled?  This can help in many cases.</div><div>If the job with highest priority is quite wide, Slurm will reserve resources for it.  E.g., if it requests all of your nodes, then Slurm will reserve all nodes as they become idle for the wide job, until no other jobs are running and it can finally run.  W/out backfill, no other jobs will run before it.  With backfill, Slurm will estimate when all the nodes needed for the highest priority job to run will be available (based on walltime limits of running jobs), and will allow other jobs to run on the reserved nodes (backfill) as long as they will complete (based on their walltime limits) before Slurm expects the remaining nodes for the top priority job will be available.  This can greatly improve utilization of the cluster --- I suspect a large percentage of our jobs run as backfill.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2019 at 10:10 AM Edward Ned Harvey (slurm) <<a href="mailto:slurm@nedharvey.com">slurm@nedharvey.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> From: slurm-users <<a href="mailto:slurm-users-bounces@lists.schedmd.com" target="_blank">slurm-users-bounces@lists.schedmd.com</a>> On Behalf Of<br>
> Ole Holm Nielsen<br>
> Sent: Tuesday, July 9, 2019 2:36 AM<br>
> <br>
> When some jobs are pending with Reason=Priority this means that other<br>
> jobs with a higher priority are waiting for the same resources (CPUs) to<br>
> become available, and they will have Pending=Resources in the squeue<br>
> output.<br>
<br>
Yeah, that's exactly the problem. There are plenty of cpu and memory resources available, yet jobs are waiting. Is there any way to know what resources, specifically, the jobs are waiting for, or what jobs are ahead of a particular job in queue, so I can then look at what resources the first job requires? "scontrol show partition" doesn't reveal any clear problems:<br>
<br>
    PartitionName=batch<br>
       AllowGroups=ALL AllowAccounts=ALL DenyQos=foo,bar,baz<br>
       AllocNodes=ALL Default=YES QoS=N/A<br>
       DefaultTime=00:15:00 DisableRootJobs=NO ExclusiveUser=NO GraceTime=0 Hidden=NO<br>
       MaxNodes=UNLIMITED MaxTime=3-00:00:00 MinNodes=1 LLN=NO MaxCPUsPerNode=UNLIMITED<br>
       Nodes=alpha[003-068],omega[003-068]<br>
       PriorityJobFactor=1 PriorityTier=1 RootOnly=NO ReqResv=NO OverSubscribe=NO<br>
       OverTimeLimit=NONE PreemptMode=REQUEUE<br>
       State=UP TotalCPUs=4321 TotalNodes=123 SelectTypeParameters=NONE<br>
       DefMemPerNode=UNLIMITED MaxMemPerNode=UNLIMITED<br>
<br>
The QoS policies are not new, and have not changed recently, yet the problem of jobs pending is a new problem. I can't seem to get any information about why they're pending.<br>
<br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Tom Payerle <br>DIT-ACIGS/Mid-Atlantic Crossroads        <a href="mailto:payerle@umd.edu" target="_blank">payerle@umd.edu</a><br></div><div>5825 University Research Park               (301) 405-6135<br></div><div dir="ltr">University of Maryland<br>College Park, MD 20740-3831<br></div></div></div></div></div></div>