Meaning of common exit codes: -*100* success (you want to see a majority of these and/or 115) +*100* - success (you want to see a majority of these and/or 115) -*101* evicted (checkpointed) +*101* - evicted (checkpointed) -*102* job killed +*102* - job killed -*103* job dumped core +*103* - job dumped core -*104* job exited with an exception +*104* - job exited with an exception -*105* shadow out of memory +*105* - shadow out of memory -*107* job evicted without checkpointing OR +*107* - job evicted without checkpointing OR communication with starter failed, so requeue/reconnect job -*108* failed to activate claim to startd (e.g. failed to connect) +*108* - failed to activate claim to startd (e.g. failed to connect) -*111* failed to find checkpoint file +*111* - failed to find checkpoint file -*112* job should be put on hold; see HoldReason, HoldReasonCode, +*112* - job should be put on hold; see HoldReason, HoldReasonCode, and HoldReasonSubCode to understand why -*113* job should be removed (e.g. periodic_remove) +*113* - job should be removed (e.g. periodic_remove) -*114* job missed its deferral time (e.g. cron job) +*114* - job missed its deferral time (e.g. cron job) -*115* same as 100, but claim to machine is closing +*115* - same as 100, but claim to machine is closing