Trace number 307038

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1199.6 1200.08

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S295096144-05.cnf
MD5SUMcde497b3d0f6b21ffcb2bc97cd2a2b18
Bench CategoryRANDOM (random 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 variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.42/11.50	c run March_dl for 5 seconds ... 
11.42/11.50	c Bin: Executing march_dl
11.42/11.50	c child exit by a signal
11.42/11.50	c march_dl returned code 137.
11.42/11.50	c run saps (UBCSAT implementation) for 2 seconds ... 
11.42/11.50	c Bin: Executing ubcsat2006
11.42/11.50	c child exited successfully
11.42/11.50	c ubcsat2006 returned code 0.
11.42/11.50	c satzilla computing base features
11.42/11.50	c satzilla doing unit-prop probe
11.42/11.50	c satzilla doing local search probe
11.42/11.50	c satzilla doing lobjois search-space size estimate
11.42/11.50	c satzilla's ranking:
11.42/11.50	c 1) march_dl: 1.954622
11.42/11.50	c 2) minisat20: 2.414362
11.42/11.50	c 3) march_dl+P: 2.642170
11.42/11.50	c 4) vallst+P: 2.662157
11.42/11.50	c 5) minisat20+P: 3.048800
11.42/11.50	c 6) zchaff_rand+P: 3.082020
11.42/11.50	c 7) kcnfs+P: 999.000000
11.42/11.50	c 8) kcnfs: 999.000000
11.42/11.50	c 9) vallst: 999.000000
11.42/11.50	c 10) zchaff_rand: 999.000000
11.42/11.50	c satzilla running march_dl ... 
1199.18/1199.76	c Bin: Executing march_dl
1199.18/1199.76	c child exit by a signal
1199.18/1199.76	c march_dl returned code 137.
1199.18/1199.76	c march_dl returned code 137.
1199.18/1199.76	c satzilla running minisat20 ... 
1199.18/1199.76	c Bin: Executing minisat20
1199.18/1199.76	c minisat20 returned code 1.
1199.18/1199.76	c minisat20 returned code 1.
1199.18/1199.76	c satzilla running march_dl with preprocessing ... 
1199.52/1200.07	c Preprocessing...
1199.52/1200.07	c Inital problem has 13000 variables, 54600 nary clauses (0 binary clauses).
1199.52/1200.07	c Num non-binary clauses 54600, Average non-binary clause length 3.000
1199.52/1200.07	c Theory has no gaps
1199.52/1200.07	c Preprocessor runtime was 0.220 seconds.
1199.52/1200.07	c 
1199.52/1200.07	c Satisfiability of theory still undetermined.
1199.52/1200.07	c See file /tmp/U49oVO for simplified theory.
1199.52/1200.07	c Bin: Executing march_dl
1199.52/1200.07	c march_dl returned code 1.
1199.52/1200.07	c march_dl returned code 1.
1199.52/1200.07	c satzilla running vallst with preprocessing ... 
1199.52/1200.07	c Bin: Executing vallst
1199.52/1200.07	c vallst returned code 1.
1199.52/1200.07	c vallst returned code 1.
1199.52/1200.07	c satzilla running minisat20 with preprocessing ... 
1199.52/1200.07	c Bin: Executing minisat20
1199.52/1200.07	c minisat20 returned code 1.
1199.52/1200.07	c minisat20 returned code 1.
1199.52/1200.07	c satzilla running zchaff_rand with preprocessing ... 
1199.52/1200.07	c Bin: Executing zchaff_rand
1199.52/1200.07	c zchaff_rand returned code 1.
1199.52/1200.07	c zchaff_rand returned code 1.
1199.52/1200.07	c satzilla running kcnfs with preprocessing ... 
1199.52/1200.07	c Bin: Executing kcnfs
1199.52/1200.07	c kcnfs returned code 1.
1199.52/1200.07	c kcnfs returned code 1.
1199.52/1200.07	c satzilla running kcnfs ... 
1199.52/1200.07	c Bin: Executing kcnfs
1199.52/1200.07	c kcnfs returned code 1.
1199.52/1200.07	c kcnfs returned code 1.
1199.52/1200.07	c satzilla running vallst ... 
1199.52/1200.07	c Bin: Executing vallst
1199.52/1200.07	c vallst returned code 1.
1199.52/1200.07	c vallst returned code 1.
1199.52/1200.07	c satzilla running zchaff_rand ... 
1199.52/1200.07	c Bin: Executing zchaff_rand
1199.52/1200.07	c zchaff_rand returned code 1.
1199.52/1200.07	c zchaff_rand returned code 1.
1199.52/1200.07	c ERROR: All Failed! 
1199.52/1200.07	c SATZILLA_TIME=1199.760000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-307038-1172111784 -o ROOT/results/node71/solver-307038-1172111784 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307038-1172111784/SATzilla2007_C /tmp/evaluation/307038-1172111784/instance-307038-1172111784.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 0.99 3/64 22863
/proc/meminfo: memFree=1345808/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=1440 CPUtime=0
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231136201 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 360 110 95 260 0 84 0
[pid=22864] ppid=22863 vsize=1828 CPUtime=0
/proc/22864/stat : 22864 (march_dl) R 22863 22863 22504 0 -1 4194304 312 0 0 0 0 0 0 0 20 0 1 0 231136201 1871872 307 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22864/statm: 457 307 50 118 0 336 0

