This is an outdated version of the HTCondor Manual. You can find current documentation at http://htcondor.org/manual.
next up previous contents index
Next: Index Up: CondorVersion 7.7.6 Manual Previous: 11. Appendix A: ClassAd   Contents   Index


12. Appendix B: Magic Numbers


Table 12.1: condor_shadow Exit Codes
Value Error Name Description
4 JOB_EXCEPTION the job exited with an exception
44 DPRINTF_ERROR there was a fatal error with dprintf()
100 JOB_EXITED the job exited (not killed)
101 JOB_CKPTED the job did produce a checkpoint
102 JOB_KILLED the job was killed
103 JOB_COREDUMPED the job was killed and a core file was produced
105 JOB_NO_MEM not enough memory to start the condor_shadow
106 JOB_SHADOW_USAGE incorrect arguments to condor_shadow
107 JOB_NOT_CKPTED the job vacated without a checkpoint
107 JOB_SHOULD_REQUEUE same number as JOB_NOT_CKPTED,
    to achieve the same behavior.
    This exit code implies that we want
    the job to be put back in the job queue
    and run again.
108 JOB_NOT_STARTED can not connect to the condor_startd or request refused
109 JOB_BAD_STATUS job status != RUNNING on start up
110 JOB_EXEC_FAILED exec failed for some reason other than ENOMEM
111 JOB_NO_CKPT_FILE there is no checkpoint file (as it was lost)
112 JOB_SHOULD_HOLD the job should be put on hold
113 JOB_SHOULD_REMOVE the job should be removed
114 JOB_MISSED_DEFERRAL_TIME the job goes on hold, because it did not run within the
    specified window of time
115 JOB_EXITED_AND_CLAIM_CLOSING the job exited (not killed) but the condor_startd
    is not accepting any more jobs on this claim


Table 12.2: User Log Event Codes
Event Code Description
0 Submit
1 Execute
2 Executable error
3 Checkpointed
4 Job evicted
5 Job terminated
6 Image size
7 Shadow exception
8 Generic
9 Job aborted
10 Job suspended
11 Job unsuspended
12 Job held
13 Job released
14 Node execute
15 Node terminated
16 Post script terminated
17 Globus submit (no longer used)
18 Globus submit failed
19 Globus resource up (no longer used)
20 Globus resource down (no longer used)
21 Remote error
22 Job disconnected
23 Job reconnected
24 Job reconnect failed
25 Grid resource up
26 Grid resource down
27 Grid submit
28 Job ClassAd attribute values added to event log
29 Job status unknown
30 Job status known
31 Unused
32 Unused
33 Attribute update


Table 12.3: Well-Known Port Numbers
Server Port Number
condor_negotiator 9614 (obsolete, now dynamically allocated)
condor_collector 9618
GT2 gatekeeper 2119
gridftp 2811
GT4 web services 8443


Table 12.4: DaemonCore Commands
Number Name
60000 DC_RAISESIGNAL
60001 DC_PROCESSEXIT
60002 DC_CONFIG_PERSIST
60003 DC_CONFIG_RUNTIME
60004 DC_RECONFIG
60005 DC_OFF_GRACEFUL
60006 DC_OFF_FAST
60007 DC_CONFIG_VAL
60008 DC_CHILDALIVE
60009 DC_SERVICEWAITPIDS
60010 DC_AUTHENTICATE
60011 DC_NOP
60012 DC_RECONFIG_FULL
60013 DC_FETCH_LOG
60014 DC_INVALIDATE_KEY
60015 DC_OFF_PEACEFUL
60016 DC_SET_PEACEFUL_SHUTDOWN
60017 DC_TIME_OFFSET
60018 DC_PURGE_LOG


Table 12.5: DaemonCore Daemon Exit Codes
Exit Code Description
0 Normal exit of daemon
99 DAEMON_SHUTDOWN evaluated to True


next up previous contents index
Next: Index Up: CondorVersion 7.7.6 Manual Previous: 11. Appendix A: ClassAd   Contents   Index
condor-admin@cs.wisc.edu