Trace number 3310411

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 parUNSAT 125.583 23.7222

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.38633
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
0.00/0.00	
125.12/23.67	s UNSATISFIABLE
125.53/23.72	solver [5] plingeling 276-6264d55-100731 answered
125.53/23.72	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-3310411-1304019384/watcher-3310411-1304019384 -o /tmp/evaluation-result-3310411-1304019384/solver-3310411-1304019384 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310411-1304019384.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.71 5.13 2.25 1/170 29613
/proc/meminfo: memFree=23596456/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) R 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 25 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0

[startup+0.0841009 s]
/proc/loadavg: 7.71 5.13 2.25 1/170 29613
/proc/meminfo: memFree=23596456/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 25 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101139 s]
/proc/loadavg: 7.71 5.13 2.25 1/170 29613
/proc/meminfo: memFree=23596456/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 25 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301116 s]
/proc/loadavg: 7.71 5.13 2.25 1/170 29613
/proc/meminfo: memFree=23596456/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 25 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700983 s]
/proc/loadavg: 7.71 5.13 2.25 1/170 29613
/proc/meminfo: memFree=23596456/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 25 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50084 s]
/proc/loadavg: 7.41 5.11 2.26 5/175 29624
/proc/meminfo: memFree=22368744/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 25 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=593184 CPUtime=1.49 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 126568 0 0 0 129 20 0 0 25 0 1 0 592169123 607420416 123420 33554432000 4194304 4587354 140734555729008 18446744073709551615 260905054917 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 148296 123421 289 96 0 144858 0
[pid=29615] ppid=29613 vsize=446140 CPUtime=1.48 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 120115 0 0 0 133 15 0 0 25 0 1 0 592169123 456847360 105449 33554432000 4194304 4785740 140734417461360 18446744073709551615 260905054917 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 111535 105450 309 145 0 108580 0
[pid=29617] ppid=29613 vsize=349772 CPUtime=1.49 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4194304 80498 0 0 0 138 11 0 0 25 0 1 0 592169123 358166528 80393 33554432000 4194304 4331988 140735879416368 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 87443 80393 113 34 0 85885 0
[pid=29618] ppid=29613 vsize=310656 CPUtime=1.48 cores=4-7
/proc/29618/stat : 29618 (plingeling) R 29613 29613 29499 0 -1 4202496 76662 1255 0 0 139 9 0 0 25 0 1 0 592169123 318111744 76326 33554432000 4194304 4356188 140737487314480 18446744073709551615 260905393920 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/29618/statm: 77664 76326 132 40 0 76208 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1718076

[startup+3.1006 s]
/proc/loadavg: 7.41 5.11 2.26 5/175 29624
/proc/meminfo: memFree=21713032/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 18 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=902416 CPUtime=3.08 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 170459 0 0 0 282 26 0 0 25 0 1 0 592169123 924073984 166492 33554432000 4194304 4587354 140734555729008 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 225604 166492 306 96 0 222166 0
[pid=29615] ppid=29613 vsize=541360 CPUtime=3.08 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 184849 0 0 0 283 25 0 0 25 0 1 0 592169123 554352640 130882 33554432000 4194304 4785740 140734417461360 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 135340 130882 322 145 0 132385 0
[pid=29617] ppid=29613 vsize=437024 CPUtime=3.09 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4194304 105041 0 0 0 292 17 0 0 25 0 1 0 592169123 447512576 104936 33554432000 4194304 4331988 140735879416368 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 109256 104936 113 34 0 107698 0
[pid=29618] ppid=29613 vsize=558464 CPUtime=3.09 cores=4-7
/proc/29618/stat : 29618 (plingeling) R 29613 29613 29499 0 -1 4202496 138614 1255 0 0 293 16 0 0 25 0 1 0 592169123 571867136 138278 33554432000 4194304 4356188 140737487314480 18446744073709551615 260905393920 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/29618/statm: 139616 138278 132 40 0 138160 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2457588

