Trace number 335321

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) 1198.96 1199.33

General information on the benchmark

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

Solver Data (download as text)

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

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/node11/watcher-335321-1173623006 -o ROOT/results/node11/solver-335321-1173623006 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335321-1173623006/SATzilla2007_C /tmp/evaluation/335321-1173623006/instance-335321-1173623006.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 28420
/proc/meminfo: memFree=1115336/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=0
/proc/28420/stat : 28420 (SATzilla2007_C) R 28418 28420 27331 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 382255222 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/28420/statm: 360 110 95 260 0 84 0
[pid=28421] ppid=28420 vsize=924 CPUtime=0
/proc/28421/stat : 28421 (march_dl) R 28420 28420 27331 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 382255222 946176 131 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28421/statm: 231 132 50 118 0 110 0

[startup+0.0893039 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 28420
/proc/meminfo: memFree=1115336/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=0
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382255222 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28420/statm: 360 110 95 260 0 84 0
[pid=28421] ppid=28420 vsize=3168 CPUtime=0.08
/proc/28421/stat : 28421 (march_dl) R 28420 28420 27331 0 -1 4194304 776 0 0 0 8 0 0 0 19 0 1 0 382255222 3244032 640 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28421/statm: 792 640 55 118 0 671 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4608

[startup+0.101306 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 28420
/proc/meminfo: memFree=1115336/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=0
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382255222 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28420/statm: 360 110 95 260 0 84 0
[pid=28421] ppid=28420 vsize=2172 CPUtime=0.09
/proc/28421/stat : 28421 (march_dl) R 28420 28420 27331 0 -1 4194304 1006 0 0 0 9 0 0 0 19 0 1 0 382255222 2224128 410 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544371 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28421/statm: 543 410 55 118 0 422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3612

[startup+0.30133 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 28420
/proc/meminfo: memFree=1115336/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=0
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382255222 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28420/statm: 360 110 95 260 0 84 0
[pid=28421] ppid=28420 vsize=3564 CPUtime=0.29
/proc/28421/stat : 28421 (march_dl) R 28420 28420 27331 0 -1 4194304 2743 0 0 0 29 0 0 0 21 0 1 0 382255222 3649536 767 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544580 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28421/statm: 891 767 65 118 0 770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5004

[startup+0.701377 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 28420
/proc/meminfo: memFree=1115336/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=0
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382255222 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28420/statm: 360 110 95 260 0 84 0
[pid=28421] ppid=28420 vsize=6548 CPUtime=0.69
/proc/28421/stat : 28421 (march_dl) R 28420 28420 27331 0 -1 4194304 3210 0 0 0 68 1 0 0 24 0 1 0 382255222 6705152 1081 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583579 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28421/statm: 1637 1081 67 118 0 1516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7988

[startup+1.50147 s]
/proc/loadavg: 0.91 0.95 0.98 2/79 28422
/proc/meminfo: memFree=1111096/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=0
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382255222 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28420/statm: 360 110 95 260 0 84 0
[pid=28421] ppid=28420 vsize=6548 CPUtime=1.49
/proc/28421/stat : 28421 (march_dl) R 28420 28420 27331 0 -1 4194304 3218 0 0 0 148 1 0 0 25 0 1 0 382255222 6705152 1089 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583579 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28421/statm: 1637 1089 67 118 0 1516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7988

[startup+3.10166 s]
/proc/loadavg: 0.91 0.95 0.98 2/79 28422
/proc/meminfo: memFree=1110840/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=0
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 382255222 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28420/statm: 360 110 95 260 0 84 0
[pid=28421] ppid=28420 vsize=26328 CPUtime=3.09
/proc/28421/stat : 28421 (march_dl) R 28420 28420 27331 0 -1 4194304 8515 0 0 0 281 28 0 0 25 0 1 0 382255222 26959872 6059 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28421/statm: 6582 6059 73 118 0 6461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27768

[startup+6.30104 s]
/proc/loadavg: 0.92 0.95 0.98 2/79 28423
/proc/meminfo: memFree=1112888/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=1440 CPUtime=4.99
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 135 9674 0 0 0 0 426 73 16 0 1 0 382255222 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28420/statm: 360 111 96 260 0 84 0
[pid=28423] ppid=28420 vsize=6188 CPUtime=1.29
/proc/28423/stat : 28423 (ubcsat2006) R 28420 28420 27331 0 -1 4194304 665 0 0 0 122 7 0 0 25 0 1 0 382255722 6336512 648 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28423/statm: 1547 648 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.98 2/79 28424
/proc/meminfo: memFree=1103864/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=6608 CPUtime=1.55
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 3698 0 0 0 154 1 0 0 25 0 1 0 382256336 6766592 1080 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 1652 1080 67 118 0 1531 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14340

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.98 2/79 28424
/proc/meminfo: memFree=1075320/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=35516 CPUtime=14.35
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19610 0 0 0 1355 80 0 0 25 0 1 0 382256336 36368384 8206 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 8879 8206 74 118 0 8758 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43248

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.98 2/79 28424
/proc/meminfo: memFree=1074680/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=39.93
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19741 0 0 0 3912 81 0 0 25 0 1 0 382256336 37158912 8337 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8337 74 118 0 8951 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44020

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/79 28424
/proc/meminfo: memFree=1074744/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=91.12
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19753 0 0 0 9031 81 0 0 25 0 1 0 382256336 37158912 8349 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8349 74 118 0 8951 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44020

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074744/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=151.09
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19758 0 0 0 15028 81 0 0 25 0 1 0 382256336 37158912 8354 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 44020

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074680/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=211.08
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19758 0 0 0 21026 82 0 0 25 0 1 0 382256336 37158912 8354 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44020

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074680/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=271.06
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19758 0 0 0 27024 82 0 0 25 0 1 0 382256336 37158912 8354 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8354 74 118 0 8951 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 44020

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=331.04
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19758 0 0 0 33022 82 0 0 25 0 1 0 382256336 37158912 8354 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8354 74 118 0 8951 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=750.93
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19768 0 0 0 75007 86 0 0 25 0 1 0 382256336 37158912 8364 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 44020

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=810.9
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19768 0 0 0 81004 86 0 0 25 0 1 0 382256336 37158912 8364 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551585 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 44020

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=870.88
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19768 0 0 0 87002 86 0 0 25 0 1 0 382256336 37158912 8364 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 44020

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=930.87
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19768 0 0 0 93000 87 0 0 25 0 1 0 382256336 37158912 8364 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 44020

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074680/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=990.85
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19768 0 0 0 98998 87 0 0 25 0 1 0 382256336 37158912 8364 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8364 74 118 0 8951 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 44020

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1050.83
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 104995 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551648 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 44020

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1110.81
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 110993 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 44020

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1170.79
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 116991 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 44020

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1178.79
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 117791 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1189.9
Current children cumulated vsize (KiB) 44020

[startup+1193.51 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1181.99
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 118111 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134553203 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1193.1
Current children cumulated vsize (KiB) 44020

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1185.19
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 118431 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1196.3
Current children cumulated vsize (KiB) 44020

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1186.79
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 118591 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1197.9
Current children cumulated vsize (KiB) 44020

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1187.58
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 118670 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 44020

[startup+1199.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 28424
/proc/meminfo: memFree=1074616/2055920 swapFree=4169972/4192956
[pid=28420] ppid=28418 vsize=7732 CPUtime=11.11
/proc/28420/stat : 28420 (SATzilla2007_C) S 28418 28420 27331 0 -1 4194304 3065 10345 0 0 385 9 632 85 25 0 1 0 382255222 7917568 1727 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28420/statm: 1933 1727 165 260 0 1657 0
[pid=28424] ppid=28420 vsize=36288 CPUtime=1187.78
/proc/28424/stat : 28424 (march_dl) R 28420 28420 27331 0 -1 4194304 19769 0 0 0 118690 88 0 0 25 0 1 0 382256336 37158912 8365 18446744073709551615 134512640 134996440 4294956784 18446744073709551615 134587383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28424/statm: 9072 8365 74 118 0 8951 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 44020

Child status: 17
Real time (s): 1199.33
CPU time (s): 1198.96
CPU user time (s): 1197.11
CPU system time (s): 1.85172
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 44020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.11
system time used= 1.85172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33192
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= 26
involuntary context switches= 1778

runsolver used 1.19782 second user time and 3.17052 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Mar 11 14:23:27 UTC 2007

IDJOB= 335321
IDBENCH= 24648
IDSOLVER= 135
FILE ID= node11/335321-1173623006

PBS_JOBID= 4101262

Free space on /tmp= 66225 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  42a7abc6638576e7c05fba1c9e36829b

RANDOM SEED= 217430614

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1115744 kB
Buffers:         57608 kB
Cached:         784432 kB
SwapCached:       2248 kB
Active:         473064 kB
Inactive:       391816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1115744 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            9140 kB
Writeback:           0 kB
Mapped:          30852 kB
Slab:            60856 kB
Committed_AS:  1213884 kB
PageTables:       1756 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= 66225 MiB

End job on node11 on Sun Mar 11 14:43:26 UTC 2007