Trace number 1732766

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla2009_C 2009-03-22? (exit code) 1199.08 1199.72

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK13.cnf
MD5SUMee4a2d6030f643cfa5b109579b0e5c45
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 variables78
Number of clauses2162160
Sum of the clauses size25945920
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52162160

Solver Data

101.09/101.21	c SATzilla is building models for class 2
101.09/101.21	c run presolver march_dl2004 for 5 seconds ... 
101.09/101.21	c Bin: Executing march_dl2004
101.09/101.21	c spawning binary file with 5 seconds ...
101.09/101.21	c child exit by a signal
101.09/101.21	c march_dl2004 returned code 137.
101.09/101.21	c run presolver mxc-sr08 for 5 seconds ... 
101.09/101.21	c Bin: Executing mxc-sr08
101.09/101.21	c spawning binary file with 5 seconds ...
101.09/101.21	c child exit by a signal
101.09/101.21	c mxc-sr08 returned code 137.
101.09/101.21	c Orignal number of varibales is 78, number of clauses is 2162160 
101.09/101.21	c predicted feature computation time is 41.054550 
101.09/101.21	c Bin: Executing satelite
101.09/101.21	c spawning binary file with 240 seconds ...
101.09/101.21	c child exited successfully
101.09/101.21	c satzilla computing base features
101.09/101.21	c Number of variabe is: 78, Number of clause is : 2162160 
101.09/101.21	c Initializing...
101.09/101.21	c satzilla compute diameter ...
101.09/101.21	c start diameter features ...
101.09/101.21	c satzilla doing clause learning
101.09/101.21	c start clause learning features ...
101.09/101.21	c Bin: Executing zchaff07
101.09/101.21	c spawning binary file with 2 seconds ...
101.09/101.21	c child exit by a signal
101.09/101.21	c satzilla doing survey propogation probe
101.09/101.21	c do survay propogation for 2 second ...
101.09/101.21	c satzilla doing local search probe
101.09/101.21	c satzilla doing lobjois search-space size estimate
101.09/101.21	c features are:78 2.16216e+06 78 2.16216e+06 0 0 3.6075e-05 1 0 -0 0.153846 2.45359e-14 0.153846 0.153846 -0 0 0 0.153846 0 0.153846 0.153846 -0 0 0 0 0 -0 0.0769231 0 0.0769231 0.0769231 -0 0.5 3.56125e-05 0 3.56125e-05 3.56125e-05 2 0 2 2 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.498315 0.00772236 0.479436 0.5 0.5 0.493674 0.5 0.498925 0.499983 37 0.332114 9 0.333333 9 6 9 24.3159 0.426274 0.975524 0.0434565 0.782051 0.807979 
101.09/101.21	c satzilla's ranking:
101.09/101.21	c 1) vallst: 151.324895
101.09/101.21	c 2) minisat20: 21.071920
101.09/101.21	c 3) tts-4-0: 4.525851
101.09/101.21	c 4) zchaff_rand: 3.704991
101.09/101.21	c 5) minisat20SAT07: 2.030468
101.09/101.21	c 6) mxc-sr08: 1.788384
101.09/101.21	c 7) march_dl2004: -1.196183
101.09/101.21	c 8) SATenstein: -10000.000000
101.09/101.21	c 9) gnovelty+: -10000.000000
101.09/101.21	c 10) adaptg2wsat+: -10000.000000
101.09/101.21	c 11) adaptg2wsat0: -10000.000000
101.09/101.21	c 12) picosat846: -10000.000000
101.09/101.21	c 13) kcnfs04SAT07: -10000.000000
101.09/101.21	c satzilla running vallst ... 
1198.93/1199.63	c Bin: Executing vallst
1198.93/1199.63	c spawning binary file with 1098 seconds ...
1198.93/1199.63	c child exit by a signal
1198.93/1199.63	c vallst returned code 137.
1198.93/1199.63	c satzilla running minisat20 ... 
1198.93/1199.63	c Bin: Executing minisat20
1198.93/1199.63	c minisat20 returned code 1.
1198.93/1199.63	c satzilla running tts-4-0 ... 
1198.93/1199.63	c Bin: Executing tts-4-0
1198.93/1199.63	c tts-4-0 returned code 1.
1198.93/1199.63	c satzilla running zchaff_rand ... 
1198.93/1199.63	c Bin: Executing zchaff_rand
1198.93/1199.63	c zchaff_rand returned code 1.
1198.93/1199.63	c satzilla running minisat20SAT07 ... 
1198.93/1199.63	c Bin: Executing minisat20SAT07
1198.93/1199.63	c minisat20SAT07 returned code 1.
1198.93/1199.63	c satzilla running mxc-sr08 ... 
1198.93/1199.63	c Bin: Executing mxc-sr08
1198.93/1199.63	c mxc-sr08 returned code 1.
1198.93/1199.63	c satzilla running march_dl2004 ... 
1198.93/1199.63	c Bin: Executing march_dl2004
1198.93/1199.63	c march_dl2004 returned code 1.
1198.93/1199.63	c satzilla running SATenstein ... 
1198.93/1199.63	c Bin: Executing SATenstein
1198.93/1199.63	c SATenstein returned code 1.
1198.93/1199.63	c satzilla running gnovelty+ ... 
1198.93/1199.63	c Bin: Executing gnovelty+
1198.93/1199.63	c gnovelty+ returned code 1.
1198.93/1199.63	c satzilla running adaptg2wsat+ ... 
1198.93/1199.63	c Bin: Executing adaptg2wsat+
1198.93/1199.63	c adaptg2wsat+ returned code 1.
1198.93/1199.63	c satzilla running adaptg2wsat0 ... 
1198.93/1199.63	c Bin: Executing adaptg2wsat0
1198.93/1199.63	c adaptg2wsat0 returned code 1.
1198.93/1199.63	c satzilla running picosat846 ... 
1198.93/1199.63	c Bin: Executing picosat846
1198.93/1199.63	c picosat846 returned code 1.
1198.93/1199.63	c satzilla running kcnfs04SAT07 ... 
1198.93/1199.63	c Bin: Executing kcnfs04SAT07
1198.93/1199.63	c kcnfs04SAT07 returned code 1.
1198.93/1199.63	c ERROR: All Failed! 
1198.93/1199.63	c SATZILLA_TIME=1199.160000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732766-1240782877/watcher-1732766-1240782877 -o /tmp/evaluation-result-1732766-1240782877/solver-1732766-1240782877 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1732766-1240782877.cnf 

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


