Trace number 1594717

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.67 1200.1

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2_autoenc.cnf
MD5SUM68299073e5e5e9c13c18eb7bcc640f07
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 variables383
Number of clauses75352
Sum of the clauses size441112
Maximum clause length11
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21220
Number of clauses of size 30
Number of clauses of size 4516
Number of clauses of size 54802
Number of clauses of size over 568750

Solver Data

11.28/11.39	c run March_dl for 5 seconds ... 
11.28/11.39	c Bin: Executing march_dl
11.28/11.39	c child exit by a signal
11.28/11.39	c march_dl returned code 137.
11.28/11.39	c run saps (UBCSAT implementation) for 2 seconds ... 
11.28/11.39	c Bin: Executing ubcsat2006
11.28/11.39	c child exited successfully
11.28/11.39	c ubcsat2006 returned code 0.
11.28/11.39	c satzilla computing base features
11.28/11.39	c satzilla doing unit-prop probe
11.28/11.39	c satzilla doing local search probe
11.28/11.39	c satzilla doing lobjois search-space size estimate
11.28/11.39	c satzilla's ranking:
11.28/11.39	c 1) zchaff_rand+P: -6.796833
11.28/11.39	c 2) vallst+P: -1.043507
11.28/11.39	c 3) minisat20: 1.114165
11.28/11.39	c 4) minisat20+P: 1.148686
11.28/11.39	c 5) march_dl: 4.354338
11.28/11.39	c 6) march_dl+P: 5.166830
11.28/11.39	c 7) kcnfs+P: 999.000000
11.28/11.39	c 8) kcnfs: 999.000000
11.28/11.39	c 9) vallst: 999.000000
11.28/11.39	c 10) zchaff_rand: 999.000000
11.28/11.39	c satzilla running zchaff_rand with preprocessing ... 
1199.55/1200.09	c Preprocessing...
1199.55/1200.09	c Inital problem has 383 variables, 74132 nary clauses (1220 binary clauses).
1199.55/1200.09	c Num non-binary clauses 74068, Average non-binary clause length 5.922
1199.55/1200.09	c Theory has no gaps
1199.55/1200.09	c Preprocessor runtime was 0.270 seconds.
1199.55/1200.09	c 
1199.55/1200.09	c Satisfiability of theory still undetermined.
1199.55/1200.09	c See file /tmp/wPqvIf for simplified theory.
1199.55/1200.09	c Bin: Executing zchaff_rand
1199.55/1200.09	c child exit by a signal
1199.55/1200.09	c zchaff_rand returned code 137.
1199.55/1200.09	c zchaff_rand returned code 137.
1199.55/1200.09	c satzilla running vallst with preprocessing ... 
1199.55/1200.09	c Bin: Executing vallst
1199.55/1200.09	c vallst returned code 1.
1199.55/1200.09	c vallst returned code 1.
1199.55/1200.09	c satzilla running minisat20 ... 
1199.55/1200.09	c Bin: Executing minisat20
1199.55/1200.09	c minisat20 returned code 1.
1199.55/1200.09	c minisat20 returned code 1.
1199.55/1200.09	c satzilla running minisat20 with preprocessing ... 
1199.55/1200.09	c Bin: Executing minisat20
1199.55/1200.09	c minisat20 returned code 1.
1199.55/1200.09	c minisat20 returned code 1.
1199.55/1200.09	c satzilla running march_dl ... 
1199.55/1200.09	c Bin: Executing march_dl
1199.55/1200.09	c march_dl returned code 1.
1199.55/1200.09	c march_dl returned code 1.
1199.55/1200.09	c satzilla running march_dl with preprocessing ... 
1199.55/1200.09	c Bin: Executing march_dl
1199.55/1200.09	c march_dl returned code 1.
1199.55/1200.09	c march_dl returned code 1.
1199.55/1200.09	c satzilla running kcnfs with preprocessing ... 
1199.55/1200.09	c Bin: Executing kcnfs
1199.55/1200.09	c kcnfs returned code 1.
1199.55/1200.09	c kcnfs returned code 1.
1199.55/1200.09	c satzilla running kcnfs ... 
1199.55/1200.09	c Bin: Executing kcnfs
1199.55/1200.09	c kcnfs returned code 1.
1199.55/1200.09	c kcnfs returned code 1.
1199.55/1200.09	c satzilla running vallst ... 
1199.55/1200.09	c Bin: Executing vallst
1199.55/1200.09	c vallst returned code 1.
1199.55/1200.09	c vallst returned code 1.
1199.55/1200.09	c satzilla running zchaff_rand ... 
1199.55/1200.09	c Bin: Executing zchaff_rand
1199.55/1200.09	c zchaff_rand returned code 1.
1199.55/1200.09	c zchaff_rand returned code 1.
1199.55/1200.09	c ERROR: All Failed! 
1199.55/1200.09	c SATZILLA_TIME=1199.840000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1594717-1239279459/watcher-1594717-1239279459 -o /tmp/evaluation-result-1594717-1239279459/solver-1594717-1239279459 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1594717-1239279459.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): 1800 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.00 0.00 0.00 3/64 30971
/proc/meminfo: memFree=1322704/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=0
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200611551 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 110 95 260 0 84 0
[pid=30972] ppid=30971 vsize=1228 CPUtime=0
/proc/30972/stat : 30972 (march_dl) R 30971 30971 30907 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 1200611552 1257472 153 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30972/statm: 307 153 50 118 0 186 0

