Trace number 335658

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 FULL? (exit code) 1199.76 1200.24

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-035-034.sat05-1235.reshuffled-07.cnf
MD5SUM677c0547bc16a23b319702cb8efc6aa8
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 variables1190
Number of clauses39900
Sum of the clauses size80920
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 239865
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data (download as text)

10.67/10.88	c run March_dl for 5 seconds ... 
10.67/10.88	c Bin: Executing march_dl
10.67/10.88	c child exit by a signal
10.67/10.88	c march_dl returned code 137.
10.67/10.88	c run saps for 2 seconds ... 
10.67/10.88	c Bin: Executing ubcsat2006
10.67/10.88	c child exited successfully
10.67/10.88	c ubcsat2006 returned code 0.
10.67/10.88	c satzilla computing base features
10.67/10.88	c satzilla doing unit-prop probe
10.67/10.88	c satzilla doing local search probe
10.67/10.88	c satzilla doing lobjois search-space size estimate
10.67/10.88	c satzilla's ranking:
10.67/10.88	c 1) zchaff_rand: 0.834608
10.67/10.88	c 2) vallst: 1.375369
10.67/10.88	c 3) eureka: 1.733474
10.67/10.88	c 4) march_dl: 2.707473
10.67/10.88	c 5) minisat20: 4.225151
10.67/10.88	c 6) kcnfs: 5.256477
10.67/10.88	c 7) kcnfs+P: 999.000000
10.67/10.88	c 8) march_dl+P: 999.000000
10.67/10.88	c 9) vallst+P: 999.000000
10.67/10.88	c 10) zchaff_rand+P: 999.000000
10.67/10.88	c 11) rsat+P: 999.000000
10.67/10.88	c 12) eureka+P: 999.000000
10.67/10.88	c 13) minisat20+P: 999.000000
10.67/10.88	c 14) rsat: 999.000000
10.67/10.88	c satzilla running zchaff_rand ... 
1199.59/1200.11	c Bin: Executing zchaff_rand
1199.59/1200.11	c child exit by a signal
1199.59/1200.11	c zchaff_rand returned code 137.
1199.59/1200.11	c zchaff_rand returned code 137.
1199.59/1200.11	c satzilla running vallst ... 
1199.59/1200.11	c Bin: Executing vallst
1199.59/1200.11	c vallst returned code 1.
1199.59/1200.11	c vallst returned code 1.
1199.59/1200.11	c satzilla running eureka ... 
1199.59/1200.11	c Bin: Executing eureka
1199.59/1200.11	c eureka returned code 1.
1199.59/1200.11	c eureka returned code 1.
1199.59/1200.11	c satzilla running march_dl ... 
1199.59/1200.11	c Bin: Executing march_dl
1199.59/1200.11	c march_dl returned code 1.
1199.59/1200.11	c march_dl returned code 1.
1199.59/1200.11	c satzilla running minisat20 ... 
1199.59/1200.11	c Bin: Executing minisat20
1199.59/1200.11	c minisat20 returned code 1.
1199.59/1200.11	c minisat20 returned code 1.
1199.59/1200.11	c satzilla running kcnfs ... 
1199.59/1200.11	c Bin: Executing kcnfs
1199.59/1200.11	c kcnfs returned code 1.
1199.59/1200.11	c kcnfs returned code 1.
1199.59/1200.11	c satzilla running kcnfs with preprocessing ... 
1199.70/1200.23	c Preprocessing...
1199.70/1200.23	c Inital problem has 1190 variables, 35 nary clauses (39865 binary clauses).
1199.70/1200.23	c Num non-binary clauses 35, Average non-binary clause length 34.000
1199.70/1200.23	c Theory has no gaps
1199.70/1200.23	c Preprocessor runtime was 0.080 seconds.
1199.70/1200.23	c 
1199.70/1200.23	c Satisfiability of theory still undetermined.
1199.70/1200.23	c See file /tmp/wLcvnl for simplified theory.
1199.70/1200.23	c Bin: Executing kcnfs
1199.70/1200.23	c kcnfs returned code 1.
1199.70/1200.23	c kcnfs returned code 1.
1199.70/1200.23	c satzilla running march_dl with preprocessing ... 
1199.70/1200.23	c Bin: Executing march_dl
1199.70/1200.23	c march_dl returned code 1.
1199.70/1200.23	c march_dl returned code 1.
1199.70/1200.23	c satzilla running vallst with preprocessing ... 
1199.70/1200.23	c Bin: Executing vallst
1199.70/1200.23	c vallst returned code 1.
1199.70/1200.23	c vallst returned code 1.
1199.70/1200.23	c satzilla running zchaff_rand with preprocessing ... 
1199.70/1200.23	c Bin: Executing zchaff_rand
1199.70/1200.23	c zchaff_rand returned code 1.
1199.70/1200.23	c zchaff_rand returned code 1.
1199.70/1200.23	c satzilla running rsat with preprocessing ... 
1199.70/1200.23	c Bin: Executing rsat
1199.70/1200.23	c rsat returned code 1.
1199.70/1200.23	c rsat returned code 1.
1199.70/1200.23	c satzilla running eureka with preprocessing ... 
1199.70/1200.23	c Bin: Executing eureka
1199.70/1200.23	c eureka returned code 1.
1199.70/1200.23	c eureka returned code 1.
1199.70/1200.23	c satzilla running minisat20 with preprocessing ... 
1199.70/1200.23	c Bin: Executing minisat20
1199.70/1200.23	c minisat20 returned code 1.
1199.70/1200.23	c minisat20 returned code 1.
1199.70/1200.23	c satzilla running rsat ... 
1199.70/1200.23	c Bin: Executing rsat
1199.70/1200.23	c rsat returned code 1.
1199.70/1200.23	c rsat returned code 1.
1199.70/1200.23	c ERROR: All Failed! 
1199.70/1200.23	c SATZILLA_TIME=1199.930000

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/node24/watcher-335658-1173631866 -o ROOT/results/node24/solver-335658-1173631866 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335658-1173631866/SATzilla2007_F /tmp/evaluation/335658-1173631866/instance-335658-1173631866.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.92 0.98 1.08 2/77 7696
/proc/meminfo: memFree=1922384/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=0
/proc/7696/stat : 7696 (SATzilla2007_F) D 7694 7696 7180 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135223053 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/7696/statm: 378 125 110 260 0 84 0