[startup+6.30096 s]
/proc/loadavg: 7.41 5.11 2.26 5/175 29624
/proc/meminfo: memFree=20538628/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 15 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=1290696 CPUtime=6.29 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 266656 0 0 0 593 36 0 0 25 0 1 0 592169123 1321672704 262685 33554432000 4194304 4587354 140734555729008 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 322674 262685 311 96 0 319236 0
[pid=29615] ppid=29613 vsize=541360 CPUtime=6.29 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 184855 0 0 0 604 25 0 0 25 0 1 0 592169123 554352640 130888 33554432000 4194304 4785740 140734417461360 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 135340 130888 328 145 0 132385 0
[pid=29617] ppid=29613 vsize=927720 CPUtime=6.28 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4194304 219351 0 0 0 598 30 0 0 25 0 1 0 592169123 949985280 166678 33554432000 4194304 4331988 140735879416368 18446744073709551615 4257032 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 231930 166678 126 34 0 230372 0
[pid=29618] ppid=29613 vsize=1054080 CPUtime=6.29 cores=4-7
/proc/29618/stat : 29618 (plingeling) R 29613 29613 29499 0 -1 4202496 262518 1255 0 0 597 32 0 0 25 0 1 0 592169123 1079377920 262182 33554432000 4194304 4356188 140737487314480 18446744073709551615 260905393920 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/29618/statm: 263520 262182 132 40 0 262064 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 3832180

[startup+12.7008 s]
/proc/loadavg: 7.35 5.17 2.31 8/179 29628
/proc/meminfo: memFree=20109884/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 15 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=1291328 CPUtime=12.69 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 266759 0 0 0 1233 36 0 0 25 0 1 0 592169123 1322319872 262788 33554432000 4194304 4587354 140734555729008 18446744073709551615 4421145 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 322832 262788 311 96 0 319394 0
[pid=29615] ppid=29613 vsize=541360 CPUtime=12.69 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 184856 0 0 0 1244 25 0 0 25 0 1 0 592169123 554352640 130889 33554432000 4194304 4785740 140734417461360 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 135340 130889 329 145 0 132385 0
[pid=29617] ppid=29613 vsize=1224524 CPUtime=12.68 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4194304 533699 0 0 0 1200 68 0 0 25 0 1 0 592169123 1253912576 244878 33554432000 4194304 4331988 140735879416368 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 306131 244883 135 34 0 304573 0
[pid=29618] ppid=29613 vsize=1429848 CPUtime=22.46 cores=4-7
/proc/29618/stat : 29618 (plingeling) S 29613 29613 29499 0 -1 4202496 553711 1255 0 0 2177 69 0 0 25 0 5 0 592169123 1464164352 341238 33554432000 4194304 4356188 140737487314480 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29618/statm: 357462 341248 152 40 0 356006 0
[pid=29618/tid=29625] ppid=29613 vsize=1429848 CPUtime=2.8 cores=4-7
/proc/29618/task/29625/stat : 29625 (plingeling) R 29613 29613 29499 0 -1 4202560 46166 1255 0 0 275 5 0 0 25 0 5 0 592169902 1464164352 341256 33554432000 4194304 4356188 140737487314480 18446744073709551615 4245442 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29618/tid=29626] ppid=29613 vsize=1429848 CPUtime=3.67 cores=4-7
/proc/29618/task/29626/stat : 29626 (plingeling) R 29613 29613 29499 0 -1 4202560 84647 1255 0 0 357 10 0 0 25 0 5 0 592169902 1464164352 341268 33554432000 4194304 4356188 140737487314480 18446744073709551615 4219569 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29618/tid=29627] ppid=29613 vsize=1429848 CPUtime=4.87 cores=4-7
/proc/29618/task/29627/stat : 29627 (plingeling) R 29613 29613 29499 0 -1 4202560 92867 1255 0 0 474 13 0 0 25 0 5 0 592169902 1464164352 341279 33554432000 4194304 4356188 140737487314480 18446744073709551615 4212192 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29618/tid=29628] ppid=29613 vsize=1429848 CPUtime=3.3 cores=4-7
/proc/29618/task/29628/stat : 29628 (plingeling) R 29613 29613 29499 0 -1 4202560 67554 1255 0 0 323 7 0 0 25 0 5 0 592169902 1464164352 341291 33554432000 4194304 4356188 140737487314480 18446744073709551615 260905091541 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 60.52
Current children cumulated vsize (KiB) 4505384

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