[startup+0 s]
/proc/loadavg: 1.68 1.16 1.05 3/64 19084
/proc/meminfo: memFree=1580124/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=0
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106319949 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 112 96 399 0 111 0
[pid=19085] ppid=19084 vsize=9084 CPUtime=0
/proc/19085/stat : 19085 (march_dl2004) R 19084 19084 18841 0 -1 4194304 862 0 0 0 0 0 0 0 19 0 1 0 106319949 9302016 857 1992294400 134512640 134996440 4294956176 18446744073709551615 134549441 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19085/statm: 2271 866 50 118 0 2150 0

[startup+0.0191631 s]
/proc/loadavg: 1.68 1.16 1.05 3/64 19084
/proc/meminfo: memFree=1580124/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=0
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106319949 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 112 96 399 0 111 0
[pid=19085] ppid=19084 vsize=17532 CPUtime=0.01
/proc/19085/stat : 19085 (march_dl2004) R 19084 19084 18841 0 -1 4194304 2209 0 0 0 1 0 0 0 19 0 1 0 106319949 17952768 2204 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19085/statm: 4383 2204 50 118 0 4262 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19588

[startup+0.102172 s]
/proc/loadavg: 1.68 1.16 1.05 3/64 19084
/proc/meminfo: memFree=1580124/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=0
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106319949 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 112 96 399 0 111 0
[pid=19085] ppid=19084 vsize=18852 CPUtime=0.09
/proc/19085/stat : 19085 (march_dl2004) R 19084 19084 18841 0 -1 4194304 2549 0 0 0 9 0 0 0 19 0 1 0 106319949 19304448 2544 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19085/statm: 4713 2544 50 118 0 4592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20908

[startup+0.301202 s]
/proc/loadavg: 1.68 1.16 1.05 3/64 19084
/proc/meminfo: memFree=1580124/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=0
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106319949 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 112 96 399 0 111 0
[pid=19085] ppid=19084 vsize=21888 CPUtime=0.29
/proc/19085/stat : 19085 (march_dl2004) R 19084 19084 18841 0 -1 4194304 3370 0 0 0 28 1 0 0 21 0 1 0 106319949 22413312 3365 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19085/statm: 5472 3365 50 118 0 5351 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23944

[startup+0.701232 s]
/proc/loadavg: 1.68 1.16 1.05 3/64 19084
/proc/meminfo: memFree=1580124/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=0
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106319949 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 112 96 399 0 111 0
[pid=19085] ppid=19084 vsize=28092 CPUtime=0.69
/proc/19085/stat : 19085 (march_dl2004) R 19084 19084 18841 0 -1 4194304 5018 0 0 0 67 2 0 0 25 0 1 0 106319949 28766208 5013 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19085/statm: 7023 5014 50 118 0 6902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30148