[startup+0.047377 s]
/proc/loadavg: 0.92 0.98 1.08 2/77 7696
/proc/meminfo: memFree=1922384/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=0
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7696/statm: 378 125 110 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.101383 s]
/proc/loadavg: 0.92 0.98 1.08 2/77 7696
/proc/meminfo: memFree=1922384/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=0
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7696/statm: 378 125 110 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.301403 s]
/proc/loadavg: 0.92 0.98 1.08 2/77 7696
/proc/meminfo: memFree=1922384/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=0
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7696/statm: 378 125 110 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.701447 s]
/proc/loadavg: 0.92 0.98 1.08 2/77 7696
/proc/meminfo: memFree=1922384/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=0
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7696/statm: 378 125 110 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+1.50153 s]
/proc/loadavg: 0.92 0.98 1.08 2/79 7698
/proc/meminfo: memFree=1916864/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=0
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7696/statm: 378 125 110 260 0 84 0
[pid=7698] ppid=7696 vsize=8256 CPUtime=1.48
/proc/7698/stat : 7698 (march_dl) R 7696 7696 7180 0 -1 4194304 4218 0 0 0 147 1 0 0 25 0 1 0 383140921 8454144 1399 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551682 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7698/statm: 2064 1399 75 118 0 1943 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9768

[startup+3.10171 s]
/proc/loadavg: 0.92 0.98 1.08 2/79 7698
/proc/meminfo: memFree=1916736/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=0
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7696/statm: 378 125 110 260 0 84 0
[pid=7698] ppid=7696 vsize=8256 CPUtime=3.08
/proc/7698/stat : 7698 (march_dl) R 7696 7696 7180 0 -1 4194304 4221 0 0 0 307 1 0 0 25 0 1 0 383140921 8454144 1402 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565936 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7698/statm: 2064 1402 75 118 0 1943 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9768

