Trace number 368785

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) 4998.37 5000.02

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
MD5SUM42a7abc6638576e7c05fba1c9e36829b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data (download as text)

10.87/10.96	c run March_dl for 5 seconds ... 
10.87/10.96	c Bin: Executing march_dl
10.87/10.96	c child exit by a signal
10.87/10.96	c march_dl returned code 137.
10.87/10.96	c run saps (UBCSAT implementation) for 2 seconds ... 
10.87/10.96	c Bin: Executing ubcsat2006
10.87/10.96	c child exited successfully
10.87/10.96	c ubcsat2006 returned code 0.
10.87/10.96	c satzilla computing base features
10.87/10.96	c satzilla doing unit-prop probe
10.87/10.96	c satzilla doing local search probe
10.87/10.96	c satzilla doing lobjois search-space size estimate
10.87/10.96	c satzilla's ranking:
10.87/10.96	c 1) march_dl+P: 1.397439
10.87/10.96	c 2) minisat20: 1.733499
10.87/10.96	c 3) march_dl: 1.794289
10.87/10.96	c 4) minisat20+P: 1.997811
10.87/10.96	c 5) zchaff_rand+P: 2.443617
10.87/10.96	c 6) vallst+P: 2.780810
10.87/10.96	c 7) kcnfs+P: 999.000000
10.87/10.96	c 8) kcnfs: 999.000000
10.87/10.96	c 9) vallst: 999.000000
10.87/10.96	c 10) zchaff_rand: 999.000000
10.87/10.96	c satzilla running march_dl with preprocessing ... 
4998.30/4999.92	c Preprocessing...
4998.30/4999.92	c Inital problem has 2969 variables, 18283 nary clauses (435 binary clauses).
4998.30/4999.92	c Num non-binary clauses 18241, Average non-binary clause length 7.304
4998.30/4999.92	c Theory has no gaps
4998.30/4999.92	c Preprocessor runtime was 0.120 seconds.
4998.30/4999.92	c 
4998.30/4999.92	c Satisfiability of theory still undetermined.
4998.30/4999.92	c See file /tmp/CKoD3X for simplified theory.
4998.30/4999.92	c Bin: Executing march_dl
4998.30/4999.92	c child exit by a signal
4998.30/4999.92	c march_dl returned code 137.
4998.30/4999.92	c march_dl returned code 137.
4998.30/4999.92	c satzilla running minisat20 ... 
4998.30/4999.92	c Bin: Executing minisat20
4998.30/4999.92	c minisat20 returned code 1.
4998.30/4999.92	c minisat20 returned code 1.
4998.30/4999.92	c satzilla running march_dl ... 
4998.30/4999.92	c Bin: Executing march_dl
4998.30/4999.92	c march_dl returned code 1.
4998.30/4999.92	c march_dl returned code 1.
4998.30/4999.92	c satzilla running minisat20 with preprocessing ... 
4998.30/4999.92	c Bin: Executing minisat20
4998.30/4999.92	c minisat20 returned code 1.
4998.30/4999.92	c minisat20 returned code 1.
4998.30/4999.92	c satzilla running zchaff_rand with preprocessing ... 
4998.30/4999.92	c Bin: Executing zchaff_rand
4998.30/4999.92	c zchaff_rand returned code 1.
4998.30/4999.92	c zchaff_rand returned code 1.
4998.30/4999.92	c satzilla running vallst with preprocessing ... 
4998.30/4999.92	c Bin: Executing vallst
4998.30/4999.92	c vallst returned code 1.
4998.30/4999.92	c vallst returned code 1.
4998.30/4999.92	c satzilla running kcnfs with preprocessing ... 
4998.30/4999.92	c Bin: Executing kcnfs
4998.30/4999.92	c kcnfs returned code 1.
4998.30/4999.92	c kcnfs returned code 1.
4998.30/4999.92	c satzilla running kcnfs ... 
4998.30/4999.92	c Bin: Executing kcnfs
4998.30/4999.92	c kcnfs returned code 1.
4998.30/4999.92	c kcnfs returned code 1.
4998.30/4999.92	c satzilla running vallst ... 
4998.30/4999.92	c Bin: Executing vallst
4998.30/4999.92	c vallst returned code 1.
4998.30/4999.92	c vallst returned code 1.
4998.30/4999.92	c satzilla running zchaff_rand ... 
4998.30/4999.92	c Bin: Executing zchaff_rand
4998.30/4999.92	c zchaff_rand returned code 1.
4998.30/4999.92	c zchaff_rand returned code 1.
4998.30/4999.92	c ERROR: All Failed! 
4998.30/4999.92	c SATZILLA_TIME=4999.110000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-368785-1177261430 -o ROOT/results/node9/solver-368785-1177261430 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368785-1177261430/SATzilla2007_C /tmp/evaluation/368785-1177261430/instance-368785-1177261430.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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: 1.00 1.00 1.00 3/77 12232
/proc/meminfo: memFree=1400360/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=0
/proc/12232/stat : 12232 (SATzilla2007_C) R 12230 12232 11741 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 202180627 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/12232/statm: 360 110 95 260 0 84 0
[pid=12233] ppid=12232 vsize=924 CPUtime=0
/proc/12233/stat : 12233 (march_dl) R 12232 12232 11741 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 202180627 946176 131 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134781555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12233/statm: 231 131 50 118 0 110 0