[startup+0.107689 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22863
/proc/meminfo: memFree=1345808/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=1440 CPUtime=0
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231136201 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 360 110 95 260 0 84 0
[pid=22864] ppid=22863 vsize=4720 CPUtime=0.1
/proc/22864/stat : 22864 (march_dl) R 22863 22863 22504 0 -1 4194304 1158 0 0 0 10 0 0 0 20 0 1 0 231136201 4833280 841 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22864/statm: 1180 841 53 118 0 1059 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6160

[startup+0.519775 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22863
/proc/meminfo: memFree=1345808/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=1440 CPUtime=0
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231136201 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 360 110 95 260 0 84 0
[pid=22864] ppid=22863 vsize=6524 CPUtime=0.51
/proc/22864/stat : 22864 (march_dl) R 22863 22863 22504 0 -1 4194304 5751 0 0 0 49 2 0 0 23 0 1 0 231136201 6680576 1327 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543089 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22864/statm: 1631 1327 57 118 0 1510 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7964

[startup+1.34395 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 22865
/proc/meminfo: memFree=1332096/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=1440 CPUtime=0
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231136201 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 360 110 95 260 0 84 0
[pid=22864] ppid=22863 vsize=15484 CPUtime=1.33
/proc/22864/stat : 22864 (march_dl) R 22863 22863 22504 0 -1 4194304 11031 0 0 0 105 28 0 0 25 0 1 0 231136201 15855616 3465 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22864/statm: 3871 3465 72 118 0 3750 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16924

[startup+2.98031 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 22865
/proc/meminfo: memFree=1332608/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=1440 CPUtime=0
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 231136201 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 360 110 95 260 0 84 0
[pid=22864] ppid=22863 vsize=14604 CPUtime=2.96
/proc/22864/stat : 22864 (march_dl) R 22863 22863 22504 0 -1 4194304 12099 0 0 0 265 31 0 0 25 0 1 0 231136201 14954496 3300 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22864/statm: 3651 3300 74 118 0 3530 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16044

[startup+6.26002 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 22866
/proc/meminfo: memFree=1341632/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=1440 CPUtime=4.99
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 135 12105 0 0 0 0 467 32 16 0 1 0 231136201 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22863/statm: 360 111 96 260 0 84 0
[pid=22866] ppid=22863 vsize=10288 CPUtime=1.21
/proc/22866/stat : 22866 (ubcsat2006) R 22863 22863 22504 0 -1 4194304 1112 0 0 0 118 3 0 0 25 0 1 0 231136704 10534912 1095 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22866/statm: 2572 1095 156 64 0 2153 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 11728

[startup+12.7124 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 22867
/proc/meminfo: memFree=1327944/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=15484 CPUtime=1.19
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 11031 0 0 0 97 22 0 0 25 0 1 0 231137351 15855616 3465 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 3871 3465 72 118 0 3750 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 20800

[startup+25.5192 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 22867
/proc/meminfo: memFree=1326856/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=16724 CPUtime=13.99
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 12587 0 0 0 1369 30 0 0 25 0 1 0 231137351 17125376 3788 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4181 3788 74 118 0 4060 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 22040

[startup+51.1427 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 22867
/proc/meminfo: memFree=1326344/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=17104 CPUtime=39.61
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 12697 0 0 0 3931 30 0 0 25 0 1 0 231137351 17514496 3898 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4276 3898 74 118 0 4155 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22420

[startup+102.393 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 22867
/proc/meminfo: memFree=1325896/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=17612 CPUtime=90.84
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 12810 0 0 0 9053 31 0 0 25 0 1 0 231137351 18034688 4011 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4403 4011 74 118 0 4282 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 22928

[startup+162.452 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22867
/proc/meminfo: memFree=1325448/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=17872 CPUtime=150.88
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 12896 0 0 0 15057 31 0 0 25 0 1 0 231137351 18300928 4097 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4468 4097 74 118 0 4347 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 23188

[startup+222.513 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22867
/proc/meminfo: memFree=1325192/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=18116 CPUtime=210.92
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 12957 0 0 0 21061 31 0 0 25 0 1 0 231137351 18550784 4158 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4529 4158 74 118 0 4408 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 23432

[startup+282.577 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 22867
/proc/meminfo: memFree=1325064/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=18360 CPUtime=270.96
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13002 0 0 0 27065 31 0 0 25 0 1 0 231137351 18800640 4203 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526908 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4590 4203 74 118 0 4469 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 23676

[startup+342.641 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324872/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=18492 CPUtime=331
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13033 0 0 0 33068 32 0 0 25 0 1 0 231137351 18935808 4234 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4623 4234 74 118 0 4502 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 23808

[startup+402.711 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324744/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=18616 CPUtime=391.05
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13065 0 0 0 39073 32 0 0 25 0 1 0 231137351 19062784 4266 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4654 4266 74 118 0 4533 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 23932

[startup+462.772 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324680/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=18736 CPUtime=451.09
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13093 0 0 0 45077 32 0 0 25 0 1 0 231137351 19185664 4294 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526928 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4684 4294 74 118 0 4563 0
Current children cumulated CPU time (s) 462.53

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

/proc/22867/statm: 4746 4370 74 118 0 4625 0
Current children cumulated CPU time (s) 702.68
Current children cumulated vsize (KiB) 24300

[startup+763.073 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324360/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19104 CPUtime=751.27
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13185 0 0 0 75095 32 0 0 25 0 1 0 231137351 19562496 4386 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4776 4386 74 118 0 4655 0
Current children cumulated CPU time (s) 762.71
Current children cumulated vsize (KiB) 24420

[startup+823.136 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324296/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19104 CPUtime=811.31
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13197 0 0 0 81099 32 0 0 25 0 1 0 231137351 19562496 4398 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4776 4398 74 118 0 4655 0
Current children cumulated CPU time (s) 822.75
Current children cumulated vsize (KiB) 24420

[startup+883.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324296/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19228 CPUtime=871.36
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13217 0 0 0 87103 33 0 0 25 0 1 0 231137351 19689472 4418 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4807 4418 74 118 0 4686 0
Current children cumulated CPU time (s) 882.8
Current children cumulated vsize (KiB) 24544

[startup+943.264 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324232/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19228 CPUtime=931.41
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13233 0 0 0 93108 33 0 0 25 0 1 0 231137351 19689472 4434 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514048 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4807 4434 74 118 0 4686 0
Current children cumulated CPU time (s) 942.85
Current children cumulated vsize (KiB) 24544

[startup+1003.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324104/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19352 CPUtime=991.44
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13247 0 0 0 99111 33 0 0 25 0 1 0 231137351 19816448 4448 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4838 4448 74 118 0 4717 0
Current children cumulated CPU time (s) 1002.88
Current children cumulated vsize (KiB) 24668

[startup+1063.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324104/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19352 CPUtime=1051.48
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13260 0 0 0 105115 33 0 0 25 0 1 0 231137351 19816448 4461 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4838 4461 74 118 0 4717 0
Current children cumulated CPU time (s) 1062.92
Current children cumulated vsize (KiB) 24668

[startup+1123.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1324040/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19472 CPUtime=1111.51
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13271 0 0 0 111118 33 0 0 25 0 1 0 231137351 19939328 4472 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526908 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4868 4472 74 118 0 4747 0
Current children cumulated CPU time (s) 1122.95
Current children cumulated vsize (KiB) 24788

[startup+1183.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1323976/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19472 CPUtime=1171.55
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13283 0 0 0 117122 33 0 0 25 0 1 0 231137351 19939328 4484 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4868 4484 74 118 0 4747 0
Current children cumulated CPU time (s) 1182.99
Current children cumulated vsize (KiB) 24788

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

[startup+1187.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1323976/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19472 CPUtime=1175.35
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13283 0 0 0 117502 33 0 0 25 0 1 0 231137351 19939328 4484 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4868 4484 74 118 0 4747 0
Current children cumulated CPU time (s) 1186.79
Current children cumulated vsize (KiB) 24788

[startup+1193.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1323976/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19472 CPUtime=1181.9
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13285 0 0 0 118157 33 0 0 25 0 1 0 231137351 19939328 4486 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4868 4486 74 118 0 4747 0
Current children cumulated CPU time (s) 1193.34
Current children cumulated vsize (KiB) 24788

[startup+1197.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1323976/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19472 CPUtime=1185.18
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13285 0 0 0 118485 33 0 0 25 0 1 0 231137351 19939328 4486 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4868 4486 74 118 0 4747 0
Current children cumulated CPU time (s) 1196.62
Current children cumulated vsize (KiB) 24788

[startup+1198.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1323976/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19472 CPUtime=1186.82
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13285 0 0 0 118649 33 0 0 25 0 1 0 231137351 19939328 4486 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4868 4486 74 118 0 4747 0
Current children cumulated CPU time (s) 1198.26
Current children cumulated vsize (KiB) 24788

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1323976/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=5316 CPUtime=11.44
/proc/22863/stat : 22863 (SATzilla2007_C) S 22861 22863 22504 0 -1 4194304 3864 13223 0 0 423 5 676 40 25 0 1 0 231136201 5443584 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22863/statm: 1329 1130 157 260 0 1053 0
[pid=22867] ppid=22863 vsize=19472 CPUtime=1187.64
/proc/22867/stat : 22867 (march_dl) R 22863 22863 22504 0 -1 4194304 13285 0 0 0 118731 33 0 0 25 0 1 0 231137351 19939328 4486 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514943 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22867/statm: 4868 4486 74 118 0 4747 0
Current children cumulated CPU time (s) 1199.08
Current children cumulated vsize (KiB) 24788

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22869
/proc/meminfo: memFree=1323976/2055920 swapFree=4183908/4192956
[pid=22863] ppid=22861 vsize=14068 CPUtime=1199.52
/proc/22863/stat : 22863 (SATzilla2007_C) R 22861 22863 22504 0 -1 4194304 6232 26508 0 0 444 9 119425 74 20 0 1 0 231136201 14405632 3185 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134566524 0 0 4096 0 0 0 0 17 0 0 0
/proc/22863/statm: 3517 3185 165 260 0 3241 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 14068

Child status: 17
Real time (s): 1200.08
CPU time (s): 1199.6
CPU user time (s): 1198.76
CPU system time (s): 0.841872
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 24788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.76
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32747
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= 27
involuntary context switches= 2192

runsolver used 0.91486 second user time and 2.45263 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Thu Feb 22 02:36:24 UTC 2007

IDJOB= 307038
IDBENCH= 20195
IDSOLVER= 135
FILE ID= node71/307038-1172111784

PBS_JOBID= 3892913

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S295096144-05.cnf
COMMAND LINE= /tmp/evaluation/307038-1172111784/SATzilla2007_C /tmp/evaluation/307038-1172111784/instance-307038-1172111784.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-307038-1172111784 -o ROOT/results/node71/solver-307038-1172111784 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307038-1172111784/SATzilla2007_C /tmp/evaluation/307038-1172111784/instance-307038-1172111784.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  cde497b3d0f6b21ffcb2bc97cd2a2b18

RANDOM SEED= 741892335

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1346216 kB
Buffers:         33532 kB
Cached:         615612 kB
SwapCached:       3112 kB
Active:         132648 kB
Inactive:       526176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1346216 kB
SwapTotal:     4192956 kB
SwapFree:      4183908 kB
Dirty:            9372 kB
Writeback:           0 kB
Mapped:          15464 kB
Slab:            36824 kB
Committed_AS:   754460 kB
PageTables:       1448 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= 66553 MiB

End job on node71 on Thu Feb 22 02:56:24 UTC 2007