[startup+0.055034 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30971
/proc/meminfo: memFree=1322704/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=0
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200611551 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 110 95 260 0 84 0
[pid=30972] ppid=30971 vsize=1888 CPUtime=0.04
/proc/30972/stat : 30972 (march_dl) R 30971 30971 30907 0 -1 4194304 355 0 0 0 4 0 0 0 20 0 1 0 1200611552 1933312 350 1992294400 134512640 134996440 4294956272 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30972/statm: 472 350 50 118 0 351 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3328

[startup+0.10104 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30971
/proc/meminfo: memFree=1322704/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=0
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200611551 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 110 95 260 0 84 0
[pid=30972] ppid=30971 vsize=2548 CPUtime=0.09
/proc/30972/stat : 30972 (march_dl) R 30971 30971 30907 0 -1 4194304 538 0 0 0 9 0 0 0 20 0 1 0 1200611552 2609152 533 1992294400 134512640 134996440 4294956272 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30972/statm: 637 533 50 118 0 516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3988

[startup+0.301074 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30971
/proc/meminfo: memFree=1322704/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=0
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200611551 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 110 95 260 0 84 0
[pid=30972] ppid=30971 vsize=6836 CPUtime=0.29
/proc/30972/stat : 30972 (march_dl) R 30971 30971 30907 0 -1 4194304 3185 0 0 0 28 1 0 0 21 0 1 0 1200611552 7000064 1343 1992294400 134512640 134996440 4294956272 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30972/statm: 1709 1343 55 118 0 1588 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8276

[startup+0.701143 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30971
/proc/meminfo: memFree=1322704/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=0
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200611551 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 110 95 260 0 84 0
[pid=30972] ppid=30971 vsize=7888 CPUtime=0.68
/proc/30972/stat : 30972 (march_dl) R 30971 30971 30907 0 -1 4194304 8330 0 0 0 65 3 0 0 24 0 1 0 1200611552 8077312 1154 1992294400 134512640 134996440 4294956272 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30972/statm: 1972 1154 67 118 0 1851 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9328

[startup+1.50128 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 30973
/proc/meminfo: memFree=1318208/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=0
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200611551 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 110 95 260 0 84 0
[pid=30972] ppid=30971 vsize=7888 CPUtime=1.49
/proc/30972/stat : 30972 (march_dl) R 30971 30971 30907 0 -1 4194304 8338 0 0 0 145 4 0 0 25 0 1 0 1200611552 8077312 1162 1992294400 134512640 134996440 4294956272 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30972/statm: 1972 1162 67 118 0 1851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9328

[startup+3.10155 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 30973
/proc/meminfo: memFree=1316032/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=0
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1200611551 1474560 110 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 110 95 260 0 84 0
[pid=30972] ppid=30971 vsize=8956 CPUtime=3.09
/proc/30972/stat : 30972 (march_dl) R 30971 30971 30907 0 -1 4194304 9458 0 0 0 271 38 0 0 25 0 1 0 1200611552 9170944 1852 1992294400 134512640 134996440 4294956272 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30972/statm: 2239 1852 73 118 0 2118 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10396

[startup+6.3011 s]
/proc/loadavg: 0.08 0.02 0.01 2/66 30974
/proc/meminfo: memFree=1316416/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=1440 CPUtime=4.99
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 134 10557 0 0 0 0 433 66 16 0 1 0 1200611551 1474560 111 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 360 111 96 260 0 84 0
[pid=30974] ppid=30971 vsize=10288 CPUtime=1.28
/proc/30974/stat : 30974 (ubcsat2006) R 30971 30971 30907 0 -1 4194304 1619 0 0 0 125 3 0 0 25 0 1 0 1200612052 10534912 1602 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30974/statm: 2572 1602 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7012 s]
/proc/loadavg: 0.22 0.05 0.02 2/66 30975
/proc/meminfo: memFree=1302224/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=6460 CPUtime=0.84
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 1309 0 0 0 82 2 0 0 24 0 1 0 1200612736 6615040 1019 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 1615 1019 112 208 0 1387 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26712

[startup+25.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/66 30975
/proc/meminfo: memFree=1296984/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=11656 CPUtime=13.63
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 2791 0 0 0 1343 20 0 0 25 0 1 0 1200612736 11935744 2180 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 2914 2180 112 208 0 2686 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 31908

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/66 30975
/proc/meminfo: memFree=1291928/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=20336 CPUtime=39.22
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 4693 0 0 0 3887 35 0 0 25 0 1 0 1200612736 20824064 3441 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 5084 3441 112 208 0 4856 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 40588

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/66 30975
/proc/meminfo: memFree=1285976/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=31040 CPUtime=90.42
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 6170 0 0 0 8990 52 0 0 25 0 1 0 1200612736 31784960 4918 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 7760 4918 112 208 0 7532 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 51292

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 30975
/proc/meminfo: memFree=1280984/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=33216 CPUtime=150.39
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 7415 0 0 0 14973 66 0 0 25 0 1 0 1200612736 34013184 6163 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 8304 6163 112 208 0 8076 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 53468

[startup+222.303 s]
/proc/loadavg: 0.97 0.52 0.20 2/66 30975
/proc/meminfo: memFree=1277080/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=34984 CPUtime=210.37
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 8372 0 0 0 20958 79 0 0 25 0 1 0 1200612736 35823616 7120 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 8746 7120 112 208 0 8518 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 55236

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 30975
/proc/meminfo: memFree=1273688/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=41872 CPUtime=270.35
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 10494 0 0 0 26943 92 0 0 25 0 1 0 1200612736 42876928 7961 1992294400 134512640 135365884 4294956304 18446744073709551615 134576800 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 10468 7961 112 208 0 10240 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 62124

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.30 2/66 30975
/proc/meminfo: memFree=1270616/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=43296 CPUtime=330.32
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 11241 0 0 0 32929 103 0 0 25 0 1 0 1200612736 44335104 8708 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 10824 8708 112 208 0 10596 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/66 30975
/proc/meminfo: memFree=1254168/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=67596 CPUtime=810.16
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 15458 0 0 0 80847 169 0 0 25 0 1 0 1200612736 69218304 12793 1992294400 134512640 135365884 4294956304 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 16899 12793 112 208 0 16671 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 87848

[startup+882.303 s]
/proc/loadavg: 0.99 0.93 0.58 2/66 30975
/proc/meminfo: memFree=1252888/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=68384 CPUtime=870.14
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 15813 0 0 0 86839 175 0 0 25 0 1 0 1200612736 70025216 13115 1992294400 134512640 135365884 4294956304 18446744073709551615 134543590 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17096 13115 112 208 0 16868 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 88636

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/66 30975
/proc/meminfo: memFree=1251480/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=68836 CPUtime=930.12
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 16162 0 0 0 92831 181 0 0 25 0 1 0 1200612736 70488064 13464 1992294400 134512640 135365884 4294956304 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17209 13464 112 208 0 16981 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 89088

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/66 30975
/proc/meminfo: memFree=1249432/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=70136 CPUtime=990.1
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 16697 0 0 0 98822 188 0 0 25 0 1 0 1200612736 71819264 13966 1992294400 134512640 135365884 4294956304 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17534 13966 112 208 0 17306 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 90388

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/66 30975
/proc/meminfo: memFree=1248408/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=70328 CPUtime=1050.07
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 16936 0 0 0 104813 194 0 0 25 0 1 0 1200612736 72015872 14205 1992294400 134512640 135365884 4294956304 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17582 14205 112 208 0 17354 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 90580

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/66 30975
/proc/meminfo: memFree=1247192/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=70648 CPUtime=1110.05
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17291 0 0 0 110805 200 0 0 25 0 1 0 1200612736 72343552 14527 1992294400 134512640 135365884 4294956304 18446744073709551615 134543979 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17662 14527 112 208 0 17434 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 90900

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245656/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71292 CPUtime=1170.04
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17696 0 0 0 116797 207 0 0 25 0 1 0 1200612736 73003008 14899 1992294400 134512640 135365884 4294956304 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17823 14899 112 208 0 17595 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 91544

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245464/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71424 CPUtime=1178.03
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17747 0 0 0 117595 208 0 0 25 0 1 0 1200612736 73138176 14950 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17856 14950 112 208 0 17628 0
Current children cumulated CPU time (s) 1189.85
Current children cumulated vsize (KiB) 91676

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245272/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71424 CPUtime=1184.44
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17782 0 0 0 118235 209 0 0 25 0 1 0 1200612736 73138176 14985 1992294400 134512640 135365884 4294956304 18446744073709551615 134553790 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17856 14985 112 208 0 17628 0
Current children cumulated CPU time (s) 1196.26
Current children cumulated vsize (KiB) 91676

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245272/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71424 CPUtime=1186.03
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17791 0 0 0 118394 209 0 0 25 0 1 0 1200612736 73138176 14994 1992294400 134512640 135365884 4294956304 18446744073709551615 134543594 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17856 14994 112 208 0 17628 0
Current children cumulated CPU time (s) 1197.85
Current children cumulated vsize (KiB) 91676

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245272/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71424 CPUtime=1186.83
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17797 0 0 0 118474 209 0 0 25 0 1 0 1200612736 73138176 15000 1992294400 134512640 135365884 4294956304 18446744073709551615 134576746 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17856 15000 112 208 0 17628 0
Current children cumulated CPU time (s) 1198.65
Current children cumulated vsize (KiB) 91676

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245272/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71424 CPUtime=1187.23
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17802 0 0 0 118514 209 0 0 25 0 1 0 1200612736 73138176 15005 1992294400 134512640 135365884 4294956304 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17856 15005 112 208 0 17628 0
Current children cumulated CPU time (s) 1199.05
Current children cumulated vsize (KiB) 91676

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245272/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71424 CPUtime=1187.63
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17805 0 0 0 118554 209 0 0 25 0 1 0 1200612736 73138176 15008 1992294400 134512640 135365884 4294956304 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17856 15008 112 208 0 17628 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 91676

[startup+1200 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 30975
/proc/meminfo: memFree=1245208/2055920 swapFree=4179432/4192956
[pid=30971] ppid=30969 vsize=20252 CPUtime=11.82
/proc/30971/stat : 30971 (SATzilla2007_C) S 30969 30971 30907 0 -1 4194304 8121 12182 0 0 455 7 648 72 25 0 1 0 1200611551 20738048 4228 1992294400 134512640 135579813 4294956240 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30971/statm: 5063 4228 164 260 0 4787 0
[pid=30975] ppid=30971 vsize=71424 CPUtime=1187.73
/proc/30975/stat : 30975 (zchaff_rand) R 30971 30971 30907 0 -1 4194304 17805 0 0 0 118564 209 0 0 25 0 1 0 1200612736 73138176 15008 1992294400 134512640 135365884 4294956304 18446744073709551615 134606799 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30975/statm: 17856 15008 112 208 0 17628 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 91676

Child status: 17
Real time (s): 1200.1
CPU time (s): 1199.67
CPU user time (s): 1196.76
CPU system time (s): 2.91456
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 91676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.76
system time used= 2.91456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38121
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= 20
involuntary context switches= 2464

runsolver used 1.47278 second user time and 2.89056 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-09 14:17:40
IDJOB=1594717
IDBENCH=71142
IDSOLVER=558
FILE ID=node25/1594717-1239279459
PBS_JOBID= 9115457
Free space on /tmp= 65712 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2_autoenc.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1594717-1239279459/watcher-1594717-1239279459 -o /tmp/evaluation-result-1594717-1239279459/solver-1594717-1239279459 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1594717-1239279459.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 68299073e5e5e9c13c18eb7bcc640f07
RANDOM SEED=715212253

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

/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.263
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.263
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:       1323256 kB
Buffers:         37728 kB
Cached:         613508 kB
SwapCached:       7344 kB
Active:          30344 kB
Inactive:       629744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323256 kB
SwapTotal:     4192956 kB
SwapFree:      4179432 kB
Dirty:           10464 kB
Writeback:           0 kB
Mapped:          14524 kB
Slab:            58712 kB
Committed_AS:  3795732 kB
PageTables:       1464 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= 65704 MiB
End job on node25 at 2009-04-09 14:37:40