Trace number 336245

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.07 1199.64

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2217
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data (download as text)

17.44/17.65	c run March_dl for 5 seconds ... 
17.44/17.65	c Bin: Executing march_dl
17.44/17.65	c child exit by a signal
17.44/17.65	c march_dl returned code 137.
17.44/17.65	c run saps (UBCSAT implementation) for 2 seconds ... 
17.44/17.65	c Bin: Executing ubcsat2006
17.44/17.65	c child exited successfully
17.44/17.65	c ubcsat2006 returned code 0.
17.44/17.65	c satzilla computing base features
17.44/17.65	c satzilla doing unit-prop probe
17.44/17.65	c satzilla doing local search probe
17.44/17.65	c satzilla doing lobjois search-space size estimate
17.44/17.65	c satzilla's ranking:
17.44/17.65	c 1) zchaff_rand+P: 4.125568
17.44/17.65	c 2) vallst+P: 6.015310
17.44/17.65	c 3) minisat20+P: 8.695459
17.44/17.65	c 4) march_dl+P: 9.033538
17.44/17.65	c 5) minisat20: 11.709038
17.44/17.65	c 6) march_dl: 17.686947
17.44/17.65	c 7) kcnfs+P: 999.000000
17.44/17.65	c 8) kcnfs: 999.000000
17.44/17.65	c 9) vallst: 999.000000
17.44/17.65	c 10) zchaff_rand: 999.000000
17.44/17.65	c satzilla running zchaff_rand with preprocessing ... 
1199.01/1199.62	c Preprocessing...
1199.01/1199.62	c Inital problem has 11318 variables, 2548 nary clauses (314245 binary clauses).
1199.01/1199.62	c Num non-binary clauses 2487, Average non-binary clause length 4.791
1199.01/1199.62	c Theory has no gaps
1199.01/1199.62	c Preprocessor runtime was 5.380 seconds.
1199.01/1199.62	c 
1199.01/1199.62	c Satisfiability of theory still undetermined.
1199.01/1199.62	c See file /tmp/OqezTw for simplified theory.
1199.01/1199.62	c Bin: Executing zchaff_rand
1199.01/1199.62	c child exit by a signal
1199.01/1199.62	c zchaff_rand returned code 137.
1199.01/1199.62	c zchaff_rand returned code 137.
1199.01/1199.62	c satzilla running vallst with preprocessing ... 
1199.01/1199.62	c Bin: Executing vallst
1199.01/1199.62	c vallst returned code 1.
1199.01/1199.62	c vallst returned code 1.
1199.01/1199.62	c satzilla running minisat20 with preprocessing ... 
1199.01/1199.62	c Bin: Executing minisat20
1199.01/1199.62	c minisat20 returned code 1.
1199.01/1199.62	c minisat20 returned code 1.
1199.01/1199.62	c satzilla running march_dl with preprocessing ... 
1199.01/1199.62	c Bin: Executing march_dl
1199.01/1199.62	c march_dl returned code 1.
1199.01/1199.62	c march_dl returned code 1.
1199.01/1199.62	c satzilla running minisat20 ... 
1199.01/1199.62	c Bin: Executing minisat20
1199.01/1199.62	c minisat20 returned code 1.
1199.01/1199.62	c minisat20 returned code 1.
1199.01/1199.62	c satzilla running march_dl ... 
1199.01/1199.62	c Bin: Executing march_dl
1199.01/1199.62	c march_dl returned code 1.
1199.01/1199.62	c march_dl returned code 1.
1199.01/1199.62	c satzilla running kcnfs with preprocessing ... 
1199.01/1199.62	c Bin: Executing kcnfs
1199.01/1199.62	c kcnfs returned code 1.
1199.01/1199.62	c kcnfs returned code 1.
1199.01/1199.62	c satzilla running kcnfs ... 
1199.01/1199.62	c Bin: Executing kcnfs
1199.01/1199.62	c kcnfs returned code 1.
1199.01/1199.62	c kcnfs returned code 1.
1199.01/1199.62	c satzilla running vallst ... 
1199.01/1199.63	c Bin: Executing vallst
1199.01/1199.63	c vallst returned code 1.
1199.01/1199.63	c vallst returned code 1.
1199.01/1199.63	c satzilla running zchaff_rand ... 
1199.01/1199.63	c Bin: Executing zchaff_rand
1199.01/1199.63	c zchaff_rand returned code 1.
1199.01/1199.63	c zchaff_rand returned code 1.
1199.01/1199.63	c ERROR: All Failed! 
1199.01/1199.63	c SATZILLA_TIME=1199.230000

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/node76/watcher-336245-1173642862 -o ROOT/results/node76/solver-336245-1173642862 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336245-1173642862/SATzilla2007_C /tmp/evaluation/336245-1173642862/instance-336245-1173642862.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: 1.00 1.00 1.00 2/69 27833
/proc/meminfo: memFree=1749372/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=0
/proc/27833/stat : 27833 (SATzilla2007_C) R 27831 27833 27659 0 -1 4194304 126 0 0 0 0 0 0 0 21 0 1 0 384244561 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/27833/statm: 360 110 95 260 0 84 0
[pid=27834] ppid=27833 vsize=3780 CPUtime=0
/proc/27834/stat : 27834 (march_dl) R 27833 27833 27659 0 -1 4194304 542 0 0 0 0 0 0 0 21 0 1 0 384244561 3870720 537 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27834/statm: 945 537 50 118 0 824 0

