1CONDOR_CHECK_USERLOGS(1) HTCondor Manual CONDOR_CHECK_USERLOGS(1)
2
3
4
6 condor_check_userlogs - HTCondor Manual
7
8 Check job event log files for errors
9
10
11
13 condor_check_userlogs UserLogFile1 [UserLogFile2 ...UserLogFileN ]
14
16 condor_check_userlogs is a program for checking a job event log or a
17 set of job event logs for errors. Output includes an indication that no
18 errors were found within a log file, or a list of errors such as an ex‐
19 ecute or terminate event without a corresponding submit event, or mul‐
20 tiple terminated events for the same job.
21
22 condor_check_userlogs is especially useful for debugging condor_dagman
23 problems. If condor_dagman reports an error it is often useful to run
24 condor_check_userlogs on the relevant log files.
25
27 condor_check_userlogs will exit with a status value of 0 (zero) upon
28 success, and it will exit with the value 1 (one) upon failure.
29
31 HTCondor Team
32
34 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
35 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
36 under the Apache License, Version 2.0.
37
38
39
40
41 Oct 02, 2023 CONDOR_CHECK_USERLOGS(1)