Summary of Condor status codes taken from here

Job Status Codes

0UnexpandedU
1IdleI
2RunningR
3RemovedX
4CompletedC
5HeldH
6Submission_err

E

Shadow exit status

ValueNameDescription
4JOB_EXCEPTIONThe job exited with an exception
44DPRINTF_ERRORThere is a fatal error with dprintf()
100JOB_EXITEDThe job exited (not killed)
101JOB_CKPTEDThe job was checkpointed
102JOB_KILLEDThe job was killed
103JOB_COREDUMPEDThe job was killed and a core file produced
105JOB_NO_MEMNot enough memory to start the shadow
106JOB_SHADOW_USAGEincorrect arguments to condor_shadow
107JOB_NOT_CKPTEDThe job was kicked off without a checkpoint
107JOB_SHOULD_REQUEUE(!) We define this to the same number, since we want the same behavior. However, "JOB_NOT_CKPTED" doesn't mean much if we're not a standard universe job. The effect of this exit code is that we want the job to be put back in the job queue and run again.
108JOB_NOT_STARTEDCan't connect to startd or request refused
109JOB_BAD_STATUSJob status != RUNNING on startup
110JOB_EXEC_FAILEDExec failed for some reason other than ENOMEM
111JOB_NO_CKPT_FILEThere is no checkpoint file (lost)
112JOB_SHOULD_HOLDThe job should be put on hold
113JOB_SHOULD_REMOVEThe job should be removed

Log event codes

Submit0
Execute1
Executable error2
Checkpointed3
Job evicted4
Job terminated5
Image size6
Shadow exception7
Generic8
Job aborted9
Job suspended10
Job unsuspended11
Job held12
Job released13
Node execute14
Node terminated15
Post script terminated16
Globus submit17
Globus submit failed18
Globus resource up19
Globus resource down20
Remote error21