[startup+19.1006 s]
/proc/loadavg: 7.32 5.20 2.34 8/179 29628
/proc/meminfo: memFree=20187052/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 15 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=1230060 CPUtime=19.09 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 296771 0 0 0 1868 41 0 0 25 0 1 0 592169123 1259581440 247514 33554432000 4194304 4587354 140734555729008 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 307515 247514 328 96 0 304077 0
[pid=29615] ppid=29613 vsize=541360 CPUtime=19.09 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 184862 0 0 0 1884 25 0 0 25 0 1 0 592169123 554352640 130895 33554432000 4194304 4785740 140734417461360 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 135340 130895 335 145 0 132385 0
[pid=29617] ppid=29613 vsize=1248664 CPUtime=19.09 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4194304 849011 0 0 0 1800 109 0 0 25 0 1 0 592169123 1278631936 252347 33554432000 4194304 4331988 140735879416368 18446744073709551615 4252204 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 312166 252347 129 34 0 310608 0
[pid=29618] ppid=29613 vsize=1200904 CPUtime=41.66 cores=4-7
/proc/29618/stat : 29618 (plingeling) S 29613 29613 29499 0 -1 4202496 731961 1255 0 0 4073 93 0 0 25 0 5 0 592169123 1229725696 288649 33554432000 4194304 4356188 140737487314480 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29618/statm: 300226 288649 161 40 0 298770 0
[pid=29618/tid=29625] ppid=29613 vsize=1200904 CPUtime=6 cores=4-7
/proc/29618/task/29625/stat : 29625 (plingeling) R 29613 29613 29499 0 -1 4202560 77278 1255 0 0 591 9 0 0 25 0 5 0 592169902 1229725696 288649 33554432000 4194304 4356188 140737487314480 18446744073709551615 4259312 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29618/tid=29626] ppid=29613 vsize=1200904 CPUtime=6.87 cores=4-7
/proc/29618/task/29626/stat : 29626 (plingeling) R 29613 29613 29499 0 -1 4202560 114174 1255 0 0 673 14 0 0 25 0 5 0 592169902 1229725696 288649 33554432000 4194304 4356188 140737487314480 18446744073709551615 4261931 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29618/tid=29627] ppid=29613 vsize=1200904 CPUtime=11.27 cores=4-7
/proc/29618/task/29627/stat : 29627 (plingeling) R 29613 29613 29499 0 -1 4202560 151874 1255 0 0 1107 20 0 0 25 0 5 0 592169902 1229725696 288649 33554432000 4194304 4356188 140737487314480 18446744073709551615 4322190 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29618/tid=29628] ppid=29613 vsize=1200904 CPUtime=9.7 cores=4-7
/proc/29618/task/29628/stat : 29628 (plingeling) R 29613 29613 29499 0 -1 4202560 126105 1255 0 0 954 16 0 0 25 0 5 0 592169902 1229725696 288649 33554432000 4194304 4356188 140737487314480 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 98.93
Current children cumulated vsize (KiB) 4239312

[startup+22.301 s]
/proc/loadavg: 7.29 5.23 2.36 8/179 29628
/proc/meminfo: memFree=19818780/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 15 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=1232108 CPUtime=22.29 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 297407 0 0 0 2188 41 0 0 25 0 1 0 592169123 1261678592 248150 33554432000 4194304 4587354 140734555729008 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 308027 248150 328 96 0 304589 0
[pid=29615] ppid=29613 vsize=541360 CPUtime=22.28 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 184862 0 0 0 2203 25 0 0 25 0 1 0 592169123 554352640 130895 33554432000 4194304 4785740 140734417461360 18446744073709551615 4416773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 135340 130895 335 145 0 132385 0
[pid=29617] ppid=29613 vsize=982780 CPUtime=22.28 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4202496 1020987 0 0 0 2096 132 0 0 25 0 1 0 592169123 1006366720 170571 33554432000 4194304 4331988 140735879416368 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 245695 170571 148 34 0 244137 0
[pid=29618] ppid=29613 vsize=1307052 CPUtime=51.26 cores=4-7
/proc/29618/stat : 29618 (plingeling) S 29613 29613 29499 0 -1 4202496 773270 1255 0 0 5028 98 0 0 25 0 5 0 592169123 1338421248 315195 33554432000 4194304 4356188 140737487314480 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29618/statm: 326763 315195 164 40 0 325307 0
[pid=29618/tid=29625] ppid=29613 vsize=1307052 CPUtime=7.59 cores=4-7
/proc/29618/task/29625/stat : 29625 (plingeling) R 29613 29613 29499 0 -1 4202560 99368 1255 0 0 748 11 0 0 25 0 5 0 592169902 1338421248 315195 33554432000 4194304 4356188 140737487314480 18446744073709551615 4317490 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29618/tid=29626] ppid=29613 vsize=1307052 CPUtime=8.47 cores=4-7
/proc/29618/task/29626/stat : 29626 (plingeling) R 29613 29613 29499 0 -1 4202560 128937 1255 0 0 831 16 0 0 25 0 5 0 592169902 1338421248 315195 33554432000 4194304 4356188 140737487314480 18446744073709551615 4316999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29618/tid=29627] ppid=29613 vsize=1307052 CPUtime=14.47 cores=4-7
/proc/29618/task/29627/stat : 29627 (plingeling) R 29613 29613 29499 0 -1 4202560 156330 1255 0 0 1427 20 0 0 25 0 5 0 592169902 1338421248 315195 33554432000 4194304 4356188 140737487314480 18446744073709551615 4293994 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29618/tid=29628] ppid=29613 vsize=1307052 CPUtime=12.9 cores=4-7
/proc/29618/task/29628/stat : 29628 (plingeling) R 29613 29613 29499 0 -1 4202560 126105 1255 0 0 1274 16 0 0 25 0 5 0 592169902 1338421248 315195 33554432000 4194304 4356188 140737487314480 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 118.11
Current children cumulated vsize (KiB) 4081624

