Trace number 3287651

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
ppfolio seqUNSAT 131.558 131.573

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.29735
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	This is pico-portfolio, a naive parallel portfolio
0.00/0.02	Copyright (C) 2011 Olivier Roussel
0.00/0.02	Using 1 processing units
0.00/0.02	This portfolio uses the following solvers:
0.00/0.02	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.02	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.02	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.02	Starting cryptominisat 2.7.1 on core(s) 5
0.00/0.02	Starting clasp 1.3.6 on core(s) 5
0.00/0.02	Starting TNM 2009 on core(s) 5
131.46/131.56	s UNSATISFIABLE
131.46/131.57	solver [1] cryptominisat 2.7.1 answered
131.46/131.57	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3287651-1303767119/watcher-3287651-1303767119 -o /tmp/evaluation-result-3287651-1303767119/solver-3287651-1303767119 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3287651-1303767119.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.17 1.27 2.51 7/186 25110
/proc/meminfo: memFree=32424740/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=8428 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) R 25102 25110 23613 0 -1 4194304 99 0 2 0 0 0 0 0 18 0 1 0 488312372 8630272 54 33554432000 4194304 4287625 140737274003712 18446744073709551615 253635935879 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25110/statm: 2107 54 41 23 0 44 0

[startup+0.0188559 s]
/proc/loadavg: 1.17 1.27 2.51 7/186 25110
/proc/meminfo: memFree=32424740/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18320 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) D 25102 25110 23613 0 -1 4194304 381 0 3 0 0 0 0 0 18 0 1 0 488312372 18759680 321 33554432000 4194304 4287625 140737274003712 18446744073709551615 47191082484736 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 1
/proc/25110/statm: 4580 321 275 23 0 90 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18320

[startup+0.100829 s]
/proc/loadavg: 1.17 1.27 2.51 7/186 25110
/proc/meminfo: memFree=32424740/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 20 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276029637773492224 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30079 s]
/proc/loadavg: 1.17 1.27 2.51 7/186 25110
/proc/meminfo: memFree=32424740/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 19 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700721 s]
/proc/loadavg: 1.17 1.27 2.51 7/186 25110
/proc/meminfo: memFree=32424740/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 19 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50057 s]
/proc/loadavg: 1.17 1.27 2.51 11/202 25126
/proc/meminfo: memFree=32043652/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 19 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=64916 CPUtime=0.86 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 10636 0 0 0 85 1 0 0 18 0 1 0 488312374 66473984 10311 33554432000 4194304 4587354 140736171290096 18446744073709551615 4237615 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 16229 10311 307 96 0 12791 0
[pid=25121] ppid=25110 vsize=77668 CPUtime=0.59 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 19146 0 0 0 57 2 0 0 18 0 1 0 488312374 79532032 16033 33554432000 4194304 4785740 140734924119824 18446744073709551615 4489102 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 19417 16033 319 145 0 16462 0
[pid=25125] ppid=25110 vsize=18324 CPUtime=0 cores=5
/proc/25125/stat : 25125 (ppfolio) D 25110 25110 23613 0 -1 4202560 93 0 0 0 0 0 0 0 18 0 1 0 488312374 18763776 131 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640680439 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/25125/statm: 4581 131 82 23 0 91 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 179232

[startup+3.10029 s]
/proc/loadavg: 1.17 1.27 2.51 12/202 25126
/proc/meminfo: memFree=31980908/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276030462407213056 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=92020 CPUtime=1.35 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 18240 0 0 0 133 2 0 0 19 0 1 0 488312374 94228480 17005 33554432000 4194304 4587354 140736171290096 18446744073709551615 4429939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 23005 17005 315 96 0 19567 0
[pid=25121] ppid=25110 vsize=77636 CPUtime=1.09 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 21236 0 0 0 107 2 0 0 19 0 1 0 488312374 79499264 16308 33554432000 4194304 4785740 140734924119824 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 19409 16308 332 145 0 16454 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=0.6 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 58 2 0 0 18 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 664132

[startup+6.3007 s]
/proc/loadavg: 2.03 1.45 2.56 15/202 25156
/proc/meminfo: memFree=31606936/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276031012163026944 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=162868 CPUtime=2.37 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 30448 0 0 0 233 4 0 0 21 0 1 0 488312374 166776832 27414 33554432000 4194304 4587354 140736171290096 18446744073709551615 4237490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 40717 27414 330 96 0 37279 0
[pid=25121] ppid=25110 vsize=77636 CPUtime=2.09 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 21244 0 0 0 207 2 0 0 21 0 1 0 488312374 79499264 16316 33554432000 4194304 4785740 140734924119824 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 19409 16316 340 145 0 16454 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=1.79 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 177 2 0 0 20 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 734980