[startup+6.30105 s]
/proc/loadavg: 0.93 0.98 1.08 2/79 7699
/proc/meminfo: memFree=1918592/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=1512 CPUtime=4.99
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 149 4223 0 0 0 0 498 1 19 0 1 0 383140920 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 378 125 110 260 0 84 0
[pid=7699] ppid=7696 vsize=6188 CPUtime=1.18
/proc/7699/stat : 7699 (ubcsat2006) R 7696 7696 7180 0 -1 4194304 679 0 13 0 115 3 0 0 25 0 1 0 383141421 6336512 674 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134556126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7699/statm: 1547 674 156 64 0 1128 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 7700

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 1.08 2/79 7700
/proc/meminfo: memFree=1910344/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=16360 CPUtime=1.8
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 2993 0 0 0 178 2 0 0 25 0 1 0 383142008 16752640 2701 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 4090 2701 112 208 0 3862 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 19976

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 1.08 2/79 7700
/proc/meminfo: memFree=1890440/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=47044 CPUtime=14.6
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 7892 0 0 0 1450 10 0 0 25 0 1 0 383142008 48173056 7279 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 11761 7279 112 208 0 11533 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 50660

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 1.08 2/79 7700
/proc/meminfo: memFree=1870024/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=86116 CPUtime=40.18
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 12994 0 0 0 4002 16 0 0 25 0 1 0 383142008 88182784 12381 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 21529 12381 112 208 0 21301 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 89732

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.07 2/79 7700
/proc/meminfo: memFree=1843080/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=98040 CPUtime=91.37
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 20242 0 0 0 9111 26 0 0 25 0 1 0 383142008 100392960 18988 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134553783 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 24510 18988 112 208 0 24282 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 101656

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 1.07 2/79 7700
/proc/meminfo: memFree=1820296/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=171256 CPUtime=151.35
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 25954 0 0 0 15098 37 0 0 25 0 1 0 383142008 175366144 24700 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 42814 24700 112 208 0 42586 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 174872

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/79 7700
/proc/meminfo: memFree=1802184/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=178300 CPUtime=211.33
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 30396 0 0 0 21088 45 0 0 25 0 1 0 383142008 182579200 29142 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 44575 29142 112 208 0 44347 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 181916

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 1.06 2/79 7700
/proc/meminfo: memFree=1786056/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=184384 CPUtime=271.32
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 34485 0 0 0 27080 52 0 0 25 0 1 0 383142008 188809216 33231 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 46096 33231 112 208 0 45868 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 188000

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/79 7700
/proc/meminfo: memFree=1770312/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=190024 CPUtime=331.3
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 38372 0 0 0 33070 60 0 0 25 0 1 0 383142008 194584576 37118 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 47506 37118 112 208 0 47278 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 193640

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/79 7700
/proc/meminfo: memFree=1758664/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=198372 CPUtime=391.28
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 42607 0 0 0 39062 66 0 0 25 0 1 0 383142008 203132928 40072 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 49593 40072 112 208 0 49365 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 201988


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