[startup+1.50132 s]
/proc/loadavg: 1.79 1.19 1.06 2/66 19086
/proc/meminfo: memFree=1555084/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=0
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106319949 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 112 96 399 0 111 0
[pid=19085] ppid=19084 vsize=40368 CPUtime=1.49
/proc/19085/stat : 19085 (march_dl2004) R 19084 19084 18841 0 -1 4194304 8321 0 0 0 145 4 0 0 25 0 1 0 106319949 41336832 8316 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19085/statm: 10092 8317 50 118 0 9971 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42424

[startup+3.10148 s]
/proc/loadavg: 1.79 1.19 1.06 2/66 19086
/proc/meminfo: memFree=1536780/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=0
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 106319949 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 112 96 399 0 111 0
[pid=19085] ppid=19084 vsize=65184 CPUtime=3.08
/proc/19085/stat : 19085 (march_dl2004) R 19084 19084 18841 0 -1 4194304 14943 0 0 0 301 7 0 0 25 0 1 0 106319949 66748416 14938 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19085/statm: 16296 14939 50 118 0 16175 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67240

[startup+6.30183 s]
/proc/loadavg: 1.96 1.24 1.08 2/66 19087
/proc/meminfo: memFree=1471500/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=5
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 152 22818 0 0 0 0 488 12 19 0 1 0 106319949 2105344 121 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 121 104 399 0 111 0
[pid=19087] ppid=19084 vsize=167364 CPUtime=1.27
/proc/19087/stat : 19087 (mxc-sr08) R 19084 19084 18841 0 -1 4194304 39795 0 0 0 107 20 0 0 25 0 1 0 106320451 171380736 39791 1992294400 134512640 135078026 4294956176 18446744073709551615 134566586 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19087/statm: 41841 39791 54 138 0 41700 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 169420

[startup+12.7087 s]
/proc/loadavg: 2.13 1.28 1.09 2/66 19088
/proc/meminfo: memFree=1468300/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=2056 CPUtime=10.04
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 179 113049 0 0 0 0 941 63 16 0 1 0 106319949 2105344 138 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19084/statm: 514 138 120 399 0 111 0
[pid=19088] ppid=19084 vsize=162056 CPUtime=2.62
/proc/19088/stat : 19088 (satelite) R 19084 19084 18841 0 -1 4194304 38160 0 0 0 236 26 0 0 25 0 1 0 106320957 165945344 38158 1992294400 134512640 135037501 4294956160 18446744073709551615 134698477 0 0 8392704 3 0 0 0 17 0 0 0
/proc/19088/statm: 40514 38184 48 128 0 40383 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 164112

[startup+25.5028 s]
/proc/loadavg: 2.41 1.37 1.12 2/65 19088
/proc/meminfo: memFree=1402260/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=122640 CPUtime=25.46
/proc/19084/stat : 19084 (SATzilla2009_C) R 19082 19084 18841 0 -1 4194304 25022 182974 0 0 330 17 2062 137 25 0 1 0 106319949 125583360 23212 1992294400 134512640 136149437 4294956208 18446744073709551615 134562958 0 0 4096 0 0 0 0 17 0 0 0
/proc/19084/statm: 30660 23213 126 399 0 30257 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 122640

[startup+51.1015 s]
/proc/loadavg: 2.42 1.47 1.17 2/65 19089
/proc/meminfo: memFree=1038292/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=530544 CPUtime=51.03
/proc/19084/stat : 19084 (SATzilla2009_C) R 19082 19084 18841 0 -1 4194304 174754 191995 0 0 2606 98 2256 143 25 0 1 0 106319949 543277056 112803 1992294400 134512640 136149437 4294956208 18446744073709551615 134880213 0 0 4096 3 0 0 0 17 0 0 0
/proc/19084/statm: 132636 112803 149 399 0 132233 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 530544

[startup+102.303 s]
/proc/loadavg: 2.49 1.63 1.23 2/66 19090
/proc/meminfo: memFree=1208332/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=1800 CPUtime=1.06
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 132 0 0 0 97 9 0 0 25 0 1 0 106330071 1843200 116 1992294400 134512640 134738160 4294956176 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 450 116 99 55 0 40 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 332148

[startup+162.302 s]
/proc/loadavg: 2.95 1.93 1.36 2/66 19090
/proc/meminfo: memFree=1051148/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=639036 CPUtime=61.02
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 39667 0 0 0 6063 39 0 0 25 0 1 0 106330071 654372864 39446 1992294400 134512640 134738160 4294956176 18446744073709551615 134586160 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 159759 39446 149 55 0 159349 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 969384

