-psum
Displays a summarized version of reasons for pending jobs.
Categories
filter, format, state
Synopsis
bjobs -psumDescription
By default, bjobs commands only access information about the submitting user's own jobs. Therefore, bjobs -psum presents a summary of only the submitting user's own pending jobs. If the -u option is specified for a specific user, user group, or all users (using the all keyword), pending jobs of the specific users are summarized. The SECURE_JOB_INFO_LEVEL parameter can define different access control levels for all users. The -psum option will only summarize the pending jobs that can be seen by the users specified with SECURE_JOB_INFO_LEVEL.
Conflicting options
Use only with the filter options that can return a list of pending jobs, including the following: -app, -fwd, -G, -g, -J, -Jd, -Lp, -m, -P, -p, -p(0~3), -pe, -pei, -pi, -q, -sla, -u
Examples
bjobs -psum
Lists the top eligible and ineligible pending reasons in descending order by the number of jobs. If a host reason exists, further detailed host reasons are displayed in descending order by occurrences. Occurrence is a per-job per-host based number, counting the total times each job hits the reason on every single host.
#bjobs -p -psum
Pending reason summary: published Wed Mar 24 15:11:50 2016
Summarizing 100 pending jobs in cluster (cluster1):
Individual host based reasons: 70 jobs
Job's requirements for reserving resource (lic1) not satisfied: 20 jobs
New job is waiting for scheduling: 10 jobs
Individual host based reasons
Load information unavailable: 160 occurrences
Closed by LSF administrator: 80 occurrences
Not specified in job submission: 40 occurrences
Job requirements for reserving resource (mem) not satisfied: 40 occurrences
bjobs -q short -u user1 -psum
Displays summary of all pending job list submitted by user1 to the queue short.
bjobs -p1 -psum
Displays summary of single key reasons (rather than all host pending reason).
bjobs -p2 -psum
Displays summary of candidate host pending reasons (rather than non-candidate host pending reason). If there are no pending jobs with candidate host pending reasons, LSF will mention that there are no pending jobs in the summary, such as Summarizing 0 pending jobs in cluster (cluster1).
bjobs -p3 -psum
Displays summary of both candidate host pending reasons and non-candidate host pending reason.