Trace number 3261338

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 251.505 251.823

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-7-12-unsat.cnf
MD5SUM72a4d94c7603cb921acb8c9bb848aa10
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.2073
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of clauses301
Sum of the clauses size1092
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2252
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 549

Solver Data

0.00/0.32	This is pico-portfolio, a naive parallel portfolio
0.00/0.32	Copyright (C) 2011 Olivier Roussel
0.00/0.32	Using 1 processing units
0.00/0.32	This portfolio uses the following solvers:
0.00/0.32	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.32	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.32	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.32	Starting cryptominisat 2.7.1 on core(s) 5
0.00/0.32	Starting clasp 1.3.6 on core(s) 5
0.00/0.32	Starting TNM 2009 on core(s) 5
251.47/251.82	s UNSATISFIABLE
251.47/251.82	solver [2] clasp 1.3.6 answered
251.47/251.82	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-3261338-1303510425/watcher-3261338-1303510425 -o /tmp/evaluation-result-3261338-1303510425/solver-3261338-1303510425 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3261338-1303510425.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: 3.46 3.84 3.53 9/193 31786
/proc/meminfo: memFree=26600744/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=2712 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4194304 83 0 0 0 0 0 0 0 18 0 1 0 541273248 2777088 36 33554432000 4194304 4287625 140733454946144 18446744073709551615 260900470407 0 2147483391 4096 0 18446744071699953811 0 0 17 5 0 0 0
/proc/31786/statm: 678 36 27 23 0 23 0

[startup+0.0436981 s]
/proc/loadavg: 3.46 3.84 3.53 9/193 31786
/proc/meminfo: memFree=26600744/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=2712 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4194304 83 0 0 0 0 0 0 0 18 0 1 0 541273248 2777088 36 33554432000 4194304 4287625 140733454946144 18446744073709551615 260900470407 0 2147483391 4096 0 18446744071699953811 0 0 17 5 0 0 0
/proc/31786/statm: 678 36 27 23 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.100695 s]
/proc/loadavg: 3.46 3.84 3.53 9/193 31786
/proc/meminfo: memFree=26600744/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=2712 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4194304 83 0 0 0 0 0 0 0 18 0 1 0 541273248 2777088 36 33554432000 4194304 4287625 140733454946144 18446744073709551615 260900470407 0 2147483391 4096 0 18446744071699953811 0 0 17 5 0 0 0
/proc/31786/statm: 678 36 27 23 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.300657 s]
/proc/loadavg: 3.46 3.84 3.53 9/193 31786
/proc/meminfo: memFree=26600744/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=8428 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4194304 101 0 0 0 0 0 0 0 16 0 1 0 541273248 8630272 53 33554432000 4194304 4287625 140733454946144 18446744073709551615 260900470407 0 2147483391 4096 0 18446744071699953811 0 0 17 5 0 0 0
/proc/31786/statm: 2107 53 41 23 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8428

[startup+0.700509 s]
/proc/loadavg: 3.46 3.84 3.53 9/193 31786
/proc/meminfo: memFree=26600744/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 541273248 18763776 393 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4488919360433291264 0 0 17 7 0 0 0
/proc/31786/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50036 s]
/proc/loadavg: 3.46 3.84 3.53 13/202 31820
/proc/meminfo: memFree=26589616/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 541273248 18763776 393 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/31786/statm: 4581 393 345 23 0 91 0
[pid=31815] ppid=31786 vsize=1256888 CPUtime=0.99 cores=5
/proc/31815/stat : 31815 (cryptominisat) R 31786 31786 30535 0 -1 4202496 2437 0 0 0 99 0 0 0 18 0 1 0 541273281 1287053312 1019 33554432000 4194304 4587354 140735852715712 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31815/statm: 314222 1019 330 96 0 310784 0
[pid=31818] ppid=31786 vsize=12296 CPUtime=0.16 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 542 0 0 0 16 0 0 0 17 0 1 0 541273281 12591104 434 33554432000 4194304 4785740 140734351389056 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3074 434 340 145 0 119 0
[pid=31820] ppid=31786 vsize=450428 CPUtime=0 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4194304 121 0 0 0 0 0 0 0 19 0 1 0 541273281 461238272 28 33554432000 134512640 134534564 4294322032 18446744073709551615 8581716 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112607 28 20 6 0 111595 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1737936