/proc/7700/statm: 88841 55882 112 208 0 88613 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 358980

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1683848/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=361304 CPUtime=811.15
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 61101 0 0 0 80995 120 0 0 25 0 1 0 383142008 369975296 58566 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 90326 58566 112 208 0 90098 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 364920

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1677128/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=365924 CPUtime=871.14
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 62754 0 0 0 86989 125 0 0 25 0 1 0 383142008 374706176 60219 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543553 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 91481 60219 112 208 0 91253 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 369540

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1668488/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=370676 CPUtime=931.11
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 64921 0 0 0 92983 128 0 0 25 0 1 0 383142008 379572224 62386 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134551131 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 92669 62386 112 208 0 92441 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 374292

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1660488/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=373316 CPUtime=991.1
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 66910 0 0 0 98977 133 0 0 25 0 1 0 383142008 382275584 64375 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 93329 64375 112 208 0 93101 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 376932

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1653384/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=375824 CPUtime=1051.08
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 68661 0 0 0 104971 137 0 0 25 0 1 0 383142008 384843776 66126 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 93956 66126 112 208 0 93728 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 379440

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1647176/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=379120 CPUtime=1111.06
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 70248 0 0 0 110965 141 0 0 25 0 1 0 383142008 388218880 67680 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 94780 67680 112 208 0 94552 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 382736

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1639624/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=382152 CPUtime=1171.04
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 72182 0 0 0 116959 145 0 0 25 0 1 0 383142008 391323648 69581 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134553859 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 95538 69581 112 208 0 95310 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 385768

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1638472/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=382680 CPUtime=1179.04
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 72437 0 0 0 117758 146 0 0 25 0 1 0 383142008 391864320 69836 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 95670 69836 112 208 0 95442 0
Current children cumulated CPU time (s) 1189.79
Current children cumulated vsize (KiB) 386296

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1637960/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=382944 CPUtime=1185.44
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 72568 0 0 0 118398 146 0 0 25 0 1 0 383142008 392134656 69967 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 95736 69967 112 208 0 95508 0
Current children cumulated CPU time (s) 1196.19
Current children cumulated vsize (KiB) 386560

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1637896/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=382944 CPUtime=1187.03
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 72585 0 0 0 118557 146 0 0 25 0 1 0 383142008 392134656 69984 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543630 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 95736 69984 112 208 0 95508 0
Current children cumulated CPU time (s) 1197.78
Current children cumulated vsize (KiB) 386560

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1637896/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=382944 CPUtime=1187.83
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 72586 0 0 0 118637 146 0 0 25 0 1 0 383142008 392134656 69985 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134621516 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 95736 69985 112 208 0 95508 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 386560

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1637896/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=382944 CPUtime=1188.63
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4194304 72586 0 0 0 118717 146 0 0 25 0 1 0 383142008 392134656 69985 18446744073709551615 134512640 135365884 4294956704 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 95736 69985 112 208 0 95508 0
Current children cumulated CPU time (s) 1199.38
Current children cumulated vsize (KiB) 386560

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1637896/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=3616 CPUtime=10.75
/proc/7696/stat : 7696 (SATzilla2007_F) S 7694 7696 7180 0 -1 4194304 2353 4908 0 13 356 10 701 8 25 0 1 0 383140920 3702784 707 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7696/statm: 904 707 169 260 0 610 0
[pid=7700] ppid=7696 vsize=0 CPUtime=1188.84
/proc/7700/stat : 7700 (zchaff_rand) R 7696 7696 7180 0 -1 4195332 72586 0 0 0 118734 150 0 0 25 0 1 0 383142008 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/7700/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.59
Current children cumulated vsize (KiB) 3616

[startup+1200.2 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 7898
/proc/meminfo: memFree=1637896/2055920 swapFree=4144284/4192956
[pid=7696] ppid=7694 vsize=6932 CPUtime=1199.7
/proc/7696/stat : 7696 (SATzilla2007_F) R 7694 7696 7180 0 -1 4194304 3244 77494 0 13 364 11 119436 159 18 0 1 0 383140920 7098368 1444 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 0 0 0
/proc/7696/statm: 1733 1444 176 260 0 1439 0
Current children cumulated CPU time (s) 1199.7
Current children cumulated vsize (KiB) 6932

Child status: 17
Real time (s): 1200.24
CPU time (s): 1199.76
CPU user time (s): 1198.04
CPU system time (s): 1.72374
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 386560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.04
system time used= 1.72374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80747
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55
involuntary context switches= 1582

runsolver used 1.22481 second user time and 3.16552 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Mar 11 16:51:06 UTC 2007

IDJOB= 335658
IDBENCH= 24656
IDSOLVER= 136
FILE ID= node24/335658-1173631866

PBS_JOBID= 4101289

Free space on /tmp= 66551 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-035-034.sat05-1235.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335658-1173631866/SATzilla2007_F /tmp/evaluation/335658-1173631866/instance-335658-1173631866.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-335658-1173631866 -o ROOT/results/node24/solver-335658-1173631866 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335658-1173631866/SATzilla2007_F /tmp/evaluation/335658-1173631866/instance-335658-1173631866.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  677c0547bc16a23b319702cb8efc6aa8

RANDOM SEED= 550312383

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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.232
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.232
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:       1922792 kB
Buffers:         16872 kB
Cached:          79092 kB
SwapCached:       3792 kB
Active:          33588 kB
Inactive:        72304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922792 kB
SwapTotal:     4192956 kB
SwapFree:      4144284 kB
Dirty:           10552 kB
Writeback:           0 kB
Mapped:          15416 kB
Slab:            12832 kB
Committed_AS:   912596 kB
PageTables:       1732 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= 66551 MiB

End job on node24 on Sun Mar 11 17:11:07 UTC 2007