[startup+12.7005 s]
/proc/loadavg: 2.83 1.62 2.61 15/202 25157
/proc/meminfo: memFree=31385468/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276031424479887360 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=162868 CPUtime=4.47 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 30583 0 0 0 443 4 0 0 25 0 1 0 488312374 166776832 27538 33554432000 4194304 4587354 140736171290096 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 40717 27538 330 96 0 37279 0
[pid=25121] ppid=25110 vsize=77636 CPUtime=4.29 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 21244 0 0 0 427 2 0 0 25 0 1 0 488312374 79499264 16316 33554432000 4194304 4785740 140734924119824 18446744073709551615 4553219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 19409 16316 340 145 0 16454 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=3.89 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 387 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134529359 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 734980

[startup+25.5012 s]
/proc/loadavg: 4.86 2.13 2.76 14/202 25217
/proc/meminfo: memFree=31590132/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=152796 CPUtime=9.26 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 32020 0 0 0 922 4 0 0 20 0 1 0 488312374 156463104 25477 33554432000 4194304 4587354 140736171290096 18446744073709551615 4238370 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 38199 25477 335 96 0 34761 0
[pid=25121] ppid=25110 vsize=78168 CPUtime=8.29 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 21482 0 0 0 827 2 0 0 25 0 1 0 488312374 80044032 16554 33554432000 4194304 4785740 140734924119824 18446744073709551615 4287070 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 19542 16554 340 145 0 16587 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=7.89 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 787 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134526136 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 725440

[startup+51.1006 s]
/proc/loadavg: 7.30 2.92 3.00 14/202 25278
/proc/meminfo: memFree=31583660/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276029775212445696 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=155212 CPUtime=17.79 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 32599 0 0 0 1775 4 0 0 25 0 1 0 488312374 158937088 26056 33554432000 4194304 4587354 140736171290096 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 38803 26056 340 96 0 35365 0
[pid=25121] ppid=25110 vsize=90412 CPUtime=16.79 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 24539 0 0 0 1675 4 0 0 25 0 1 0 488312374 92581888 19611 33554432000 4194304 4785740 140734924119824 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 22603 19611 340 145 0 19648 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=16.47 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 1645 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 740100

[startup+102.307 s]
/proc/loadavg: 9.96 4.32 3.47 14/202 25309
/proc/meminfo: memFree=31370004/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276029775212445696 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=34.88 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 37803 0 0 0 3483 5 0 0 25 0 1 0 488312374 172482560 31061 33554432000 4194304 4587354 140736171290096 18446744073709551615 4250248 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31061 340 96 0 38672 0
[pid=25121] ppid=25110 vsize=103276 CPUtime=33.89 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 27744 0 0 0 3384 5 0 0 25 0 1 0 488312374 105754624 22816 33554432000 4194304 4785740 140734924119824 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 25819 22816 340 145 0 22864 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=33.49 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 3347 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134530204 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 766192

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

[startup+115.101 s]
/proc/loadavg: 10.27 4.57 3.56 13/202 25339
/proc/meminfo: memFree=31591784/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276030737285120000 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=39.09 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 38021 0 0 0 3903 6 0 0 25 0 1 0 488312374 172482560 31265 33554432000 4194304 4587354 140736171290096 18446744073709551615 4449074 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31265 340 96 0 38672 0
[pid=25121] ppid=25110 vsize=105020 CPUtime=38.18 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 28168 0 0 0 3813 5 0 0 25 0 1 0 488312374 107540480 23240 33554432000 4194304 4785740 140734924119824 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 26255 23240 340 145 0 23300 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=37.79 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 3777 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 767936

[startup+121.501 s]
/proc/loadavg: 10.54 4.81 3.65 13/202 25339
/proc/meminfo: memFree=31426168/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276030737285120000 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=41.28 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 38021 0 0 0 4122 6 0 0 25 0 1 0 488312374 172482560 31265 33554432000 4194304 4587354 140736171290096 18446744073709551615 4449697 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31265 340 96 0 38672 0
[pid=25121] ppid=25110 vsize=105020 CPUtime=40.29 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 28168 0 0 0 4024 5 0 0 25 0 1 0 488312374 107540480 23240 33554432000 4194304 4785740 140734924119824 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 26255 23240 340 145 0 23300 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=39.89 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 3987 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 767936

[startup+127.901 s]
/proc/loadavg: 10.65 4.93 3.70 13/202 25340
/proc/meminfo: memFree=31424944/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276029637773492224 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=43.39 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 38053 0 0 0 4333 6 0 0 25 0 1 0 488312374 172482560 31293 33554432000 4194304 4587354 140736171290096 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31293 340 96 0 38672 0
[pid=25121] ppid=25110 vsize=105020 CPUtime=42.39 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 28169 0 0 0 4234 5 0 0 25 0 1 0 488312374 107540480 23241 33554432000 4194304 4785740 140734924119824 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 26255 23241 340 145 0 23300 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=42.08 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 4206 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 767936