[startup+23.1069 s]
/proc/loadavg: 7.29 5.23 2.36 6/177 29628
/proc/meminfo: memFree=19818920/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 15 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=1232108 CPUtime=23.09 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 297572 0 0 0 2268 41 0 0 25 0 1 0 592169123 1261678592 248315 33554432000 4194304 4587354 140734555729008 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 308027 248315 328 96 0 304589 0
[pid=29615] ppid=29613 vsize=541360 CPUtime=23.09 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 184862 0 0 0 2284 25 0 0 25 0 1 0 592169123 554352640 130895 33554432000 4194304 4785740 140734417461360 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 135340 130895 335 145 0 132385 0
[pid=29617] ppid=29613 vsize=1240996 CPUtime=23.1 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4202496 1101030 0 0 0 2168 142 0 0 25 0 1 0 592169123 1270779904 250614 33554432000 4194304 4331988 140735879416368 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 310249 250614 148 34 0 308691 0
[pid=29618] ppid=29613 vsize=1307052 CPUtime=53.37 cores=4-7
/proc/29618/stat : 29618 (plingeling) S 29613 29613 29499 0 -1 4202496 773271 1255 0 0 5239 98 0 0 25 0 3 0 592169123 1338421248 315196 33554432000 4194304 4356188 140737487314480 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29618/statm: 326763 315196 165 40 0 325307 0
[pid=29618/tid=29625] ppid=29613 vsize=1307052 CPUtime=8.36 cores=4-7
/proc/29618/task/29625/stat : 29625 (plingeling) R 29613 29613 29499 0 -1 4202560 99368 1255 0 0 825 11 0 0 25 0 3 0 592169902 1338421248 315196 33554432000 4194304 4356188 140737487314480 18446744073709551615 4318127 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29618/tid=29627] ppid=29613 vsize=1307052 CPUtime=15.28 cores=4-7
/proc/29618/task/29627/stat : 29627 (plingeling) R 29613 29613 29499 0 -1 4202560 156330 1255 0 0 1508 20 0 0 25 0 3 0 592169902 1338421248 315196 33554432000 4194304 4356188 140737487314480 18446744073709551615 4261962 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 122.65
Current children cumulated vsize (KiB) 4339840

