Trace number 314850

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1199.58 1199.89

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1174.88
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data (download as text)

10.57/10.68	c run March_dl for 5 seconds ... 
10.57/10.68	c Bin: Executing march_dl
10.57/10.68	c child exit by a signal
10.57/10.68	c march_dl returned code 137.
10.57/10.68	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.68	c Bin: Executing ubcsat2006
10.57/10.68	c child exited successfully
10.57/10.68	c ubcsat2006 returned code 0.
10.57/10.68	c satzilla computing base features
10.57/10.68	c satzilla doing unit-prop probe
10.57/10.68	c satzilla doing local search probe
10.57/10.68	c satzilla doing lobjois search-space size estimate
10.57/10.68	c satzilla's ranking:
10.57/10.68	c 1) march_dl+P: 0.328753
10.57/10.68	c 2) minisat20+P: 0.918134
10.57/10.68	c 3) march_dl: 1.619106
10.57/10.68	c 4) minisat20: 1.754015
10.57/10.68	c 5) vallst+P: 3.114191
10.57/10.68	c 6) zchaff_rand+P: 3.191265
10.57/10.68	c 7) kcnfs+P: 999.000000
10.57/10.68	c 8) kcnfs: 999.000000
10.57/10.68	c 9) vallst: 999.000000
10.57/10.68	c 10) zchaff_rand: 999.000000
10.57/10.68	c satzilla running march_dl with preprocessing ... 
1199.46/1199.89	c Preprocessing...
1199.46/1199.89	c Inital problem has 3114 variables, 5893 nary clauses (4934 binary clauses).
1199.46/1199.89	c Num non-binary clauses 5892, Average non-binary clause length 3.135
1199.46/1199.89	c Theory has no gaps
1199.46/1199.89	c Preprocessor runtime was 0.060 seconds.
1199.46/1199.89	c 
1199.46/1199.89	c Satisfiability of theory still undetermined.
1199.46/1199.89	c See file /tmp/2hs8Mo for simplified theory.
1199.46/1199.89	c Bin: Executing march_dl
1199.46/1199.89	c child exit by a signal
1199.46/1199.89	c march_dl returned code 137.
1199.46/1199.89	c march_dl returned code 137.
1199.46/1199.89	c satzilla running minisat20 with preprocessing ... 
1199.46/1199.89	c Bin: Executing minisat20
1199.46/1199.89	c minisat20 returned code 1.
1199.46/1199.89	c minisat20 returned code 1.
1199.46/1199.89	c satzilla running march_dl ... 
1199.46/1199.89	c Bin: Executing march_dl
1199.46/1199.89	c march_dl returned code 1.
1199.46/1199.89	c march_dl returned code 1.
1199.46/1199.89	c satzilla running minisat20 ... 
1199.46/1199.89	c Bin: Executing minisat20
1199.46/1199.89	c minisat20 returned code 1.
1199.46/1199.89	c minisat20 returned code 1.
1199.46/1199.89	c satzilla running vallst with preprocessing ... 
1199.46/1199.89	c Bin: Executing vallst
1199.46/1199.89	c vallst returned code 1.
1199.46/1199.89	c vallst returned code 1.
1199.46/1199.89	c satzilla running zchaff_rand with preprocessing ... 
1199.46/1199.89	c Bin: Executing zchaff_rand
1199.46/1199.89	c zchaff_rand returned code 1.
1199.46/1199.89	c zchaff_rand returned code 1.
1199.46/1199.89	c satzilla running kcnfs with preprocessing ... 
1199.46/1199.89	c Bin: Executing kcnfs
1199.46/1199.89	c kcnfs returned code 1.
1199.46/1199.89	c kcnfs returned code 1.
1199.46/1199.89	c satzilla running kcnfs ... 
1199.46/1199.89	c Bin: Executing kcnfs
1199.46/1199.89	c kcnfs returned code 1.
1199.46/1199.89	c kcnfs returned code 1.
1199.46/1199.89	c satzilla running vallst ... 
1199.46/1199.89	c Bin: Executing vallst
1199.46/1199.89	c vallst returned code 1.
1199.46/1199.89	c vallst returned code 1.
1199.46/1199.89	c satzilla running zchaff_rand ... 
1199.46/1199.89	c Bin: Executing zchaff_rand
1199.46/1199.89	c zchaff_rand returned code 1.
1199.46/1199.89	c zchaff_rand returned code 1.
1199.46/1199.89	c ERROR: All Failed! 
1199.46/1199.89	c SATZILLA_TIME=1199.740000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-314850-1172643751 -o ROOT/results/node17/solver-314850-1172643751 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314850-1172643751/SATzilla2007_C /tmp/evaluation/314850-1172643751/instance-314850-1172643751.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 31050
/proc/meminfo: memFree=797888/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=0
/proc/31050/stat : 31050 (SATzilla2007_C) R 31048 31050 30353 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 284329370 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/31050/statm: 360 110 95 260 0 84 0
[pid=31051] ppid=31050 vsize=916 CPUtime=0
/proc/31051/stat : 31051 (march_dl) R 31050 31050 30353 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 284329370 937984 128 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134775897 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31051/statm: 229 128 50 118 0 108 0