[startup+0.0621401 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 27833
/proc/meminfo: memFree=1749372/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=0
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 127 0 0 0 0 0 0 0 21 0 1 0 384244561 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 360 110 95 260 0 84 0
[pid=27834] ppid=27833 vsize=4704 CPUtime=0.05
/proc/27834/stat : 27834 (march_dl) R 27833 27833 27659 0 -1 4194304 821 0 0 0 5 0 0 0 22 0 1 0 384244561 4816896 816 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27834/statm: 1176 816 50 118 0 1055 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6144

[startup+0.102145 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 27833
/proc/meminfo: memFree=1749372/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=0
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 127 0 0 0 0 0 0 0 21 0 1 0 384244561 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 360 110 95 260 0 84 0
[pid=27834] ppid=27833 vsize=5232 CPUtime=0.09
/proc/27834/stat : 27834 (march_dl) R 27833 27833 27659 0 -1 4194304 1015 0 0 0 9 0 0 0 22 0 1 0 384244561 5357568 1010 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27834/statm: 1308 1011 50 118 0 1187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6672

[startup+0.301167 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 27833
/proc/meminfo: memFree=1749372/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=0
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 127 0 0 0 0 0 0 0 21 0 1 0 384244561 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 360 110 95 260 0 84 0
[pid=27834] ppid=27833 vsize=8400 CPUtime=0.29
/proc/27834/stat : 27834 (march_dl) R 27833 27833 27659 0 -1 4194304 1983 0 0 0 29 0 0 0 24 0 1 0 384244561 8601600 1978 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27834/statm: 2100 1978 50 118 0 1979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9840

[startup+0.702213 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 27833
/proc/meminfo: memFree=1749372/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=0
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 127 0 0 0 0 0 0 0 21 0 1 0 384244561 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 360 110 95 260 0 84 0
[pid=27834] ppid=27833 vsize=15444 CPUtime=0.69
/proc/27834/stat : 27834 (march_dl) R 27833 27833 27659 0 -1 4194304 3847 0 0 0 68 1 0 0 25 0 1 0 384244561 15814656 2517 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27834/statm: 3861 2517 53 118 0 3740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16884

[startup+1.50131 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 27835
/proc/meminfo: memFree=1738988/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=0
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 127 0 0 0 0 0 0 0 21 0 1 0 384244561 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 360 110 95 260 0 84 0
[pid=27834] ppid=27833 vsize=14208 CPUtime=1.49
/proc/27834/stat : 27834 (march_dl) R 27833 27833 27659 0 -1 4194304 7682 0 0 0 146 3 0 0 25 0 1 0 384244561 14548992 2252 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134545971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27834/statm: 3552 2252 55 118 0 3431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15648

[startup+3.10149 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 27835
/proc/meminfo: memFree=1740140/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=0
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 127 0 0 0 0 0 0 0 21 0 1 0 384244561 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 360 110 95 260 0 84 0
[pid=27834] ppid=27833 vsize=15608 CPUtime=3.09
/proc/27834/stat : 27834 (march_dl) R 27833 27833 27659 0 -1 4194304 15839 0 0 0 302 7 0 0 25 0 1 0 384244561 15982592 2581 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27834/statm: 3902 2581 55 118 0 3781 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17048

[startup+6.30186 s]
/proc/loadavg: 1.08 1.02 1.01 2/71 27836
/proc/meminfo: memFree=1743404/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=1440 CPUtime=4.99
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 134 27020 0 0 0 0 486 13 16 0 1 0 384244561 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 360 111 96 260 0 84 0
[pid=27836] ppid=27833 vsize=22592 CPUtime=1.14
/proc/27836/stat : 27836 (ubcsat2006) R 27833 27833 27659 0 -1 4194304 3866 0 13 0 112 2 0 0 25 0 1 0 384245062 23134208 3862 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27836/statm: 5648 3862 154 64 0 5228 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24032

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.00 2/70 27836
/proc/meminfo: memFree=1734460/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=14936 CPUtime=12.53
/proc/27833/stat : 27833 (SATzilla2007_C) R 27831 27833 27659 0 -1 4194304 8008 30893 0 13 511 3 720 19 25 0 1 0 384244561 15294464 3518 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134541896 0 0 4096 0 0 0 0 17 1 0 0
/proc/27833/statm: 3734 3518 124 260 0 3458 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 14936

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 27837
/proc/meminfo: memFree=1694324/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=37772 CPUtime=2.11
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 2868 0 0 0 208 3 0 0 25 0 1 0 384246900 38678528 2256 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 9443 2256 112 208 0 9215 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 83716

[startup+51.102 s]
/proc/loadavg: 1.04 1.01 1.00 2/71 27837
/proc/meminfo: memFree=1686260/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=49772 CPUtime=27.69
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 5484 0 0 0 2753 16 0 0 25 0 1 0 384246900 50966528 4231 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 12443 4231 112 208 0 12215 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 95716

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/71 27837
/proc/meminfo: memFree=1677876/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=61092 CPUtime=78.89
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 7540 0 0 0 7853 36 0 0 25 0 1 0 384246900 62558208 6287 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 15273 6287 112 208 0 15045 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 107036

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 27837
/proc/meminfo: memFree=1669748/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=63896 CPUtime=138.87
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 9579 0 0 0 13834 53 0 0 25 0 1 0 384246900 65429504 8326 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 15974 8326 112 208 0 15746 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 109840

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 27837
/proc/meminfo: memFree=1665076/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=70928 CPUtime=198.86
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 11995 0 0 0 19817 69 0 0 25 0 1 0 384246900 72630272 9461 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134542751 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 17732 9461 112 208 0 17504 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 116872

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 27837
/proc/meminfo: memFree=1660020/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=89036 CPUtime=258.84
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 13245 0 0 0 25802 82 0 0 25 0 1 0 384246900 91172864 10711 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 22259 10711 112 208 0 22031 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 134980

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 27837
/proc/meminfo: memFree=1654964/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=90668 CPUtime=318.82
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 14507 0 0 0 31788 94 0 0 25 0 1 0 384246900 92844032 11973 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 22667 11973 112 208 0 22439 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 136612


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1624884/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=133732 CPUtime=798.61
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 21932 0 0 0 79684 177 0 0 25 0 1 0 384246900 136941568 19398 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 33433 19398 112 208 0 33205 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 179676

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1622772/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=134744 CPUtime=858.59
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 22453 0 0 0 85674 185 0 0 25 0 1 0 384246900 137977856 19919 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134555179 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 33686 19919 112 208 0 33458 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 180688

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1620724/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=145968 CPUtime=918.57
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 25525 0 0 0 91663 194 0 0 25 0 1 0 384246900 149471232 20430 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543639 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 36492 20430 112 208 0 36264 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 191912

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1618036/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=146840 CPUtime=978.56
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 26242 0 0 0 97654 202 0 0 25 0 1 0 384246900 150364160 21147 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 36710 21147 112 208 0 36482 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 192784

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1615220/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=147676 CPUtime=1038.54
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 26927 0 0 0 103644 210 0 0 25 0 1 0 384246900 151220224 21832 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 36919 21832 112 208 0 36691 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 193620

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1612852/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=148652 CPUtime=1098.53
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 27531 0 0 0 109635 218 0 0 25 0 1 0 384246900 152219648 22436 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37163 22436 112 208 0 36935 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 194596

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1610804/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149516 CPUtime=1158.51
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28025 0 0 0 115626 225 0 0 25 0 1 0 384246900 153104384 22930 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135090403 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37379 22930 112 208 0 37151 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 195460

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1610676/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149596 CPUtime=1166.51
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28053 0 0 0 116425 226 0 0 25 0 1 0 384246900 153186304 22958 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543684 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37399 22958 112 208 0 37171 0
Current children cumulated CPU time (s) 1189.72
Current children cumulated vsize (KiB) 195540

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1610292/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149740 CPUtime=1169.71
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28148 0 0 0 116745 226 0 0 25 0 1 0 384246900 153333760 23053 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37435 23053 112 208 0 37207 0
Current children cumulated CPU time (s) 1192.92
Current children cumulated vsize (KiB) 195684

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1609844/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149740 CPUtime=1172.92
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28253 0 0 0 117065 227 0 0 25 0 1 0 384246900 153333760 23158 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543553 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37435 23158 112 208 0 37207 0
Current children cumulated CPU time (s) 1196.13
Current children cumulated vsize (KiB) 195684

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1609780/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149740 CPUtime=1174.51
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28278 0 0 0 117224 227 0 0 25 0 1 0 384246900 153333760 23183 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37435 23183 112 208 0 37207 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 195684

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1609716/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149740 CPUtime=1175.31
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28287 0 0 0 117304 227 0 0 25 0 1 0 384246900 153333760 23192 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134576782 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37435 23192 112 208 0 37207 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 195684

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1609716/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149740 CPUtime=1175.7
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28287 0 0 0 117343 227 0 0 25 0 1 0 384246900 153333760 23192 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134544055 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37435 23192 112 208 0 37207 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 195684

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 28035
/proc/meminfo: memFree=1609716/2055888 swapFree=3938024/4096564
[pid=27833] ppid=27831 vsize=45944 CPUtime=23.21
/proc/27833/stat : 27833 (SATzilla2007_C) S 27831 27833 27659 0 -1 4194304 22515 30893 0 13 1564 18 720 19 24 0 1 0 384244561 47046656 10978 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/27833/statm: 11486 10978 165 260 0 11210 0
[pid=27837] ppid=27833 vsize=149740 CPUtime=1175.8
/proc/27837/stat : 27837 (zchaff_rand) R 27833 27833 27659 0 -1 4194304 28288 0 0 0 117353 227 0 0 25 0 1 0 384246900 153333760 23193 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134543558 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27837/statm: 37435 23193 112 208 0 37207 0
Current children cumulated CPU time (s) 1199.01
Current children cumulated vsize (KiB) 195684

Child status: 17
Real time (s): 1199.64
CPU time (s): 1199.07
CPU user time (s): 1196.39
CPU system time (s): 2.67359
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 195684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.39
system time used= 2.67359
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81709
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= 54
involuntary context switches= 2258

runsolver used 1.00685 second user time and 2.37364 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Mar 11 19:54:23 UTC 2007

IDJOB= 336245
IDBENCH= 24670
IDSOLVER= 135
FILE ID= node76/336245-1173642862

PBS_JOBID= 4101359

Free space on /tmp= 66510 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336245-1173642862/SATzilla2007_C /tmp/evaluation/336245-1173642862/instance-336245-1173642862.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-336245-1173642862 -o ROOT/results/node76/solver-336245-1173642862 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336245-1173642862/SATzilla2007_C /tmp/evaluation/336245-1173642862/instance-336245-1173642862.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  15ed95b3a35c74d0cc5dd4986376305c

RANDOM SEED= 795822933

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1749844 kB
Buffers:         15648 kB
Cached:         104428 kB
SwapCached:     152264 kB
Active:          58208 kB
Inactive:       220096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1749844 kB
SwapTotal:     4096564 kB
SwapFree:      3938024 kB
Dirty:           12420 kB
Writeback:           0 kB
Mapped:          15292 kB
Slab:            14000 kB
Committed_AS:  1193136 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66510 MiB

End job on node76 on Sun Mar 11 20:14:22 UTC 2007