[startup+222.302 s]
/proc/loadavg: 3.04 2.17 1.48 2/66 19090
/proc/meminfo: memFree=1046284/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=646128 CPUtime=120.96
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 40907 0 0 0 12054 42 0 0 25 0 1 0 106330071 661635072 40686 1992294400 134512640 134738160 4294956176 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 161532 40686 149 55 0 161122 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 976476

[startup+282.303 s]
/proc/loadavg: 2.66 2.22 1.54 2/66 19090
/proc/meminfo: memFree=1046092/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=647032 CPUtime=180.88
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 41073 0 0 0 18045 43 0 0 25 0 1 0 106330071 662560768 40852 1992294400 134512640 134738160 4294956176 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 161758 40852 149 55 0 161348 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 977380

[startup+342.307 s]
/proc/loadavg: 2.79 2.34 1.62 2/66 19090
/proc/meminfo: memFree=1045132/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=648580 CPUtime=240.82
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 41513 0 0 0 24038 44 0 0 25 0 1 0 106330071 664145920 41292 1992294400 134512640 134738160 4294956176 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 162145 41292 149 55 0 161735 0
Current children cumulated CPU time (s) 341.93
Current children cumulated vsize (KiB) 978928

[startup+402.302 s]
/proc/loadavg: 3.49 2.62 1.76 2/66 19096
/proc/meminfo: memFree=1045004/2055920 swapFree=4191900/4192956

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

/proc/19090/statm: 163554 42561 149 55 0 163144 0
Current children cumulated CPU time (s) 761.75
Current children cumulated vsize (KiB) 984564

[startup+822.302 s]
/proc/loadavg: 1.01 1.56 1.60 2/66 19096
/proc/meminfo: memFree=1046796/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=654984 CPUtime=720.62
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 42826 0 0 0 72008 54 0 0 25 0 1 0 106330071 670703616 42605 1992294400 134512640 134738160 4294956176 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 163746 42605 149 55 0 163336 0
Current children cumulated CPU time (s) 821.73
Current children cumulated vsize (KiB) 985332

[startup+882.302 s]
/proc/loadavg: 1.00 1.46 1.56 2/66 19096
/proc/meminfo: memFree=1046668/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=655496 CPUtime=780.6
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 42855 0 0 0 78006 54 0 0 25 0 1 0 106330071 671227904 42634 1992294400 134512640 134738160 4294956176 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 163874 42634 149 55 0 163464 0
Current children cumulated CPU time (s) 881.71
Current children cumulated vsize (KiB) 985844

[startup+942.301 s]
/proc/loadavg: 1.00 1.37 1.52 2/66 19096
/proc/meminfo: memFree=1046540/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=655496 CPUtime=840.58
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 42892 0 0 0 84003 55 0 0 25 0 1 0 106330071 671227904 42671 1992294400 134512640 134738160 4294956176 18446744073709551615 134586230 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 163874 42671 149 55 0 163464 0
Current children cumulated CPU time (s) 941.69
Current children cumulated vsize (KiB) 985844

[startup+1002.3 s]
/proc/loadavg: 1.00 1.30 1.48 2/66 19096
/proc/meminfo: memFree=1045900/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=657292 CPUtime=900.57
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43042 0 0 0 90001 56 0 0 25 0 1 0 106330071 673067008 42821 1992294400 134512640 134738160 4294956176 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164323 42821 149 55 0 163913 0
Current children cumulated CPU time (s) 1001.68
Current children cumulated vsize (KiB) 987640

[startup+1062.3 s]
/proc/loadavg: 1.00 1.24 1.45 2/66 19096
/proc/meminfo: memFree=1045644/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=657292 CPUtime=960.56
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43093 0 0 0 95999 57 0 0 25 0 1 0 106330071 673067008 42872 1992294400 134512640 134738160 4294956176 18446744073709551615 134585604 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164323 42872 149 55 0 163913 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 987640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.20 1.42 2/66 19096
/proc/meminfo: memFree=1045388/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=657804 CPUtime=1020.54
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43145 0 0 0 101996 58 0 0 25 0 1 0 106330071 673591296 42924 1992294400 134512640 134738160 4294956176 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164451 42924 149 55 0 164041 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 988152

[startup+1182.31 s]
/proc/loadavg: 1.00 1.16 1.39 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=658060 CPUtime=1080.52
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43162 0 0 0 107994 58 0 0 25 0 1 0 106330071 673853440 42941 1992294400 134512640 134738160 4294956176 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164515 42941 149 55 0 164105 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 988408

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