[startup+0.105499 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 31050
/proc/meminfo: memFree=797888/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=0
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284329370 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31050/statm: 360 110 95 260 0 84 0
[pid=31051] ppid=31050 vsize=2740 CPUtime=0.09
/proc/31051/stat : 31051 (march_dl) R 31050 31050 30353 0 -1 4194304 692 0 0 0 9 0 0 0 19 0 1 0 284329370 2805760 594 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134649606 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31051/statm: 685 594 69 118 0 564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4180

[startup+0.201508 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 31050
/proc/meminfo: memFree=797888/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=0
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284329370 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31050/statm: 360 110 95 260 0 84 0
[pid=31051] ppid=31050 vsize=4512 CPUtime=0.19
/proc/31051/stat : 31051 (march_dl) R 31050 31050 30353 0 -1 4194304 1096 0 0 0 19 0 0 0 20 0 1 0 284329370 4620288 994 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134566108 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31051/statm: 1128 994 75 118 0 1007 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5952

[startup+0.301517 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 31050
/proc/meminfo: memFree=797888/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=0
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284329370 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31050/statm: 360 110 95 260 0 84 0
[pid=31051] ppid=31050 vsize=4512 CPUtime=0.29
/proc/31051/stat : 31051 (march_dl) R 31050 31050 30353 0 -1 4194304 1097 0 0 0 29 0 0 0 21 0 1 0 284329370 4620288 995 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134552082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31051/statm: 1128 995 75 118 0 1007 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5952

[startup+0.701559 s]
/proc/loadavg: 0.91 0.95 0.96 3/77 31050
/proc/meminfo: memFree=797888/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=0
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284329370 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31050/statm: 360 110 95 260 0 84 0
[pid=31051] ppid=31050 vsize=5232 CPUtime=0.69
/proc/31051/stat : 31051 (march_dl) R 31050 31050 30353 0 -1 4194304 1263 0 0 0 69 0 0 0 25 0 1 0 284329370 5357568 1161 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31051/statm: 1308 1161 75 118 0 1187 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6672

[startup+1.50164 s]
/proc/loadavg: 0.91 0.95 0.96 2/79 31052
/proc/meminfo: memFree=793072/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=0
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284329370 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31050/statm: 360 110 95 260 0 84 0
[pid=31051] ppid=31050 vsize=5628 CPUtime=1.49
/proc/31051/stat : 31051 (march_dl) R 31050 31050 30353 0 -1 4194304 1360 0 0 0 149 0 0 0 25 0 1 0 284329370 5763072 1258 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134566318 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31051/statm: 1407 1258 75 118 0 1286 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7068

[startup+3.10181 s]
/proc/loadavg: 0.91 0.95 0.96 2/79 31052
/proc/meminfo: memFree=792688/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=0
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284329370 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31050/statm: 360 110 95 260 0 84 0
[pid=31051] ppid=31050 vsize=5892 CPUtime=3.08
/proc/31051/stat : 31051 (march_dl) R 31050 31050 30353 0 -1 4194304 1417 0 0 0 308 0 0 0 25 0 1 0 284329370 6033408 1315 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31051/statm: 1473 1315 75 118 0 1352 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7332

[startup+6.30114 s]
/proc/loadavg: 0.92 0.95 0.96 2/79 31053
/proc/meminfo: memFree=796536/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=1440 CPUtime=4.99
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 135 1482 0 0 0 0 498 1 16 0 1 0 284329370 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31050/statm: 360 111 96 260 0 84 0
[pid=31053] ppid=31050 vsize=6188 CPUtime=1.28
/proc/31053/stat : 31053 (ubcsat2006) R 31050 31050 30353 0 -1 4194304 408 0 0 0 110 18 0 0 25 0 1 0 284329870 6336512 391 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31053/statm: 1547 391 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.96 2/79 31054
/proc/meminfo: memFree=789816/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=5800 CPUtime=1.93
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1336 0 0 0 193 0 0 0 25 0 1 0 284330446 5939200 1297 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134527553 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 1450 1297 75 118 0 1329 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10080

[startup+25.5011 s]
/proc/loadavg: 0.94 0.96 0.96 2/79 31054
/proc/meminfo: memFree=788920/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=6460 CPUtime=14.72
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1488 0 0 0 1472 0 0 0 25 0 1 0 284330446 6615040 1449 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134551939 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 1615 1449 75 118 0 1494 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10740

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.96 2/79 31054
/proc/meminfo: memFree=788408/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=6988 CPUtime=40.32
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1615 0 0 0 4031 1 0 0 25 0 1 0 284330446 7155712 1576 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134553195 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 1747 1576 75 118 0 1626 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 11268

[startup+102.302 s]
/proc/loadavg: 0.98 0.96 0.96 2/79 31054
/proc/meminfo: memFree=787832/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=7520 CPUtime=91.5
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1770 0 0 0 9149 1 0 0 25 0 1 0 284330446 7700480 1731 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 1880 1731 75 118 0 1759 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11800

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=787576/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=7784 CPUtime=151.48
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1830 0 0 0 15146 2 0 0 25 0 1 0 284330446 7970816 1791 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134588285 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 1946 1791 75 118 0 1825 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 12064

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=787384/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=7916 CPUtime=211.47
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1873 0 0 0 21145 2 0 0 25 0 1 0 284330446 8105984 1834 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 1979 1834 75 118 0 1858 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 12196

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=787320/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=8048 CPUtime=271.46
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1894 0 0 0 27143 3 0 0 25 0 1 0 284330446 8241152 1855 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134527332 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2012 1855 75 118 0 1891 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 12328

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=787064/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=8180 CPUtime=331.44
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 1940 0 0 0 33140 4 0 0 25 0 1 0 284330446 8376320 1901 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2045 1901 75 118 0 1924 0

################
# More data... #
################


[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=786616/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=8900 CPUtime=751.33
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2050 0 0 0 75126 7 0 0 25 0 1 0 284330446 9113600 2011 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2225 2011 75 118 0 2104 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 13180

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=786488/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=8900 CPUtime=811.32
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2078 0 0 0 81124 8 0 0 25 0 1 0 284330446 9113600 2039 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134536866 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2225 2039 75 118 0 2104 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 13180

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=786360/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9032 CPUtime=871.31
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2112 0 0 0 87123 8 0 0 25 0 1 0 284330446 9248768 2073 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2258 2073 75 118 0 2137 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 13312

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=786296/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9164 CPUtime=931.29
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2134 0 0 0 93120 9 0 0 25 0 1 0 284330446 9383936 2095 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2291 2095 75 118 0 2170 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 13444

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9164 CPUtime=991.27
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2143 0 0 0 99118 9 0 0 25 0 1 0 284330446 9383936 2104 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2291 2104 75 118 0 2170 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 13444

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=786360/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1051.26
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2156 0 0 0 105116 10 0 0 25 0 1 0 284330446 9519104 2117 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134565173 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2117 75 118 0 2203 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 13576

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31054
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1111.24
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2172 0 0 0 111114 10 0 0 25 0 1 0 284330446 9519104 2133 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134566048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2133 75 118 0 2203 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 13576

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31056
/proc/meminfo: memFree=786296/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1171.23
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2177 0 0 0 117112 11 0 0 25 0 1 0 284330446 9519104 2138 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2138 75 118 0 2203 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 13576

Solver just ended. Dumping a history of the last processes samples

[startup+1190.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31056
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1179.33
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2179 0 0 0 117922 11 0 0 25 0 1 0 284330446 9519104 2140 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134527619 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2140 75 118 0 2203 0
Current children cumulated CPU time (s) 1190.07
Current children cumulated vsize (KiB) 13576

[startup+1196.8 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31056
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1185.73
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2180 0 0 0 118562 11 0 0 25 0 1 0 284330446 9519104 2141 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134565258 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2141 75 118 0 2203 0
Current children cumulated CPU time (s) 1196.47
Current children cumulated vsize (KiB) 13576

[startup+1198.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31056
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1187.32
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2180 0 0 0 118721 11 0 0 25 0 1 0 284330446 9519104 2141 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2141 75 118 0 2203 0
Current children cumulated CPU time (s) 1198.06
Current children cumulated vsize (KiB) 13576

[startup+1199.2 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31056
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1188.12
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2180 0 0 0 118801 11 0 0 25 0 1 0 284330446 9519104 2141 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134533048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2141 75 118 0 2203 0
Current children cumulated CPU time (s) 1198.86
Current children cumulated vsize (KiB) 13576

[startup+1199.6 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31056
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1188.52
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2180 0 0 0 118841 11 0 0 25 0 1 0 284330446 9519104 2141 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2141 75 118 0 2203 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 13576

[startup+1199.8 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 31056
/proc/meminfo: memFree=786232/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=4280 CPUtime=10.74
/proc/31050/stat : 31050 (SATzilla2007_C) S 31048 31050 30353 0 -1 4194304 1544 1896 0 0 326 12 700 36 25 0 1 0 284329370 4382720 848 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31050/statm: 1070 848 165 260 0 794 0
[pid=31054] ppid=31050 vsize=9296 CPUtime=1188.72
/proc/31054/stat : 31054 (march_dl) R 31050 31050 30353 0 -1 4194304 2180 0 0 0 118861 11 0 0 25 0 1 0 284330446 9519104 2141 18446744073709551615 134512640 134996440 4294956704 18446744073709551615 134568198 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31054/statm: 2324 2141 75 118 0 2203 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 13576

Child status: 17
Real time (s): 1199.89
CPU time (s): 1199.58
CPU user time (s): 1198.98
CPU system time (s): 0.599908
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 13576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.98
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 16491

runsolver used 1.09283 second user time and 3.2765 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Wed Feb 28 06:22:31 UTC 2007

IDJOB= 314850
IDBENCH= 20401
IDSOLVER= 135
FILE ID= node17/314850-1172643751

PBS_JOBID= 3980932

Free space on /tmp= 66504 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= /tmp/evaluation/314850-1172643751/SATzilla2007_C /tmp/evaluation/314850-1172643751/instance-314850-1172643751.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-314850-1172643751 -o ROOT/results/node17/solver-314850-1172643751 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314850-1172643751/SATzilla2007_C /tmp/evaluation/314850-1172643751/instance-314850-1172643751.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  8c67f78ca36ec96e662a91c74844da21

RANDOM SEED= 668477243

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        798296 kB
Buffers:         67044 kB
Cached:        1066516 kB
SwapCached:          0 kB
Active:         504884 kB
Inactive:       673240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        798296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8536 kB
Writeback:           0 kB
Mapped:          63412 kB
Slab:            65044 kB
Committed_AS:   966404 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB

End job on node17 on Wed Feb 28 06:42:31 UTC 2007