pending_reasons
Each entry in the table contains one of the following pending reasons. More...
Detailed Description
Each entry in the table contains one of the following pending reasons.Define Documentation
#define PEND_JOB_REASON 0 Virtual code; not a reason.
#define PEND_JOB_NEW 1 A new job is waiting to be scheduled.
#define PEND_JOB_START_TIME 2 The job is held until its specified start time.
#define PEND_JOB_DEPEND 3 The job is waiting for its dependency condition(s) to be satisfied.
#define PEND_JOB_DEP_INVALID 4 The dependency condition is invalid or never satisfied.
#define PEND_JOB_MIG 5 The migrating job is waiting to be rescheduled.
#define PEND_JOB_PRE_EXEC 6 The job's pre-exec command exited with non-zero status.
#define PEND_JOB_NO_FILE 7 Unable to access jobfile.
#define PEND_JOB_ENV 8 Unable to set job's environment variables.
#define PEND_JOB_PATHS 9 Unable to determine the job's home or working directories.
#define PEND_JOB_OPEN_FILES 10 Unable to open the job's input and output files.
#define PEND_JOB_EXEC_INIT 11 Job execution initialization failed.
#define PEND_JOB_RESTART_FILE 12 Unable to copy restarting job's checkpoint files.
#define PEND_JOB_DELAY_SCHED 13 Scheduling of the job is delayed.
#define PEND_JOB_SWITCH 14 Waiting for the re-scheduling of the job after switching queues.
#define PEND_JOB_DEP_REJECT 15 An event is rejected by eeventd due to a syntax error.
#define PEND_JOB_JS_DISABLED 16 A JobScheduler feature is not enabled.
#define PEND_JOB_NO_PASSWD 17 Failed to get user password.
#define PEND_JOB_LOGON_FAIL 18 The job is pending due to logon failure.
#define PEND_JOB_MODIFY 19 The job is waiting to be re-scheduled after its parameters have been changed.
#define PEND_JOB_TIME_INVALID 20 The job time event is invalid.
#define PEND_TIME_EXPIRED 21 The job time event has expired.
#define PEND_JOB_REQUEUED 23 The job has been requeued.
#define PEND_WAIT_NEXT 24 Waiting for the next time event.
#define PEND_JGRP_HOLD 25 The parent group is held.
#define PEND_JGRP_INACT 26 The parent group is inactive.
#define PEND_JGRP_WAIT 27 The group is waiting for scheduling.
#define PEND_JOB_RCLUS_UNREACH 28 The remote cluster(s) are unreachable.
#define PEND_JOB_QUE_REJECT 29 SNDJOBS_TO queue rejected by remote clusters.
#define PEND_JOB_RSCHED_START 30 Waiting for new remote scheduling session.
#define PEND_JOB_RSCHED_ALLOC 31 Waiting for allocation reply from remote clusters.
#define PEND_JOB_FORWARDED 32 The job is forwarded to a remote cluster.
#define PEND_JOB_RMT_ZOMBIE 33 The job running remotely is in a zombie state.
#define PEND_JOB_ENFUGRP 34 Job's enforced user group share account not selected.
#define PEND_SYS_UNABLE 35 The system is unable to schedule the job.
#define PEND_JGRP_RELEASE 36 The parent group has just been released.
#define PEND_HAS_RUN 37 The job has run since group active.
#define PEND_JOB_ARRAY_JLIMIT 38 The job has reached its running element limit.
#define PEND_CHKPNT_DIR 39 Checkpoint directory is invalid.
#define PEND_CHUNK_FAIL 40 The first job in the chunk failed (all other jobs in the chunk are set to PEND).
#define PEND_JOB_SLA_MET 41 Optimum number of running jobs for SLA has been reached.
#define PEND_JOB_APP_NOEXIST 42 Specified application profile does not exist.
#define PEND_APP_PROCLIMIT 43 Job no longer satisfies application PROCLIMIT configuration.
#define PEND_EGO_NO_HOSTS 44 No hosts for the job from EGO.
#define PEND_JGRP_JLIMIT 45 The specified job group has reached its job limit.
#define PEND_PREEXEC_LIMIT 46 Job pre-exec retry limit.
#define PEND_REQUEUE_LIMIT 47 Job re-queue limit.
#define PEND_BAD_RESREQ 48 Job has bad res req.
#define PEND_RSV_INACTIVE 49 Job's reservation is inactive.
#define PEND_WAITING_RESUME 50 Job was in PSUSP with bad res req, after successful bmod waiting for the user to bresume.
#define PEND_SLOT_COMPOUND 51 Job slot request cannot satisfy compound resource requirement.
#define PEND_SLOT_ALTERNATIVE 52 Job slot request cannot satisfy alternative resource requirement.
#define PEND_FANOUT_FAIL 53 Fail to send fan-out information to other SBDs.
#define PEND_SLOT_LIST_JOB_LEVEL 54 This pending reason code is Obsoleted and can be re-used.
#define PEND_JOB_SIZE_LIST_APP_LEVEL 55 job size list on application profile level cannot be satisifed by job
#define PEND_JOB_SIZE_LIST_QUEUE_LEVEL 56 job size list on queue level cannot be satisifed by job
#define PEND_NOTMATCH_NBLOCK 57 Cannot allocate requested slots as blocks to job.
#define PEND_NLIST_NBLOCK_JOB 58 slot size list request in the job level cannot satisfy block scheduling
#define PEND_NLIST_NBLOCK_APP 59 slot size list request in the application level cannot satisfy block scheduling
#define PEND_NLIST_NBLOCK_QUEUE 60 slot size list request in the queue level cannot satisfy block scheduling
#define PEND_NOTMATCH_NBLOCK_HOST 61 Cannot allocate specified block slots on host.
#define PEND_QUE_INACT 301 The queue is inactivated by the administrator.
#define PEND_QUE_WINDOW 302 The queue is inactivated by its time windows.
#define PEND_QUE_JOB_LIMIT 303 The queue has reached its job slot limit.
#define PEND_QUE_USR_JLIMIT 304 The user has reached the per-user job slot limit of the queue.
#define PEND_QUE_USR_PJLIMIT 305 Not enough per-user job slots of the queue for the parallel job.
#define PEND_QUE_PRE_FAIL 306 The queue's pre-exec command exited with non-zero status.
#define PEND_NQS_RETRY 307 The job was not accepted by the NQS host, Attempt again later.
#define PEND_NQS_REASONS 308 Unable to send the job to an NQS host.
#define PEND_NQS_FUN_OFF 309 Unable to contact NQS host.
#define PEND_SYS_NOT_READY 310 The system is not ready for scheduling after reconfiguration.
#define PEND_SBD_JOB_REQUEUE 311 The requeued job is waiting for rescheduling.
#define PEND_JOB_SPREAD_TASK 312 Not enough hosts to meet the job's spanning requirement.
#define PEND_QUE_SPREAD_TASK 313 Not enough hosts to meet the queue's spanning requirement.
#define PEND_QUE_PJOB_LIMIT 314 The queue has not enough job slots for the parallel job.
#define PEND_QUE_WINDOW_WILL_CLOSE 315 The job will not finish before queue's run window is closed.
#define PEND_QUE_PROCLIMIT 316 Job no longer satisfies queue PROCLIMIT configuration.
#define PEND_SBD_PLUGIN 317 Job requeued due to plug-in failure.
#define PEND_WAIT_SIGN_LEASE 318 Waiting for lease signing.
#define PEND_USER_JOB_LIMIT 601 The job slot limit is reached.
#define PEND_UGRP_JOB_LIMIT 602 A user group has reached its job slot limit.
#define PEND_USER_PJOB_LIMIT 603 The job slot limit for the parallel job is reached.
#define PEND_UGRP_PJOB_LIMIT 604 A user group has reached its job slot limit for the parallel job.
#define PEND_USER_RESUME 605 Waiting for scheduling after resumed by user.
#define PEND_USER_STOP 607 The job was suspended by the user while pending.
#define PEND_NO_MAPPING 608 Unable to determine user account for execution.
#define PEND_RMT_PERMISSION 609 The user has no permission to run the job on remote host/cluster.
#define PEND_ADMIN_STOP 610 The job was suspended by LSF admin or root while pending.
#define PEND_MLS_INVALID 611 The requested label is not valid.
#define PEND_MLS_CLEARANCE 612 The requested label is above user allowed range.
#define PEND_MLS_RHOST 613 The requested label rejected by /etc/rhost.conf.
#define PEND_MLS_DOMINATE 614 The requested label does not dominate current label.
#define PEND_MLS_FATAL 615 The requested label problem.
#define PEND_INTERNAL_STOP 616 LSF internally bstoped a pending job.
#define PEND_HOST_RES_REQ 1001 The job's resource requirements not satisfied.
#define PEND_HOST_NONEXCLUSIVE 1002 The job's requirement for exclusive execution not satisfied.
#define PEND_HOST_JOB_SSUSP 1003 Higher or equal priority jobs already suspended by system.
#define PEND_HOST_PART_PRIO 1004 The job failed to compete with other jobs on host partition.
#define PEND_SBD_GETPID 1005 Unable to get the PID of the restarting job.
#define PEND_SBD_LOCK 1006 Unable to lock the host for exclusively executing the job.
#define PEND_SBD_ZOMBIE 1007 Cleaning up zombie job.
#define PEND_SBD_ROOT 1008 Can't run jobs submitted by root.
The job is rejected by the sbatchd
#define PEND_HOST_WIN_WILL_CLOSE 1009 Job can't finish on the host before queue's run window is closed.
#define PEND_HOST_MISS_DEADLINE 1010 Job can't finish on the host before job's termination deadline.
#define PEND_FIRST_HOST_INELIGIBLE 1011 The specified first execution host is not eligible for this job at this time.
#define PEND_HOST_EXCLUSIVE_RESERVE 1012 Exclusive job reserves slots on host.
#define PEND_FIRST_HOST_REUSE 1013 Resized shadow job or non-first resReq of a compound resReq job try to reuse the first execution host.
#define PEND_HOST_JOB_VM 1014 Job virtual machine container host cannot be used for scheduling.
#define PEND_HOSTFILE 1015 User specified allocation host file does not include the host.
#define PEND_HOST_DISABLED 1301 The host is closed by the LSF administrator.
#define PEND_HOST_LOCKED 1302 The host is locked by the LSF administrator.
#define PEND_HOST_LESS_SLOTS 1303 Not enough job slots for the parallel job.
#define PEND_HOST_WINDOW 1304 Dispatch windows are closed.
#define PEND_HOST_JOB_LIMIT 1305 The job slot limit reached.
#define PEND_QUE_PROC_JLIMIT 1306 The queue's per-CPU job slot limit is reached.
#define PEND_QUE_HOST_JLIMIT 1307 The queue's per-host job slot limit is reached.
#define PEND_USER_PROC_JLIMIT 1308 The user's per-CPU job slot limit is reached.
#define PEND_HOST_USR_JLIMIT 1309 The host's per-user job slot limit is reached.
#define PEND_HOST_QUE_MEMB 1310 Not a member of the queue.
#define PEND_HOST_USR_SPEC 1311 Not a user-specified host.
#define PEND_HOST_PART_USER 1312 The user has no access to the host partition.
#define PEND_HOST_NO_USER 1313 There is no such user account.
#define PEND_HOST_ACCPT_ONE 1314 Just started a job recently.
#define PEND_LOAD_UNAVAIL 1315 Load info unavailable.
#define PEND_HOST_NO_LIM 1316 The LIM is unreachable by the sbatchd.
#define PEND_HOST_UNLICENSED 1317 The host does not have a valid LSF software license.
#define PEND_HOST_QUE_RESREQ 1318 The queue's resource requirements are not satisfied.
#define PEND_HOST_SCHED_TYPE 1319 The submission host type is not the same.
#define PEND_JOB_NO_SPAN 1320 There are not enough processors to meet the job's spanning requirement.
The job level locality is unsatisfied.
#define PEND_QUE_NO_SPAN 1321 There are not enough processors to meet the queue's spanning requirement.
The queue level locality is unsatisfied.
#define PEND_HOST_EXCLUSIVE 1322 An exclusive job is running.
#define PEND_HOST_JS_DISABLED 1323 Job Scheduler is disabled on the host.
It is not licensed to accept repetitive jobs.
#define PEND_UGRP_PROC_JLIMIT 1324 The user group's per-CPU job slot limit is reached.
#define PEND_BAD_HOST 1325 Incorrect host, group or cluster name.
#define PEND_QUEUE_HOST 1326 Host is not used by the queue.
#define PEND_HOST_LOCKED_MASTER 1327 Host is locked by master LIM.
#define PEND_HOST_LESS_RSVSLOTS 1328 Not enough reserved job slots at this time for specified reservation ID.
#define PEND_HOST_LESS_DURATION 1329 Not enough slots or resources for whole duration of the job.
#define PEND_HOST_NO_RSVID 1330 Specified reservation has expired or has been deleted.
#define PEND_HOST_LEASE_INACTIVE 1331 The host is closed due to lease is inactive.
#define PEND_HOST_ADRSV_ACTIVE 1332 Not enough job slot(s) while advance reservation is active.
#define PEND_QUE_RSVID_NOMATCH 1333 This queue is not configured to send jobs to the cluster specified in the advance.
#define PEND_HOST_GENERAL 1334 Individual host based reasons.
#define PEND_HOST_RSV 1335 Host does not belong to the specified advance reservation.
#define PEND_HOST_NOT_CU 1336 Host does not belong to a compute unit of the required type.
#define PEND_HOST_CU_EXCL 1337 A compute unit containing the host is used exclusively.
#define PEND_HOST_CU_OCCUPIED 1338 CU-level excl.
job cannot start since CU is occupied
#define PEND_HOST_USABLE_CU 1339 Insufficiently many usable slots on the host's compute unit.
#define PEND_JOB_FIRST_CU 1340 No first execution compute unit satisfies CU 'usablepercu' requirement.
#define PEND_HOST_CU_EXCL_RSV 1341 A CU containing the host is reserved exclusively.
#define PEND_JOB_CU_MAXCUS 1342 Maxcus cannot be satisfied.
#define PEND_JOB_CU_BALANCE 1343 Balance cannot be satisfied.
#define PEND_CU_TOPLIB_HOST 1344 Cu not supported on toplib integration hosts.
#define PEND_HOST_PREEXEC_FAIL 1345 Host is excluded from re-scheduling the job because the job's pre_exec failed on this host.
#define PEND_HOST_VNODE 1346 Host is vnode, only specific HPC jobs can run.
#define PEND_JOB_HOST_LIMIT 1347 Host limit of the job is exceeded.
#define PEND_DURATION_OTHERS 1348 Job duration on this host reduces resource availability on other hosts selected for job.
#define PEND_HOST_IN_CYCLE_TIME 1349 hosts haven't finished their cycle time
#define PEND_HOST_REMOTE_DATA_REQ 1350 Remote hosts cannot be used for jobs with a data requirement.
#define PEND_SBD_UNREACH 1601 Cannot reach sbatchd.
#define PEND_SBD_JOB_QUOTA 1602 Number of jobs exceed quota.
#define PEND_JOB_START_FAIL 1603 The job failed in talking to the server to start the job.
#define PEND_JOB_START_UNKNWN 1604 Failed in receiving the reply from the server when starting the job.
#define PEND_SBD_NO_MEM 1605 Unable to allocate memory to run job.
There is no memory on the sbatchd.
#define PEND_SBD_NO_PROCESS 1606 Unable to fork process to run the job.
There are no more processes on the sbatchd.
#define PEND_SBD_SOCKETPAIR 1607 Unable to communicate with the job process.
#define PEND_SBD_JOB_ACCEPT 1608 The slave batch server failed to accept the job.
#define PEND_LEASE_JOB_REMOTE_DISPATCH 1609 Lease job remote dispatch failed.
#define PEND_JOB_RESTART_FAIL 1610 Failed to restart job from last checkpoint.
#define PEND_HOST_LOAD 2001 The load threshold is reached.
#define PEND_HOST_QUE_RUSAGE 2301 The queue's requirements for resource reservation are not satisfied.
#define PEND_HOST_JOB_RUSAGE 2601 The job's requirements for resource reservation are not satisfied.
#define PEND_RMT_JOB_FORGOTTEN 2901 Remote job not recongized by remote cluster, waiting for rescheduling.
#define PEND_RMT_IMPT_JOBBKLG 2902 Remote import limit reached, waiting for rescheduling.
#define PEND_RMT_MAX_RSCHED_TIME 2903 Remote schedule time reached, waiting for rescheduling.
#define PEND_RMT_MAX_PREEXEC_RETRY 2904 Remote pre-exec retry limit reached, waiting for rescheduling.
#define PEND_RMT_QUEUE_CLOSED 2905 Remote queue is closed.
#define PEND_RMT_QUEUE_INACTIVE 2906 Remote queue is inactive.
#define PEND_RMT_QUEUE_CONGESTED 2907 Remote queue is congested.
#define PEND_RMT_QUEUE_DISCONNECT 2908 Remote queue is disconnected.
#define PEND_RMT_QUEUE_NOPERMISSION 2909 Remote queue is not configured to accept jobs from this cluster.
#define PEND_RMT_BAD_TIME 2910 Job's termination time exceeds the job creation time on remote cluster.
#define PEND_RMT_PERMISSIONS 2911 Permission denied on the execution cluster.
#define PEND_RMT_PROC_NUM 2912 Job's required on number of processors cannot be satisfied on the remote cluster.
#define PEND_RMT_QUEUE_USE 2913 User is not defined in the fairshare policy of the remote queue.
#define PEND_RMT_NO_INTERACTIVE 2914 Remote queue is a non-interactive queue.
#define PEND_RMT_ONLY_INTERACTIVE 2915 Remote queue is an interactive-only queue.
#define PEND_RMT_PROC_LESS 2916 Job's required maximum number of processors is less then the minimum number.
#define PEND_RMT_OVER_LIMIT 2917 Job's required resource limit exceeds that of the remote queue.
#define PEND_RMT_BAD_RESREQ 2918 Job's resource requirements do not match with those of the remote queue.
#define PEND_RMT_CREATE_JOB 2919 Job failed to be created on the remote cluster.
#define PEND_RMT_RERUN 2920 Job is requeued for rerun on the execution cluster.
#define PEND_RMT_EXIT_REQUEUE 2921 Job is requeued on the execution cluster due to exit value.
#define PEND_RMT_REQUEUE 2922 Job was killed and requeued on the execution cluster.
#define PEND_RMT_JOB_FORWARDING 2923 Job was forwarded to remote cluster.
#define PEND_RMT_QUEUE_INVALID 2924 Remote import queue defined for the job in lsb.queues is either not ready or not valid.
#define PEND_RMT_QUEUE_NO_EXCLUSIVE 2925 Remote queue is a non-exclusive queue.
#define PEND_RMT_UGROUP_MEMBER 2926 Job was rejected; submitter does not belong to the specified User Group in the remote cluster or the user group does not exist in the remote cluster.
#define PEND_RMT_INTERACTIVE_RERUN 2927 Remote queue is rerunnable: can not accept interactive jobs.
#define PEND_RMT_JOB_START_FAIL 2928 Remote cluster failed in talking to server to start the job.
#define PEND_RMT_FORWARD_FAIL_UGROUP_MEMBER 2930 Job was rejected; submitter does not belong to the specified User Group in the remote cluster or the user group does not exist in the remote cluster.
#define PEND_RMT_HOST_NO_RSVID 2931 Specified remote reservation has expired or has been deleted.
#define PEND_RMT_APP_NULL 2932 Application profile could not be found in the remote cluster.
#define PEND_RMT_BAD_RUNLIMIT 2933 Job's required RUNLIMIT exceeds RUNTIME * JOB_RUNLIMIT_RATIO of the remote cluster.
#define PEND_RMT_OVER_QUEUE_LIMIT 2934 Job's required RUNTIME exceeds the hard runtime limit in the remote queue.
#define PEND_RMT_WHEN_NO_SLOTS 2935 Job will be pend when no slots available among remote queues.
#define PEND_RMT_ADJUST_ASKHOST 2936 The job asked host was moved.
#define PEND_RMT_NO_VALID_ASKHOST 2937 No valid host in job asked hosts.
#define PEND_RMT_BRUN_FAILED 2938 Brun failed; job pending.
#define PEND_RMT_QUEUE_HOST 2939 Host or host group is not used by remote queue.
#define PEND_RMT_UNFORWARD 2940 Job has returned from remote cluster.
#define PEND_RMT_JOB_BOT 2941 Job has returned due to a remote bbot request.
#define PEND_RMT_ASKED_RESOURCE 2942 Asked clusters do not satisfy job requirement.
#define PEND_RMT_BAD_ASKED_CLUSTER 2943 Incorrect asked cluster name.
#define PEND_RMT_QUEUE_ASKED_CLUSTER 2944 Asked cluster is not used by the queue.
#define PEND_RMT_PROC_APP_QUE 2945 Application profile proclimit rejected by the receive-queue on remote cluster.
#define PEND_RMT_QUEUE_DATA_REQ 2946 Invalid remote queue for data req job.
#define PEND_GENERAL_LIMIT_USER 3201 Resource limit defined on user or user group has been reached.
#define PEND_GENERAL_LIMIT_QUEUE 3501 Resource (s) limit defined on queue has been reached.
#define PEND_GENERAL_LIMIT_PROJECT 3801 Resource limit defined on project has been reached.
#define PEND_GENERAL_LIMIT_CLUSTER 4101 Resource (s) limit defined cluster wide has been reached.
#define PEND_GENERAL_LIMIT_HOST 4401 Resource (s) limit defined on host and/or host group has been reached.
#define PEND_GENERAL_LIMIT_JOBS_USER 4701 JOBS limit defined for the user or user group has been reached.
#define PEND_GENERAL_LIMIT_JOBS_QUEUE 4702 JOBS limit defined for the queue has been reached.
#define PEND_GENERAL_LIMIT_JOBS_PROJECT 4703 JOBS limit defined for the project has been reached.
#define PEND_GENERAL_LIMIT_JOBS_CLUSTER 4704 JOBS limit defined cluster-wide has been reached.
#define PEND_GENERAL_LIMIT_JOBS_HOST 4705 JOBS limit defined on host or host group has been reached.
#define PEND_GENERAL_LIMIT_JOBS_LIC_PROJECT 4706 JOBS limit defined for the license project has been reached.
#define PEND_RMS_PLUGIN_INTERNAL 4900 RMS scheduler plugin internal error.
#define PEND_RMS_PLUGIN_RLA_COMM 4901 RLA communication failure.
#define PEND_RMS_NOT_AVAILABLE 4902 RMS is not available.
#define PEND_RMS_FAIL_TOPOLOGY 4903 Cannot satisfy the topology requirement.
#define PEND_RMS_FAIL_ALLOC 4904 Cannot allocate an RMS resource.
#define PEND_RMS_SPECIAL_NO_PREEMPT_BACKFILL 4905 RMS job with special topology requirements cannot be preemptive or backfill job.
#define PEND_RMS_SPECIAL_NO_RESERVE 4906 RMS job with special topology requirements cannot reserve slots.
#define PEND_RMS_RLA_INTERNAL 4907 RLA internal error.
#define PEND_RMS_NO_SLOTS_SPECIAL 4908 Not enough slots for job.
Job with RMS topology requirements cannot reserve slots, be preemptive, or be a backfill job.
#define PEND_RMS_RLA_NO_SUCH_USER 4909 User account does not exist on the execution host.
#define PEND_RMS_RLA_NO_SUCH_HOST 4910 Unknown host and/or partition unavailable.
#define PEND_RMS_CHUNKJOB 4911 Cannot schedule chunk jobs to RMS hosts.
#define PEND_RLA_PROTOMISMATCH 4912 RLA protocol mismatch.
#define PEND_RMS_BAD_TOPOLOGY 4913 Contradictory topology requirements specified.
#define PEND_RMS_RESREQ_MCONT 4914 Not enough slots to satisfy manditory contiguous requirement.
#define PEND_RMS_RESREQ_PTILE 4915 Not enough slots to satisfy RMS ptile requirement.
#define PEND_RMS_RESREQ_NODES 4916 Not enough slots to satisfy RMS nodes requirement.
#define PEND_RMS_RESREQ_BASE 4917 Cannot satisfy RMS base node requirement.
#define PEND_RMS_RESREQ_RAILS 4918 Cannot satisfy RMS rails requirement.
#define PEND_RMS_RESREQ_RAILMASK 4919 Cannot satisfy RMS railmask requirement.
#define PEND_MAUI_UNREACH 5000 Unable to communicate with external Maui scheduler.
#define PEND_MAUI_FORWARD 5001 Job is pending at external Maui scheduler.
#define PEND_MAUI_REASON 5030 External Maui scheduler sets detail reason.
#define PEND_CPUSET_ATTACH 5200 CPUSET attach failed.
Job requeued
#define PEND_CPUSET_NOT_CPUSETHOST 5201 Not a cpuset host.
#define PEND_CPUSET_TOPD_INIT 5202 Topd initialization failed.
#define PEND_CPUSET_TOPD_TIME_OUT 5203 Topd communication timeout.
#define PEND_CPUSET_TOPD_FAIL_ALLOC 5204 Cannot satisfy the cpuset allocation requirement.
#define PEND_CPUSET_TOPD_BAD_REQUEST 5205 Bad cpuset allocation request.
#define PEND_CPUSET_TOPD_INTERNAL 5206 Topd internal error.
#define PEND_CPUSET_TOPD_SYSAPI_ERR 5207 Cpuset system API failure.
#define PEND_CPUSET_TOPD_NOSUCH_NAME 5208 Specified static cpuset does not exist on the host.
#define PEND_CPUSET_TOPD_JOB_EXIST 5209 Cpuset is already allocated for this job.
#define PEND_CPUSET_TOPD_NO_MEMORY 5210 Topd malloc failure.
#define PEND_CPUSET_TOPD_INVALID_USER 5211 User account does not exist on the cpuset host.
#define PEND_CPUSET_TOPD_PERM_DENY 5212 User does not have permission to run job within cpuset.
#define PEND_CPUSET_TOPD_UNREACH 5213 Topd is not available.
#define PEND_CPUSET_TOPD_COMM_ERR 5214 Topd communication failure.
#define PEND_CPUSET_PLUGIN_INTERNAL 5215 CPUSET scheduler plugin internal error.
#define PEND_CPUSET_CHUNKJOB 5216 Cannot schedule chunk jobs to cpuset hosts.
#define PEND_CPUSET_CPULIST 5217 Can't satisfy CPU_LIST requirement.
#define PEND_CPUSET_MAXRADIUS 5218 Cannot satisfy CPUSET MAX_RADIUS requirement.
#define PEND_NODE_ALLOC_FAIL 5300 Node allocation failed.
#define PEND_RMSRID_UNAVAIL 5400 RMS resource is not available.
#define PEND_NO_FREE_CPUS 5450 Not enough free cpus to satisfy job requirements.
#define PEND_TOPOLOGY_UNKNOWN 5451 Topology unknown or recently changed.
#define PEND_BAD_TOPOLOGY 5452 Contradictory topology requirement specified.
#define PEND_RLA_COMM 5453 RLA communications failure.
#define PEND_RLA_NO_SUCH_USER 5454 User account does not exist on execution host.
#define PEND_RLA_INTERNAL 5455 RLA internal error.
#define PEND_RLA_NO_SUCH_HOST 5456 Unknown host and/or partition unavailable.
#define PEND_RESREQ_TOOFEWSLOTS 5457 Too few slots for specified topology requirement.
#define PEND_PSET_PLUGIN_INTERNAL 5500 PSET scheduler plugin internal error.
#define PEND_PSET_RESREQ_PTILE 5501 Cannot satisfy PSET ptile requirement.
#define PEND_PSET_RESREQ_CELLS 5502 Cannot satisfy PSET cells requirement.
#define PEND_PSET_CHUNKJOB 5503 Cannot schedule chunk jobs to PSET hosts.
#define PEND_PSET_NOTSUPPORT 5504 Host does not support processor set functionality.
#define PEND_PSET_BIND_FAIL 5505 PSET bind failed.
Job requeued
#define PEND_PSET_RESREQ_CELLLIST 5506 Cannot satisfy PSET CELL_LIST requirement.
#define PEND_SLURM_PLUGIN_INTERNAL 5550 SLURM scheduler plugin internal error.
#define PEND_SLURM_RESREQ_NODES 5551 Not enough resource to satisfy SLURM nodes requirment.
#define PEND_SLURM_RESREQ_NODE_ATTR 5552 Not enough resource to satisfy SLURM node attributes requirment.
#define PEND_SLURM_RESREQ_EXCLUDE 5553 Not enough resource to satisfy SLURM exclude requirment.
#define PEND_SLURM_RESREQ_NODELIST 5554 Not enough resource to satisfy SLURM nodelist requirment.
#define PEND_SLURM_RESREQ_CONTIGUOUS 5555 Not enough resource to satisfy SLURM contiguous requirment.
#define PEND_SLURM_ALLOC_UNAVAIL 5556 SLURM allocation is not available.
Job requeued.
#define PEND_SLURM_RESREQ_BAD_CONSTRAINT 5557 Invalid grammar in SLURM constraints option, job will never run.
#define PEND_CRAYX1_SSP 5600 Not enough SSPs for job.
#define PEND_CRAYX1_MSP 5601 Not enough MSPs for job.
#define PEND_CRAYX1_PASS_LIMIT 5602 Unable to pass limit information to psched.
#define PEND_CRAYLINUX_ASSIGN_FAIL 5650 Unable to reserve confirm on Cray Linux.
#define PEND_CRAYLINUX_NODE_REUSE_INTERVAL 5651 Unable to use a recently released compute node.
#define PEND_BLUEGENE_PLUGIN_INTERNAL 5700 BG/L: Scheduler plug-in internal error.
#define PEND_BLUEGENE_ALLOC_UNAVAIL 5701 BG/L: Allocation is not available.
Job requeued.
#define PEND_BLUEGENE_NOFREEMIDPLANES 5702 BG/L: No free base partitions available for a full block allocation.
#define PEND_BLUEGENE_NOFREEQUARTERS 5703 BG/L: No free quarters available for a small block allocation.
#define PEND_BLUEGENE_NOFREENODECARDS 5704 BG/L: No free node cards available for a small block allocation.
#define PEND_RESIZE_FIRSTHOSTUNAVAIL 5705 First execution host unavailable.
#define PEND_RESIZE_MASTERSUSP 5706 Master is not in the RUN state.
#define PEND_RESIZE_MASTER_SAME 5707 Host is not same as for master.
#define PEND_RESIZE_SPAN_PTILE 5708 Host already used by master.
#define PEND_RESIZE_SPAN_HOSTS 5709 The job can only use first host.
#define PEND_RESIZE_LEASE_HOST 5710 The job cannot get slots on remote hosts.
#define PEND_RESIZE_POWER_SAVED_HOST 5711 The job cannot get slots on power saved hosts.
#define PEND_PS_PLUGIN_INTERNAL 5750 Host does not have enough slots for this SLA job.
#define PEND_PS_MBD_SYNC 5751 EGO SLA: Failed to synchronize resource with MBD.
#define PEND_COMPOUND_RESREQ_OLD_LEASE_HOST 5800 The job cannot get slots on pre-7Update5 remote hosts.
#define PEND_COMPOUND_RESREQ_TOPLIB_HOST 5801 Hosts using LSF system integrations do not support compound resource requirements.
#define PEND_ALTERNATIVE_RESREQ_OLD_LEASE_HOST 5802 The job cannot get slots on pre-9.1 remote hosts.
#define PEND_FWD_COMPOUND_RESREQ 5803 The job cannot be forwarded to a pre-7Update5 cluster.
#define PEND_FWD_ALTERNATIVE_RESREQ 5804 The job cannot be forwarded to a pre-9.1 cluster.
#define PEND_ALTERNATIVE_RESREQ_TOPLIB_HOST 5805 Hosts using LSF system integrations do not support alternative resource requirements.
#define PEND_FWD_GLOBAL_SAME_NOT_SUPPORTED 5806 The job cannot be forwared to a 9.1.1 or earlier cluster.
#define PEND_BLOCK_RESREQ_OLD_LEASE_HOST 5807 MC lease hosts running LSF versions prior to 9.1.2 do not satisfy block resource requirements.
#define PEND_FWD_BLOCK_RESREQ_NOT_SUPPORTED 5808 Remote MC queues for clusters running LSF versions prior to 9.1.2 do not satisfy block resource requirements.
#define PEND_COMPOUND_RESREQ_USER_HOST_FILE 5809 User-specified host file cannot combined with compound resource requirements.
#define PEND_MULTIPHASE_RESREQ_OLD_LEASE_HOST 5900 The job cannot get slots on pre-7Update6 remote hosts.
#define PEND_AFFINITY_LACK_PU 5901 There is not enough PU resource on the host.
#define PEND_AFFINITY_LACK_NUMA_MEMORY 5902 Host has not enough NUMA memory for NUMA binding.
#define PEND_NONE_AFFINITY_HOST 5903 Not a affinity host.
#define PEND_AFFINITY_LEASE_IN 5904 Affinity job does not run on lease-in hosts.
#define PEND_NOT_REMOTE_AFFINITY_HOST 5905 Remote cluster has no numa node.
#define PEND_AFFINITY_BIND_DISABLED_HOST 5906 Affinity binding is not enabled on the host.
#define PEND_QUEUE_SLOT_POOL_LIMIT 5950 MAX_SLOTS_IN_POOL is reached.
#define PEND_GUARANTEE_RSRC 6000 Remaining resources are reserved for guarantees.
#define PEND_GUARANTEE_SLOTS 6300 Slots on this host are reserved for guarantees.
#define PEND_GUARANTEE_HOSTS 6301 This host is reserved for guarantees.
#define PEND_GUARANTEE_SLOTS_PER_HOST 6302 Per-host slot limit is reached for host in guaranteed slot pool.
#define PEND_GUARANTEE_NONSLA 6303 Remaining slots on host are reserved for guarantee SLA jobs.
#define PEND_GUARANTEE_SLOTS_LIMIT 6304 Slot limit on host and/or host group within resource pool.
#define PEND_GUARANTEE_SLOTS_PKG 6305 Slots on this host reserved for SLAs.
#define PEND_GUARANTEE_MEM_PKG 6306 Memory (mem) on this host reserved for SLAs.
#define PEND_GUARANTEE_PKG 6307 Insufficient packages available on host.
#define PEND_GENERAL_LIMIT_LIC_PROJECT 6400 Resource limit defined on license project has been reached.
#define PEND_GENERAL_LIMIT_LIC_PROJECT_END 6700 place holder for limit reason for license project
#define PEND_PREEMPT_DELAY 6701 The preemptive job is allowing a grace period before preemption.
#define PEND_GLB_MIXED_MODE 6702 Job requests both project mode and cluster mode licenses.
#define PEND_EXTSCHED_REASON 6703 External scheduler sets custome pending reason.
#define PEND_PREEMPT_RESUME_DELAY 6704 Resume blocked while preemption occurs for a pending job.
#define PEND_JOB_NO_FILE_SBDRESTART 6705 Unable to access jobfile due to socket error.
#define PEND_AC_HOST_MISSINFO 6800 Dynamic Cluster host cannot be used for scheduling due to missing information.
#define PEND_AC_HOST_NO_PM_TEMPLATE 6801 Dynamic Cluster host cannot provide the job-required physical machine template.
#define PEND_AC_HOST_NO_MACHTYPE 6802 Dynamic Cluster host cannot provide the job-required machine type.
#define PEND_AC_HOST_NOT_ACJOB 6803 Cannot schedule the job on the Dynamic Cluster host because there is no Dynamic Cluster job requirement.
#define PEND_AC_BAD_PROV_REQ 6804 Invalid Dynamic Cluster provisioning request.
#define PEND_AC_PROV_REQ_FAIL 6805 Failed to execute Dynamic Cluster job provisioning request.
#define PEND_AC_LESS_MAXMEM 6806 Dynamic Cluster server host does not have enough memory to satisfy job request.
#define PEND_AC_VM_POWERINGOFF 6807 Some virtual machines are shutting down on Dynamic Cluster host, cannot be used for scheduling.
#define PEND_AC_UNUSE_SLOTS 6808 Dynamic Cluster host does not have enough job slots because some virtual machine jobs are in the middle of provisioning operations.
#define PEND_HOST_NO_AC_PLUGIN 6809 LSF scheduler cannot schedule jobs to use Dynamic Cluster hosts because the Dynamic Cluster scheduling plugin is not configured or not loaded.
#define PEND_AC_ACJOB_PREEMPTED 6810 Dynamic Cluster virtual machine image is saved, job is waiting for rescheduling.
#define PEND_AC_ACJOB_RESTORE_FAIL 6811 Failed to restore the Dynamic Cluster virtual machine image, job is waiting for rescheduling.
#define PEND_AC_FAIL_CREATE_REQ 6812 Failed to create the Dynamic Cluster machine provisioning request.
#define PEND_AC_RESTOREVM_NOT_SAME_RESGROUP 6813 Dynamic Cluster host does not belong to the same resource group and cannot be used to restore the saved virtual machine.
#define PEND_AC_RESTOREVM_NOT_ACHOST 6814 Host is not a Dynamic Cluster host and cannot be used to restore saved virtual machines.
#define PEND_AC_HOST_NO_VM_TEMPLATE 6815 Dynamic Cluster host does not have virtual machines for the job-required template or does not allow creating virtual machines for the specified template.
#define PEND_AC_PM_INPROVISIONING 6816 Dynamic Cluster host is powering on or under provisioning.
#define PEND_AC_HOST_PM_TEMPLATE_NOMATCH 6817 Dynamic Cluster host template does not match job requirements.
#define PEND_AC_PM_RESERVE_TEMPLATE 6018 Dynamic Cluster host has been reserved by a job with different physical machine templates.
#define PEND_AC_NOT_READY 6819 Dynamic Cluster host is not up and running.
#define PEND_AC_HOST_NOT_EMPTY 6820 Cannot re-provision the Dynamic Cluster host because it has running jobs.
#define PEND_AC_LSF_NOT_READY 6821 LSF daemons on the Dynamic Cluster host are not ready to accept jobs.
#define PEND_AC_TTL_NOTEXPIRED 6822 Dynamic Cluster host does not have enough resources because the idle virtual machines cannot be re-provisioned to meet the job requirements: There are idle virtual machines with a time to live that are not yet expired.
#define PEND_AC_JOB_VM_NOSUSPENDED 6823 Dynamic Cluster virtual machine job cannot be restored because it is not in a suspended state.
#define PEND_AC_UNABLE_REPROVISIONING 6824 Unable to start re-provisioning.
#define PEND_AC_VMJOB_TOO_BIG_MEMSIZE 6825 The memory requirement is larger than the amount that Dynamic Cluster currently offers.
#define PEND_AC_HOST_INELIGIBLE_FOR_REPROVISION 6826 Ineligible for re-provisioning due to the threshold for failed provisioning attempts.
#define PEND_AC_TTL_NOTEXPIRED_ACHOST 6827 Unable to re-provision due to the value of the DC_MACHINE_MIN_TTL parameter.
#define PEND_AC_RMT_TEMPLATE_NOT_FOUND 6828 Dynamic Cluster template is not found in the remote cluster.
#define PEND_AC_NOT_HYPERVISOR 6829 Host is not a Dynamic Cluster hypervisor.
#define PEND_AC_TOO_BIG_MEMSIZE_VM_ON_HV 6830 Dynamic Cluster hypervisor cannot provide a virtual machine with the job's resource (mem) requirement larger than the amount that Dynamic Cluster currently offers.
#define PEND_AC_HOST_RESREQ_COMPOUND 6831 Dynamic Cluster hosts cannot be used to satisfy compound or alternative resource requirements.
#define PEND_AC_VMJOB_RESREQ_COMPOUND 6832 Dynamic Cluster VM jobs cannot use compound or alternative resource requirements.
#define PEND_AC_ACJOB_RESTART 6833 DC job is restarting.
#define PEND_AC_ACJOB_RESTART_FAIL 6834 DC job restart failed.
#define PEND_AC_USER_HOST_FILE 6835 User-specified host file cannot include Dynamic Cluster job requirements.
#define PEND_DS_NO_SPACE 6901 for producing job, the host has not enough storage space
#define PEND_DS_NO_ACCESS 6902 for consuming job, the host has no access to the data, i.e.
no distance
#define PEND_DS_STORAGE_UNAVAIL 6903 storage's status is unavailable
#define PEND_DS_STORAGE_CLOSE 6904 storage's status is closed
#define PEND_DS_UNREG_DATASET 6905 dataset is not unregister
#define PEND_DS_NO_CLOSEST_STORAGE 6906 dataset is not unregister
#define PEND_DS_SYNTAX_ERROR 6907 syntax error in -extsched
#define PEND_HOST_JOB_RUSAGE_THRESHOLD 7101 The job's requirements for resource reservation are not satisfied.
#define PEND_NETWORK_WINDOW_LIMIT 7401 Not enough windows on the network.
#define PEND_NETWORK_JOB_DEDICATED 7402 Dedicated job cannot run because the network is occupied by another POE job.
#define PEND_NETWORK_WINDOW_DEDICATED 7403 Network window is occupied by another dedicated POE job.
#define PEND_NETWORK_WINDOW_FAILED 7404 Network cannot be used due to network failure.
#define PEND_FWD_NETWORK_REQ 7405 Cannot forward job to executions clusters whose version is old and no network aware scheduling support.
#define PEND_NETWORK_EXCEED_MAX_PROTOCOL_INSTANCE 7406 Job's requested instance exceed configured MAX_PROTOCOL_INSTANCES.
#define PEND_NETWORK_CHKPNT 7407 Network job cannot be checkpointable.
#define PEND_NETWORK_DISABLED 7408 Netowrk aware scheduling feature is not enabled.
#define PEND_NETWORK_LEASE_IN_HOST 7409 Cannot run POE job on lease-in host.
#define PEND_HOST_QUEUE_PRE_FAIL 7430 The host-based queue level pre-exec command exited with non-zero status.
#define PEND_HOST_APP_PRE_FAIL 7431 The host-based queue level pre-exec command exited with non-zero status.
#define PEND_MANAGE_FREQUENCY_DISABLED 7450 CPU frequency management is disabled.
Job cannot request a CPU frequency.
#define PEND_FREQUENCY_EXCLUSIVE 7451 CPU frequency specified for job.
The job must be submitted to an EXCLUSIVE host.
#define PEND_FREQUENCY_BY_CORE 7452 LSF_MANAGE_FREQUENCY=CORE is enabled in lsf.conf.
Job must be submitted with affinity resource requirements.
#define PEND_AUTORESIZE_EAS_JOB 7453 CPU Frequency/Energy collection job does not automatically resize.
#define PEND_GENERATE_OR_AUTO_FREQ_DISABLE 7454 Generate tag and automatic select CPU Frequency is disabled.
Job cannot request generate tag or automatic select CPU Frequency.
#define PEND_GENERATE_OR_AUTO_FREQ_EXCLUSIVE 7455 Job which requries generate tag or automatic select CPU Frequency should require exclusive use of host.
#define PEND_DATA_WAITING_FOR_STAGING 7500 Job is waiting for input files to be staged.
#define PEND_EXTSCHED_HOST_FILE 7600 job has both user specificied allocation and externals scheduling option
#define PEND_CUSTOMER_MIN 20001 Customized pending reason number between min and max.
#define PEND_CUSTOMER_MAX 25000 Customized pending reason number between min and max.
#define PEND_MAX_REASONS 25001 The maximum number of reasons.
Date Modified: 16 Jul 2014
Terms of Use
Copyright © 1994-2014 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.