[startup+1193.4 s]
/proc/loadavg: 1.00 1.15 1.39 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=658060 CPUtime=1091.62
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43163 0 0 0 109103 59 0 0 25 0 1 0 106330071 673853440 42942 1992294400 134512640 134738160 4294956176 18446744073709551615 134586210 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164515 42942 149 55 0 164105 0
Current children cumulated CPU time (s) 1192.73
Current children cumulated vsize (KiB) 988408

[startup+1196.61 s]
/proc/loadavg: 1.00 1.15 1.38 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=658060 CPUtime=1094.83
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43163 0 0 0 109424 59 0 0 25 0 1 0 106330071 673853440 42942 1992294400 134512640 134738160 4294956176 18446744073709551615 134576007 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164515 42942 149 55 0 164105 0
Current children cumulated CPU time (s) 1195.94
Current children cumulated vsize (KiB) 988408

[startup+1198.2 s]
/proc/loadavg: 1.00 1.15 1.38 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=658060 CPUtime=1096.42
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43163 0 0 0 109583 59 0 0 25 0 1 0 106330071 673853440 42942 1992294400 134512640 134738160 4294956176 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164515 42942 149 55 0 164105 0
Current children cumulated CPU time (s) 1197.53
Current children cumulated vsize (KiB) 988408

[startup+1199 s]
/proc/loadavg: 1.00 1.15 1.38 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=658060 CPUtime=1097.22
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43163 0 0 0 109663 59 0 0 25 0 1 0 106330071 673853440 42942 1992294400 134512640 134738160 4294956176 18446744073709551615 134588727 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164515 42942 149 55 0 164105 0
Current children cumulated CPU time (s) 1198.33
Current children cumulated vsize (KiB) 988408

[startup+1199.4 s]
/proc/loadavg: 1.00 1.15 1.38 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=658060 CPUtime=1097.62
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43163 0 0 0 109703 59 0 0 25 0 1 0 106330071 673853440 42942 1992294400 134512640 134738160 4294956176 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164515 42942 149 55 0 164105 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 988408

[startup+1199.6 s]
/proc/loadavg: 1.00 1.15 1.38 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=330348 CPUtime=101.11
/proc/19084/stat : 19084 (SATzilla2009_C) S 19082 19084 18841 0 -1 4194304 260559 191995 0 0 7566 146 2256 143 25 0 1 0 106319949 338276352 68314 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/19084/statm: 82587 68314 218 399 0 82184 0
[pid=19090] ppid=19084 vsize=658060 CPUtime=1097.82
/proc/19090/stat : 19090 (vallst) R 19084 19084 18841 0 -1 4194304 43163 0 0 0 109723 59 0 0 25 0 1 0 106330071 673853440 42942 1992294400 134512640 134738160 4294956176 18446744073709551615 134575977 0 0 4096 8404994 0 0 0 17 0 0 0
/proc/19090/statm: 164515 42942 149 55 0 164105 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 988408

[startup+1199.7 s]
/proc/loadavg: 1.00 1.15 1.38 2/66 19096
/proc/meminfo: memFree=1045324/2055920 swapFree=4191900/4192956
[pid=19084] ppid=19082 vsize=0 CPUtime=1199.04
/proc/19084/stat : 19084 (SATzilla2009_C) R 19082 19084 18841 0 -1 4194308 260575 235158 0 0 7566 153 111980 205 19 0 1 0 106319949 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/19084/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1199.72
CPU time (s): 1199.08
CPU user time (s): 1195.47
CPU system time (s): 3.60645
CPU usage (%): 99.9465
Max. virtual memory (cumulated for all children) (KiB): 988408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.47
system time used= 3.60645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495733
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= 36
involuntary context switches= 3927

runsolver used 3.03454 second user time and 7.64684 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-26 23:54:57
IDJOB=1732766
IDBENCH=71127
IDSOLVER=527
FILE ID=node90/1732766-1240782877
PBS_JOBID= 9187275
Free space on /tmp= 66460 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK13.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732766-1240782877/watcher-1732766-1240782877 -o /tmp/evaluation-result-1732766-1240782877/solver-1732766-1240782877 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1732766-1240782877.cnf

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

MD5SUM BENCH= ee4a2d6030f643cfa5b109579b0e5c45
RANDOM SEED=919783387

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1580540 kB
Buffers:         41352 kB
Cached:         351372 kB
SwapCached:        384 kB
Active:         228236 kB
Inactive:       178232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580540 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          121456 kB
Writeback:           0 kB
Mapped:          22112 kB
Slab:            54884 kB
Committed_AS:   297784 kB
PageTables:       1428 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= 66432 MiB
End job on node90 at 2009-04-27 00:15:09