[startup+3.10107 s]
/proc/loadavg: 3.46 3.84 3.53 13/202 31820
/proc/meminfo: memFree=26550616/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 541273248 18763776 393 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/31786/statm: 4581 393 345 23 0 91 0
[pid=31815] ppid=31786 vsize=1265504 CPUtime=1.79 cores=5
/proc/31815/stat : 31815 (cryptominisat) R 31786 31786 30535 0 -1 4202496 4754 0 0 0 179 0 0 0 19 0 1 0 541273281 1295876096 3330 33554432000 4194304 4587354 140735852715712 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31815/statm: 316376 3330 337 96 0 312938 0
[pid=31818] ppid=31786 vsize=12428 CPUtime=0.92 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 579 0 0 0 92 0 0 0 19 0 1 0 541273281 12726272 471 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287579 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3107 471 340 145 0 152 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=0.04 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 4 0 0 0 19 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1748120

[startup+6.30048 s]
/proc/loadavg: 4.14 3.98 3.58 13/202 31820
/proc/meminfo: memFree=26518248/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 541273248 18763776 393 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4488919772750151680 0 0 17 7 0 0 0
/proc/31786/statm: 4581 393 345 23 0 91 0
[pid=31815] ppid=31786 vsize=1270172 CPUtime=2.79 cores=5
/proc/31815/stat : 31815 (cryptominisat) R 31786 31786 30535 0 -1 4202496 5803 0 0 0 278 1 0 0 21 0 1 0 541273281 1300656128 3254 33554432000 4194304 4587354 140735852715712 18446744073709551615 4241070 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31815/statm: 317543 3254 337 96 0 314105 0
[pid=31818] ppid=31786 vsize=12560 CPUtime=1.99 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 611 0 0 0 199 0 0 0 21 0 1 0 541273281 12861440 503 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3140 503 340 145 0 185 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=1.17 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 117 0 0 0 20 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1752920

[startup+12.7003 s]
/proc/loadavg: 4.77 4.11 3.62 13/202 31820
/proc/meminfo: memFree=26509164/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=0 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 541273248 18763776 393 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/31786/statm: 4581 393 345 23 0 91 0
[pid=31815] ppid=31786 vsize=1275744 CPUtime=4.89 cores=5
/proc/31815/stat : 31815 (cryptominisat) R 31786 31786 30535 0 -1 4202496 7862 0 0 0 488 1 0 0 25 0 1 0 541273281 1306361856 4627 33554432000 4194304 4587354 140735852715712 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31815/statm: 318936 4627 337 96 0 315498 0
[pid=31818] ppid=31786 vsize=12692 CPUtime=4.12 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 642 0 0 0 412 0 0 0 25 0 1 0 541273281 12996608 534 33554432000 4194304 4785740 140734351389056 18446744073709551615 4543324 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3173 534 340 145 0 218 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=3.34 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 334 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1758624

[startup+25.501 s]
/proc/loadavg: 6.22 4.46 3.75 12/201 31820
/proc/meminfo: memFree=26469760/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=12956 CPUtime=10.29 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 701 0 0 0 1029 0 0 0 25 0 1 0 541273281 13266944 593 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3239 593 340 145 0 284 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=9.44 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 944 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134530248 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 483144

[startup+51.1003 s]
/proc/loadavg: 7.63 4.94 3.92 11/200 31821
/proc/meminfo: memFree=26477764/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13224 CPUtime=23.09 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 763 0 0 0 2309 0 0 0 25 0 1 0 541273281 13541376 655 33554432000 4194304 4785740 140734351389056 18446744073709551615 4551099 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3306 655 340 145 0 351 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=22.24 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 2224 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 483412

[startup+102.307 s]
/proc/loadavg: 8.97 5.72 4.24 10/199 31822
/proc/meminfo: memFree=26504036/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=48.69 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 824 0 0 0 4869 0 0 0 25 0 1 0 541273281 13815808 716 33554432000 4194304 4785740 140734351389056 18446744073709551615 4278016 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 716 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=47.85 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 4785 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 483680

[startup+162.301 s]
/proc/loadavg: 9.04 6.33 4.54 10/199 31824
/proc/meminfo: memFree=26492228/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=78.68 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 7868 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=77.85 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 7785 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 8799632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 483680

[startup+222.301 s]
/proc/loadavg: 9.01 6.81 4.81 10/199 31826
/proc/meminfo: memFree=26468264/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=108.68 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 10868 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4548936 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=107.86 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 10786 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 483680

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

[startup+230.3 s]
/proc/loadavg: 9.01 6.88 4.86 10/199 31826
/proc/meminfo: memFree=26467892/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=112.68 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 11268 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=111.86 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 11186 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 229.96
Current children cumulated vsize (KiB) 483680

