You are here: Appendices > Appendix C Event Dictionary

Appendix C Event Dictionary

See "Logging Overview" for more information about Moab logging.

C.0.1 Moab Event Dictionary

Code Escalation level Topic Severity Event name Message template Comment
0x1000005 USER system.moab INFO MWM_TESTING_INFO Testing with argument1: %s. and argument2: %s and argument3: %s and argument4: %s Internal error for testing diagnostics.
0x1000065 USER domain.lifecycle INFO MWM_JOB_CANCEL Job %s was canceled. %s The job was canceled.
0x1000066 USER domain.lifecycle INFO MWM_JOB_END_SUCCESSFUL Job %s finished successfully. %s The job finished successfully.
0x1000068 USER domain.lifecycle INFO MWM_JOB_USER_HOLD Job %s had a user hold applied. A user hold was applied to the job.
0x1000069 USER domain.lifecycle INFO MWM_JOB_SYSTEM_HOLD Job %s had a system hold applied. A system hold was applied to the job.
0x100006a USER domain.lifecycle INFO MWM_JOB_BATCH_HOLD Job %s had a batch hold applied. A batch hold was applied to the job.
0x100006b USER domain.lifecycle INFO MWM_JOB_DEFER_HOLD Job %s had a defer hold applied. A defer hold was applied to the job.
0x100006c USER domain.lifecycle INFO MWM_JOB_MODIFY Job %s was modified. %s One of the attributes of the job was modified either via a user initiated action or an automated action.
0x100006d USER domain.lifecycle INFO MWM_JOB_REJECT Job %s was rejected. %s The job was rejected for some reason.
0x100006e USER domain.lifecycle INFO MWM_JOB_RELEASE Job %s was released. Any holds placed on the job have been released, and the job is not prevented from running due to any hold action. The job may still not be able to run due to other considerations.
0x100006f USER domain.lifecycle INFO MWM_JOB_START Job %s was started. %s The job was started on its designated node[s].
0x1000070 USER domain.lifecycle INFO MWM_JOB_SUBMIT Job %s was submitted. %s The job has been submitted to Moab and is being evaluated and processed.
0x1000071 USER domain.lifecycle INFO MWM_JOB_CREATED Job %s was created. The job has been created and will be queued for execution.
0x1000072 USER domain.lifecycle INFO MWM_JOB_REQUEUE Job %s was requeued. %s The job has been requeued so it can be executed again.
0x1000073 USER domain.lifecycle INFO MWM_JOB_CANCEL_CLEANUP_STARTED Job %s is being cleaned up due to cancel request. The job has been issued a cancel request and is being cleaned up.
0x1000074 USER domain.lifecycle INFO MWM_JOB_CLEANUP_STARTED Job %s is being cleaned up. The job has ended and is being cleaned up.
0x1000075 USER domain.lifecycle INFO MWM_JOB_DEFERRED Job %s has been deferred. The job has been deferred.
0x10000c9 USER domain.lifecycle INFO MWM_NODE_EVAC_VMS Evacuating VMs off node %s. Evacuating VMs off the node.
0x100012c USER domain.lifecycle INFO MWM_RSV_CREATE Reservation %s was created. %s The reservation has been created and is stored in the system.
0x100012d USER domain.lifecycle INFO MWM_RSV_START Reservation %s has started. The reservation has started.
0x100012e USER domain.lifecycle INFO MWM_RSV_END Reservation %s has ended. The reservation has ended.
0x1000190 USER system.moab INFO MWM_SCHED_COMMAND The following scheduler command was submitted: %s External commands are submitted to Moab in a variety of ways. This event documents the command line and possibly other information associated with the command. These commands typically have the ability to change behavior/state within Moab. Commands that are typically queries are not included.
0x1000192 USER system.moab INFO MWM_SCHED_CYCLE_START A scheduler iteration is beginning. %s Moab periodically checks through submitted jobs and makes decisions regarding which jobs are scheduled. One of these iterations is beginning now.
0x1000193 USER system.moab INFO MWM_SCHED_CYCLE_END A scheduler iteration is ending. Moab periodically checks through submitted jobs and makes decisions regarding which jobs are scheduled. One of these iterations is ending now.
0x1000194 USER system.moab INFO MWM_SCHED_PAUSE The scheduler has been paused. %s The Moab scheduler has been administratively paused. New jobs may be submitted and existing jobs will continue to run, but no new jobs will be scheduled as long as Moab is paused.
0x1000195 USER system.moab INFO MWM_SCHED_RECYCLE The scheduler has been recycled. %s The Moab scheduler has been administratively recycled. The process will cleanly exit and save the state data. It will then restart, read in the data, and resume scheduling.
0x1000196 USER system.moab INFO MWM_SCHED_RESUME The scheduler has been resumed. The Moab scheduler has been administratively resumed. A new scheduling iteration will begin immediately and continue regularly.
0x1000197 USER system.moab INFO MWM_SCHED_START The scheduler has started. The Moab scheduler has started.
0x1000198 USER system.moab INFO MWM_SCHED_STOP The scheduler has stopped. %s The Moab scheduler has stopped.
0x10001f4 USER domain.lifecycle INFO MWM_TRIG_CREATE Trigger %s has been created. The named trigger has been created and is now recognized in the Moab system.
0x10001f5 USER domain.lifecycle INFO MWM_TRIG_START Trigger %s has started. The named trigger has started its action.
0x10001f6 USER domain.lifecycle INFO MWM_TRIG_END Trigger %s has ended. %s The named trigger has finished its action.
0x10001f8 USER domain.lifecycle INFO MWM_TRIG_THRESHOLD Trigger %s threshold event: %s A trigger threshold has been encountered. Additional details regarding the threshold may be included in the text.
0x1000258 USER domain.lifecycle INFO MWM_VM_SUBMIT VM %s has been submitted. The named VM has been submitted and is now recognized in the Moab system.
0x1000259 USER domain.lifecycle INFO MWM_VM_DESTROY VM %s has been terminated. The named VM has finished its lifecycle and is now removed and added to the completed table.
0x100025a USER domain.lifecycle INFO MWM_VM_CANCEL VM %s has been canceled. The named VM has been canceled.
0x100025b USER domain.lifecycle INFO MWM_VM_END VM %s has been ended. The named VM has been canceled because it has exceeded its allocated walltime.
0x100025c USER domain.lifecycle INFO MWM_VM_MIGRATE_START VM %s migration has started. (%s) The named VM has started its migration. Additional information may be provided regarding source and destination nodes.
0x100025d USER domain.lifecycle INFO MWM_VM_MIGRATE_END VM %s migration has finished. (%s) The named VM has finished its migration. Additional information may be provided regarding source and destination nodes.
0x100025f USER domain.lifecycle INFO MWM_VM_MANUAL_MIGRATE_START VM %s migration started manually. (%s) The named VM migration has been started manually. Additional information may be provided regarding source and destination nodes.
0x1000260 USER domain.lifecycle INFO MWM_VM_READY VM %s is ready. The named VM is ready. It has been linked to an internal tracking job.
0x1002711 USER system.moab INFO MWM_PARAMETER_SET_TO_VALUE_INFO Parameter '%s' is set to '%s'. A parameter was set to a specified value. This is usually accomplished via a configuration file.
0x1002741 USER system.moab INFO MWM_SOCKET_EXCEPTION Exception detected in select for socket %s. The select() system call indicated an exception for this socket.
0x1002742 USER system.moab INFO MWM_SOCKET_EXCEPTION_REASON Exception identified as '%s' in select for socket %s. The select() system call indicated an exception for this socket. It has been identified with an error id by getsockopt().
0x1002748 USER system.moab INFO MWM_MOAB_STARTED_ON_CORRECT_HOST Server started on host '%s' %s. Moab is started on either the primary or fallback server.
0x1002762 USER system.moab INFO MWM_CONFIG_LINE_SUCCESSFUL Configuration line '%s' successfully processed. The line in the configuration file was processed without error.
0x1002935 USER system.moab INFO MWM_ACTIVE_JOB_REMOVED_FROM_QUEUE Active %s job %s has been removed from the queue, default to successful completion. The job was removed from the indicated resource manager while it was still active. By default it is assumed to complete successfully unless more information is available (i.e. ENABLEFAILUREFORPURGEDJOB).
0x1002936 USER system.moab INFO MWM_INACTIVE_JOB_REMOVED_FROM_QUEUE Inactive %s job %s has been removed from the queue, default to status 'canceled'. The job was removed from the indicated resource manager while it was still active. By default it is given status 'canceled' unless more information is available (i.e. ENABLEFAILUREFORPURGEDJOB).
0x1002937 USER system.moab INFO MWM_RM_DOWN_SKIPPING_WORK RM %s state is %s, skipping %s. The specified resource manager is not in a good state. Certain actions might be skipped while it is in this state.
0x100296a USER system.moab INFO MWM_CANNOT_RESUME_JOB Cannot resume job '%s' (%s). Check the PBS server log to see reason for failure.
0x100296b USER system.moab INFO MWM_CANNOT_LOCATE_RESOURCE Cannot locate %s '%s'. Unable to find the resource specified.
0x100296c USER system.moab INFO MWM_CANNOT_SET_JOB_CLASS Cannot set class on job '%s' to '%s' (%s). The job could not be modified.
0x100296d USER system.moab INFO MWM_NATIVE_ACTION_MISSING %s action not specified for native interface. %s. The native interface allows custom actions to be specified. No value was specified for this action.
0x100296e USER system.moab INFO MWM_COMMAND_SENT Command sent to server. A command was sent.
0x100296f USER system.moab INFO MWM_JOB_MAXPREMPT JOBMAXPREEMPTPERITERATION reached: %s of %s. The maximum value was reached.
0x1002970 USER system.moab INFO MWM_JOB_CHANGED_STATES Job '%s' changed states from '%s' to '%s'. The state changed.
0x1002971 USER system.moab INFO MWM_JOB_RELEASING_RESERVATION Job '%s' was requeued/rejected. Releasing reservation. The job no longer holds the reservation.
0x1002972 USER system.moab INFO MWM_NODE_CHANGED_STATES Node '%s' changed states from '%s' to '%s'. The node state changed.
0x1002973 USER system.moab INFO MWM_JOB_ACTION_SUCCESSFUL Job '%s' successfully %s. The job action completed.
0x1002974 USER system.moab INFO MWM_ALLOC_TEMP_MEMORY Cannot allocate temp memory for %s completed jobs. The system may be low on memory.
0x1002975 USER system.moab INFO MWM_ACTION_LAUNCHED Action '%s' launched with message '%s'. Scheduler action is about to be executed.
0x1002976 USER system.moab INFO MWM_JOB_ADJUSTMENT Adjusting allocated %s to %s for job '%s'. The value is being changed.
0x1002977 USER system.moab INFO MWM_ALL_JOBS_LOADED All jobs loaded. The jobs have been loaded.
0x1002978 USER system.moab INFO MWM_ALL_NODES_LOADED All located non-native nodes loaded (%s). The nodes have been loaded.
0x1002979 USER system.moab INFO MWM_BACKFILL_POLICY_DISABLED Backfill policy disabled. The policy was disabled.
0x100297a USER system.moab INFO MWM_JOB_LOAD Cannot load job '%s'. The job failed to load.
0x100297b USER system.moab INFO MWM_CANNOT_CREATE_RSV Cannot create reservation. The request to create the given reservation has failed.
0x100297c USER system.moab INFO MWM_MODIFY_PARTITION Cannot modify partition of running job '%s'. Must wait until job completes.
0x100297f USER system.moab INFO MWM_CANNOT_CREATE_RSV_IN_PARTITION Cannot create reservation for job '%s' in partition '%s'. Job cannot be run on requested partition.
0x1002982 USER system.moab INFO MWM_CLUSTER_QUERY_GETDATA Cluster query getdata failed for native interface. The resource manager may be down or unresponsive.
0x1002a0b USER system.moab INFO MWM_SENDING_CLIENT_COMMAND Sending %s command: '%s'. The specified command is being sent to the server.
0x1002a0e USER system.moab INFO MWM_SCHED_SHUTDOWN_REQUEST The scheduler has received a user shutdown request. The Moab scheduler has received a request to shut down. It will be processed as soon as possible.
0x1002a0f USER system.moab INFO MWM_SCHED_RECYCLE_REQUEST The scheduler has received a user recycle request. The Moab scheduler has received a request to recycle. It will be processed as soon as possible.
0x1002a10 USER system.moab INFO MWM_SCHED_PAUSE_DESCRIPTION Scheduling will be disabled, cluster information will continue to be updated. This is a description of what happens when the scheduler is paused.
0x1002a11 USER system.moab INFO MWM_SCHED_STOP_TIMESTAMP Scheduling will stop in %s at iteration %s. This provides a log message of when the scheduler will stop.
0x1002a12 USER system.moab INFO MWM_SCHED_RESUME_TIMESTAMP Scheduling will resume in %s seconds. This provides a log message of when the scheduler will resume.
0x1002a13 USER system.moab INFO MWM_SCHED_RESTART_TIME_REACHED Scheduler restart time reached (scheduler will restart). The configured restart time was reached. (RESTARTINTERVAL or MEMREFRESHINTERVAL.
0x1002a14 USER system.moab INFO MWM_SCHED_COMPLETE_SCHEDULING Scheduling complete. Sleeping for %s seconds. The scheduling portion of the iteration is complete. Additional jobs will not be scheduled until the next iteration.
0x1002a17 USER system.moab INFO MWM_ABOUT_TO_EXEC About to exec() '%s'. The process is about to be executed.
0x1002a18 USER system.moab INFO MWM_JOB_ARRAY_CANCEL_POLICY Sub-job %s exit code %s canceled job array %s with policy %s. A job within an array job finished and, depending on its exit code and the policy in place, the entire array job might cancel.
0x1002a19 USER system.moab INFO MWM_RESERVATION_COMPLETION_DELAYED Reservation completion for job '%s' delayed from %s to %s. The reservation end time is later than initially expected for this job.
0x1002a1b USER system.moab INFO MWM_VM_ORPHANED VM '%s' successfully orphaned. The VM has been separated from its tracking job.
0x1002a1c USER system.moab INFO MWM_VM_REPORTED_DESTROYED VM '%s' reported destroyed via RM - removing VM. The VM is no longer available from the resource manager, so it is being removed from the scheduler.
0x1002a1d USER system.moab INFO MWM_VM_STALE_REPORT VM '%s' has not been reported in %s seconds. The VM is no longer being reported from the resource manager. No action is currently being taken.
0x1002a1e USER system.moab INFO MWM_WIKI_KEYWORD_NOT_HANDLED Wiki keyword '%s'(%s) not handled. The keyword was not recognized, so it will be ignored.
0x1002a20 USER system.moab INFO MWM_ROLLING_LOGFILE Rolling logfile '%s' to '%s'. The old logfile will be closed and logging will resume in the new file.
0x1002a23 USER system.moab INFO MWM_NODE_LOCATED Nodes located for job %s: %s of %s required (%s feasible). List of nodes located for a specific job.
0x1002a2d USER system.moab INFO MWM_JOB_PAL_SET Partition access list set to value: %s. The partition access list (PAL) is set.
0x1002a2e USER system.moab INFO MWM_JOB_PREEMPTED_BY_JOB Job %s preempted job %s - added idle resources (T: %s; N: %s; P: %s)/remaining (T: %s; N: %s; P: %s). Job was preempted by another job.
0x1002a2f USER system.moab INFO MWM_JOB_CAN_START_WITHOUT_PREMEPTION Job %s would start in %s without preemption (PC: %s). Job can start without preemption.
0x1002a32 USER system.moab INFO MWM_PARTITON_RESOURCES Partition %s nodes/procs available %s/%s (%s jobs examined). General parition information.
0x1002a33 USER system.moab INFO MWM_RSV_OPERATION Performing '%s' operation on reservation expression '%s' (%s matches). This is operation is caused by a mrsvctl command.
0x1002a34 USER system.moab INFO MWM_PREEMPTING_JOBS Preempting jobs to allow job %s to start - required resources T: %s; N: %s; P: %s. Preempting jobs.
0x1002a35 USER system.moab INFO MWM_MOABTRACKSUSPEND Preempt usage tracking enabled (env). Environment variable MOABTRACKSUSPEND set.
0x1002a36 USER system.moab INFO MWM_JOB_MAX_PREEMPTEE_LIMIT Single job max preemptee limit (%s) reached. Max requirements exceeded on job.
0x1002a37 USER system.moab INFO MWM_QUEUES_DETECTED Queues detected: %s. Resource manager found queues on cluster query update.
0x1002a38 USER system.moab INFO MWM_JOB_START_TIME_CHANGED Start time changed from %s to %s on job %s. The job's start time was changed via the resource manager.
0x1002a39 USER system.moab INFO MWM_STORING_CHECKPOINT_INFO Storing object to checkpoint. The object's state is being checkpointed.
0x1002a3a USER system.moab INFO MWM_PBS_DATA_UP_TO_DATE PBS raw data already up to date. The resource manager is already updated.
0x1002a3b USER system.moab INFO MWM_PBS_DATA_UPDATED PBS data updated for iteration %s. The resource manager is now updated.
0x1002a3c USER system.moab INFO MWM_STARTED_MESSAGE_QUEUE Started message queue thread. The message queue is now operational.
0x1002a3d USER system.moab INFO MWM_JOBS_SELECTED_IN_PARTITION Total jobs selected in partition %s: %s/%s. Identifies the selected jobs in a partition.
0x1002a3e USER system.moab INFO MWM_TASKS_LOCATED_FOR_JOB Tasks located for job %s: %s of %s required (%s feasible). Identifies the tasks available for a job.
0x1002a3f USER system.moab INFO MWM_CLIENT_REQUEST Client requesting command '%s'. Client requested command.
0x1002a40 USER system.moab INFO MWM_REQUEST_TO_CANCEL_JOB Request to cancel job '%s' sent, but could not confirm cancelation (pending response). Client did not get a confirmation as expected.
0x1002a41 USER system.moab INFO MWM_RESERVATION_NOT_ALLOWED_FOR_JOB Reservation not allowed for job %s in %s. Reservation not allowed in specified condition.
0x1002a42 USER system.moab INFO MWM_RESERVED_JOB_STARTED Reserved job '%s' started. Reserved job started.
0x1002a43 USER system.moab INFO MWM_RESOURCES_AVAILABLE_AFTER_SCHEDULING Resources available after scheduling: N: %s P: %s. Resources available after scheduling.
0x1002a44 USER system.moab INFO MWM_RESTORING_DEFERRED_JOB Restoring job '%s' from deferred state. Restoring job from deffered state.
0x1002a45 USER system.moab INFO MWM_RM_DUPLICATE_QUERY RM %s already has a pending query - skipping get data query. Duplicate queries may not be performed simultaneously.
0x1002a46 USER system.moab INFO MWM_RM_PEER_COMMAND Sending peer server command to %s:%s (Cmd: %s, Requestor: %s, Key: %s...). A command has been sent to a peer Moab grid server.
0x1002a47 USER system.moab INFO MWM_SET_ATTRIBUTE_ON_NODE Setting %s on node %s to %s. A command has been sent to a peer Moab grid server.
0x1002a48 USER system.moab INFO MWM_SET_ATTRIBUTE_ON_JOB Setting %s on job %s to %s (%s). A command has been sent to a peer Moab grid server.
0x100a73c ADMIN system.moab INFO MWM_CANNOT_STAT_FILE_INFO Cannot stat file '%s', errno: %s (%s). The stat() system call failed. This is not always significant as it is sometimes used to test the existence of a file that may or may not be there. Use the errno and associated message to determine possible causes.
0x100a743 ADMIN system.moab INFO MWM_FAILED_SELECT Select for socket %s failed, errno: %s (%s). The select() system call failed. Use the errno and associated message to determine possible causes.
0x100a744 ADMIN system.moab INFO MWM_SELECT_TIMEOUT Select for socket %s timed out after %s seconds with no valid descriptors. The select() system call timed out. This may or may not be an error. Check MTU.
0x100a75d ADMIN system.moab INFO MWM_CONFIG_VALUE_OUT_OF_RANGE Configuration parameter '%s' has an invalid value '%s'. Range is limited by %s. Check the line in the configuration file for the attribute.
0x100a76d ADMIN system.moab INFO MWM_REMOVING_OBJECT_FROM_MONGO Removing object '%s' from Mongo DB '%s'. The object is being removed from the database.
0x100a789 ADMIN system.moab INFO MWM_UNABLE_TO_ALLOCATE_NODES_FOR_RSV Cannot allocate nodes for reservation '%s'. (%s) Cannot allocate a node list that matches the requirements for this reservation. This may not be serious since multiple passes may occur.
0x100a8ab ADMIN system.moab INFO MWM_VM_EXCEED_TTL VM '%s' has reached TTL (%s). Must be removed manually. The given VM has reached its time to live.
0x100a8e1 ADMIN system.moab INFO MWM_PLUGIN_LOADED_SUCCESS Successfully loaded NodeAllocation plugin '%s' for partition '%s'. A NodeAllocation plugin was loaded without error.
0x100a95b ADMIN system.moab INFO MWM_RSV_FULL Full reservation '%s' reserved %s procs in partition '%s' to start in %s at (%s). The full reservation has been reserved.
0x100a97d ADMIN system.moab INFO MWM_RSV_PREREQ_JOB Cannot create reservation for prerequisite job '%s'. Could not obtain a reservation for this job.
0x100a97e ADMIN system.moab INFO MWM_ANNOTATE_JOB Cannot annotate job '%s' with message '%s'. Unable to modify the job with the annotation.
0x100a980 ADMIN system.moab INFO MWM_UPDATE_JOB Cannot update job '%s'. The update on the job from XML failed.
0x100a981 ADMIN system.moab INFO MWM_REMAP_CLASS Cannot remap class for RM job '%s' (%s). Unable to modify the job with the new class.
0x100a983 ADMIN system.moab INFO MWM_COMPLETING_JOB Completing job '%s'. The job finished.
0x100a984 ADMIN system.moab INFO MWM_JOBS_DETECTED There were %s %s jobs detected on RM '%s'. The resource manager reported these jobs.
0x100a985 ADMIN system.moab INFO MWM_SUSPEND_JOB Cannot suspend job '%s' (%s). Check the PBS server log to see reason of failure.
0x100a986 ADMIN system.moab INFO MWM_STALE_PARTITION Attempting to remove stale partition for completed job '%s'. About to perform the stated operation.
0x100a987 ADMIN system.moab INFO MWM_STALE_PARTITION_SUCCESS Successfully removed stale partition for completed job '%s'. Successfully performed the stated operation.
0x100a988 ADMIN system.moab INFO MWM_CANCEL_NOQUEUE_JOB Canceling No-queue job '%s'. About to perform the stated operation.
0x100a989 ADMIN system.moab INFO MWM_SIGNAL_JOB Cannot signal job %s' (%s). The resource manager did not respond to the signal request.
0x100a98a ADMIN system.moab INFO MWM_RSV_JOB_CREDS Cannot set up reservation job credentials. The user, account, or group credentials may not be valid.
0x100a98b ADMIN system.moab INFO MWM_CP_CORRUPT_NODE_LINE Corrupt node line detected (%s). The line does not contain the correct syntax for a checkpoint.
0x100a98c ADMIN system.moab INFO MWM_EVALUATING_RSV Evaluating reservation '%s'. About to perform the stated operation.
0x100a98d ADMIN system.moab INFO MWM_EXPIRING_CHECKPOINT_DATA Expiring checkpoint data for %s '%s'. Not updated in %s. The object's checkpoint data has expired.
0x100a98e ADMIN system.moab INFO MWM_JOB_PREVIOUSLY_REMOVED Job '%s' was previously removed. The job has already been removed.
0x100a98f ADMIN system.moab INFO MWM_JOB_STARTED_BY_USER Job '%s' was started by user '%s'. The job started.
0x100a990 ADMIN system.moab INFO MWM_JOB_NOT_STARTED_BY_USER Job '%s' could not be started by user '%s' (%s). The job could not be started.
0x100a991 ADMIN system.moab INFO MWM_RM_JOB_NOT_STARTED Job '%s' could not be started with %s RM '%s' (%s). The job could not be started.
0x100a992 ADMIN system.moab INFO MWM_JOB_CANCELED_EXTERNALLY Job '%s' appears to have been canceled externally. The job was canceled.
0x100a993 ADMIN system.moab INFO MWM_JOB_COMPLETED_SINGLE_ITERATION Job '%s' appears to have been started and completed in a single iteration. The job completed.
0x100a994 ADMIN system.moab INFO MWM_JOB_PROCESSING_COMPLETED Job processing completed. The jobs have been processed.
0x100a995 ADMIN system.moab INFO MWM_PROCESSING_JOB Processing job '%s' in state '%s'. Processing a single job.
0x100a996 ADMIN system.moab INFO MWM_JOB_SUSPENDED Job '%s' suspended through %s RM. The resource manager suspended the job.
0x100a997 ADMIN system.moab INFO MWM_JOB_RESUMED Job '%s' resumed through %s RM. The resource manager resumed the job.
0x100a998 ADMIN system.moab INFO MWM_JOB_FEASIBILITY_CHECK_DISABLED Job feasibility check disabled (env). This feature has been disabled.
0x100a999 ADMIN system.moab INFO MWM_JOB_USAGE_SENT Job usage sent for job '%s'. The usage sent as feedback to user.
0x100a99a ADMIN system.moab INFO MWM_LOADING_JOBS Loading %s job(s). The jobs are about to be loaded.
0x100a99b ADMIN system.moab INFO MWM_LOADING_NODE_RECORDS Loading %s node record(s). The node records are about to be loaded.
0x100a99c ADMIN system.moab INFO MWM_LOADED_WORKLOAD_BUFFER Loaded %s workload buffer (%s bytes), processing jobs. The workload buffer was loaded.
0x100a99d ADMIN system.moab INFO MWM_JOB_REJECTED_INFINITE_WALLTIME Job '%s' rejected (requested infinite walltime). Jobs must have a walltime limit.
0x100a99e ADMIN system.moab INFO MWM_JOB_REJECTED_PARTITION Job '%s' rejected in partition %s (exceeds maximum task size: %s > %s). Adjust JOBMAXTASKCOUNT in the configuration file.
0x100a99f ADMIN system.moab INFO MWM_JOB_ALREADY_EXISTS Job '%s' already exists but is not a duplicate. The ID of the job matched a completed job.
0x100a9a0 ADMIN system.moab INFO MWM_JOB_ALREADY_BATCH_HOLD Job '%s' is already on batch hold. Trying to place a job on hold that is already in that state.
0x100a9a1 ADMIN system.moab INFO MWM_JOB_REQUESTS_RSV Job '%s' requests reservation '%s' (not deferring). The job is requesting the reservation.
0x100a9a2 ADMIN system.moab INFO MWM_RM_CONNECTION_FAILED Connection to RM '%s' failed. Not deferring job '%s' (Reason: %s). Refer to the reason message.
0x100a9a3 ADMIN system.moab INFO MWM_DEFER_DISABLED Defer disabled. The job cannot be deferred.
0x100a9a4 ADMIN system.moab INFO MWM_MWS_CLUSTER_QUERY Cluster query retrieval failed for MWS RM '%s'. The resource manager did not respond to the request.
0x100a9a5 ADMIN system.moab INFO MWM_JOB_INVALID_PARTITION Job '%s' specifies an invalid partition. The job must reference a valid partition.
0x100a9a6 ADMIN system.moab INFO MWM_JOB_INVALID_QOS Cannot set QoS on job '%s' to '%s' - invalid QoS. The job must use a valid QoS.
0x100a9a7 ADMIN system.moab INFO MWM_JOB_INVALID_ACCOUNT Cannot set account on job '%s' to '%s' - invalid account (%s). The job must use a valid account.
0x100a9a8 ADMIN system.moab INFO MWM_CHECKING_IDLE_JOB Checking idle job '%s' (priority: %s) partition %s. Checking the job.
0x100a9a9 ADMIN system.moab INFO MWM_CHECKING_SUSPENDED_JOB Checking suspended job '%s' (priority: %s). Checking the job.
0x100a9aa ADMIN system.moab INFO MWM_CHECKPOINT_TEST_ENABLED Checkpoint test enabled (env). The feature has been enabled with an environment variable.
0x100a9ab ADMIN system.moab INFO MWM_ADD_NODE_FAILED Could not add node because MNodeAdd failed. The node could not be added to the object.
0x100a9ac ADMIN system.moab INFO MWM_ATTEMPTING_RESERVATION Attempting reservation of %s procs in %s for %s. The scheduler will try to make the reservation.
0x100a9ad ADMIN system.moab INFO MWM_FAIRSHARE_INTERVAL Fairshare rolled to interval %s. The interval has changed.
0x100a9ae ADMIN system.moab INFO MWM_INVALID_ARCHITECTURE Invalid architecture. The architecture is not a valid value.
0x100a9af ADMIN system.moab INFO MWM_INVALID_PSEUDOJOB Invalid pseudo-job. The pseudo-job is not a valid value.
0x100a9b0 ADMIN system.moab INFO MWM_HOLD_TYPE Hold type '%s' selected. The given hold type was specified.
0x100a9b1 ADMIN system.moab INFO MWM_MESSAGE_SENT Message sent to server. The message was sent.
0x100a9b2 ADMIN system.moab INFO MWM_JOB_LOCATED Located job '%s' in partition '%s' reserved to start %s. The specified job has been located.
0x100a9b3 ADMIN system.moab INFO MWM_TOTAL_JOBS_DETECTED Total jobs detected: %s. Number of counted jobs returned from the workload query.
0x100a9b4 ADMIN system.moab INFO MWM_NO_WORKLOAD_DETECTED No workload reported by any RM. No jobs were reported across all the resource manager queries.
0x100a9b5 ADMIN system.moab INFO MWM_LOADING_JOB Loading job '%s' in state '%s' (%s bytes). The job is being loaded.
0x100a9b6 ADMIN system.moab INFO MWM_JOB_START_REJECTED Local constraints rejected the starting of job '%s'. The job cannot start.
0x100a9b7 ADMIN system.moab INFO MWM_INVALID_STAT_TYPE Invalid stat type '%s' requested. Not a valid value.
0x100a9b8 ADMIN system.moab INFO MWM_ORPHAN_PARTITION Creating temporary job to process orphan partition '%s' for job '%s'. The job was not found in active or completed job tables.
0x100a9b9 ADMIN system.moab INFO MWM_DISABLING_ACTION_PROGRAM Disabling action program '%s'. An invalid action program was requested.
0x100a9ba ADMIN system.moab INFO MWM_DISABLING_JOB_FB_PROGRAM Disabling job feedback program '%s' (%s). An invalid job feedback program was requested. See documentation for FEEDBACKPROGRAM.
0x100a9bb ADMIN system.moab INFO MWM_CP_RESTART_STATE_IGNORED Checkpoint restart state '%s' ignored. The restart state specified is being ignored.
0x100a9bc ADMIN system.moab INFO MWM_CP_RESTART_STATE_SUCCESS Starting scheduler with checkpoint restart state '%s'. The restart state specified is being used.
0x100a9bd ADMIN system.moab INFO MWM_DESTROYING_NODE Destroying node '%s'. The specified node is being destroyed.
0x100a9be ADMIN system.moab INFO MWM_IGNORING_NODE Ignoring node '%s'. The specified node is being ignored.
0x100a9c0 ADMIN system.moab INFO MWM_CANNOT_ADJUST_JOB_HOLDS Cannot adjust holds on remote peer for job '%s' (%s). Unable to modify the job.
0x100a9c1 ADMIN system.moab INFO MWM_JOB_CANNOT_CREATE_RESERVATION Cannot create reservation for job '%s' (previously reserved to start in %s)). Failed to create reservation for job.
0x100a9c2 ADMIN system.moab INFO MWM_TRIGGER_LOAD_OUTPUT Cannot load output data for trigger '%s' (File: %s). The file may not exist or may be inaccessible.
0x100a9c3 ADMIN system.moab INFO MWM_PBS_SERVER_CONNECT Connected to PBS server %s:%s on sd %s. Connection established.
0x100a9c4 ADMIN system.moab INFO MWM_NO_JOB_DATA No job data was sent by %s RM. The data sent by the resource manager did not contain job information.
0x100a9c5 ADMIN system.moab INFO MWM_JOB_RESUMED_WITH_PROCS Job '%s' resumed on %s processors. The resource manager resumed the job.
0x100a9c6 ADMIN system.moab INFO MWM_JOB_SIGNALED Job %s' successfully signaled (action: %s, signal: %s). The job responded to the signal request.
0x100a9c7 ADMIN system.moab INFO MWM_JOB_CANCELED_RM Job '%s' canceled through %s RM. The job was canceled.
0x100a9c8 ADMIN system.moab INFO MWM_JOB_ASSIGNED_DEFAULT_GROUP Job '%s' assigned default group '%s'. The job was modified.
0x100a9c9 ADMIN system.moab INFO MWM_FILE_EXECUTE_PERMISSION File '%s' does not have user execute permission (st_mode = %s). The permissions must be modified.
0x100a9ca ADMIN system.moab INFO MWM_INSUFFICIENT_PREEMPT_JOBS Inadequate preempt jobs (%s) located for %s job (P: %s of %s, N: %s of %s). Not enough jobs could be preempted.
0x100a9cb ADMIN system.moab INFO MWM_READ_STAT_INDEX Cannot read stat index for location %s:%s:%s. The checkpoint did not have the stat information.
0x100a9cc ADMIN system.moab INFO MWM_BACKFULL_JOB_PREEMPT Backfill job '%s' no longer preemptible (%s > %s) in partition '%s'. The job cannot be preempted.
0x100a9cd ADMIN system.moab INFO MWM_STARTTIME_UNAVAILABLE Cannot obtain desired starttime (%s != %s). The job cannot be adjusted to the given start time.
0x100a9ce ADMIN system.moab INFO MWM_STARTTIME_ADJUSTED Timeframe for reservation %s adjusted forward by %s seconds. The reservation has been adjusted to the given start time.
0x100a9cf ADMIN system.moab INFO MWM_RESERVATION_ROLLBACK Time: %s RollbackOffset: %s RsvStartTime: %s RsvDuration %s. The reservation is being considered for rollback.
0x100a9d0 ADMIN system.moab INFO MWM_RESERVATION_NOT_REQUIRED Reservation '%s' not required for specified period. The reservation is not required for this time period.
0x100a9d1 ADMIN system.moab INFO MWM_RM_INTERFACE_RECOVERED The interface for RM '%s' has been recovered. A previously corrupt interface is now working.
0x100a9d2 ADMIN system.moab INFO MWM_NTR_JOB_FOUND Found an NTR (next to run) job - stopping idle job scheduling. The job will now be run.
0x100a9d3 ADMIN system.moab INFO MWM_GRES_KEYWORD_NO_VALUE GRes keyword '%s' passed in with no value. A value must be specified.
0x100a9d4 ADMIN system.moab INFO MWM_JOB_EXTENSION_STRING Job '%s' has invalid extension string - '%s'. The system is unable to process the string.
0x100a9d5 ADMIN system.moab INFO MWM_JOB_PROCESS_FAILURE Job '%s' is invalid. It cannot be processed (%s). There was an error loading the job. It will be rejected.
0x100a9d6 ADMIN system.moab INFO MWM_JOB_MODIFIED_RM Job '%s' has been modified through %s RM. The job was modified.
0x100a9d7 ADMIN system.moab INFO MWM_IDLE_BACKLOG_SIZE Idle backlog: %s seconds (%s hours). The idle backlog status is given.
0x100a9d8 ADMIN system.moab INFO MWM_SET_RESOURCES Inadequate resources found in any set (%s < %s). None of the node sets have the resources needed.
0x100a9d9 ADMIN system.moab INFO MWM_JOB_PREEMPTING_JOB Job %s preempting job %s (statemtime: %s) (preempted this iteration: %s). One job preempted another.
0x100a9da ADMIN system.moab INFO MWM_UPDATE_SCHEDULER_STATS Iteration: %s; scheduling time: %s seconds. Normal statistics update.
0x100a9db ADMIN system.moab INFO MWM_JOB_STARTED_RM Job '%s' started through %s RM on %s procs. The job has started.
0x100a9dc ADMIN system.moab INFO MWM_JOB_DELAY Job delay: %s; reservation retry time: %s (StateDelayNC: %s; JobRsvDelayNC: %s). The job has been delayed.
0x100a9dd ADMIN system.moab INFO MWM_JOB_COMPLETED Job '%s' completed. X: %s; T: %s; PS: %s; A: %s (RM: %s/%s). The job completed.
0x100a9de ADMIN system.moab INFO MWM_JOB_RESERVED_TASKS Job '%s' reserved %s tasks (partition %s) to start in %s on %s (WC: %s). The job has reserved the tasks.
0x100a9df ADMIN system.moab INFO MWM_EVENT_INTERFACE_ENABLED Event interface enabled for wiki RM %s on port %s. The interface is now functional.
0x100a9e0 ADMIN system.moab INFO MWM_RM_RESOURCES_DETECTED There were %s %s resources detected on RM '%s'. The given resources were found.
0x100a9e3 ADMIN system.moab INFO MWM_EXTENDING_RESERVATION Extending reservation by %s seconds (trigger still active). The reservation is being extended.
0x100a9e4 ADMIN system.moab INFO MWM_EXTENDING_RESERVATION_OVERRUN_JOB Extending reservation for overrun job '%s' by %s seconds. The reservation is being extended.
0x100a9e5 ADMIN system.moab INFO MWM_JOB_LOCATED_BESTFIT Located bestfit job '%s' (size: %s; duration: %s). Backfill found a job that best fits the available resources.
0x100a9e6 ADMIN system.moab INFO MWM_JOB_BEST_PARTITION The best partition for job '%s' is '%s'. Backfill found a job that best fits the available resources.
0x100a9e7 ADMIN system.moab INFO MWM_CPA_PARTITION_DESTROY Destroying CPA partition' %s' for job '%s' with cookie %s (%s). The partition is being destroyed.
0x100a9e8 ADMIN system.moab INFO MWM_RESOURCES_LOCATED Located resources for %s tasks (%s) in best partition '%s' for job '%s' at time offset %s. The listed resources have been located.
0x100a9e9 ADMIN system.moab INFO MWM_MINIMUM_EFFICIENCY_REACHED Minimum efficiency reached (%s percent) on iteration %s. The threshold has been reached.
0x100a9ea ADMIN system.moab INFO MWM_JOB_START_PARTITION Cannot start job '%s' in partition '%s' (scheduler mode: %s). The job could not be started.
0x100a9eb ADMIN system.moab INFO MWM_JOB_FEASIBLE_NODES Inadequate feasible nodes found for job '%s':%s in partition '%s' (%s < %s). The job could not be scheduled.
0x100a9ec ADMIN system.moab INFO MWM_JOB_LOADED Job '%s' loaded: TC=%s UGC=%s,%s,%s WC=%s ST=%s %s %s. The job was loaded.
0x100a9ed ADMIN system.moab INFO MWM_JOB_RSV_CREATE Cannot create new reservation for job %s (shape[%s] %s). Check the reservation time, nodes, and account.
0x100a9ee ADMIN system.moab INFO MWM_JOB_LOCATE_NODES Cannot locate nodes for job '%s' req[%s] (%s additional needed). Not enough nodes are available to run the job.
0x100a9ef ADMIN system.moab INFO MWM_JOB_START_RM_DISABLED Cannot start job '%s' since RM '%s' is disabled. Not enough nodes are available to run the job.
0x100a9f0 ADMIN system.moab INFO MWM_JOB_START_RESERVE_TIME Cannot start job '%s' reserve time in %s. The time to schedule has already arrived.
0x100a9f1 ADMIN system.moab INFO MWM_ERROR_IN_EXE_STDERR Error detected in '%s' due to presence of the word 'ERROR' in stderr (%s). The executable failed.
0x100a9f2 ADMIN system.moab INFO MWM_ERROR_IN_STDERR Error detected due to presence of the word 'ERROR' in stderr. The child process failed.
0x100a9f3 ADMIN system.moab INFO MWM_CHECKJOB_STATE Job '%s' State: %s Expected State: %s QueueTime: %s. The job is in the listed state. The expected state may not be the same.
0x100a9f4 ADMIN system.moab INFO MWM_JOB_NODELIST Cannot obtain nodelist for job '%s':%s in range %s. The nodes are not available.
0x100a9f5 ADMIN system.moab INFO MWM_JOB_RESUME Job '%s' cannot be resumed since allocated nodes are not available (node '%s' state '%s'). The resource manager resumed the job.
0x100a9f6 ADMIN system.moab INFO MWM_CLEARING_EXPIRED_RESERVATION Clearing expired %s reservation '%s' on iteration %s (start: %s end: %s). The reservation has expired.
0x100a9f7 ADMIN system.moab INFO MWM_CPA_RETRY CPA retry detected - will re-attempt partition creation in 2 seconds. The partition may be created.
0x100a9f9 ADMIN system.moab INFO MWM_JOBS_STARTED There were %s %s jobs started in partition '%s' on iteration %s. The jobs were started.
0x100a9fa ADMIN system.moab INFO MWM_TASKS_ALLOCATED There were %s of %s tasks allocated for job '%s':%s. The tasks were allocated.
0x100a9fb ADMIN system.moab INFO MWM_CLASSES_DETECTED There were %s %s classes/queues detected on RM '%s'. The classes were detected.
0x100a9fd ADMIN system.moab INFO MWM_JOB_DELAYED_RSV Delayed reservation detected for reserved job '%s' (%s seconds) attempting squeeze. Attempting to fit the job into the reservation.
0x100a9fe ADMIN system.moab INFO MWM_DUMPING_RESERVATIONS Dumping reservations on iteration %s. All the reservations will be dumped to the log.
0x100a9ff ADMIN system.moab INFO MWM_ALLOCPARTITION_MISSING ALLOCPARTITION missing from completed job '%s' - restoring variable with value '%s'. The value is being substituted.
0x100aa00 ADMIN system.moab INFO MWM_RECEIVED_NODELIST Received nodelist through %s RM. The nodelist was received.
0x100aa01 ADMIN system.moab INFO MWM_SERVICE_REQUEST_FROM_HOST Received service request from host '%s'. The request was received.
0x100aa02 ADMIN system.moab INFO MWM_RECEIVED_WORKLOAD Received workload info through %s RM '%s' (%s bytes). The workload was received.
0x100aa03 ADMIN system.moab INFO MWM_RSV_REMOVED_FROM_CACHE Removing reservation '%s' from cache. The cached reservation is being removed.
0x100aa04 ADMIN system.moab INFO MWM_RECOVER_READ_SOCKET RECOVER: attempting to read socket connection. The recovery function is attempting to communicate via sockets.
0x100aa05 ADMIN system.moab INFO MWM_GREEDY_BACKFILL Improved list found by greedy backfill in %s searches (utility: %s; processors available: %s). The object is being removed from the database.
0x100aa06 ADMIN system.moab INFO MWM_RESERVATION_NAME_AND_GROUP Name='%s' RsvGroup='%s'. The object is being removed from the database.
0x100aa15 ADMIN system.moab INFO MWM_TRIGGERS_DISABLED Triggers disabled. %s. Triggers are disabled. This message indicates when this flag is being set, and when an action is being skipped because the flag is set.
0x100aa16 ADMIN system.moab INFO MWM_USER_NOT_AUTHORIZED User %s is not authorized to %s. This user does not have permissions to accomplish the listed task.
0x100aa1f ADMIN system.moab INFO MWM_SUCCESSFULLY_OPENED_SOCKET Opened service socket on port %s. A socket was sucessfully opened listeneing on the remote port.
0x100aa21 ADMIN system.moab INFO MWM_NO_CHECKPOINT_INFO No checkpoint information available for '%s'. Checkpoint information was not available.
0x100aa22 ADMIN system.moab INFO MWM_NODE_INDEX_TABLE_ENABLED Node index table enabled. Enabled by environment variable: MOABUSENODEINDEX.
0x100aa24 ADMIN system.moab INFO MWM_UNKNOWN_NODE_SLOT Node slot not yet set on node '%s'. Delaying setting rack until slot is known.
0x100aa25 ADMIN system.moab INFO MWM_NODE_STATUS Node '%s' status: state='%s' rsvlist='%s' joblist='%s'. General node status.
0x100aa26 ADMIN system.moab INFO MWM_NO_JOBS_IN_QUEUE No jobs in queue. There were no jobs in the scheduler queue indicating the scheduler has nothing to process.
0x100aa27 ADMIN system.moab INFO MWM_NO_NODE_DATA No node data sent by %s RM. The resource manager did not receive any node data in cluster query.
0x100aa28 ADMIN system.moab INFO MWM_NO_PREEMPTIBLE_RESOURCES No preemptible resources found for job %s (tc: %s; class: '%s'; qos: %s; priority: %s; partition %s. Indicates the scheduler could not find any jobs for preemption.
0x100aa29 ADMIN system.moab INFO MWM_NO_PRIORITY_RESERVATION_CREATED_FOR_POLICY No priority reservations created for policy '%s' for job %s. Job reservation for a specific policy was unable to be created.
0x100aa2a ADMIN system.moab INFO MWM_NO_QUEUES_DETECTED No queues detected. Resource manager attempted to obtain queue information. Check resource manager for configured queues.
0x100aa2b ADMIN system.moab INFO MWM_NOT_ADDING_RM Not adding RM '%s'. The partition is not adding the specified resource manager. This situation is most common in grid configurations where resource manager names are similiar.
0x100aa30 ADMIN system.moab INFO MWM_ORPHAN_PARTITION_REPORTED_FOR_JOB Orphan partition %s reported for job %s. %s. The resource manager reported the partition as orphaned.
0x100aa31 ADMIN system.moab INFO MWM_PARAMETER_CANNOT_BE_CHANGED Parameter '%s' cannot be changed while Moab is running. Configuration file must be changed, and Moab must be restarted.
0x100e72f INTERNAL system.moab INFO MWM_SOCKET_REMOTE_DISCONNECT Reading from a socket failed. It appears the client disconnected, errno: %s (%s). The recv() system call failed. Use the errno and associated message to determine possible causes.
0x100e7f0 INTERNAL system.moab INFO MWM_VM_LINKED_TO_NEW_TRACKING_JOB Setting VMTracking job for VM '%s' to job '%s. A VM is associated with a tracking job.
0x110001f7 USER domain.lifecycle WARN MWM_TRIG_FAILURE Trigger %s has failed. The named trigger has finished its action, but it returned with a failure status.
0x1100025e USER domain.lifecycle WARN MWM_VM_MIGRATE_END_ERROR VM %s migration has finished with an error: (%s) The named VM has finished its migration. There was a problem during the migration. Additional information may be provided regarding the error specifics.
0x11000261 USER domain.lifecycle WARN MWM_VM_MIGRATE_SUBMIT Failed to submit VM migration job for VM %s. (%s) Failed to submit VM Migration job.
0x11000262 USER domain.lifecycle WARN MWM_VM_NO_FEASIBLE_NODES Failed to find a feasible node/hypervisor on which to run VM %s. Check setup job %s for details. The named VM has been submitted, but no node/hypervisor meets all requirements.
0x11000384 USER system.moab WARN MWM_VM_LICENSE_ERROR There is an error with the Moab license: (%s) There was a licensing error. Additional information may be provided regarding the error specifics.
0x1100284a USER system.moab WARN MWM_BAD_COMMANDLINE_FLAG Unexpected flag detected: '%s'. The command line syntax that was received contains an invalid flag. Check the documentation and retry.
0x11002858 USER system.moab WARN MWM_NODESETMAXUSAGE_FAILURE Ignoring incorrect NODESETMAXUSAGE value '%s'. Valid range is from 0.0 to 1.0 inclusive.
0x11002883 USER system.moab WARN MWM_CANNOT_DESTROY_STATIC_RM Trigger cannot destroy static RM. A trigger cannot destroy a static resource manager. Refer to trigger 'destroy'.
0x11002966 USER system.moab WARN MWM_RM_JOB_SUBMIT_FAILURE RM %s job submit failed: %s. Error while submitting the job to the resource manager.
0x11002a0c USER system.moab WARN MWM_CANNOT_MODIFY_RM_JOB Cannot modify %s for RM job %s - '%s'. The listed attribute of the job could not be changed.
0x11004004 POWER_USER system.moab WARN MWM_TESTING_WARNING Testing with argument1: %s. and argument2: %s and argument3: %s Internal error for testing diagnostics.
0x1100a713 ADMIN system.moab WARN MWM_CANNOT_LOAD_FILE Cannot load %s file %s. Failed to load a file into Moab. Make sure it exists and that permissions are correct.
0x1100a71a ADMIN system.moab WARN MWM_FAILED_TO_WAIT_FOR_CHILD Failed to wait for child, pid: %s, errno: %s (%s). The wait() system call failed. Use the errno and associated message to determine possible causes.
0x1100a71d ADMIN system.moab WARN MWM_CANNOT_CHMOD_FILE Failure changing permissions of file: '%s' to mode:'%s', errno: %s (%s). The chmod() system call failed. Use the errno and associated message to determine possible causes.
0x1100a71e ADMIN system.moab WARN MWM_CANNOT_OPEN_FILE_WARNING Cannot open %s file '%s', errno: %s (%s). The fopen() system call failed. Use the errno and associated message to determine possible causes.
0x1100a722 ADMIN system.moab WARN MWM_CANNOT_WRITE_FILE_WARNING Cannot write to file '%s', errno: %s (%s). The fwrite() system call failed. Use the errno and associated message to determine possible causes.
0x1100a723 ADMIN system.moab WARN MWM_CANNOT_CLOSE_FILE_DESCRIPTOR Cannot close file descriptor %s, errno: %s (%s). The close() system call failed. Use the errno and associated message to determine possible causes.
0x1100a724 ADMIN system.moab WARN MWM_CANNOT_RENAME_FILE Failure renaming file '%s' to '%s', errno: %s (%s). The rename() system call failed. Use the errno and associated message to determine possible causes.
0x1100a726 ADMIN system.moab WARN MWM_CANNOT_BIND_TO_PORT Cannot bind to port %s, errno: %s (%s). The bind() system call failed. Use the errno and associated message to determine possible causes.
0x1100a72a ADMIN system.moab WARN MWM_CANNOT_SEND_TO_SOCKET Cannot send %s byte packet, errno: %s (%s). The send() system call failed. Use the errno and associated message to determine possible causes.
0x1100a72c ADMIN system.moab WARN MWM_FAILED_GETSOCKOPT_WARNING Cannot get socket %s option, errno: %s (%s). The getsockopt() system call failed. Use the errno and associated message to determine possible causes.
0x1100a72d ADMIN system.moab WARN MWM_FAILED_SETSOCKOPT_WARNING Cannot set socket %s option, errno: %s (%s). The setsockopt() system call failed. Use the errno and associated message to determine possible causes.
0x1100a738 ADMIN system.moab WARN MWM_CANNOT_SET_UMASK Failure setting umask on file '%s', errno: %s (%s). The umask() system call failed. Use the errno and associated message to determine possible causes.
0x1100a73a ADMIN system.moab WARN MWM_FAILED_FCNTL_WARNING Cannot set %s option on file descriptor, errno: %s (%s). The fcntl() system call failed. Use the errno and associated message to determine possible causes.
0x1100a73b ADMIN system.moab WARN MWM_CANNOT_STAT_FILE_WARNING Cannot get stats on file '%s', errno: %s (%s). The stat() system call failed. Use the errno and associated message to determine possible causes.
0x1100a73e ADMIN system.moab WARN MWM_GET_HOSTNAME_CLIENT Cannot get hostname of the client, errno: %s (%s). The getnameinfo() system call failed. Use the errno and associated message to determine possible causes.
0x1100a74d ADMIN system.moab WARN MWM_CONFIG_FILE_NOT_FOUND_WARNING Cannot locate configuration file '%s' in '%s'. Check for the existence of this file.
0x1100a753 ADMIN system.moab WARN MWM_RM_CONFIG_INVALID_VALUE Invalid %s value '%s' specified for RM '%s'. Check the line in the configuration file for the parameter.
0x1100a754 ADMIN system.moab WARN MWM_RM_CONFIG_PROCESS_ATTR Failed to process attribute '%s' for resource manager '%s'. Check the line in the configuration file for the parameter.
0x1100a755 ADMIN system.moab WARN MWM_RM_CONFIG_ATTR RM attribute '%s' not handled. Check the line in the configuration file for the parameter.
0x1100a756 ADMIN system.moab WARN MWM_RM_CONFIG_TIMEOUT Resource manager '%s' has a timout of less than 50 ms. Check the line in the configuration file for the parameter.
0x1100a758 ADMIN system.moab WARN MWM_CONFIG_PARAM_DEFAULT_VALUE Configuration parameter '%s[%s]' was not assigned a value. Using default. Check the line in the configuration file to see if this behaviour is desired.
0x1100a759 ADMIN system.moab WARN MWM_CONFIG_PARAM_INTEGER_DEFAULT_VALUE Configuration parameter '%s[%s]' has a value '%s' that is not an integer. Using default. Check the line in the configuration file for the integer value.
0x1100a75a ADMIN system.moab WARN MWM_CONFIG_PARAM_DOUBLE_DEFAULT_VALUE Configuration parameter '%s[%s]' has a value '%s' that is not a double. Using default. Check the line in the configuration file for the double value.
0x1100a75b ADMIN system.moab WARN MWM_CONFIG_PARAM_NULL_VALUE Configuration parameter '%s[%s]' has a NULL value. Check the line in the configuration file.
0x1100a75c ADMIN system.moab WARN MWM_CONFIG_PARAM_INVALID Configuration parameter '%s' has an invalid value. Check the line in the configuration file for the attribute.
0x1100a75e ADMIN system.moab WARN MWM_CONFIG_PARAM_UNKNOWN Configuration parameter '%s[%s]' is not defined. Check the line in the configuration file for the undefined parameter.
0x1100a75f ADMIN system.moab WARN MWM_CONFIG_ATTR_EXTRACTION Configuration parameter '%s[%s]' attribute value '%s' cannot be extracted. Check the line in the configuration file for the attribute.
0x1100a760 ADMIN system.moab WARN MWM_INVALID_CONFIG_LINE Cannot process line '%s'. Check the line syntax against the documentation.
0x1100a763 ADMIN system.moab WARN MWM_UNKNOWN_ADMINCFG_PARAMETER Unknown ADMINCFG parameter '%s'. Check the syntax in the configuration file.
0x1100a764 ADMIN system.moab WARN MWM_UNKNOWN_MID_ATTR Unknown identity attribute '%s'. Check the MIDCFG lines in the configuration file.
0x1100a765 ADMIN system.moab WARN MWM_UNKNOWN_AM_ATTR Unknown account manager attribute '%s'. Check the AMCFG lines in the configuration file.
0x1100a766 ADMIN system.moab WARN MWM_UNKNOWN_ATTRIBUTE_SPECIFIED Unknown attribute '%s' specified for %s %s. An error occurred while parsing the configuration for the listed object. The specified attribute is unknown or invalid.
0x1100a769 ADMIN system.moab WARN MWM_MONGOSERVER_CONNECTION_FAILURE Unable to connect to Mongo server '%s' (%s). The program will continue to try and connect in the background.
0x1100a76e ADMIN system.moab WARN MWM_EVENT_QUERY_ODBC Event querying is only supported with ODBC. Check the USEDATABASE option.
0x1100a770 ADMIN system.moab WARN MWM_DB_CONNECT Cannot connect to DB--falling back to file and memory-based storage (%s). Verify that the database is running.
0x1100a772 ADMIN system.moab WARN MWM_DATABASE_STATS Unable to retrieve statistics from the database. Verify that the database is running.
0x1100a774 ADMIN system.moab WARN MWM_SERVER_CONNECTION_FAILED_TRYING_FALLBACK The system was unable to connect to the server %s:%s - attempting fallback server %s. Make sure the server's address is correct and it is running.
0x1100a775 ADMIN system.moab WARN MWM_PRIMARY_SERVER_FAILED_TRYING_BACKUP The system was unable to connect to the server %s (%s:%s) - trying backup server (%s:%s). Make sure the server's address is correct and it is running.
0x1100a778 ADMIN system.moab WARN MWM_INVALID_REDUCE_CLIENTMAXCONNECTIONS Reducing CLIENTMAXCONNECTIONS to %s from %s not allowed during runtime. Decreasing the value of CLIENTMAXCONNECTIONS cannot be done during runtime.
0x1100a785 ADMIN system.moab WARN MWM_UNABLE_TO_START_JOB Cannot start job %s. (%s) The job failed to start.
0x1100a788 ADMIN system.moab WARN MWM_UNABLE_TO_ALLOCATE_NODES_FOR_JOB Cannot allocate nodes for job %s. (%s) Cannot allocate a node list that matches the requirements for this job. This may not be serious since multiple passes may occur.
0x1100a7d2 ADMIN system.moab WARN MWM_UNABLE_LOAD_PBS_JOB Cannot load PBS job '%s'. Could not load a job discovered from a PBS resource manager into Moab.
0x1100a7e3 ADMIN system.moab WARN MWM_TRUNCATING_ATTRIBUTE_FOR_CLASS Truncating %s for class: %s (rm reports: %s; Moab enforces: %s). The resource manager reports a certain value for a class, but Moab has been instructed to keep it within certain limits. The value will be truncated to keep it within the limits.
0x1100a7e4 ADMIN system.moab WARN MWM_UNEXPECTED_JOB_STATE Unexpected job state '%s' detected for job %s. The listed job was found to be in a state that was not expected. This may or may not be an error condition.
0x1100a821 ADMIN system.moab WARN MWM_CLOCK_SKEW_DETECTED Clock skew detected (%s time for job %s in %s). A reported time associated with the job appears to be wrong. This could be because of a lack of synchronization between system clocks on all nodes.
0x1100a83e ADMIN system.moab WARN MWM_INVALID_WIKI_ATTRIBUTE Encountered invalid wiki attribute while reading '%s'. Check the syntax of the attribute.
0x1100a83f ADMIN system.moab WARN MWM_DUPLICATE_WIKI_ATTRIBUTE Wiki attribute '%s' is already set. Check for duplicate instances of the attribute.
0x1100a840 ADMIN system.moab WARN MWM_VM_UNSUPPORTED_WIKI_ATTRIBUTE Wiki attribute '%s' is unsupported for VM creation. Remove the attribute.
0x1100a843 ADMIN system.moab WARN MWM_ADD_NODE_FAILURE Cannot add node '%s' to global node table. Index is already used. Cannot have two nodes with the same name.
0x1100a844 ADMIN system.moab WARN MWM_HT_ADD_NODE_FAILURE Cannot add node '%s' to hash table. Index is already used. Cannot have two nodes with the same name.
0x1100a846 ADMIN system.moab WARN MWM_VM_MIGRATION_FAILURE Cannot migrate VM '%s'. The VM might not be eligible for migration.
0x1100a84c ADMIN system.moab WARN MWM_UNEXPECTED_SUBCOMMAND_RECEIVED Unexpected subcommand '%s' received. The communication from a Moab client includes an unknown subcommand.
0x1100a84d ADMIN system.moab WARN MWM_UNABLE_TO_REGISTER_JOB_AM Unable to register job %s with accounting manager for job %s. reason: '%s' message:'%s'. The accounting manager was unable to register the listed job for a certain action. An optional reason and/or message may be given to assist in diagnosis.
0x1100a851 ADMIN system.moab WARN MWM_IMPROPER_VM_MIGRATION_DECISION The migration decision for the VM was not properly set up. The information indicating the destination node is missing.
0x1100a85b ADMIN system.moab WARN MWM_JOB_UPDATE_NULL_STARTTIME Start time is NULL for job update. Specify a start time that is greater than zero.
0x1100a85c ADMIN system.moab WARN MWM_JOB_UPDATE_NULL_DISPATCHTIME Dispatch time is NULL for job update. Specify a dispatch time that is greater than zero.
0x1100a862 ADMIN system.moab WARN MWM_UNABLE_TO_REGISTER_RESERVATION_AM Unable to register reservation %s with accounting manager for %s processors for reservation %s. The accounting manager was unable to register the listed reservation for a certain action.
0x1100a863 ADMIN system.moab WARN MWM_DEPRECATED_PARAMETER_VALUE Deprecated value '%s' specified for parameter '%s'. %s The listed value is no longer valid for this parameter. A hint may be provided with the message. Check the most recent documentation for the software version.
0x1100a864 ADMIN system.moab WARN MWM_INVALID_FILE_ATTRIBUTES_WARNING Invalid value '%s' specified for %s (%s). Checking a file to see whether it exists, is executable, etc, has produced unexpected results.
0x1100a865 ADMIN system.moab WARN MWM_CANNOT_SET_JOB_ATTRIBUTE_VIA_TEMPLATE_WARNING Cannot set %s %s via template %s. Failed to set the listed attribute to the listed value for a specified job template.
0x1100a866 ADMIN system.moab WARN MWM_KILL_PROCESS_FAILURE Unable to kill process %s. The system tried to kill the given process and failed.
0x1100a86a ADMIN system.moab WARN MWM_NODELIST_STRING_BUFFER Insufficient buffer space to convert a node list into a string. The buffer must be larger to hold all the nodes.
0x1100a86b ADMIN system.moab WARN MWM_MAX_NODES_EXCEEDED The maximum number of nodes associated with a reservation has been exceeded. The number of nodes must be reduced.
0x1100a871 ADMIN system.moab WARN MWM_VC_ALREADY_ADDED The virtual container '%s' is already an ancestor of VC '%s'. Cannot create a circular chain, must maintain a hierarchical structure.
0x1100a872 ADMIN system.moab WARN MWM_VC_REMOVAL_FAILURE The virtual container '%s' cannot be removed. This is an internal error.
0x1100a874 ADMIN system.moab WARN MWM_RESERVATION_JOB_NOT_FOUND Unable to find the job for reservation '%s'. The host job for the reservation is NULL.
0x1100a875 ADMIN system.moab WARN MWM_SINGLE_USE_RESERVATION_DESTRUCTION Unable to destroy a single-use reservation. This is an internal error.
0x1100a878 ADMIN system.moab WARN MWM_UNEXPECTED_JOB_SUBMISSION_POLICY The system encountered an unexpected job submission policy (%s). The job submission policy did not match a defined policy.
0x1100a879 ADMIN system.moab WARN MWM_SIMULATION_JOB_RECORDS Unable to simulate workload by creating job records (1000 attempts). The system may be low on memory.
0x1100a880 ADMIN system.moab WARN MWM_JOB_TRANSITION_XML_MESSAGE Unable to add messages to job '%s' transition XML. The system may be low on memory.
0x1100a884 ADMIN system.moab WARN MWM_PBS_API_STALE PBS API is stale - re-initializing. Re-initializing the PBS environment.
0x1100a885 ADMIN system.moab WARN MWM_UNABLE_TO_GET_PBS_QUEUE_INFO Cannot process PBS queue info for RM %s (node %s) - no data available. Unable to get any information on the PBS queues. Make sure that there was at least a queue set up in PBS.
0x1100a886 ADMIN system.moab WARN MWM_UNABLE_TO_SET_JOB_ATTRIBUTE Cannot set job '%s' attribute '%s:%s' to '%s' (rc: %s; '%s'). There was a problem while changing the job attribute and the error status was displayed in rc.
0x1100a887 ADMIN system.moab WARN MWM_UNABLE_TO_CONNECT_PBS_SCHEDULER Cannot connect to PBS event/scheduler port %s. Ensure the PBS scheduler is running and listening on the specified port.
0x1100a888 ADMIN system.moab WARN MWM_NODE_UNUSABLE_NO_DISK Idle node %s is unusable (inadequate disk space in /var). Ensure that the node has sufficient disk space.
0x1100a889 ADMIN system.moab WARN MWM_NODE_UNUSABLE_BAD_STATE Node '%s' is unusable in state 'NONE'. The node has become unusable because of its state being NONE.
0x1100a88a ADMIN system.moab WARN MWM_UNABLE_TO_FIND_USERS_GID Cannot locate OS GID information for user '%s' - ignoring user. Moab was unable to find the GID of this user. Make sure that this user has a GID.
0x1100a88b ADMIN system.moab WARN MWM_UNABLE_TO_FIND_USERS_UID Cannot locate OS information for user '%s' - ignoring user - %s. Moab was unable to find the user on the system. Make sure that this user exists.
0x1100a88c ADMIN system.moab WARN MWM_UNABLE_TO_FIND_GID_LIST Cannot locate OS group list information for user '%s' - ignoring user. Moab was unable to find the group list for this user.
0x1100a88d ADMIN system.moab WARN MWM_TIMEOUT Command '%s' timed out, or wait failed after %s seconds. Increasing the TIMEOUT settings in moab.cfg may help.
0x1100a88e ADMIN system.moab WARN MWM_INSUFFICIENT_POLICIES Insufficient policies specified; hpolicy=%s,spolicy=%s. Please revise your policies along with their actions.
0x1100a88f ADMIN system.moab WARN MWM_NO_STDOUT Request succeeded with no stdout but stderr='%s'. Typically there will also be stdout when there is stderr. Depending on the request this may be the intended result.
0x1100a890 ADMIN system.moab WARN MWM_CANNOT_CONNECT_WIKI Cannot connect to Wiki event port %s. Failure to connect to the Wiki event port.
0x1100a891 ADMIN system.moab WARN MWM_MISSING_COLON_STR Colon delimiter not located in %s wiki string '%s...' in %s. Check that the string contains the right format.
0x1100a892 ADMIN system.moab WARN MWM_ADD_DEPENDENCY_FAIL Failed to add dependecies to job %s's submission. There was a problem in adding the dependencies to the job.
0x1100a893 ADMIN system.moab WARN MWM_INVALID_PRIORITY_FUNCTION Invalid priority function '%s' on job '%s'. The priority function applied to the job was invalid.
0x1100a894 ADMIN system.moab WARN MWM_MISSING_JOB_REQ Invalid job '%s'; no requirements. The job was invalid because it was missing the requirements.
0x1100a895 ADMIN system.moab WARN MWM_MISSING_JOB_REQ_AT_INDEX Invalid job %s; no requirement at index %s. The job was invalid because an index was missing requirements.
0x1100a896 ADMIN system.moab WARN MWM_INVALID_WIKI_STR_MISSING_EQUAL Malformed wiki string '%s' - no '='. The wiki string was missing an equal sign '='.
0x1100a897 ADMIN system.moab WARN MWM_INVALID_EMPTY_WIKI_STR Malformed wiki string '%s' - EOF. The wiki string was empty.
0x1100a898 ADMIN system.moab WARN MWM_INCORRECT_STAGE_LOC stage-data source location is being incorrectly reported via wiki '%s' != '%s'. The stage data source location was incorrectly reported in wiki.
0x1100a899 ADMIN system.moab WARN MWM_INVALID_VM_OBJECT_ID VM '%s' is not a valid object, ignoring. The VM does not have a valid object ID.
0x1100a89a ADMIN system.moab WARN MWM_INVALID_JSON_CLUSTER Could not parse JSON cluster query data from MWS RM (%s): %s. The JSON construct(s) for the cluster may contain some invalid syntax.
0x1100a89b ADMIN system.moab WARN MWM_INVALID_JSON_WORKLOAD Could not parse JSON workload query data from MWS RM (%s): %s. The JSON construct(s) for the workload may contain some invalid syntax.
0x1100a89c ADMIN system.moab WARN MWM_MISSING_REQ_PROPERTIES JSON cluster query data from MWS RM (%s) does not contain required properties (%s, %s, %s). The JSON constructs for the cluster query data are missing the required properties.
0x1100a89d ADMIN system.moab WARN MWM_INVALID_JSON_CLUSTER_OBJECT JSON cluster query data from MWS RM (%s) is not a valid object. Review the JSON construct for the cluster query data to ensure its syntax is correct.
0x1100a89e ADMIN system.moab WARN MWM_INVALID_JSON_WORKLOAD_OBJECT JSON workload query data from MWS RM (%s) is not a valid object. Review the JSON construct for the workload query data to ensure its syntax is correct.
0x1100a89f ADMIN system.moab WARN MWM_EMPTY_RESPONSE Empty %s response from RM (%s). The response from the resource manager query was empty.
0x1100a8a0 ADMIN system.moab WARN MWM_INVALID_NODE_DATA Nodes data from MWS RM (%s) is not a valid object. The response from the Moab Web Services resource manager query was empty.
0x1100a8a1 ADMIN system.moab WARN MWM_CREATE_RESERVATION_FAIL Cannot create requested reservation (%s). The request to create the given reservation has failed.
0x1100a8a2 ADMIN system.moab WARN MWM_LOCATE_RSVPROFILE_FAIL Cannot locate RSVPROFILE '%s'. Moab failed to find the given RSVPROFILE. Confirm that the file exists.
0x1100a8a3 ADMIN system.moab WARN MWM_LOCATE_RSV_PARENT_FAIL Cannot locate parent '%s' for reservation '%s'. Moab failed to locate the parent of the given reservation.
0x1100a8a4 ADMIN system.moab WARN MWM_LOCATE_COMMAND_FAIL Cannot locate command '%s'. Moab failed to locate the given command. Confirm that the command exists.
0x1100a8a5 ADMIN system.moab WARN MWM_UNSUPPORTED_SCHED_CMD Received unexpected sched command '%s'. Received an unexpected mschedctl command. Confirm that the used option is supported.
0x1100a8a6 ADMIN system.moab WARN MWM_UNSUPPORTED_EVENT Unsupported event '%s' from RM '%s'. The given event is not supported by the given resource manager.
0x1100a8a7 ADMIN system.moab WARN MWM_VM_MIGRATE_FAIL VM %s should migrate from node %s but cannot locate valid destination - %s (policy). Attempt to migrate the given VM from the given node failed. Please check that the destination is valid.
0x1100a8a8 ADMIN system.moab WARN MWM_JOB_START_FAIL Start of system job %s failed; no action specified. Failed to start a job because there was no action specified.
0x1100a8a9 ADMIN system.moab WARN MWM_VMTRACKING_JOB_FAIL VM '%s' reported a system job failure on VMTracking job '%s'. The given VM reported it failed on the given VMTracking job.
0x1100a8aa ADMIN system.moab WARN MWM_VMTRACKING_EXCEED_WALTIME VM '%s' exceeded its allocated walltime. VMTracking job '%s' (pointing to job '%s'). The given VM has exceeded its allocated walltime on the associated VM tracking job.
0x1100a8ac ADMIN system.moab WARN MWM_UNKNOWN_POWER_STATE No RM can report node '%s' power state for system job '%s'. No resource manager can report the power state for the given nodes on the given job.
0x1100a8ad ADMIN system.moab WARN MWM_ADD_GLOBAL_NODE_FAIL Cannot add global node '%s'. Failed to add the given global node.
0x1100a8ae ADMIN system.moab WARN MWM_UNKNOWN_CLIENT Client ID '%s' is unknown. Moab failed to recognize the name/ID of the given client.
0x1100a8af ADMIN system.moab WARN MWM_JOB_DEBIT_ACCOUNT Unable to charge funds for job. The account manager failed to debit the account for the job.
0x1100a8b0 ADMIN system.moab WARN MWM_JOB_RESERVE_ACCOUNT Unable to reserve funds for job (Reason: %s). The account manager failed to reserve funds on the account for the job.
0x1100a8b1 ADMIN system.moab WARN MWM_CANCEL_LEIN Unable to cancel lien for instance '%s' (Reason: %s). The account manager failed to release the lien.
0x1100a8b2 ADMIN system.moab WARN MWM_RESERVATION_RESERVE_ACCOUNT Unable to reserve funds for reservation (Reason: %s). The account manager failed to reserve funds on the account for the reservation.
0x1100a8b3 ADMIN system.moab WARN MWM_JOB_TASK_DISTRIBUTION The system cannot distribute the tasks allocated for a job. Check the tasks specified in the job.
0x1100a8b4 ADMIN system.moab WARN MWM_JOB_DEFAULT_CLASS Job cannot run with default class '%s'. Check the limits set on the class.
0x1100a8b5 ADMIN system.moab WARN MWM_RM_START_JOB Cannot start job through a resource manager. The resource manager may not be set to run the job.
0x1100a8b6 ADMIN system.moab WARN MWM_JOB_DEPENDENCY_UPDATE Cannot find job '%s' to update dependency '%s' for job '%s'. The dependency job for the specified job is missing.
0x1100a8b7 ADMIN system.moab WARN MWM_EXPIRED_CHECKPOINT The checkpoint has expired. Items within the checkpoint may no longer be valid.
0x1100a8b8 ADMIN system.moab WARN MWM_BAD_CHECKPOINT_LINE The system encountered an incorrectly formed checkpoint line for key '%s'. All lines must end with a NEWLINE character.
0x1100a8b9 ADMIN system.moab WARN MWM_CONVERT_XML_FROM_STRING XML data cannot be obtained from an XML string ('%s'). There was an error converting from a string that should contain XML into internal XML data structures.
0x1100a8ba ADMIN system.moab WARN MWM_CONVERT_XML_TO_STRING An XML string cannot be constructed from XML data. There was an error converting from internal XML data structures into an XML string representation.
0x1100a8bb ADMIN system.moab WARN MWM_SOCKET_OPERATION Cannot %s message on sd %s within %s second timeout. There is a communication error with sockets.
0x1100a8bc ADMIN system.moab WARN MWM_COMPLETED_JOB_RECORD Could not create job record for completed job %s - %s. The system may be low on memory.
0x1100a8bd ADMIN system.moab WARN MWM_CREATE_TEMPLATE_JOB_DEPENDENCY Could not create template job dependency %s - %s. The system may be low on memory.
0x1100a8be ADMIN system.moab WARN MWM_CANNOT_FIND_SMP_NODE_BY_FEATURE Could not find SMP node by feature '%s'. The feature did not match any of the SMP nodes.
0x1100a8bf ADMIN system.moab WARN MWM_CHECKPOINT_PROCESS_COMPLETED_JOB Could not process completed job from checkpoint. Examine the checkpoint entry for the job.
0x1100a8c0 ADMIN system.moab WARN MWM_CANNOT_FIND_SMP_NODE_IN_PARTITION Could not find SMP node in partition '%s'. The feature did not match any of the SMP nodes in the partition.
0x1100a8c1 ADMIN system.moab WARN MWM_JOB_REPORTED_BY_RM_NOT_OWNER Job '%s' is being reported by RM '%s' but is owned by RM '%s'. The resource manager reporting does not own the job.
0x1100a8c2 ADMIN system.moab WARN MWM_PEER_RM_UNKNOWN_LANGUAGE Peer RM '%s' reported unknown language: '%s'. The language does not match a known format.
0x1100a8c3 ADMIN system.moab WARN MWM_PEER_RM_UNKNOWN_SUBLANGUAGE Peer RM '%s' reported unknown sub-language: '%s'. The language does not match a known format.
0x1100a8c4 ADMIN system.moab WARN MWM_REQ_ATTR_TO_STRING Required attribute %s '%s' could not be converted to a string. There is no string conversion routine for that attribute type.
0x1100a8c5 ADMIN system.moab WARN MWM_JOB_ARCH_VALUE Job '%s' does not have a valid arch (architecture) value '%s'. Check the specified value for the architecture.
0x1100a8c6 ADMIN system.moab WARN MWM_INVALID_HOST_REQ Job '%s' does not have a valid host requirement '%s'. Check the specified value for the requirement.
0x1100a8c7 ADMIN system.moab WARN MWM_JOB_OPSYS_VALUE Job '%s' does not have a valid operating system value '%s'. Check the specified value for the operating system.
0x1100a8c8 ADMIN system.moab WARN MWM_UNSUPPORTED_REQ Resouce requirement '%s' not supported. The requirement specified is unsupported.
0x1100a8c9 ADMIN system.moab WARN MWM_NO_TASKS Job loaded in active state with no tasks allocated. Jobs must have at least one task.
0x1100a8ca ADMIN system.moab WARN MWM_SINGLE_ITERATION_JOB_COMPLETION Scheduler cannot handle job completion in a single iteration. The job must not start and complete while the scheduler is sleeping.
0x1100a8cb ADMIN system.moab WARN MWM_MAX_TASKS_EXCEEDED The number of tasks associated with a job has exceeded the maximum (%s). The number of tasks must be reduced or the scheduler must be configured to accept more tasks.
0x1100a8cc ADMIN system.moab WARN MWM_NODE_OUT_OF_RANGE Job '%s' node index (%s) at task list index (%s) is out of range. This is an internal limit.
0x1100a8cd ADMIN system.moab WARN MWM_NODE_NULL Job '%s' node index (%s) at task list index (%s) is NULL. This is an internal limit.
0x1100a8ce ADMIN system.moab WARN MWM_NODESET_CONSTRAINTS Nodeset constraints prevent use of task for job '%s':%s at %s. The specified nodeset cannot run the task.
0x1100a8cf ADMIN system.moab WARN MWM_DEFAULT_WALLTIME Job assigned default walltime limit (%s). Unlimited or no walltime limit specified.
0x1100a8d0 ADMIN system.moab WARN MWM_PARTITION_ACCESS Job cannot access requested partitions (%s). The partition access list disallows the job.
0x1100a8d1 ADMIN system.moab WARN MWM_UNABLE_TO_ALLOCATE_TASKS_FOR_JOB Cannot allocate tasks for job at %s. The system may be low on memory.
0x1100a8d2 ADMIN system.moab WARN MWM_IGNORING_PARTIAL_RANGE Ignoring partial time range since full range previously located. The system will use the full range instead.
0x1100a8d3 ADMIN system.moab WARN MWM_DESTINATION_RM Cannot locate a valid destination resource manager for job. The submitted job could not be sent to a resource manager.
0x1100a8d4 ADMIN system.moab WARN MWM_JOB_CREDENTIALS Cannot authenticate the submitted job (Reason: %s). The user for the job is not a member of a group or account with access.
0x1100a8d5 ADMIN system.moab WARN MWM_SMPNODE_BY_FEATURE Could not find SMPNode by feature %s (%s). None of the nodes has the feature specified.
0x1100a8d6 ADMIN system.moab WARN MWM_SMPNODE_BY_PARTITION Could not find SMPNode in partition %s. The SMPNode specified is not in the given partition.
0x1100a8d7 ADMIN system.moab WARN MWM_RSV_ATTR_TO_STRING Reservation '%s' attribute '%s' could not be converted to a string. There is no string conversion routine for that attribute type.
0x1100a8d8 ADMIN system.moab WARN MWM_AM_STATUS Account manager sent failure message - %s. Check status message.
0x1100a8d9 ADMIN system.moab WARN MWM_AM_FAILURE Native accounting manager call '%s' failed using input XML '%s'. Check XML syntax.
0x1100a8da ADMIN system.moab WARN MWM_AM_INSUFFICIENT_FUNDS Account manager - Insufficient funds '%s'. Validate that the user has access to account.
0x1100a8db ADMIN system.moab WARN MWM_MIGRATE_JOB Unable to migrate job '%s' to RM '%s' (%s). Check the error message.
0x1100a8dc ADMIN system.moab WARN MWM_RESERVE_PRIORITY_JOB Unable to reserve priority job. Check the error message.
0x1100a8dd ADMIN system.moab WARN MWM_SYNC_JOB Job '%s' not synchronized to start with job '%s'. The two jobs must start at the same time.
0x1100a8de ADMIN system.moab WARN MWM_SYNC_JOB_REQUEUE Job '%s' could not start. Requeuing any synchronized jobs. The other jobs should be back on the queue.
0x1100a8df ADMIN system.moab WARN MWM_UNHANDLED_PLUGIN_EXCEPTION A node allocation plugin '%s' encountered an unhandled exception '%s'. Consult the documention for the plugin.
0x1100a8e0 ADMIN system.moab WARN MWM_PLUGIN_LOADED_FAILURE Error loading node allocation plugin '%s' for partition '%s' %s. A NodeAllocation plugin was not loaded because of an error. Default node allocation will be used.
0x1100a8e2 ADMIN system.moab WARN MWM_UNKNOWN_JOB_DEPENDENCY Unknown job dependency '%s' on job. The job is trying to use a dependency that is unknown.
0x1100a8e3 ADMIN system.moab WARN MWM_UNSUPPORTED_JOB_DEPENDENCY Unknown job dependency type '%s' on job. The job is trying to use a dependency type that is unsupported.
0x1100a8e4 ADMIN system.moab WARN MWM_MISSING_JOB_DEPENDENCY Cannot find dependency job. MissingDependencyAction is '%s'. Check for the existence of the job dependency.
0x1100a8e5 ADMIN system.moab WARN MWM_PARTITION_REP_NODE Corrupt partition representative node. Check the representative node for the partition.
0x1100a8e6 ADMIN system.moab WARN MWM_PARTITION_ATTRIBUTE Partition attribute '%s' is not configurable. Consult the documentation to see which attributes can be configured.
0x1100a8e7 ADMIN system.moab WARN MWM_UNABLE_TO_LOCATE_NODE Unable to locate specified nodes for job. Could not find a node in the job's node list.
0x1100a8e8 ADMIN system.moab WARN MWM_NODES_MISSING_FROM_FEASIBLE_LIST Specified node(s) not found in feasible hostlist. Could not find a node.
0x1100a8e9 ADMIN system.moab WARN MWM_HOSTLIST_HAS_TOO_FEW_TASKS A hostlist has too few tasks available for job '%s':'%s' (%s < %s). More nodes are needed to satisfy the task requirements.
0x1100a8ea ADMIN system.moab WARN MWM_TASKS_REMAINING A hostlist was unable to handle all tasks (%s remain). More nodes are needed to satisfy the task requirements.
0x1100a8eb ADMIN system.moab WARN MWM_NODE_DOWN Unable to detect node '%s' for '%s' seconds. Marking it down or removing it. Make sure the node is up and running.
0x1100a8ec ADMIN system.moab WARN MWM_NODE_RESET_EMPTY Unable to reset node. Node list empty. Must specify a valid node to reset.
0x1100a8ed ADMIN system.moab WARN MWM_NODE_RESET_URL Unable to reset node. NODEPOWERURL not specified. Must specify a valid URL for the node to reset.
0x1100a8ee ADMIN system.moab WARN MWM_AM_DOWN The account manager is not currently running. Check the status of the account manager.
0x1100a8ef ADMIN system.moab WARN MWM_KEYBOARD_ACTIVITY_PREEMPT_JOB Keyboard activity on node prevented job preemption. Jobs can be preempted only if the keyboard is idle.
0x1100a8f0 ADMIN system.moab WARN MWM_KEYBOARD_ACTIVITY_SET_NODE_STATE Keyboard activity on node prevented setting the node state to '%s'. Node states can be changed only if the keyboard is idle.
0x1100a8f1 ADMIN system.moab WARN MWM_JOB_MISMATCHED_TIMES Fixing job '%s' with invalid '%s' times (%s - %s). Check the times for the specified job.
0x1100a8f2 ADMIN system.moab WARN MWM_JOB_OPSYS Cannot add operating system '%s' to job. Check the type of operating system specified.
0x1100a8f3 ADMIN system.moab WARN MWM_JOB_ARCH Cannot add architecture '%s' to job. Check the type of architecture specified.
0x1100a8f4 ADMIN system.moab WARN MWM_LOCATE_AM Cannot locate the account manager '%s'. Check the account manager command option syntax.
0x1100a8f5 ADMIN system.moab WARN MWM_LOCATE_RM Cannot locate the resource manager '%s'. Check the resource manager command option syntax.
0x1100a8f6 ADMIN system.moab WARN MWM_LOCATE_RMID Cannot locate the resource manager ID '%s'. Check the ID command option syntax.
0x1100a8f7 ADMIN system.moab WARN MWM_LOCATE_PARTITION Cannot locate the partition '%s'. Check the partition command option syntax.
0x1100a8f8 ADMIN system.moab WARN MWM_RM_QUEUE_MODIFY Command to modify RM queue failed on resource manager %s - '%s'. Queue may be configured to reject modify requests.
0x1100a8f9 ADMIN system.moab WARN MWM_RM_QUEUE_CREATE Command to create RM queue failed on resource manager %s - '%s'. System may be configured to reject queue creation requests.
0x1100a8fa ADMIN system.moab WARN MWM_RM_QUEUE_CREATE_MISSING_ARGS Command to create RM queue failed - arguments missing. The user must supply the needed arguments to the command.
0x1100a8fb ADMIN system.moab WARN MWM_STATIC_RM_DESTRUCTION An attempt was made to destroy a static resource manager. Static resource managers cannot be destroyed.
0x1100a8fc ADMIN system.moab WARN MWM_ADD_SYSTEM_USER Unable to create a new user '%s' in the system. The system may be low on memory.
0x1100a8fd ADMIN system.moab WARN MWM_ADD_PARTITION The system was unable to create partition '%s'. The system may be low on memory.
0x1100a8fe ADMIN system.moab WARN MWM_CORE_LIMIT System core limit set to %s (complete core files might not be generated). Expand the system core limit to ensure the complete core dump can be saved.
0x1100a8ff ADMIN system.moab WARN MWM_KEY_FILE_PERMISSIONS The .moab.key file exists, but the file permissions prevent access (%s). Check the ownership permissions on the file.
0x1100a900 ADMIN system.moab WARN MWM_STATS_PERIOD_TYPE The system could not process stats for period type %s. 'Day' is the only period type currently supported.
0x1100a901 ADMIN system.moab WARN MWM_STATS_BUFFER_SIZE The system could not process stats for period type %s (buffer too small). The buffer allocated was too small to hold the data.
0x1100a902 ADMIN system.moab WARN MWM_STATS_FILE The system could not create the stats file '%s'. Check the path and user permissions on the directory.
0x1100a903 ADMIN system.moab WARN MWM_JOB_NO_ACCOUNT No account specified for job '%s'. Check the job for an account specification.
0x1100a904 ADMIN system.moab WARN MWM_SET_JOBATTR_FAIL Cannot set attribute '%s' to value '%s' on jobmatch '%s'. Failed to set the given attribute to the given value on the given job.
0x1100a905 ADMIN system.moab WARN MWM_JOBATTR_NOT_SUPPORTED JobAttr not supported. '%s'. The given attribute is not a supported job attribute.
0x1100a906 ADMIN system.moab WARN MWM_INVALID_TRIGGER_DEFINITION Invalid trigger definition: %s. The given trigger is invalid. Check that the given trigger has been defined.
0x1100a907 ADMIN system.moab WARN MWM_ATTRIBUTE_NOT_HANDLED System attribute '%s' not handled. Check that the given attribute was spelled correctly.
0x1100a908 ADMIN system.moab WARN MWM_QOS_IN_PARAM_NOT_FOUND Cannot locate QOS '%s' for parameter %s. Make sure that the given QOS exists.
0x1100a909 ADMIN system.moab WARN MWM_INVALID_PROFILEDURATION_VAL Invalid PROFILEDURATION specified, modified internally to %s (see documentation). The entered PROFILEDURATION value is invalid. Moab uses the given value instead.
0x1100a90a ADMIN system.moab WARN MWM_NO_DATA_STAGING_PATH No path in data staging specification '%s' (bad format). Verify the data staging path is specified.
0x1100a90b ADMIN system.moab WARN MWM_UNSUPPORTED_RM_DATA_STAGING Cannot stage-out stdout/stderr (unsupported RM type '%s'). Failed to stage-out stdout/stderr because the given resource manager does not support such feature.
0x1100a90c ADMIN system.moab WARN MWM_RM_DATA_ON_NON_EXISTING_JOB Storage RM '%s' reporting data operation for non-existant job '%s'. The given resource manager is reporting data operation on the non-existing job.
0x1100a90d ADMIN system.moab WARN MWM_INVALID_RM_DATA_STAGE Data stage for RM '%s' not possible as it has no nodelist. Check CLUSTERQUERYURL to ensure it at least has a nodelist.
0x1100a90e ADMIN system.moab WARN MWM_DATA_STAGE_IN_FAIL Data stage in failed for job '%s' file '%s' (%s). Failed to complete the data staging in operation for the job on the given file due to error(s).
0x1100a90f ADMIN system.moab WARN MWM_UNABLE_TO_REMOVE_DATA_STAGE Cannot remove data staging block for job '%s'. Failed to remove the data staging block for the given job.
0x1100a910 ADMIN system.moab WARN MWM_DATA_STAGE_OUT_FAIL Data stage out failed for job '%s' file '%s' (%s). Failed to complete the data staging out operation for the job on the given file due to error(s).
0x1100a911 ADMIN system.moab WARN MWM_JOB_INVALID_OPSYS Job '%s' cannot request OS '%s'). The requested operating system is not available for the job.
0x1100a912 ADMIN system.moab WARN MWM_NODE_BUFFER_OVERFLOW Node buffer is full. Try increasing the node buffer size.
0x1100a913 ADMIN system.moab WARN MWM_REMOVE_NODE_WITH_RESERVATION Unable to remove node '%s' because of reservation references. Remove the reservations from the node.
0x1100a914 ADMIN system.moab WARN MWM_JOB_PURGE_RM_INACTIVE Unable to purge job '%s' because the resouce manager '%s' is inactive. Check the status of the resource manager.
0x1100a915 ADMIN system.moab WARN MWM_JOB_PURGE_RM_NO_RESOURCES Unable to purge job '%s' because the resouce manager '%s' is reporting no resources. Check the status of the resource manager.
0x1100a916 ADMIN system.moab WARN MWM_JOB_NOT_DETECTED Job '%s' in state '%s' no longer detected (Last Detected %s > PurgeTime %s). The job may have been purged in the meantime.
0x1100a917 ADMIN system.moab WARN MWM_BACKFILL_DEPTH_REACHED The backfill depth (BFDEPTH) has been reached so no more jobs will be backfilled this iteration. Wait for the next iteration or increase the depth.
0x1100a918 ADMIN system.moab WARN MWM_JOB_NO_QUEUETIME No QueueTime has been specified for job. Configure the job with a queue time.
0x1100a91c ADMIN system.moab WARN MWM_CHECKPOINT_CREATE_RSV_FROM_XML Unable to create a reservation from checkpoint XML. The system may be low on memory.
0x1100a91d ADMIN system.moab WARN MWM_JOB_CACHE_REMOVAL Failed to remove job %s (ID = %s) from the cache. The job was missing from the system hash table.
0x1100a91e ADMIN system.moab WARN MWM_INVALID_CRED_VALUE Invalid credential value '%s'. Check the syntax in the configuration file.
0x1100a91f ADMIN system.moab WARN MWM_INVALID_CRED_ATTR Invalid credential attribute '%s'. Check the syntax in the configuration file.
0x1100a920 ADMIN system.moab WARN MWM_MAX_JOBS_EXCEEDED The maximum number of jobs has been exceeded. Increase the value of the MAXJOB setting.
0x1100a921 ADMIN system.moab WARN MWM_JOB_FAILED_PROCESSING_PBS A job failed while processing PBS resources. May not have been able to locate host or vnode.
0x1100a922 ADMIN system.moab WARN MWM_FIND_PEER Cannot find client peer for job %s (Name: %s). The resource manager cannot be located.
0x1100a923 ADMIN system.moab WARN MWM_AM_INSUFFICIENT_BALANCE Insufficient balance in primary account '%s' to run job '%s' (attempting fallback credentials). Validate that the user has access to account.
0x1100a924 ADMIN system.moab WARN MWM_AM_JOB_SUBMIT_VALIDATION Job submission validation failed for job '%s' -- taking action '%s'. Validate that the job has access.
0x1100a925 ADMIN system.moab WARN MWM_TOO_MANY_NODE_SETS The maximum number of node sets has been exceeded. This is a configurable setting.
0x1100a926 ADMIN system.moab WARN MWM_CLASS_SET_LIST_INVALID The specified class set list is invalid '%s'. Check the documentation for valid classes.
0x1100a928 ADMIN system.moab WARN MWM_RM_START Cannot start resource manager '%s' (Reason: %s). The resource manager may not be available.
0x1100a929 ADMIN system.moab WARN MWM_STDOUT_FAIL Request succeeded with no stdout. stderr= '%s'. The standard out may not have been specified.
0x1100a92a ADMIN system.moab WARN MWM_UNSUPPORTED_REQ_ATTR Unsupported req attribute '%s'. The attribute is not one that can be set.
0x1100a92b ADMIN system.moab WARN MWM_UNSUPPORTED_GENERAL_ATTR Unsupported general attribute '%s'. The attribute is not one that can be set.
0x1100a92e ADMIN system.moab WARN MWM_CREATE_ACCOUNT Unable to create account '%s' on the account manager. Verify that the account manager is running.
0x1100a92f ADMIN system.moab WARN MWM_QUERY_ACCOUNT Unable to query account '%s' on the account manager. Verify that the account name is correct.
0x1100a930 ADMIN system.moab WARN MWM_ACCOUNT_ADD_USER Unable to add user '%s' to account '%s' on the account manager. Verify that the account name is correct.
0x1100a931 ADMIN system.moab WARN MWM_ACCOUNT_DEPOSIT Unable to deposit '%s' credits to account '%s' on the account manager. Verify that the account name is correct.
0x1100a932 ADMIN system.moab WARN MWM_ALLOCATE_REQ Unable to allocate requirement '%s' using NAllocPolicy '%s' (%s). The system may be low on memory.
0x1100a933 ADMIN system.moab WARN MWM_VALID_STAT_DATA Unable to generate valid statistic data for external query. The system may be low on memory.
0x1100a934 ADMIN system.moab WARN MWM_JOB_QOS_REQUEST Job '%s' cannot request QOS '%s'). The requested QOS is not available for the job.
0x1100a938 ADMIN system.moab WARN MWM_GRES_OVERFLOW GRES overflow. Unable to add another GRES.
0x1100a939 ADMIN system.moab WARN MWM_RM_NO_RESOURCES The resouce manager '%s' is reporting no resources. Check the nodes on the resource manager.
0x1100a93d ADMIN system.moab WARN MWM_EMPTY_FILE File '%s' is empty. Check the file specified.
0x1100a93f ADMIN system.moab WARN MWM_PREEMPT_NONACTIVE_JOB Cannot preempt non-active job '%s' (state: '%s' estate: '%s'). The job must currently be active to preempt it.
0x1100a940 ADMIN system.moab WARN MWM_REQUEUE_NONSTARTABLE_JOB Cannot requeue non-startable job '%s' (canceling instead). The job could not be requeued.
0x1100a941 ADMIN system.moab WARN MWM_NODE_RACK_VALUE Invalid rack value '%s' specified for node %s (must be digit). Check the value of the rack parameter.
0x1100a942 ADMIN system.moab WARN MWM_ENCODE_JOB_MESSAGE Cannot encode job message. Check the value of the rack parameter.
0x1100a943 ADMIN system.moab WARN MWM_INVALID_PROFILECOUNT_VAL Invalid PROFILECOUNT specified, modified internally to %s (see documentation). The PROFILECOUNT value is invalid. Moab uses the default value instead.
0x1100a944 ADMIN system.moab WARN MWM_FAIRSHARE_FILE Cannot load fairshare file '%s' for slot %s. Check for the existence of the fairshare file in the file system.
0x1100a945 ADMIN system.moab WARN MWM_REQ_ATTR_ALREADY_SET Requirement attribute %s '%s' is already set. Check the attribute setting in the configuration file.
0x1100a946 ADMIN system.moab WARN MWM_ZERO_START_TIME StartTime set to zero for reservation on job '%s'. Check the start time for the specified job.
0x1100a947 ADMIN system.moab WARN MWM_EXISTING_RESERVATION Reservation created for reserved job '%s' (existing reservation '%s' deleted). Only one reservation can exist at a time for the reserved job.
0x1100a948 ADMIN system.moab WARN MWM_CANNOT_PARSE_REQ_LINE Cannot parse requirement line for job '%s'. The syntax of the requirement line is incorrect.
0x1100a949 ADMIN system.moab WARN MWM_UNKNOWN_RESOURCE_TYPE Unknown resource type '%s' for job '%s'. Check the documentation for valid resource types.
0x1100a94a ADMIN system.moab WARN MWM_UNKNOWN_TRANSACTION_ATTR Unknown transaction attribute '%s'. Check the documentation for valid transaction attributes.
0x1100a94c ADMIN system.moab WARN MWM_ID_MANAGER_DOWN The identity manager is down. Check the status of the identity manager.
0x1100a94d ADMIN system.moab WARN MWM_PROCESS_ID_LINE Unable to process the ID line '%s'. Check the syntax of the attribute/value pairs.
0x1100a94e ADMIN system.moab WARN MWM_JOB_ID_MISSING Unable to locate the job ID for a job submitted to the resource manager. Check the job being submitted`.
0x1100a950 ADMIN system.moab WARN MWM_EMPTY_NODELIST The nodelist is empty for reservation '%s'. Reservations should include a node list.
0x1100a951 ADMIN system.moab WARN MWM_FAIRSHARE_PAL Fairshare does not allow specified PAL (%s). The fairshare algorithm is reverting to the original PAL.
0x1100a952 ADMIN system.moab WARN MWM_JOB_START_TIME Cannot find earliest start time for job '%s'. Resources needed to run the job may never be available.
0x1100a953 ADMIN system.moab WARN MWM_NODE_MODIFY Cannot modify node '%s' Error(%s). The node could not be modified.
0x1100a954 ADMIN system.moab WARN MWM_TRIGGER_RSV_CREATE Unable to create a trigger reservation. Check the reservation time, nodes, and account.
0x1100a955 ADMIN system.moab WARN MWM_MISSING_TRIGGER Trigger '%s' with PID '%s' does not exist--completing! The process may have already completed.
0x1100a956 ADMIN system.moab WARN MWM_EMPTY_HOSTLIST The hostlist is empty for reservation. Reservations should include a hostlist.
0x1100a957 ADMIN system.moab WARN MWM_RSV_POLICY_VIOLATION Unable to create requested reservation due to a policy violation (%s). Reservations must conform to existing policies.
0x1100a958 ADMIN system.moab WARN MWM_RSV_CREATE_FAILURE Unable to create requested reservation at time %s (%s). Resources are unavailable at requested time.
0x1100a959 ADMIN system.moab WARN MWM_RSV_OWNER Cannot process owner '%s' for standing reservation '%s' (%s). Consult the error message.
0x1100a95a ADMIN system.moab WARN MWM_RSV_PARTIAL Partial reservation %s reserved %s of %s procs in partition '%s' to start in %s at (%s) %s. Entire reservation could not be filled.
0x1100a95c ADMIN system.moab WARN MWM_RSV_NEGATIVE_JOBCOUNT Reservation %s jobcount is %s, should not decrement less than 0. JobCount cannot be negative.
0x1100a95d ADMIN system.moab WARN MWM_EMPTY_REQ_NODELIST Req node list empty for job %s:%s in state %s (job nodelist copied to req nodelist). Job should include a req node list.
0x1100a95e ADMIN system.moab WARN MWM_TASK_ALLOCATION_INFO Cannot locate task allocation info for job %s:%s in state %s. Job should include a task list.
0x1100a95f ADMIN system.moab WARN MWM_INVALID_THREADPOOL_SIZE Invalid ThreadPoolSize '%s' (must be a non-negative integer no larger than %s). Check the size for a valid value.
0x1100a960 ADMIN system.moab WARN MWM_INVALID_QUEUE_TIME Job '%s' has invalid system queue time (SQ: %s > ST: %s). Check the job queue time value.
0x1100a961 ADMIN system.moab WARN MWM_NO_WCLIMIT Job '%s' has no WCLimit specified. Check the job for the correct value.
0x1100a962 ADMIN system.moab WARN MWM_AM_INVALID_PROTOCOL Invalid protocol '%s' specified for account manager '%s'. Communication with the account manager must be over a supported protocol.
0x1100a963 ADMIN system.moab WARN MWM_NO_POWER_INTERFACE No external power interface - cannot set power state '%s' on node '%s%s%s'. Cannot set the power state on the node without a power interface.
0x1100a964 ADMIN system.moab WARN MWM_JOB_STARTED_ON_ANOTHER_RM Job '%s' started externally: (rc: %s; errmsg: '%s'; Tasklist: '%s'). Two or more resource managers are running side-by-side and the job is already running on one of them.
0x1100a965 ADMIN system.moab WARN MWM_COMMAND_FAILED_CHILD_PROCESS Job submit request failed with child process status code='%s', stderr='%s', stdout='%s', EMsg='%s'. Review the status code and error message for further information.
0x1100a967 ADMIN system.moab WARN MWM_AM_REGISTER_JOB Unable to register job creation with account manager for job '%s', reason: '%s'. Check the status of the account manager.
0x1100a968 ADMIN system.moab WARN MWM_AM_DEPRECATED_PARAMETER Use of the '%s parameter is deprecated. %s Check the documentation for the new parameter syntax.
0x1100a969 ADMIN system.moab WARN MWM_AM_INVALID_ACTION Invalid action '%s' specified in '%s' for account manager '%s'. Check the documentation for valid actions for the account manager.
0x1100a9bf ADMIN system.moab WARN MWM_ERASING_JOB Erasing job '%s' by address. The specified job could not be found by name. The entire job table was searched to find the matching job.
0x1100a9e1 ADMIN system.moab WARN MWM_JOB_INVALID_TASK_LAYOUT Job '%s' has invalid task layout (TPN:%s * N:%s != T:%s). The task layout does not compute.
0x1100a9e2 ADMIN system.moab WARN MWM_JOB_ACCESS_QOS Job '%s' does not have access to QOS '%s' (QAL: %s). The QoS is not accessible from the job.
0x1100a9f8 ADMIN system.moab WARN MWM_DUPLICATE_SYSTEMJID Duplicate SystemJID '%s' [JState: %s] found from RM '%s'. The SystemJID must be unique.
0x1100a9fc ADMIN system.moab WARN MWM_CANNOT_PING_RM Cannot ping RM '%s' because a file was not specified. A file path to a valid file is needed.
0x1100aa07 ADMIN system.moab WARN MWM_VM_CONTAINER_NODE Cannot find or add container node '%s' for VM '%s'. The node could not be found.
0x1100e710 INTERNAL system.moab WARN MWM_INVALID_ARG_VALUE Invalid arguments passed to this function. One or more arguments passed to this function were not valid. This is an internal error logged for informational purposes.
0x1100e72b INTERNAL system.moab WARN MWM_SEND_SENT_NO_DATA No data was sent to the socket when it should have been. The send() system call reported no data was sent when data should have been sent.
0x1100e72e INTERNAL system.moab WARN MWM_SOCKET_BLOCKED_UNEXPECTEDLY Read operations on the socket were blocked when it should have been available. A socket operation reported that the operation was blocked. Previous information indicated that this operation should have been available.
0x1100e73f INTERNAL system.moab WARN MWM_MUTEX_LOCK Cannot lock mutex semaphore using pthread_mutex_lock(). This is an operating system call problem.
0x1100e740 INTERNAL system.moab WARN MWM_MUTEX_UNLOCK Cannot unlock mutex semaphore using pthread_mutex_unlock(). This is an operating system call problem.
0x1100e771 INTERNAL system.moab WARN MWM_THREAD_DB_INIT Thread %s attempting to re-initialize database info struct. Internal error condition.
0x1100e84b INTERNAL system.moab WARN MWM_CORRUPT_COMMAND_RECEIVED Corrupt command '%s' received. The communication packet received from a Moab client command is malformed.
0x1100e919 INTERNAL system.moab WARN MWM_CHECKPOINT_NO_XML The checkpoint data does not contain XML. Internal error.
0x1100e91a INTERNAL system.moab WARN MWM_CHECKPOINT_INVALID_XML The checkpoint data does not contain valid XML (%s). Internal error.
0x1100e91b INTERNAL system.moab WARN MWM_CHECKPOINT_UPDATE_RSV_FROM_XML Unable to update a reservation from checkpoint XML. Internal error.
0x1100e927 INTERNAL system.moab WARN MWM_JOB_ATTR_TO_STRING Job attribute '%s' not yet translated to string value. Internal warning.
0x1100e92c INTERNAL system.moab WARN MWM_MISSING_STATUS_CODE The status code was missing from the S3 response. This is an internal error.
0x1100e92d INTERNAL system.moab WARN MWM_MISSING_STATUS_VALUE The status value was missing from the S3 response. This is an internal error.
0x1100e93a INTERNAL system.moab WARN MWM_SIMULATION_NO_JOBS No jobs loaded in simulation. Internal simulation error.
0x1100e93b INTERNAL system.moab WARN MWM_SIMULATION_JOB_DETECTED_TRACEBUFFER Job '%s' previously detected in tracefile (MJobTraceBuffer[%s]/JC: %s; IT: %s). Internal simulation error.
0x1100e93c INTERNAL system.moab WARN MWM_SIMULATION_JOB_DETECTED Job '%s' previously detected in tracefile (Job/JC: %s; IT: %s). Internal simulation error.
0x1100e93e INTERNAL system.moab WARN MWM_READ_COMMAND_OUTPUT Cannot read output of command '%s'. This is an internal communications error.
0x1100e94b INTERNAL system.moab WARN MWM_THREAD_TIMEOUT Thread %s killed (%s micro-second time out reached). This is an internal issue.
0x1100e94f INTERNAL system.moab WARN MWM_INVALID_XML_RM Invalid XML data for resource manager '%s'. Check the XML syntax.
0x21000067 USER domain.lifecycle ERROR MWM_JOB_END_FAILED Job %s failed. %s The job finished unsuccessfully.
0x210000ca USER domain.lifecycle ERROR MWM_NODE_EVAC_VMS_ERROR Error evacuating VMs off node %s. %s There was an error while attempting to evacuate the VMs off the node.
0x21002882 USER system.moab ERROR MWM_NODE_MODIFY_FAILURE Cannot modify node state of '%s' Error(%s). The node state could not be modified.
0x21002a1a USER system.moab ERROR MWM_DEPRECATED_RM_FEATURE RM flag SUBMITJOBSASROOT not supported with this version, %s. Must be >= 2.4.8. The resource manager version should be updated to get support for this feature.
0x21008003 ADMIN system.moab ERROR MWM_TESTING_ERROR Testing with argument1: %s. and argument2: %s. Internal error for testing diagnostics.
0x21008263 ADMIN domain.lifecycle ERROR MWM_VC_SCHEDULE_FAILURE Failed to schedule virtual container '%s'. This is an internal error.
0x2100a718 ADMIN system.moab ERROR MWM_CANNOT_FORK_ERROR Cannot fork the process, errno: %s (%s). The fork() system call failed. Use the errno and associated message to determine possible causes.
0x2100a719 ADMIN system.moab ERROR MWM_CANNOT_EXEC_PROGRAM Cannot exec action '%s', errno: %s (%s). The exec() system call failed to execute the command. This may be because the command does not exist or the permissions do not allow it to be run. Use the errno and associated message to determine possible causes.
0x2100a71b ADMIN system.moab ERROR MWM_CANNOT_CHOWN_FILE Failure changing ownwership of file: '%s' to uid:'%s', gid:'%s', errno: %s (%s). The chown() system call failed. Use the errno and associated message to determine possible causes.
0x2100a71f ADMIN system.moab ERROR MWM_PIPE_READ_FAILED Failed to read pipe on command '%s', errno: %s (%s). The fread() system call failed. Use the errno and associated message to determine possible causes.
0x2100a720 ADMIN system.moab ERROR MWM_CANNOT_READ_FILE Cannot read file '%s', errno: %s (%s). The fread() system call failed. Use the errno and associated message to determine possible causes.
0x2100a721 ADMIN system.moab ERROR MWM_CANNOT_WRITE_TO_FILE Failure writing to file, errno: %s (%s). The write() system call failed. Use the errno and associated message to determine possible causes.
0x2100a725 ADMIN system.moab ERROR MWM_CANNOT_GET_HOSTNAME Cannot get hostname '%s', errno: %s (%s). The gethostname() system call failed. Use the errno and associated message to determine possible causes.
0x2100a727 ADMIN system.moab ERROR MWM_CANNOT_CREATE_SOCKET Failure creating a socket, errno: %s (%s). The socket() system call failed. Use the errno and associated message to determine possible causes.
0x2100a728 ADMIN system.moab ERROR MWM_CANNOT_CONNECT_TO_HOST Failure connecting to server '%s' on port %s, errno: %s (%s). The connect() system call failed. Use the errno and associated message to determine possible causes.
0x2100a730 ADMIN system.moab ERROR MWM_EPOCH_FAIL Epoch Fail, time: '%s' cannot be converted to an epoch time, errno: %s (%s). The mktime() system call failed. Use the errno and associated message to determine possible causes.
0x2100a731 ADMIN system.moab ERROR MWM_MEMORY_ALLOCATION_FAILURE_MALLOC Failure allocating memory (malloc), allocating '%s' bytes, errno: %s (%s). The malloc() system call failed. Use the errno and associated message to determine possible causes.
0x2100a732 ADMIN system.moab ERROR MWM_MEMORY_ALLOCATION_FAILURE_CALLOC Failure allocating memory (calloc), allocating '%s' elements of size '%s' bytes, errno: %s (%s). The calloc() system call failed. Use the errno and associated message to determine possible causes.
0x2100a733 ADMIN system.moab ERROR MWM_MEMORY_ALLOCATION_FAILURE_REALLOC Failure allocating memory (realloc), allocating '%s' bytes, errno: %s (%s). The realloc() system call failed. Use the errno and associated message to determine possible causes.
0x2100a734 ADMIN system.moab ERROR MWM_CANNOT_DUPLICATE_STRING Failure duplicating string, errno: %s (%s). The strdup() system call failed. Use the errno and associated message to determine possible causes.
0x2100a735 ADMIN system.moab ERROR MWM_CANNOT_CHANGE_PROCESS_GROUP Failure changing process group, errno: %s (%s). The setpgrp() system call failed. Use the errno and associated message to determine possible causes.
0x2100a736 ADMIN system.moab ERROR MWM_CANNOT_CREATE_THREAD Failure creating thread: '%s', errno: %s (%s). The pthread_create() system call failed. Use the errno and associated message to determine possible causes.
0x2100a737 ADMIN system.moab ERROR MWM_CANNOT_TRUNCATE_FILE Failure truncating a file '%s', errno: %s (%s). The truncate() system call failed. Use the errno and associated message to determine possible causes.
0x2100a739 ADMIN system.moab ERROR MWM_PIPE_OPEN_FAILED Failed to open pipe on command '%s', errno: %s (%s) The popen() system call failed. Use the errno and associated message to determine possible causes.
0x2100a73d ADMIN system.moab ERROR MWM_CHANGE_DIR_FAILURE OS call to change directory to '%s' failed errno: %s (%s). The chdir() system call failed. Use the errno and associated message to determine possible causes.
0x2100a74a ADMIN system.moab ERROR MWM_CANNOT_LOCK_MOAB_PID_FILE Cannot lock the PID file '%s'. Is Moab already running? Moab tries to ensure that only one instance of itself is running. In the default configuration it will exit if it cannot obtain a lock.
0x2100a74e ADMIN system.moab ERROR MWM_CONFIG_FILE_NOT_FOUND_ERROR Cannot locate configuration file in any predeterminted location. Moab cannot find the configuration file. Verify that it is present and installed in a proper location.
0x2100a757 ADMIN system.moab ERROR MWM_MWS_RM_CONFIGURATION The resource manager with Moab Web Services (%s) does not have a base URL, username, and password configured. Correctly configure the Moab Web Services resource manager.
0x2100a761 ADMIN system.moab ERROR MWM_STRICT_INVALID_CONFIG_LINE Error processing line #%s: %s - (%s). Check the line number in the configuration file.
0x2100a767 ADMIN system.moab ERROR MWM_NO_MONGOSERVER_SPECIFIED Failed to initialize connection to Mongo server. (Moab is configured to use Mongo, but no MONGOSERVER is specified.) Cannot connect to the Mongo server since the MONGOSERVER parameter was unspecified. Add MONGOSERVER parameter to moab.cfg.
0x2100a768 ADMIN system.moab ERROR MWM_MONGOSERVER_INITIALIZATION_FAILED Failed to initialize connection to Mongo server '%s'. Failed to initialize connection to the configured MONGOSERVER. Check the following: (1) network connection to Mongo server; and (2) check MONGOUSER and MONGOPASSWORD parameters in moab-private.cfg.
0x2100a76a ADMIN system.moab ERROR MWM_MONGOSERVER_AUTHENTICATION_FAILURE Failed to authenticate to Mongo server (%s). Check user credentials.
0x2100a76b ADMIN system.moab ERROR MWM_MONGOSERVER_WRITE_FAILURE Unable to write out transition object '%s'. The BSON information is invalid or missing.
0x2100a76c ADMIN system.moab ERROR MWM_MONGOSERVER_DOWN The Mongo server is down. Check the status of the server.
0x2100a76f ADMIN system.moab ERROR MWM_DB_CHECKPOINT_OBJECT Unable to checkpoint object to the database (%s). Make sure the database is running.
0x2100a773 ADMIN system.moab ERROR MWM_BACKUP_SERVER_CONNECTION_FAILED The system was unable to connect to the backup server %s (%s:%s). Make sure the backup server's address is correct.
0x2100a776 ADMIN system.moab ERROR MWM_CONNECTION_REFUSED Connection to the server was refused (%s). Primary server refused and no fallback server available.
0x2100a777 ADMIN system.moab ERROR MWM_UNABLE_TO_CONNECT Cannot send request to %s:%s (%s may not be running). Unable to connect to the scheduler program.
0x2100a779 ADMIN system.moab ERROR MWM_CLIENT_MAX_CONNECTIONS_REACHED Cannot accept connection number %s (transaction number %s) from '%s' (limit reached). May need to increase the CLIENTMAXCONNECTIONS configuration setting.
0x2100a77a ADMIN system.moab ERROR MWM_SERVER_CONNECTION_FAILED The system was unable to connect to the server %s:%s - %s. Make sure the server's address is correct and it is running.
0x2100a77c ADMIN system.moab ERROR MWM_COMMUNICATION_ERROR Communication error %s:%s (%s). General error trying to communicate with the host.
0x2100a77d ADMIN system.moab ERROR MWM_CANNOT_PARSE_SERVER_RESPONSE_STATUS Cannot parse server response (status). The response sent from the server is malformed.
0x2100a77e ADMIN system.moab ERROR MWM_CANNOT_PARSE_SERVER_RESPONSE_DATA Cannot parse server response (data). The response sent from the server is malformed.
0x2100a77f ADMIN system.moab ERROR MWM_INVALID_FS_TARGET Invalid type specified for FSTarget. Fairshare target type is invalid.
0x2100a780 ADMIN system.moab ERROR MWM_COULD_NOT_ADD_FS_TREE_NODE Could not add fstree node %s. Unable to add a node to the fairshare configuration tree.
0x2100a781 ADMIN system.moab ERROR MWM_CANNOT_ADD_MANAGER_TO_FS_TREE Could not add manager %s to fstree. Unable to add a manager to the fairshare tree.
0x2100a782 ADMIN system.moab ERROR MWM_CRED_MANAGER_OVERFLOW CredManager overflow, manager %s not added. Credential Manager could not add another manager.
0x2100a783 ADMIN system.moab ERROR MWM_CRED_MANAGER_OVERFLOW_CHILD CredManager overflow while adding managers to child in fstree. Fairshare tree configuration problem.
0x2100a786 ADMIN system.moab ERROR MWM_UNABLE_TO_SELECT_TASKS_FOR_JOB Cannot select tasks for job %s. (%s) Cannot select a node list that matches the requirements for this job. This may not be serious since multiple passes may occur.
0x2100a787 ADMIN system.moab ERROR MWM_CANNOT_GET_TASK_ON_RESERVATION Cannot get tasks on (ERR: %s/no reservation/iteration %s). Cannot select tasks that meet the requirements.
0x2100a78a ADMIN system.moab ERROR MWM_BEST_VAL_ACHIEVED_BUT_SCHEDULE_EMPTY BestVal %s achieved but schedule is empty. Best value has been set, but the schedule is empty.
0x2100a78b ADMIN system.moab ERROR MWM_JOB_SCHEDULING_FAILURE_NO_RESERVATION Scheduling failure %s (policy violation/no reservation) iteration: %s. (%s) The job was not scheduled because no reservations are available.
0x2100a78c ADMIN system.moab ERROR MWM_UNSUPPORTED_SERVICE Service '%s' (%s) not supported. A request for an unsupported service was sent.
0x2100a78d ADMIN system.moab ERROR MWM_INVALID_CLASS_HOST_EXPRESSION Invalid class host expression received (%s) : %s. Failed to expand the class's host pattern to a list.
0x2100a78e ADMIN system.moab ERROR MWM_TOO_MANY_COALLOCATION_REQUESTS Too many co-allocation requests (%s > %s). Too many co-allocation requests were received.
0x2100a78f ADMIN system.moab ERROR MWM_INVALID_JOBID_COUNTER Min Job ID '%s' must be less than Max Job ID '%s'. Invalid job id was encountered.
0x2100a790 ADMIN system.moab ERROR MWM_PARAMETER_NOT_HANDLED Parameter[%s] '%s' not handled. The specified parameter was not handled due to an unknown format.
0x2100a791 ADMIN system.moab ERROR MWM_CIRCULAR_JOB_DEPENDENCY Job cannot be dependent on itself. The job is trying to use itself as a dependency, which creates a circular dependency and is invalid.
0x2100a792 ADMIN system.moab ERROR MWM_CANNOT_CREATE_AM Cannot create AM %s. Could not create account manager object.
0x2100a793 ADMIN system.moab ERROR MWM_INVALID_FLUSH_INTERVAL %s for AM %s. An invalid flush interval has been entered.
0x2100a794 ADMIN system.moab ERROR MWM_FAILED_SERVER_AUTH Unable to authenticate server. The server could not be authenticated.
0x2100a795 ADMIN system.moab ERROR MWM_NO_QUOTE No quote output provided in response. No quote output provided in response.
0x2100a796 ADMIN system.moab ERROR MWM_UNABLE_TO_PARSE_XML Unable to parse XML (%s): %s. Unable to parse XML data.
0x2100a797 ADMIN system.moab ERROR MWM_INVALID_QUOTE Invalid quote amount (%s). Quote is invalid.
0x2100a798 ADMIN system.moab ERROR MWM_RECURRING_COST Unable to determine recurring cost. Unable to determine recurring cost.
0x2100a799 ADMIN system.moab ERROR MWM_AVAILABLE_PORT_NOT_FOUND Cannot locate an available port for listening. After trying to bind to a large number of ports, none were found to be available. Check network socket status for saturation.
0x2100a79a ADMIN system.moab ERROR MWM_CANNOT_RESOLVE_IP_FROM_HOSTNAME Cannot resolve IP address from hostname '%s', getaddrinfo() rc: %s (%s). There is a failure matching an IP address to a hostname. Check DNS, /etc/hosts or applicable nameservice.
0x2100a79b ADMIN system.moab ERROR MWM_UNKNOWN_CHECKPOINT_TYPE Unexpected checkpoint type, %s. Unknown checkpoint type while reading from the file.
0x2100a79c ADMIN system.moab ERROR MWM_CHECKPOINT_FILE_LINE_NOT_HANDLED Line '%s' not handled in checkPoint file '%s'. Please contact Adaptive Computing for assistance.
0x2100a79d ADMIN system.moab ERROR MWM_CANNOT_ADD_DEFAULT_GROUP Cannot add default group. Default group cannot be added.
0x2100a79e ADMIN system.moab ERROR MWM_CANNOT_ADD_GROUP Cannot add group %s. Group cannot be added.
0x2100a79f ADMIN system.moab ERROR MWM_ACCOUNT_NOT_ACCESSIBLE_BY_JOB Account '%s' is not accessible by job '%s'. The job is not authorized to run under the listed account.
0x2100a7a0 ADMIN system.moab ERROR MWM_CANNOT_DETERMINE_DEFAULT_ACCOUNT Unable to determine default account for job '%s', user '%s'. There is not a default account type for this job.
0x2100a7a1 ADMIN system.moab ERROR MWM_CANNOT_CREATE_RESERVATION Cannot create reservation for job '%s'. Failed to create reservation for job.
0x2100a7a2 ADMIN system.moab ERROR MWM_INVALID_NODELIST_BAD_TASKCOUNT Invalid nodelist for job %s:%s (inadequate taskcount, %s < %s). Invalid node list due to indequate task count.
0x2100a7a3 ADMIN system.moab ERROR MWM_INVALID_NODELIST_BAD_NODECOUNT Invalid nodelist for job %s:%s (inadequate nodecount, %s < %s). Invalid node list due to indequate node count.
0x2100a7a4 ADMIN system.moab ERROR MWM_INVALID_ALLOCATION_POLICY Invalid allocation policy (%s). Invalid allocation policy.
0x2100a7a5 ADMIN system.moab ERROR MWM_NO_MEMORY_FOR_ALLOCPARTITION_VARIABLE Cannot set ALLOCPARTITION variable for job %s (no memory). No memory remaining to create job variable.
0x2100a7a6 ADMIN system.moab ERROR MWM_BASIL_RSVID_NOT_FOUND Cannot locate BASIL RSVID (job 'ALLOCPARTITION' variable) that was just created. Cannot locate BASIL reservation id stored in the ALLOCPARTITION variable.
0x2100a7a7 ADMIN system.moab ERROR MWM_JOB_ADD_CLASS_ATTR Cannot add class for job %s (Class: %s). Unable to add a class requirement attribute to a job.
0x2100a7a8 ADMIN system.moab ERROR MWM_JOB_ADD_DRM_ATTR Cannot set destination RM for job %s (RM: %s). Unable to add a destination resource manager attribute to a job.
0x2100a7a9 ADMIN system.moab ERROR MWM_JOB_FLAGS_INVALID_SOURCE Attempting to set job flags from invalid format. Job flags must be created using documented formats.
0x2100a7aa ADMIN system.moab ERROR MWM_SET_SIZE_ON_NONEXISTENT_REQ Reqirement must be created before size is set. Unable to set the size of an unallocated requirement.
0x2100a7ab ADMIN system.moab ERROR MWM_ADD_GROUP_TO_JOB_FAILURE Cannot add group for job %s (Group: %s). Unable to set a group attribute on a job.
0x2100a7ac ADMIN system.moab ERROR MWM_NULL_JOB_NAME Cannot add an empty name as an alternate name attribute for job %s. No value specified. Make sure the alternate job name has a value.
0x2100a7ad ADMIN system.moab ERROR MWM_SPACES_IN_JOB_NAME Attempted to set a job name (%s) with space(s) for job %s. A job name with space(s) was specified. Job names cannot contain embedded spaces.
0x2100a7ae ADMIN system.moab ERROR MWM_ADD_QOS_TO_JOB_FAILURE Cannot add QOS for job %s (QOS: %s). Unable to set a QOS attribute on a job.
0x2100a7af ADMIN system.moab ERROR MWM_ADD_SRM_TO_JOB_FAILURE Cannot add Submit RM for job %s (RM: %s). Unable to find the entered name as an available resource manager.
0x2100a7b0 ADMIN system.moab ERROR MWM_ADD_VARIABLE_TO_JOB_FAILURE Cannot set variable for job %s (no variable name specified). Only variables with names can be added as a job attribute.
0x2100a7b1 ADMIN system.moab ERROR MWM_ADD_USER_TO_JOB_FAILURE Cannot add user for job %s (User: %s). Unable to set a user attribute on a job.
0x2100a7b2 ADMIN system.moab ERROR MWM_ADD_NODE_TO_JOB_FAILURE Cannot add node for job %s (Node: %s). Unable to set a node attribute on a job.
0x2100a7b3 ADMIN system.moab ERROR MWM_ADD_ACCOUNT_TO_JOB_FAILURE Cannot add account for job %s (Name: %s). Failed to add account to the job.
0x2100a7b5 ADMIN system.moab ERROR MWM_INVALID_TIME_STRING Invalid format for time specification: '%s'. A string that describes a time cannot be parsed because the format is wrong, or the values are out of range.
0x2100a7b6 ADMIN system.moab ERROR MWM_CANNOT_FIND_ARRAY_JOB Cannot find array job at index %s for job '%s'. Array job is missing.
0x2100a7b7 ADMIN system.moab ERROR MWM_JOB_BUFFER_FULL Job buffer is full (ignoring job '%s'). Ignoring job since job buffer is full. Try increasing the value specified for the MAXJOB parameter.
0x2100a7b8 ADMIN system.moab ERROR MWM_CANNOT_FIND_MASTER_JOB Cannot find master job (%s) for job '%s'; job array slot limits may not be enforced. Cannot find the master job that is associated with a job array.
0x2100a7b9 ADMIN system.moab ERROR MWM_INVALID_ACTION_STRING The action string (%s) is invalid. The format of the action string is '<operation type>:<operation ID>:<operation action>' Example: job:145+146+147:cancel where 145,146 and 147 are job IDs.
0x2100a7ba ADMIN system.moab ERROR MWM_INVALID_OBJECT_TYPE The object type %s is invalid. The format of the action string is '<operation type>:<operation ID>:<operation action>' Example: job:145+146+147:cancel where 145,146 and 147 are job IDs.
0x2100a7bb ADMIN system.moab ERROR MWM_JOB_NOT_FOUND Unable to locate job %s. The named job was not located in the system.
0x2100a7bc ADMIN system.moab ERROR MWM_JOB_IN_BAD_STATE_FOR_COMPLETE Completed trigger action is specified for job %s but it is in an invalid state. The job is not a system job and is not allowed to be started by the resource manager.
0x2100a7bd ADMIN system.moab ERROR MWM_JOB_CANNOT_BE_HELD Job %s cannot be put into hold state. The resource manager cannot hold the job, usually because the job is not in a state that can be held.
0x2100a7be ADMIN system.moab ERROR MWM_CANNOT_SET_TRIGVAR Cannot set trigger variable on job %s. The trigger variables on a job cannot be set.
0x2100a7bf ADMIN system.moab ERROR MWM_CANNOT_SET_REQATTR Cannot set request attribute variable on job %s. The request attribute variables on a job cannot be set.
0x2100a7c0 ADMIN system.moab ERROR MWM_CANNOT_ADJUST_GRES Cannot adjust generic resources for job %s. The generic resources of the job could not be modified.
0x2100a7c1 ADMIN system.moab ERROR MWM_INVALID_GRES_VALUE Invalid value '%s' for GRes '%s' %s. The value being set on the generic resource is not valid.
0x2100a7c2 ADMIN system.moab ERROR MWM_CANNOT_MODIFY_ATTRIBUTE Attribute %s cannot be modified for job %s. The job's attribute could not be modified.
0x2100a7c3 ADMIN system.moab ERROR MWM_COULD_NOT_SEND_SIGNAL Signal %s could not be sent to job %s. The resource manager was unable to send the signal to the job.
0x2100a7c4 ADMIN system.moab ERROR MWM_COULD_NOT_START_JOB Could not start job %s in %s. The resource manager was unable to start the job.
0x2100a7c5 ADMIN system.moab ERROR MWM_UNABLE_TO_REQUEUE_JOB Cannot requeue job %s. The job could not be requeued.
0x2100a7c6 ADMIN system.moab ERROR MWM_UNHANDLED_ACTION The action %s was not handled. The action was undefined in this function.
0x2100a7c7 ADMIN system.moab ERROR MWM_UNRECOGNIZED_ATTRIBUTE The attribute %s is not recognized. The attribute is not in the lookup table.
0x2100a7c8 ADMIN system.moab ERROR MWM_UNRECOGNIZED_JOB_ACTION The job action %s is not recognized. The job action is not in the lookup table.
0x2100a7c9 ADMIN system.moab ERROR MWM_UNABLE_TO_CANCEL_JOB Job %s could not be canceled. The job could not be canceled.
0x2100a7ca ADMIN system.moab ERROR MWM_UNABLE_TO_HOLD_JOB Job %s could not be held in. The job was unable to be put into a hold state.
0x2100a7cb ADMIN system.moab ERROR MWM_INVALID_PBS_SBINDIR Invalid SBINDIR specified (%s). Check paths for the directory containing pbs_iff.
0x2100a7cc ADMIN system.moab ERROR MWM_UNABLE_TO_CONNECT_PBS_SRVR Cannot connect to PBS server '%s'; rc: %s (pbs_errno=%s, '%s'). Make sure the pbs_server process is running.
0x2100a7cd ADMIN system.moab ERROR MWM_UNABLE_GET_SRVR_INFO Cannot get server info: %s. Make sure that the pbs_server process is running.
0x2100a7ce ADMIN system.moab ERROR MWM_UNABLE_LOAD_SRVR_INFO Cannot load PBS server info: %s. Make sure that the pbs_server process is running.
0x2100a7cf ADMIN system.moab ERROR MWM_UNABLE_LOAD_PBS_CLUSTER Cannot load PBS cluster info: %s. Make sure that the pbs_server process is running.
0x2100a7d0 ADMIN system.moab ERROR MWM_UNABLE_LOAD_PBS_WORKLOAD Cannot load PBS workload info: %s. Make sure that the pbs_server process is running.
0x2100a7d1 ADMIN system.moab ERROR MWM_UNABLE_LOAD_PBS_QUEUE Cannot load PBS queue info: %s. Make sure the path to the queue configuration is accessible by Moab.
0x2100a7d3 ADMIN system.moab ERROR MWM_UNABLE_PROCESS_NODE_INFO Cannot process node info. Make sure the resource manager is running.
0x2100a7d4 ADMIN system.moab ERROR MWM_NODE_BUFFER_FULL Node buffer is full (ignoring node '%s'). Try increasing the node buffer.
0x2100a7d5 ADMIN system.moab ERROR MWM_JOB_CANNOT_START Job '%s' cannot be started: (cannot generate Tasklist). Check the PBS server log to see reason of failure.
0x2100a7d6 ADMIN system.moab ERROR MWM_JOB_CANNOT_START_TASK_EMPTY Job '%s' cannot be started: (empty Tasklist). Check the PBS server log to see reason of failure.
0x2100a7d7 ADMIN system.moab ERROR MWM_UNABLE_SET_NODE_COUNT Cannot set nodecount for job '%s' - %s. Check the PBS server log to see reason of failure.
0x2100a7d8 ADMIN system.moab ERROR MWM_UNABLE_SET_WALLTIME Cannot set walltime for job '%s' - %s. Check the PBS server log to see reason of failure.
0x2100a7d9 ADMIN system.moab ERROR MWM_UNABLE_SET_TASKLIST Cannot set Tasklist for job '%s' - %s. Check the PBS server log to see reason of failure.
0x2100a7da ADMIN system.moab ERROR MWM_UNABLE_TO_START_JOB_RC Job '%s' cannot be started: (rc: %s; errmsg: '%s'; Tasklist: '%s'). Check the PBS server log to see reason of failure.
0x2100a7db ADMIN system.moab ERROR MWM_UNABLE_TO_SIGNAL_JOB %s' cannot be signalled: %s. Check the PBS server log to see reason of failure.
0x2100a7dc ADMIN system.moab ERROR MWM_UNABLE_TO_SUSPEND_JOB Job '%s' cannot be suspended: %s. Check the PBS server log to see reason of failure.
0x2100a7dd ADMIN system.moab ERROR MWM_UNABLE_TO_RESUME_JOB Job '%s' cannot be resumed: %s. Check the PBS server log to see reason of failure.
0x2100a7de ADMIN system.moab ERROR MWM_UNABLE_TO_FIND_RESOURCE Failed to find/add %s generic resource. Failure to find/add GPUs/MICs to the global GRES/MIC slots.
0x2100a7df ADMIN system.moab ERROR MWM_UNABLE_TO_SET_CREDENTIALS Cannot authenticate job '%s' (U: %s; G: %s; A: '%s'). Could not set the credentials on the job.
0x2100a7e0 ADMIN system.moab ERROR MWM_UNABLE_TO_REQUEUE PBS job '%s' cannot be requeued (rc: %s; '%s'). Check the PBS server log to see reason of failure.
0x2100a7e1 ADMIN system.moab ERROR MWM_UNABLE_TO_CHECKPOINT PBS job '%s' cannot be checkpointed (rc: %s; '%s'). Check the PBS server log to see reason of failure.
0x2100a7e2 ADMIN system.moab ERROR MWM_UNABLE_TO_RELEASE PBS job '%s' cannot be released from hold (rc: %s; '%s'). Check the PBS server log to see reason of failure.
0x2100a7e5 ADMIN system.moab ERROR MWM_UNABLE_TO_FIND_ACCOUNT Cannot find account for job %s (Name: %s). Make sure the account exists.
0x2100a7e6 ADMIN system.moab ERROR MWM_INVALID_ARGUMENT Command '%s' args not handled. An unsupported argument was used.
0x2100a7e7 ADMIN system.moab ERROR MWM_INVALID_LOGDIR LogDir '%s' is invalid. Make sure that the path to the logs directory exists.
0x2100a7e8 ADMIN system.moab ERROR MWM_INVALID_SPOOLDIR SpoolDir '%s' is invalid. Make sure that the path to the spool directory exists.
0x2100a7e9 ADMIN system.moab ERROR MWM_INVALID_STATDIR StatDir '%s' is invalid. Make sure that the path to the stat directory exists.
0x2100a7ea ADMIN system.moab ERROR MWM_INVALID_TOOLSDIR ToolsDir '%s' is invalid. Make sure that the path to the tools directory exists.
0x2100a7eb ADMIN system.moab ERROR MWM_CANNOT_CREATE_DAT_FILE Cannot create/modify dat file: '%s'. Moab encountered an error creating the dat file.
0x2100a7ec ADMIN system.moab ERROR MWM_FEATURE_NOT_AVAILABLE_IN_BUILD The '%s' feature is not available in the build of Moab. Moab can be configured with various features. The listed feature is not available in the binary being run.
0x2100a7ed ADMIN system.moab ERROR MWM_FEATURE_NOT_AVAILABLE_WITH_LICENSE The '%s' feature is not enabled with the current Moab license. Moab can be licensed with various features. The listed feature is not available with the current license. Contact Adaptive Computing for more information.
0x2100a7ee ADMIN system.moab ERROR MWM_RESOURCE_LIMIT_EXCEEDED The maximum number of '%s' (%s) has been reached. Moab has certain resources that are limited. This error occurs when you have reached or exceeded those limits. Contact Adaptive Computing for more information.
0x2100a7f1 ADMIN system.moab ERROR MWM_CANNOT_CREATE_VM_MIGRATION_JOB Failed to create migration job for VM %s. The migration job was not created. Check MIGRATETEMPLATE on workflow and its trigger.
0x2100a7f2 ADMIN system.moab ERROR MWM_CANNOT_OPEN_EXTENSION_INTERFACE Cannot open extension interface socket on port %s. There was a failure opening the HTTP extension service. This feature will not work until the problem is corrected.
0x2100a7f3 ADMIN system.moab ERROR MWM_JOB_USER_AUTHENTICATION The system was unable to connect the given user to job %s (User: %s, Group: %s). Check the credentials of the given user and/or group.
0x2100a7f4 ADMIN system.moab ERROR MWM_JOB_AUTHENTICATION The system was unable to authenticate the user connected with job %s (User: %s, Group: %s, Account %s) - %s. Check the credentials of the given user and/or group.
0x2100a7f5 ADMIN system.moab ERROR MWM_SEND_DATA_FAILED The system was unable to send data to the server %s (%s:%s). Make sure the server's address is correct and that the server is running.
0x2100a7f6 ADMIN system.moab ERROR MWM_RECEIVE_DATA_FAILED The system was unable to receive data from the server %s (%s:%s). Make sure the server's address is correct and that the server is running.
0x2100a7f7 ADMIN system.moab ERROR MWM_JOB_OVERLAP Job '%s' overlaps an existing job. Check the job being created for overlap.
0x2100a7f8 ADMIN system.moab ERROR MWM_JOB_CREATION The system was unable to create job '%s' Verify that the job being created is correctly specified.
0x2100a7f9 ADMIN system.moab ERROR MWM_MISSING_STATUS_ELEMENT The status element was missing from the S3 response. This is an internal error.
0x2100a7fa ADMIN system.moab ERROR MWM_VC_WORKFLOW_JOB Virtual container '%s' was marked as workflow, but could not find job that created it. This is an internal error.
0x2100a7fb ADMIN system.moab ERROR MWM_VC_COMBINE_JOBS Failed to combine jobs in virtual container '%s'. This is an internal error.
0x2100a7fc ADMIN system.moab ERROR MWM_VC_SCHEDULE_TIME_FAILURE Failed to schedule virtual container '%s' for requested time. This is an internal error.
0x2100a7fd ADMIN system.moab ERROR MWM_VC_RESERVATION_FAILURE Failed to find a reservation for virtual container '%s'. This is an internal error.
0x2100a7fe ADMIN system.moab ERROR MWM_VC_RESERVATION_CREATE_FAILURE Failed to create a reservation for jobs in virtual container '%s'. This is an internal error.
0x2100a7ff ADMIN system.moab ERROR MWM_VC_RESOURCE_FAILURE Requested resources are not available at any time for virtual container '%s'. This is an internal error.
0x2100a800 ADMIN system.moab ERROR MWM_NONEXISTING_JOB_USER Job template %s requests non-existent user %s. Make sure the user exists.
0x2100a801 ADMIN system.moab ERROR MWM_NONEXISTING_JOB_GROUP Job template %s requests non-existent group %s. Make sure the group exists.
0x2100a802 ADMIN system.moab ERROR MWM_NONEXISTING_JOB_QOS Job template %s requests non-existent QoS %s. Make sure the QoS exists.
0x2100a803 ADMIN system.moab ERROR MWM_UNABLE_CREATE_CLASS Unable to create class %s for job template %s. Make sure the class exists.
0x2100a804 ADMIN system.moab ERROR MWM_NONEXISTING_JOB_ACCOUNT Job template %s requests non-existent account %s. Make sure the account exists.
0x2100a805 ADMIN system.moab ERROR MWM_INVALID_WALLTIME_SPECIFIED Invalid walltime specification '%s. Make sure the format for walltime is correct.
0x2100a806 ADMIN system.moab ERROR MWM_UNABLE_PARSE_WIKI_STR Cannot parse wiki string for job '%s'. Make sure the format for wiki string is correct.
0x2100a807 ADMIN system.moab ERROR MWM_MISSING_STATS_XML_ELEMENT %s is not a valid template job stat child element. Make sure there is a stats element in the XML.
0x2100a808 ADMIN system.moab ERROR MWM_NULL_NODE_POINTER Node pointer is NULL and cannot be used to find SMP node. Node pointer is NULL and cannot be used to find SMP node by node.
0x2100a809 ADMIN system.moab ERROR MWM_PINDEX_OUT_OF_RANGE PIndex is less than -1 which is out of range. PIndex must be greater than or equal to -1 to find a node by partition.
0x2100a80a ADMIN system.moab ERROR MWM_FEATURE_OUT_OF_RANGE Feature is less than -1 which is out of range. Feature must be greater than or equal to -1 to find a node by feature.
0x2100a80b ADMIN system.moab ERROR MWM_INCORRECT_ARG Incorrect argument in %s: %s, %s,%s. Name must point to a valid string, Feature must be greater than or equal to -1, and N must point to a valid node.
0x2100a80c ADMIN system.moab ERROR MWM_NODE_ALLOCATION_ERROR Failed to allocate a node named %s. Call to MUMalloc failed, system is probably low on memory.
0x2100a80d ADMIN system.moab ERROR MWM_FAILED_TO_APPEND_MSMPNODE Failed to append smpnode %s to MSMPNodes. The call to append the node to the array list failed, probably due to a low memory condition.
0x2100a80e ADMIN system.moab ERROR MWM_NULL_SMPNODE_POINTER Cannot initialize node because pointer is NULL. Call to MSMPNodeInitialize must have a valid pointer to a valid node.
0x2100a80f ADMIN system.moab ERROR MWM_NULL_SMPNODE_POINTER_IN_RESET Cannot reset node because pointer is NULL. Call to MSMPNodeResetStats must have a valid pointer to a valid node.
0x2100a810 ADMIN system.moab ERROR MWM_RESET_NODE_FAILED Call to MSMPNodeResetStats failed. Call to MSMPNodeResetStats failed. The most likely cause is passing a NULL pointer to SMPNode.
0x2100a811 ADMIN system.moab ERROR MWM_FREE_NODE_FAILED Call to free MSMPNodes failed. Call to free MSMPNodes failed, most likely due to corrupted memory.
0x2100a812 ADMIN system.moab ERROR MWM_NULL_NODE_IN_UPDATE Node pointer in %s cannot be NULL. Node pointer cannot be NULL when trying to update node.
0x2100a813 ADMIN system.moab ERROR MWM_CANNOT_FIND_NODE Unable to find SMP node with node %s. Unable to find SMP node by node.
0x2100a814 ADMIN system.moab ERROR MWM_EMPTY_NODE_LIST Updating node from list with empty node list. Updating node from node list must not be called with an empty node list.
0x2100a815 ADMIN system.moab ERROR MWM_BAD_ARG_IN_FEASIBLE_JOB Incorrect argument to function %s: %s, %s. A parameter in the function was incorrect.
0x2100a816 ADMIN system.moab ERROR MWM_CANNOT_FIND_INDEX_IN_LIST_FOR_FEATURE Could not find index into NodeSetList for node feature %s. Could not find index into NodeSetList for node feature.
0x2100a817 ADMIN system.moab ERROR MWM_CANNOT_CREATE_SR Could not create standing reservation: %s. Failed to create the named standing reservation.
0x2100a818 ADMIN system.moab ERROR MWM_UNEXPECTED_STATISTICS_TYPE Unexpected statistics type: %s. Number is not a member of MMStatTypeEnum enumeration.
0x2100a819 ADMIN system.moab ERROR MWM_CANNOT_PROCESS_VM_ATTRIBUTE Cannot process VM attribute %s for VM %s. Either AttrName or NodeName is not found in string.
0x2100a81a ADMIN system.moab ERROR MWM_CANNOT_FIND_NODE_FOR_VM Cannot find node %s for VM %s. The node does not exist or cannot be found.
0x2100a81b ADMIN system.moab ERROR MWM_CANNOT_LOAD_JOB Cannot load job %s (state: %s). There was an error creating a job in Moab that was reported by the resource manager.
0x2100a81c ADMIN system.moab ERROR MWM_CANNOT_CREATE_CHECKPOINT_FILE_ENTRY Cannot create checkpoint file entry. There was an error writing a checkpoint file entry for the associated objects.
0x2100a81d ADMIN system.moab ERROR MWM_CANNOT_CREATE_OBJECT_FROM_CHECKPOINT_FILE Cannot create object from checkpoint file entry. There was an error reading a checkpoint file entry for the associated objects.
0x2100a81e ADMIN system.moab ERROR MWM_TASKLIST_TOO_LARGE The tasklist for job '%s' is too large (size = %s, growth = %s). The system has a fixed maximum size for the task map for each job.
0x2100a81f ADMIN system.moab ERROR MWM_TASKLIST_MISSING The tasklist for job '%s' is missing. The system requires that each job has at least one task assigned.
0x2100a820 ADMIN system.moab ERROR MWM_TASK_DISTRIBUTION_UNKNOWN The system encountered an unknown type of task distribution (%s). This is an interal error.
0x2100a822 ADMIN system.moab ERROR MWM_INCOMPATIBLE_CHARGE_POLICY Periodic charging disabled due to incompatible charge policy (%s). The charge policy is undefined.
0x2100a823 ADMIN system.moab ERROR MWM_INCOMPLETE_JOB_TEMPLATE_ACTION The job template '%s' has an incomplete action specification. Job templates must fully specifiy the action to be performed.
0x2100a824 ADMIN system.moab ERROR MWM_INCOMPLETE_JOB_TEMPLATE_GENERIC The job template '%s' has an incomplete generic system job specification. Job templates must fully specifiy the generic system job.
0x2100a825 ADMIN system.moab ERROR MWM_DUPLICATE_JOB_TEMPLATE_VMID The job template '%s' has a job '%s' that requests an existing VMID. Virtual machine IDs cannot be shared across job templates.
0x2100a826 ADMIN system.moab ERROR MWM_UNKNOWN_JOB_TEMPLATE_VMID The requested VMID '%s' could not be found or already has a tracking job. Virtual machine IDs can only be assigned to a single job.
0x2100a827 ADMIN system.moab ERROR MWM_UNABLE_TO_MODIFY_JOB The job '%s' on account '%s' cannot be modified in the resource manager. The job previously submitted to the resource manager cannot be modified.
0x2100a828 ADMIN system.moab ERROR MWM_WORKFLOW_VC_FAILURE The system failed to generate a workflow virtual container for job '%s'. This is an internal error.
0x2100a829 ADMIN system.moab ERROR MWM_CREATE_JOB_TEMPLATE_FAILURE The system failed to create job template '%s'. The job could not be created or one of its attributes could not be set.
0x2100a82a ADMIN system.moab ERROR MWM_VC_NOT_FOUND The system could not find the virtual container for job '%s'. This is an internal error.
0x2100a82b ADMIN system.moab ERROR MWM_JOB_MIGRATION_FAILED The system failed to migrate a remote job (%s). Make sure the resource manager has not been disabled.
0x2100a82c ADMIN system.moab ERROR MWM_JOB_START_XML_FAILURE The system could not generate the coomand line needed to start job: '%s'. The proper command line could not be derived from the XML structure.
0x2100a82d ADMIN system.moab ERROR MWM_JOB_START_FAILURE_RESPONSE The system could not start job - Reason: '%s'. The system was unable to start the job for the specified reason.
0x2100a82e ADMIN system.moab ERROR MWM_JOB_CANCEL_FAILURE_RESPONSE The system could not cancel job - Reason: '%s'. The system was unable to cancel the job for the specified reason.
0x2100a82f ADMIN system.moab ERROR MWM_JOB_SIGNAL_FAILURE_RESPONSE The system could not signal job - Reason: '%s'. The system was unable to signal the job for the specified reason.
0x2100a830 ADMIN system.moab ERROR MWM_JOB_MODIFY_FAILURE_RESPONSE The system could not modify job - Reason: '%s'. The system was unable to modify the job for the specified reason.
0x2100a831 ADMIN system.moab ERROR MWM_JOB_REQUEUE_FAILURE_RESPONSE The system could not requeue job - Reason: '%s'. The system was unable to requeue the job for the specified reason.
0x2100a832 ADMIN system.moab ERROR MWM_SEND_EVENT_FAILURE The system could send event '%s' to resource manager '%s' (%s). The system was unable to send the event.
0x2100a833 ADMIN system.moab ERROR MWM_UNEXPECTED_BACKFILL_POLICY The system encountered an unexpected backfill policy '%s' (using '%s' instead). The backfill policy did not match a defined policy.
0x2100a834 ADMIN system.moab ERROR MWM_NODE_LIST_ALLOCATION The system was unable to allocate a node list for job '%s' in partition '%s'. The system may be low on memory.
0x2100a835 ADMIN system.moab ERROR MWM_BAD_NODE_IN_NODELIST The reservation nodelist for job' %s' has an invalid node at index %s. Check the nodes specified for the reservation.
0x2100a836 ADMIN system.moab ERROR MWM_RESERVATION_SPANS_PARTITIONS The reservation request for job '%s' spans partitions (node %s partition %s). Reservations that span partitions must have the COALLOC flag set.
0x2100a837 ADMIN system.moab ERROR MWM_ADJUST_JOB_RESERVATION_FAILURE The system failed to adjust job '%s' reservation on node %s. This is an internal error.
0x2100a838 ADMIN system.moab ERROR MWM_OBJECT_TYPE_INVALID The object type specified (%s) is not valid. A valid object type must be specified.
0x2100a839 ADMIN system.moab ERROR MWM_MISSING_OBJECT_ID The object ID is missing. A valid object ID must be specified.
0x2100a83a ADMIN system.moab ERROR MWM_MISSING_ACTION The action is missing. A valid action must be specified.
0x2100a83b ADMIN system.moab ERROR MWM_PIPE_BUFFER_FAILED The system could not open a bi-directional pipe. A valid action must be specified.
0x2100a83c ADMIN system.moab ERROR MWM_STD_OUT_FAILED Failed to load stdout file '%s'. Check the file name and path.
0x2100a83d ADMIN system.moab ERROR MWM_STD_ERR_FAILED Failed to load stderr file '%s'. Check the file name and path.
0x2100a841 ADMIN system.moab ERROR MWM_CREATE_NODE_FAILURE The system was unable to create node '%s'. The system may be low on memory.
0x2100a842 ADMIN system.moab ERROR MWM_PARTITION_CREATE_FAILURE The system was unable to create a shared partition for the global node. The system may be low on memory.
0x2100a845 ADMIN system.moab ERROR MWM_HT_FIND_NODE_FAILURE Cannot find node '%s' in hash table. A node by the given name may not have been created.
0x2100a847 ADMIN system.moab ERROR MWM_HT_FIND_VM_FAILURE Cannot find VM '%s' in hash table. A VM with the given name may not have been created.
0x2100a848 ADMIN system.moab ERROR MWM_COMMAND_FAILED Command '%s' failed. StatusCode: %s; Response: '%s'. Check the command syntax and parameters.
0x2100a849 ADMIN system.moab ERROR MWM_HASH_TABLE_INITIALIZATION There was an unexpected hash table initialization error. The hash table for jobs to delete never initialized correctly.
0x2100a84e ADMIN system.moab ERROR MWM_UNABLE_TO_AUTHENTICATE_JOB Unable to authenticate job %s when UID or GID is empty (UID=%s, GID=%s). Either the UID or the GID field is empty.
0x2100a84f ADMIN system.moab ERROR MWM_MISSING_JOB_TASKCOUNT Job does not have a taskcount specified. Each job must have an associated taskcount.
0x2100a850 ADMIN system.moab ERROR MWM_FAILED_EXCLUDE_NODELIST The system failed to add an exclude nodelist to a submission. The job exclude hostlist could not be converted into a string.
0x2100a852 ADMIN system.moab ERROR MWM_CANNOT_SUBMIT_VM_MIGRATION_JOB Failed to submit migration job for VM %s. Check MIGRATETEMPLATE on workflow and its trigger.
0x2100a853 ADMIN system.moab ERROR MWM_WEB_SERVICES_WRITE_FAILURE Error %s encountered while trying to write to web services. Encountered problem trying to put HTTP data to web server.
0x2100a854 ADMIN system.moab ERROR MWM_WEB_SERVICES_URL_MISSING Missing URL in call to web services. Web services must have a valid destination URL.
0x2100a855 ADMIN system.moab ERROR MWM_RM_PARTITION_CREATE_FAILURE The system was unable to create a partition for RM '%s'. The system may be low on memory.
0x2100a856 ADMIN system.moab ERROR MWM_PARSE_MPP_NODES_FAILURE The system failed to parse the MPP nodes value '%s'. Check the MPP names.
0x2100a857 ADMIN system.moab ERROR MWM_FIND_MPP_NODES_FAILURE The system failed to find node '%s' in the MPP nodes value '%s'. Check the MPP names.
0x2100a859 ADMIN system.moab ERROR MWM_NODE_SET_TYPE_INVALID The node set type specified (%s) is not valid. Check the NODESETLIST option.
0x2100a85a ADMIN system.moab ERROR MWM_GRES_ADD_FAILURE Unable to add the GRESTOJOBATTRMAP '%s'. The limit has been reached.
0x2100a85d ADMIN system.moab ERROR MWM_NOT_MWS_RM The resource manager is not Moab Web Services. Make sure the resource manager has Moab Web Services.
0x2100a85e ADMIN system.moab ERROR MWM_MWS_RM_CURL_CONNECTION The system could not intialize a cURL connection to the MWS RM. The cURL command to connect to the resource manager has failed.
0x2100a85f ADMIN system.moab ERROR MWM_MWS_RM_CURL_CONNECTION_EXPANDED Could not connect to MWS RM (%s) at '%s%s' as '%s', response code: %s; cURL error: %s (%s); MWS response: '%s'. The connection has failed.
0x2100a860 ADMIN system.moab ERROR MWM_MWS_RM_JSON_CLUSTER_QUERY_EMPTY JSON cluster query data from MWS RM (%s) is null or empty. The query must contain valid JSON data.
0x2100a861 ADMIN system.moab ERROR MWM_MWS_RM_JSON_WORKLOAD_QUERY_EMPTY JSON workload query data from MWS RM (%s) is null or empty. The query must contain valid JSON data.
0x2100a867 ADMIN system.moab ERROR MWM_JOB_TRANSITION_FAILURE Unable to transition a job. The job was missing requirements.
0x2100a868 ADMIN system.moab ERROR MWM_SET_JOB_VARIABLE Unable to set a job pref variable. The system is probably low on memory.
0x2100a869 ADMIN system.moab ERROR MWM_ARRAY_EXPANSION Unable to expand the size of an array. The system is probably low on memory.
0x2100a86c ADMIN system.moab ERROR MWM_VC_FIND_FAILURE The system could not find the virtual container '%s'. Check the name of the VC.
0x2100a86d ADMIN system.moab ERROR MWM_VC_USER_CREDENTIALS User '%s' does not have access to virtual container '%s'. Check the rights granted to the VC.
0x2100a86e ADMIN system.moab ERROR MWM_VC_BEING_DELETED Virtual container '%s' is being deleted; cannot add jobs to it. Only add jobs to VCs that are not being deleted.
0x2100a86f ADMIN system.moab ERROR MWM_PARTITION_STATUS Unable to query the status of a partition - %s. Check to make sure the resource manager is running.
0x2100a870 ADMIN system.moab ERROR MWM_FIND_JOB_TEMPLATE The system failed to find job template '%s'. Check the template name for the given job.
0x2100a873 ADMIN system.moab ERROR MWM_PROCESS_EVENT Unable to process the generic event. During processing, unable to get a description of the event.
0x2100a876 ADMIN system.moab ERROR MWM_JOB_CAN_NEVER_RUN Unable to allocate tasks for job at any time. Job tasks must match available resources.
0x2100a877 ADMIN system.moab ERROR MWM_NODE_NOT_IN_PARTITION Node is not associated with any partition. Node must be in a partition.
0x2100a87a ADMIN system.moab ERROR MWM_NODE_COUNT_EXCEEDS_LICENSE The number of nodes '%s' exceeds the current license limit '%s'. A different license is needed to use more nodes.
0x2100a87b ADMIN system.moab ERROR MWM_KILL_FAILURE OS call to kill process (PID: %s) %s failed). This is an operating system error.
0x2100a87c ADMIN system.moab ERROR MWM_MISSING_JOB_REQUIREMENTS Job does not have any requirements specified. Each job must have requirements attached.
0x2100a87d ADMIN system.moab ERROR MWM_JOB_MISSING_DISPATCH_TIME Job loaded in alloc state '%s' with no dispatch time. The job must have a dispatch time.
0x2100a87e ADMIN system.moab ERROR MWM_UNEXPECTED_OBJECT_TYPE The object type '%s' was not expected in this operation. Verify that a valid object type is given.
0x2100a87f ADMIN system.moab ERROR MWM_JOB_TRANSITION_XML Unable to create XML element from job transition object. The system may be low on memory.
0x2100a881 ADMIN system.moab ERROR MWM_VM_CREATE_RESERVATION Cannot create reservation for VM '%s'. Failed to create reservation for the given VM.
0x2100aa08 ADMIN system.moab ERROR MWM_VM_FIELD_VALUE VM '%s' has an invalid '%s%s%s' field value. The field value for the VM is invalid.
0x2100aa09 ADMIN system.moab ERROR MWM_NODE_FIELD_VALUE Node '%s' has an invalid '%s%s%s' field value. The field value for the node is invalid.
0x2100aa0a ADMIN system.moab ERROR MWM_JOB_FIELD_VALUE Job '%s' has an invalid '%s%s%s' field value. The field value for the job is invalid.
0x2100c001 INTERNAL system.moab ERROR MWM_NOT_IMPLEMENTED Function %s has not been implemented yet. This error is used when we've stubbed out code but do not expect it to be called in production environments. It's not helpful except for internal diagnostics.
0x2100e729 INTERNAL system.moab ERROR MWM_CANNOT_SEND_TO_SOCKET_DETAILED Cannot send %s of %s bytes to socket descriptor %s - errno: %s (%s). The send() system call failed. Socket is blocked (select() indicated socket was available--check MTU).
0x2100e77b INTERNAL system.moab ERROR MWM_CLIENT_COUNT_NEGATIVE Client count fell below zero on socket %s. This is an internal error. The number of client connections should always be zero or greater.
0x2100e784 INTERNAL system.moab ERROR MWM_HOSTLIST_MISSING A hostlist was specified but now it is NULL/EMPTY. The job claims to have a specified hostlist, but at the current point in processing no list can be found. This is most likely an internal problem.
0x2100e7b4 INTERNAL system.moab ERROR MWM_REQATTR_UNSUPPORTED_OPERATION Operation (%s) not supported on required attributes (reqattrs). See documentation for supported operators allows on required attributes (reqattrs).
0x2100e7ef INTERNAL system.moab ERROR MWM_VM_NOT_LINKED_TO_TRACKING_JOB VM '%s' not linked to VMTracking job '%s' (linked to job '%s'). A VM must be associated with a tracking job.
0x31002a2c USER system.moab ALERT MWM_NO_TASKS_FOUND_ON_JOB No tasks found for job '%s'. Check job submission arguments for desired requirements.
0x31008385 ADMIN system.moab FATAL MWM_EXPIRED_LICENSE %s License has expired. A license file was found but it has expired. Please contact your sales representative at Adaptive Computing for assistance.
0x31008386 ADMIN system.moab FATAL MWM_EVALUATION_EXPIRED %s evaluation period has expired. The evaulation period has expired. Please contact your sales representative at Adaptive Computing for assistance.
0x31008387 ADMIN system.moab FATAL MWM_UNEXPECTED_LICENSE_ERROR Moab will now exit. Unexpected error while reading license: %s Moab was unable to verify that the license file was valid. Please contact your sales representative at Adaptive Computing for assistance.
0x3100a712 ADMIN system.moab FATAL MWM_UNABLE_TO_ALLOCATE_MEMORY Unable to allocate memory. One or more calls to allocate memory failed.
0x3100a714 ADMIN system.moab FATAL MWM_CANNOT_RESTORE_UID Cannot restore EUID to '%s' for server, errno: %s (%s). The setuid() system call failed. There was a failure resetting the UID of the process. This may be because the process is running as a different user. Use the errno and associated message to determine possible causes.
0x3100a715 ADMIN system.moab FATAL MWM_CANNOT_CHANGE_UID Cannot change UID to user '%s' (UID: %s) errno: %s (%s). The setuid() system call failed. Use the errno and associated message to determine possible causes.
0x3100a716 ADMIN system.moab FATAL MWM_CANNOT_RESTORE_GID Cannot restore GID to '%s' for server, errno: %s (%s). The setgid() system call failed. There was a failure resetting the GID of the process. This may be because the process is running in a different group. Use the errno and associated message to determine possible causes.
0x3100a717 ADMIN system.moab FATAL MWM_CANNOT_FORK_INTO_BACKGROUND Cannot fork the process into the background, errno: %s (%s). The fork() system call failed. Moab must do this to daemonize unless run with the '-d' flag. This is usually due to low system resources.
0x3100a71c ADMIN system.moab FATAL MWM_CANNOT_CHANGE_OWNERSHIP_FILE_FATAL Cannot change ownership of %s file to uid:%s gid:%s errno: %s (%s). The fchown() system call failed. Use the errno and associated message to determine possible causes.
0x3100a745 ADMIN system.moab FATAL MWM_CANNOT_GET_SERVER_HOSTNAME Cannot determine hostname and attribute '%s' of parameter %s is not specified. Moab failed to obtain system host name or ip address information from the operating system.
0x3100a746 ADMIN system.moab FATAL MWM_HA_MOAB_NOT_STARTED_ON_CORRECT_HOSTS The server must be started on host '%s' or on alternate '%s' (currently on '%s'). Moab must be started on either the primary or alternate host for high availability.
0x3100a747 ADMIN system.moab FATAL MWM_MOAB_NOT_STARTED_ON_CORRECT_HOST The server must be started on host '%s' (currently on '%s'). Moab must be started on specified host as identified by the SCHEDCFG parameter.
0x3100a749 ADMIN system.moab FATAL MWM_MOAB_ALREADY_RUNNING Moab is already running. Cannot open user interface socket on port %s. Cannot open user interface socket, which is most likely caused by Moab already running.
0x3100a74b ADMIN system.moab FATAL MWM_CANNOT_LOCATE_FULL_PATH Cannot locate the full path for '%s'. Check the path to make sure the Moab executable is in it. Restart manually to work around this problem temporarily.
0x3100a74c ADMIN system.moab FATAL MWM_CANNOT_RESTART_SCHEDULER Exec failed when attempting to restart the scheduler '%s' rc: %s. Please check permissions on this executable to correct and restart manually to work around.
0x3100a750 ADMIN system.moab FATAL MWM_CANNOT_CONNECT_TO_DB_WITH_STRICT_CONFIG_CHECK_ON StrictConfigCheck ON and cannot connect to DB--please check DB engine and configuration (%s). Moab was unable to connect to the database and with strict configuration on Moab must exit.
0x3100a751 ADMIN system.moab FATAL MWM_USER_NOT_AUTHORIZED_TO_RUN_THIS_PROGRAM The user '%s' (UID: %s) is not authorized to run this program. The user has insufficient privileges to run the program.
0x3100a752 ADMIN system.moab FATAL MWM_PROBLEMS_WITH_KEY_FILE Problems with key file. Key file does not exist or ownership of key file is invalid.
0x3100aa0d ADMIN system.moab FATAL MWM_STRICT_CHECK_EXIT Exiting because of strict configuration check. Moab is configured to exit if there are any errors in configuration files or file/directory layout. One of these errors has occurred.
0x3100c002 INTERNAL system.moab FATAL MWM_TESTING_FATAL Testing with single argument: %s. Internal error for testing diagnostics.
0x3100e74f INTERNAL system.moab FATAL MWM_CORRUPT_CHECKPOINT_FILE Unable to read the checkpoint file. Please contact Adaptive Computing for assistance.

C.0.2 MWS Event Dictionary

Code Escalation level Topic Severity Event name Message template Comment
0x02000100 USER INFO Service Create The service '{0}' was created This marks when a service was created.
0x02000101 USER INFO Service Modify The service '{0}' was modified This marks when a service was modified.
0x02000102 USER INFO Service Transition The service '{0}' took the '{1}' transition. It went from the '{2}' to the '{3}' phase. This marks a service phase transition.
0x02000103 USER INFO Service Terminate The service '{0}' was terminated Service termination means that the resources are released and no more modifications may be made to the service or policies. However, it still resides in the database and shows as "Terminated".
0x02000104 USER INFO Service Delete The service '{0}' was deleted and is no longer available Service deletion occurs after termination and means that the service is fully removed from the database and will no longer be displayed in any queries to MWS.
0x02000380 USER INFO Notification Condition Create (User) The notification condition '{0}' was created: {1} This marks when a notification condition was created at the user escalation level.
0x02000500 USER INFO Service Template Create The service template '{0}' was created This marks when a service template was created.
0x02000501 USER INFO Service Template Modify The service template '{0}' was modified This marks when a service template was modified.
0x02000502 USER INFO Service Template Delete The service template '{0}' was deleted and is no longer available This marks when a service template was deleted.
0x02000580 USER INFO Service Hook Start The service hook definition '{0}' on service '{1}' was executed with an ID of '{2}' This marks the execution of a service hook definition for a given service.
0x02000581 USER INFO Service Hook End The running service hook '{0}' on service '{1}' finished execution with status '{2}': {3} This marks the end of execution for a running service hook.
0x02000582 USER INFO Service Hook Timeout The running service hook '{0}' on service '{1}' timed out after {2} seconds. This marks the execution of a service hook definition for a given service.
0x02000583 USER INFO Service Hook Error There was an error running service hook definition '{0}' on service '{1}' with an ID of '{2}' This signifies that internal service hook processing has failed and the service hook could not be run successfully.
0x02004080 POWER_USER INFO Policy Modify The policy '{0}' was modified A policy modification occurs when a PUT client request is received by Moab Web Services for the policy resource.
0x02004381 POWER_USER INFO Notification Condition Create (Power User) The notification condition '{0}' was created: {1} This marks when a notification condition was created at the power user escalation level.
0x02008200 ADMIN INFO Permission Create The permission '{0}' was created This marks when a permission was created.
0x02008201 ADMIN INFO Permission Delete The permission '{0}' was deleted This marks when a permission was deleted.
0x02008280 ADMIN INFO Principal Create The principal '{0}' was created This marks when a principal was created.
0x02008281 ADMIN INFO Principal Modify The principal '{0}' was modified This marks when a principal was modified.
0x02008282 ADMIN INFO Principal Delete The principal '{0}' was deleted This marks when a principal was deleted.
0x02008300 ADMIN INFO Role Create The role '{0}' was created This marks when a role was created.
0x02008301 ADMIN INFO Role Modify The role '{0}' was modified This marks when a role was modified.
0x02008302 ADMIN INFO Role Delete The role '{0}' was deleted This marks when a role was deleted.
0x02008382 ADMIN INFO Notification Condition Create (Admin) The notification condition '{0}' was created: {1} This marks when a notification condition was created at the administrator escalation level.
0x02008400 ADMIN INFO Tenant Create The tenant '{0}' was created This marks when a tenant was created.
0x02008401 ADMIN INFO Tenant Modify The tenant '{0}' was modified This marks when a tenant was modified.
0x02008402 ADMIN INFO Tenant Delete The tenant '{0}' was deleted This marks when a tenant was deleted.
0x22004180 POWER_USER ERROR LDAP Connect Error communicating with the LDAP server: {0} This occurs when communication could not be established with the configured LDAP server.
0x22008105 ADMIN ERROR Service Transitions Missed Service '{0}' ('{1}') is in phase '{2}' but should be in phase '{3}' according to the state reported by MWM. It is probable that one or more phase transitions were missed. Any hooks associated with those transitions were probably not executed. This happens when the phase of a service as recorded by MWS differs from the phase expected according to the state of the service's jobs as reported by MWM. This means that oneor more phase transitions were missed and thus any hooks on those transitions did not execute. This problem is most likely caused by either the message queue being misconfigured or MWS being down while MWM is running.
0x22008480 ADMIN ERROR Health Retrieval Failed The health summary could not be retrieved successfully: {1} This means a serious error occurred while attempting to retrieve the contents of the health summary REST resource from MWS.
0x22008481 ADMIN ERROR Health Create Failed The notification condition for the failed health check could not be created: {1} This marks when a notification condition failed to be created based on a health check.

© 2016 Adaptive Computing