[startup+129.5 s]
/proc/loadavg: 10.65 4.93 3.70 13/202 25340
/proc/meminfo: memFree=31424828/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276029637773492224 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=43.89 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 38053 0 0 0 4383 6 0 0 25 0 1 0 488312374 172482560 31293 33554432000 4194304 4587354 140736171290096 18446744073709551615 4238412 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31293 340 96 0 38672 0
[pid=25121] ppid=25110 vsize=105020 CPUtime=42.98 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 28169 0 0 0 4293 5 0 0 25 0 1 0 488312374 107540480 23241 33554432000 4194304 4785740 140734924119824 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 26255 23241 340 145 0 23300 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=42.59 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 4257 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 129.46
Current children cumulated vsize (KiB) 767936

[startup+130.301 s]
/proc/loadavg: 10.65 4.93 3.70 13/202 25340
/proc/meminfo: memFree=31419496/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276030050090352640 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=44.19 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 38074 0 0 0 4413 6 0 0 25 0 1 0 488312374 172482560 31314 33554432000 4194304 4587354 140736171290096 18446744073709551615 4230176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31314 340 96 0 38672 0
[pid=25121] ppid=25110 vsize=105020 CPUtime=43.19 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 28169 0 0 0 4314 5 0 0 25 0 1 0 488312374 107540480 23241 33554432000 4194304 4785740 140734924119824 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 26255 23241 340 145 0 23300 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=42.88 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 4286 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134529372 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 130.26
Current children cumulated vsize (KiB) 767936

[startup+131.101 s]
/proc/loadavg: 10.76 5.05 3.74 13/202 25340
/proc/meminfo: memFree=31419124/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 18276030050090352640 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=44.48 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 38101 0 0 0 4442 6 0 0 25 0 1 0 488312374 172482560 31336 33554432000 4194304 4587354 140736171290096 18446744073709551615 4238314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31336 340 96 0 38672 0
[pid=25121] ppid=25110 vsize=105020 CPUtime=43.49 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 28169 0 0 0 4344 5 0 0 25 0 1 0 488312374 107540480 23241 33554432000 4194304 4785740 140734924119824 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 26255 23241 340 145 0 23300 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=43.09 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 4307 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 131.06
Current children cumulated vsize (KiB) 767936

[startup+131.501 s]
/proc/loadavg: 10.76 5.05 3.74 13/202 25340
/proc/meminfo: memFree=31419124/32951124 swapFree=67111348/67111528
[pid=25110] ppid=25102 vsize=18324 CPUtime=0 cores=5,7
/proc/25110/stat : 25110 (ppfolio) S 25102 25110 23613 0 -1 4202496 496 0 4 0 0 0 0 0 15 0 1 0 488312372 18763776 394 33554432000 4194304 4287625 140737274003712 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 7 0 0 1
/proc/25110/statm: 4581 394 345 23 0 91 0
[pid=25117] ppid=25110 vsize=168440 CPUtime=44.49 cores=5
/proc/25117/stat : 25117 (cryptominisat) R 25110 25110 23613 0 -1 4202496 38115 0 0 0 4443 6 0 0 25 0 1 0 488312374 172482560 31349 33554432000 4194304 4587354 140736171290096 18446744073709551615 4414136 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25117/statm: 42110 31349 353 96 0 38672 0
[pid=25121] ppid=25110 vsize=105020 CPUtime=43.68 cores=5
/proc/25121/stat : 25121 (clasp) R 25110 25110 23613 0 -1 4202496 28169 0 0 0 4363 5 0 0 25 0 1 0 488312374 107540480 23241 33554432000 4194304 4785740 140734924119824 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25121/statm: 26255 23241 340 145 0 23300 0
[pid=25125] ppid=25110 vsize=476152 CPUtime=43.29 cores=5
/proc/25125/stat : 25125 (TNM) R 25110 25110 23613 0 -1 4202496 12161 0 2 0 4327 2 0 0 25 0 1 0 488312374 487579648 12060 33554432000 134512640 134534564 4292703136 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 5 0 0 1
/proc/25125/statm: 119038 12060 95 6 0 117704 0
Current children cumulated CPU time (s) 131.46
Current children cumulated vsize (KiB) 767936

Child status: 0
Real time (s): 131.573
CPU time (s): 131.558
CPU user time (s): 131.4
CPU system time (s): 0.157975
CPU usage (%): 99.9888
Max. virtual memory (cumulated for all children) (KiB): 767936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.4
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78961
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 595
involuntary context switches= 1674

runsolver used 0.226965 second user time and 0.552915 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-25 23:31:59
IDJOB=3287651
IDBENCH=82471
IDSOLVER=1613
FILE ID=node106/3287651-1303767119
RUNJOBID= node106-1303767118-25074
PBS_JOBID= 13157143
Free space on /tmp= 71668 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287651-1303767119/watcher-3287651-1303767119 -o /tmp/evaluation-result-3287651-1303767119/solver-3287651-1303767119 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3287651-1303767119.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=1441556123

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32426084 kB
Buffers:         40044 kB
Cached:         217072 kB
SwapCached:         96 kB
Active:         177444 kB
Inactive:       143248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32426084 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           62500 kB
Writeback:           0 kB
AnonPages:       63920 kB
Mapped:          14488 kB
Slab:           139500 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71632 MiB
End job on node106 at 2011-04-25 23:34:11