[startup+243.107 s]
/proc/loadavg: 9.01 6.98 4.92 10/199 31826
/proc/meminfo: memFree=26465516/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=119.08 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 11908 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=118.27 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 11827 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 242.77
Current children cumulated vsize (KiB) 483680

[startup+246.301 s]
/proc/loadavg: 9.01 6.98 4.92 10/199 31826
/proc/meminfo: memFree=26459192/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=120.68 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 12068 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4539028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=119.87 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 11987 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 245.97
Current children cumulated vsize (KiB) 483680

[startup+249.501 s]
/proc/loadavg: 9.01 7.02 4.95 10/199 31826
/proc/meminfo: memFree=26479032/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=122.28 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 12228 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=121.46 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 12146 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 249.16
Current children cumulated vsize (KiB) 483680

[startup+251.101 s]
/proc/loadavg: 9.01 7.02 4.95 10/199 31826
/proc/meminfo: memFree=26479032/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=123.08 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 12308 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=122.26 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 12226 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 250.76
Current children cumulated vsize (KiB) 483680

[startup+251.501 s]
/proc/loadavg: 9.01 7.02 4.95 10/199 31826
/proc/meminfo: memFree=26479032/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=123.28 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 12328 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=122.46 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 12246 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 251.16
Current children cumulated vsize (KiB) 483680

[startup+251.701 s]
/proc/loadavg: 9.01 7.02 4.95 10/199 31826
/proc/meminfo: memFree=26479032/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=123.38 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 12338 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4550325 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=122.56 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 12256 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 251.36
Current children cumulated vsize (KiB) 483680

[startup+251.801 s]
/proc/loadavg: 9.01 7.02 4.95 10/199 31826
/proc/meminfo: memFree=26479032/32950928 swapFree=67071984/67111528
[pid=31786] ppid=31784 vsize=18324 CPUtime=5.42 cores=5,7
/proc/31786/stat : 31786 (ppfolio) S 31784 31786 30535 0 -1 4202496 500 8061 0 0 0 0 541 1 15 0 1 0 541273248 18763776 394 33554432000 4194304 4287625 140733454946144 18446744073709551615 260905414159 0 0 4096 65536 4311464235319132417 0 0 17 7 0 0 0
/proc/31786/statm: 4581 394 346 23 0 91 0
[pid=31818] ppid=31786 vsize=13492 CPUtime=123.42 cores=5
/proc/31818/stat : 31818 (clasp) R 31786 31786 30535 0 -1 4202496 835 0 0 0 12342 0 0 0 25 0 1 0 541273281 13815808 727 33554432000 4194304 4785740 140734351389056 18446744073709551615 4309576 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31818/statm: 3373 727 340 145 0 418 0
[pid=31820] ppid=31786 vsize=451864 CPUtime=122.63 cores=5
/proc/31820/stat : 31820 (TNM) R 31786 31786 30535 0 -1 4202496 270 0 0 0 12263 0 0 0 25 0 1 0 541273281 462708736 167 33554432000 134512640 134534564 4294322032 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31820/statm: 112966 167 95 6 0 111632 0
Current children cumulated CPU time (s) 251.47
Current children cumulated vsize (KiB) 483680

Child status: 0
Real time (s): 251.823
CPU time (s): 251.505
CPU user time (s): 251.489
CPU system time (s): 0.015997
CPU usage (%): 99.8736
Max. virtual memory (cumulated for all children) (KiB): 1758624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.489
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9701
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= 103
involuntary context switches= 2943

runsolver used 0.408937 second user time and 0.970852 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 00:13:45
IDJOB=3261338
IDBENCH=83222
IDSOLVER=1613
FILE ID=node116/3261338-1303510425
RUNJOBID= node116-1303510425-31708
PBS_JOBID= 13134221
Free space on /tmp= 72444 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-7-12-unsat.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261338-1303510425/watcher-3261338-1303510425 -o /tmp/evaluation-result-3261338-1303510425/solver-3261338-1303510425 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3261338-1303510425.cnf

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

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=1595049050

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26605096 kB
Buffers:       1388652 kB
Cached:        4503004 kB
SwapCached:       9728 kB
Active:        2475048 kB
Inactive:      3462444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26605096 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           40544 kB
Writeback:           0 kB
AnonPages:       40188 kB
Mapped:          15820 kB
Slab:           343304 kB
PageTables:       5968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1822172 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= 72432 MiB
End job on node116 at 2011-04-23 00:17:58