[startup+0.0355801 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12232
/proc/meminfo: memFree=1400360/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=0
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 202180627 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12232/statm: 360 110 95 260 0 84 0
[pid=12233] ppid=12232 vsize=1320 CPUtime=0.03
/proc/12233/stat : 12233 (march_dl) R 12232 12232 11741 0 -1 4194304 233 0 0 0 3 0 0 0 19 0 1 0 202180627 1351680 228 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12233/statm: 330 228 50 118 0 209 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2760

[startup+0.101587 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12232
/proc/meminfo: memFree=1400360/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=0
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 202180627 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12232/statm: 360 110 95 260 0 84 0
[pid=12233] ppid=12232 vsize=3096 CPUtime=0.09
/proc/12233/stat : 12233 (march_dl) R 12232 12232 11741 0 -1 4194304 1006 0 0 0 9 0 0 0 19 0 1 0 202180627 3170304 640 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134649735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12233/statm: 774 640 55 118 0 653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4536

[startup+0.301608 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12232
/proc/meminfo: memFree=1400360/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=0
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 202180627 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12232/statm: 360 110 95 260 0 84 0
[pid=12233] ppid=12232 vsize=3564 CPUtime=0.29
/proc/12233/stat : 12233 (march_dl) R 12232 12232 11741 0 -1 4194304 2743 0 0 0 29 0 0 0 20 0 1 0 202180627 3649536 767 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134651771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12233/statm: 891 767 65 118 0 770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5004

[startup+0.701653 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12232
/proc/meminfo: memFree=1400360/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=0
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 202180627 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12232/statm: 360 110 95 260 0 84 0
[pid=12233] ppid=12232 vsize=6548 CPUtime=0.69
/proc/12233/stat : 12233 (march_dl) R 12232 12232 11741 0 -1 4194304 3210 0 0 0 69 0 0 0 24 0 1 0 202180627 6705152 1081 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134583041 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12233/statm: 1637 1081 67 118 0 1516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7988

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12234
/proc/meminfo: memFree=1396296/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=0
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 202180627 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12232/statm: 360 110 95 260 0 84 0
[pid=12233] ppid=12232 vsize=6548 CPUtime=1.49
/proc/12233/stat : 12233 (march_dl) R 12232 12232 11741 0 -1 4194304 3218 0 0 0 149 0 0 0 25 0 1 0 202180627 6705152 1089 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12233/statm: 1637 1089 67 118 0 1516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7988

[startup+3.10193 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12234
/proc/meminfo: memFree=1396040/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=0
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 202180627 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12232/statm: 360 110 95 260 0 84 0
[pid=12233] ppid=12232 vsize=26468 CPUtime=3.09
/proc/12233/stat : 12233 (march_dl) R 12232 12232 11741 0 -1 4194304 8525 0 0 0 281 28 0 0 25 0 1 0 202180627 27103232 6069 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12233/statm: 6617 6069 73 118 0 6496 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27908

[startup+6.30229 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12235
/proc/meminfo: memFree=1398024/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=1440 CPUtime=4.99
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 135 9678 0 0 0 0 419 80 16 0 1 0 202180627 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 360 111 96 260 0 84 0
[pid=12235] ppid=12232 vsize=6188 CPUtime=1.29
/proc/12235/stat : 12235 (ubcsat2006) R 12232 12232 11741 0 -1 4194304 665 0 0 0 122 7 0 0 25 0 1 0 202181128 6336512 648 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12235/statm: 1547 648 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 12236
/proc/meminfo: memFree=1389136/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=6608 CPUtime=1.56
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 3699 0 0 0 155 1 0 0 25 0 1 0 202181740 6766592 1081 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 1652 1081 67 118 0 1531 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14340

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12236
/proc/meminfo: memFree=1360592/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=35516 CPUtime=14.35
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19610 0 0 0 1354 81 0 0 25 0 1 0 202181740 36368384 8206 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 8879 8206 74 118 0 8758 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 43248

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12236
/proc/meminfo: memFree=1360144/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=39.96
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19741 0 0 0 3914 82 0 0 25 0 1 0 202181740 37158912 8337 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8337 74 118 0 8951 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44020

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12236
/proc/meminfo: memFree=1360208/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=91.14
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19753 0 0 0 9032 82 0 0 25 0 1 0 202181740 37158912 8349 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8349 74 118 0 8951 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44020

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12236
/proc/meminfo: memFree=1360208/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=151.12
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19758 0 0 0 15029 83 0 0 25 0 1 0 202181740 37158912 8354 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134566971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 44020

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12236
/proc/meminfo: memFree=1360208/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=211.1
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19758 0 0 0 21027 83 0 0 25 0 1 0 202181740 37158912 8354 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44020

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12236
/proc/meminfo: memFree=1360208/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=271.09
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19758 0 0 0 27025 84 0 0 25 0 1 0 202181740 37158912 8354 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 44020

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12236
/proc/meminfo: memFree=1360208/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=331.06
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19758 0 0 0 33022 84 0 0 25 0 1 0 202181740 37158912 8354 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8354 74 118 0 8951 0

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

/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4660.8
Current children cumulated vsize (KiB) 44020

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12435
/proc/meminfo: memFree=1360144/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4709.69
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 470850 119 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4720.78
Current children cumulated vsize (KiB) 44020

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12435
/proc/meminfo: memFree=1360080/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4769.68
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 476848 120 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4780.77
Current children cumulated vsize (KiB) 44020

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12435
/proc/meminfo: memFree=1360080/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4829.65
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 482845 120 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4840.74
Current children cumulated vsize (KiB) 44020

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4889.64
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 488843 121 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134566723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4900.73
Current children cumulated vsize (KiB) 44020

[startup+4962.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4949.62
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 494841 121 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587281 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4960.71
Current children cumulated vsize (KiB) 44020

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

[startup+4966.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4953.62
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 495241 121 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4964.71
Current children cumulated vsize (KiB) 44020

[startup+4979.1 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4966.41
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 496520 121 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528079 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4977.5
Current children cumulated vsize (KiB) 44020

[startup+4991.9 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4979.22
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 497800 122 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4990.31
Current children cumulated vsize (KiB) 44020

[startup+4995.11 s]
/proc/loadavg: 1.03 1.01 1.00 3/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4982.42
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 498120 122 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4993.51
Current children cumulated vsize (KiB) 44020

[startup+4998.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4985.62
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 498440 122 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4996.71
Current children cumulated vsize (KiB) 44020

[startup+4999.1 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4986.41
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 498519 122 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4997.5
Current children cumulated vsize (KiB) 44020

[startup+4999.51 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4986.82
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 498560 122 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4997.91
Current children cumulated vsize (KiB) 44020

[startup+4999.9 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=7732 CPUtime=11.09
/proc/12232/stat : 12232 (SATzilla2007_C) S 12230 12232 11741 0 -1 4194304 3066 10349 0 0 385 7 625 92 25 0 1 0 202180627 7917568 1728 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12232/statm: 1933 1728 165 260 0 1657 0
[pid=12236] ppid=12232 vsize=36288 CPUtime=4987.21
/proc/12236/stat : 12236 (march_dl) R 12232 12232 11741 0 -1 4194304 19769 0 0 0 498599 122 0 0 25 0 1 0 202181740 37158912 8365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551609 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12236/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 4998.3
Current children cumulated vsize (KiB) 44020

[startup+5000 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 12435
/proc/meminfo: memFree=1360016/2055920 swapFree=4152812/4192956
[pid=12232] ppid=12230 vsize=0 CPUtime=4998.35
/proc/12232/stat : 12232 (SATzilla2007_C) D 12230 12232 11741 0 -1 4194308 3079 30118 0 0 385 8 499227 215 18 0 1 0 202180627 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 0 0 0
/proc/12232/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4998.35
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 5000.02
CPU time (s): 4998.37
CPU user time (s): 4996.13
CPU system time (s): 2.23666
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 44020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.13
system time used= 2.23666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33197
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= 24
involuntary context switches= 29929

runsolver used 5.00124 second user time and 13.184 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Apr 22 17:03:51 UTC 2007

IDJOB= 368785
IDBENCH= 24648
IDSOLVER= 179
FILE ID= node9/368785-1177261430

PBS_JOBID= 4650624

Free space on /tmp= 66423 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368785-1177261430/SATzilla2007_C /tmp/evaluation/368785-1177261430/instance-368785-1177261430.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-368785-1177261430 -o ROOT/results/node9/solver-368785-1177261430 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368785-1177261430/SATzilla2007_C /tmp/evaluation/368785-1177261430/instance-368785-1177261430.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  42a7abc6638576e7c05fba1c9e36829b

RANDOM SEED= 806983595

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1400944 kB
Buffers:         57600 kB
Cached:         526228 kB
SwapCached:       8248 kB
Active:         288840 kB
Inactive:       318788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400944 kB
SwapTotal:     4192956 kB
SwapFree:      4152812 kB
Dirty:            9088 kB
Writeback:           0 kB
Mapped:          29876 kB
Slab:            32900 kB
Committed_AS:  6538908 kB
PageTables:       1784 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= 66423 MiB

End job on node9 on Sun Apr 22 18:27:11 UTC 2007