[startup+23.5009 s]
/proc/loadavg: 7.29 5.23 2.36 6/177 29628
/proc/meminfo: memFree=19818920/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=0 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 215 0 0 0 0 0 0 15 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=1232108 CPUtime=23.49 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4202496 297574 0 0 0 2308 41 0 0 25 0 1 0 592169123 1261678592 248317 33554432000 4194304 4587354 140734555729008 18446744073709551615 4231546 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29614/statm: 308027 248317 328 96 0 304589 0
[pid=29615] ppid=29613 vsize=541360 CPUtime=23.48 cores=1
/proc/29615/stat : 29615 (clasp) R 29613 29613 29499 0 -1 4202496 184862 0 0 0 2323 25 0 0 25 0 1 0 592169123 554352640 130895 33554432000 4194304 4785740 140734417461360 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29615/statm: 135340 130895 335 145 0 132385 0
[pid=29617] ppid=29613 vsize=912912 CPUtime=23.48 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4202496 1102949 0 0 0 2205 143 0 0 25 0 1 0 592169123 934821888 168596 33554432000 4194304 4331988 140735879416368 18446744073709551615 4221453 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29617/statm: 228228 168596 148 34 0 226670 0
[pid=29618] ppid=29613 vsize=1246764 CPUtime=54.16 cores=4-7
/proc/29618/stat : 29618 (plingeling) S 29613 29613 29499 0 -1 4202496 773271 1255 0 0 5318 98 0 0 25 0 3 0 592169123 1276686336 300124 33554432000 4194304 4356188 140737487314480 18446744073709551615 260917196773 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/29618/statm: 311691 300124 165 40 0 310235 0
[pid=29618/tid=29625] ppid=29613 vsize=1246764 CPUtime=8.75 cores=4-7
/proc/29618/task/29625/stat : 29625 (plingeling) R 29613 29613 29499 0 -1 4202560 99368 1255 0 0 864 11 0 0 25 0 3 0 592169902 1276686336 300124 33554432000 4194304 4356188 140737487314480 18446744073709551615 4321963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29618/tid=29627] ppid=29613 vsize=1246764 CPUtime=15.67 cores=4-7
/proc/29618/task/29627/stat : 29627 (plingeling) R 29613 29613 29499 0 -1 4202560 156330 1255 0 0 1547 20 0 0 25 0 3 0 592169902 1276686336 300124 33554432000 4194304 4356188 140737487314480 18446744073709551615 4259346 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 124.61
Current children cumulated vsize (KiB) 3951468

[startup+23.7008 s]
/proc/loadavg: 7.29 5.23 2.36 6/177 29628
/proc/meminfo: memFree=19818920/32950928 swapFree=67071984/67111528
[pid=29613] ppid=29611 vsize=18324 CPUtime=78.15 cores=0-7
/proc/29613/stat : 29613 (ppfolio) S 29611 29613 29499 0 -1 4202496 524 959605 0 0 0 0 7684 131 15 0 1 0 592169122 18763776 391 33554432000 4194304 4287625 140735241660336 18446744073709551615 260905414159 0 0 4096 65536 9409196240752574721 0 0 17 2 0 0 0
/proc/29613/statm: 4581 391 342 23 0 91 0
[pid=29614] ppid=29613 vsize=0 CPUtime=23.69 cores=0
/proc/29614/stat : 29614 (cryptominisat) R 29613 29613 29499 0 -1 4203524 297574 0 0 0 2325 44 0 0 25 0 1 0 592169123 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29614/statm: 0 0 0 0 0 0 0
[pid=29617] ppid=29613 vsize=0 CPUtime=23.69 cores=3
/proc/29617/stat : 29617 (march_hi) R 29613 29613 29499 0 -1 4203524 1106833 0 0 0 2222 147 0 0 25 0 1 0 592169123 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/29617/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 125.53
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 23.7222
CPU time (s): 125.583
CPU user time (s): 122.323
CPU system time (s): 3.2595
CPU usage (%): 529.39
Max. virtual memory (cumulated for all children) (KiB): 4562836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.323
system time used= 3.2595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2364554
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= 465
involuntary context switches= 647

runsolver used 0.041993 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 21:36:24
IDJOB=3310411
IDBENCH=88172
IDSOLVER=1638
FILE ID=node116/3310411-1304019384
RUNJOBID= node116-1304019070-29513
PBS_JOBID= 13170294
Free space on /tmp= 72396 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310411-1304019384/watcher-3310411-1304019384 -o /tmp/evaluation-result-3310411-1304019384/solver-3310411-1304019384 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310411-1304019384.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=366459086

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:      23596736 kB
Buffers:       1890692 kB
Cached:        6997620 kB
SwapCached:       9732 kB
Active:        4361016 kB
Inactive:      4565808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23596736 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:          131172 kB
Writeback:           0 kB
AnonPages:       32920 kB
Mapped:          13904 kB
Slab:           361272 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185080 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= 72388 MiB
End job on node116 at 2011-04-28 21:36:48