Trace number 3286217

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
Plingeling 587UNSAT 234.965 59.4585

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.2044
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

234.83/59.45	s UNSATISFIABLE

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-3286217-1304062055/watcher-3286217-1304062055 -o /tmp/evaluation-result-3286217-1304062055/solver-3286217-1304062055 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286217-1304062055.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.33 7.48 7.01 7/181 20993
/proc/meminfo: memFree=11106404/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=13716 CPUtime=0 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) R 20991 20993 20615 0 -1 4202496 1512 1251 0 0 0 0 0 0 24 0 1 0 596436172 14045184 1440 33554432000 4194304 4417332 140734412849504 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20993/statm: 3429 1440 146 55 0 1315 0

[startup+0.076054 s]
/proc/loadavg: 7.33 7.48 7.01 7/181 20993
/proc/meminfo: memFree=11106404/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=21520 CPUtime=0.06 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) R 20991 20993 20615 0 -1 4202496 3494 1251 0 0 6 0 0 0 25 0 1 0 596436172 22036480 3403 33554432000 4194304 4417332 140734412849504 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20993/statm: 5380 3403 148 55 0 3266 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21520

[startup+0.101063 s]
/proc/loadavg: 7.33 7.48 7.01 7/181 20993
/proc/meminfo: memFree=11106404/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=27808 CPUtime=0.09 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) R 20991 20993 20615 0 -1 4202496 5082 1251 0 0 8 1 0 0 25 0 1 0 596436172 28475392 4975 33554432000 4194304 4417332 140734412849504 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20993/statm: 6952 4975 148 55 0 4838 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27808

[startup+0.301016 s]
/proc/loadavg: 7.33 7.48 7.01 7/181 20993
/proc/meminfo: memFree=11106404/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=53336 CPUtime=0.29 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) R 20991 20993 20615 0 -1 4202496 11490 1251 0 0 28 1 0 0 25 0 1 0 596436172 54616064 11357 33554432000 4194304 4417332 140734412849504 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/20993/statm: 13334 11357 148 55 0 11220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53336

[startup+0.70091 s]
/proc/loadavg: 7.33 7.48 7.01 7/181 20993
/proc/meminfo: memFree=11106404/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=102488 CPUtime=0.69 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) R 20991 20993 20615 0 -1 4202496 23778 1251 0 0 66 3 0 0 25 0 1 0 596436172 104947712 23645 33554432000 4194304 4417332 140734412849504 18446744073709551615 216734797364 0 0 4096 17442 0 0 0 17 7 0 0 0
/proc/20993/statm: 25622 23645 148 55 0 23508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102488

[startup+1.50078 s]
/proc/loadavg: 7.33 7.48 7.01 9/186 21003
/proc/meminfo: memFree=11002604/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=154172 CPUtime=3.53 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 31278 1251 0 0 348 5 0 0 25 0 5 0 596436172 157872128 26323 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 38543 26323 173 55 0 36429 0
[pid=20993/tid=21000] ppid=20991 vsize=154172 CPUtime=0.67 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 2530 1251 0 0 67 0 0 0 25 0 5 0 596436254 157872128 26323 33554432000 4194304 4417332 140734412849504 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=154172 CPUtime=0.67 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 1728 1251 0 0 67 0 0 0 25 0 5 0 596436254 157872128 26323 33554432000 4194304 4417332 140734412849504 18446744073709551615 4294244 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=154172 CPUtime=0.67 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 1731 1251 0 0 67 0 0 0 25 0 5 0 596436254 157872128 26323 33554432000 4194304 4417332 140734412849504 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=154172 CPUtime=0.67 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 1499 1251 0 0 67 0 0 0 25 0 5 0 596436254 157872128 26323 33554432000 4194304 4417332 140734412849504 18446744073709551615 4358020 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 154172

[startup+3.1005 s]
/proc/loadavg: 7.39 7.49 7.02 9/186 21003
/proc/meminfo: memFree=11001364/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=259108 CPUtime=9.91 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 55005 1251 0 0 983 8 0 0 25 0 5 0 596436172 265326592 34136 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 64777 34136 178 55 0 62663 0
[pid=20993/tid=21000] ppid=20991 vsize=259108 CPUtime=2.26 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 11497 1251 0 0 224 2 0 0 25 0 5 0 596436254 265326592 34136 33554432000 4194304 4417332 140734412849504 18446744073709551615 4256084 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=259108 CPUtime=2.27 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 8413 1251 0 0 226 1 0 0 25 0 5 0 596436254 265326592 34136 33554432000 4194304 4417332 140734412849504 18446744073709551615 4274624 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=259108 CPUtime=2.27 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 9800 1251 0 0 226 1 0 0 25 0 5 0 596436254 265326592 34136 33554432000 4194304 4417332 140734412849504 18446744073709551615 4320455 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=259108 CPUtime=2.27 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 1505 1251 0 0 227 0 0 0 25 0 5 0 596436254 265326592 34136 33554432000 4194304 4417332 140734412849504 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 259108

[startup+6.30094 s]
/proc/loadavg: 7.39 7.49 7.02 9/186 21003
/proc/meminfo: memFree=10992372/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=224944 CPUtime=22.7 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 59032 1251 0 0 2261 9 0 0 25 0 5 0 596436172 230342656 29238 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 56236 29238 181 55 0 54122 0
[pid=20993/tid=21000] ppid=20991 vsize=224944 CPUtime=5.44 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 11919 1251 0 0 542 2 0 0 25 0 5 0 596436254 230342656 29238 33554432000 4194304 4417332 140734412849504 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=224944 CPUtime=5.47 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 8419 1251 0 0 546 1 0 0 25 0 5 0 596436254 230342656 29238 33554432000 4194304 4417332 140734412849504 18446744073709551615 4236017 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=224944 CPUtime=5.47 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 10591 1251 0 0 546 1 0 0 25 0 5 0 596436254 230342656 29238 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=224944 CPUtime=5.47 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 4313 1251 0 0 547 0 0 0 25 0 5 0 596436254 230342656 29238 33554432000 4194304 4417332 140734412849504 18446744073709551615 4365018 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.7
Current children cumulated vsize (KiB) 224944

[startup+12.7008 s]
/proc/loadavg: 7.48 7.50 7.02 9/186 21003
/proc/meminfo: memFree=10979612/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=234336 CPUtime=48.26 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 62811 1251 0 0 4817 9 0 0 25 0 5 0 596436172 239960064 31842 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 58584 31842 181 55 0 56470 0
[pid=20993/tid=21000] ppid=20991 vsize=234336 CPUtime=11.81 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 12106 1251 0 0 1179 2 0 0 25 0 5 0 596436254 239960064 31842 33554432000 4194304 4417332 140734412849504 18446744073709551615 4232299 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=234336 CPUtime=11.87 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 8665 1251 0 0 1186 1 0 0 25 0 5 0 596436254 239960064 31842 33554432000 4194304 4417332 140734412849504 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=234336 CPUtime=11.87 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 10591 1251 0 0 1186 1 0 0 25 0 5 0 596436254 239960064 31842 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=234336 CPUtime=11.87 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 7659 1251 0 0 1187 0 0 0 25 0 5 0 596436254 239960064 31842 33554432000 4194304 4417332 140734412849504 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.26
Current children cumulated vsize (KiB) 234336

[startup+25.5006 s]
/proc/loadavg: 7.56 7.52 7.03 9/186 21004
/proc/meminfo: memFree=10910076/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=283128 CPUtime=99.39 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 83563 1251 0 0 9927 12 0 0 25 0 5 0 596436172 289923072 50339 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 70782 50339 181 55 0 68668 0
[pid=20993/tid=21000] ppid=20991 vsize=283128 CPUtime=24.53 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 15138 1251 0 0 2451 2 0 0 25 0 5 0 596436254 289923072 50339 33554432000 4194304 4417332 140734412849504 18446744073709551615 4316256 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=283128 CPUtime=24.67 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 11643 1251 0 0 2466 1 0 0 25 0 5 0 596436254 289923072 50339 33554432000 4194304 4417332 140734412849504 18446744073709551615 4307930 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=283128 CPUtime=24.68 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 13759 1251 0 0 2466 2 0 0 25 0 5 0 596436254 289923072 50339 33554432000 4194304 4417332 140734412849504 18446744073709551615 4258418 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=283128 CPUtime=24.67 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 19233 1251 0 0 2465 2 0 0 25 0 5 0 596436254 289923072 50339 33554432000 4194304 4417332 140734412849504 18446744073709551615 4365018 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.39
Current children cumulated vsize (KiB) 283128

[startup+51.1011 s]
/proc/loadavg: 7.78 7.57 7.06 9/186 21004
/proc/meminfo: memFree=10837132/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=338452 CPUtime=201.65 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 122967 1251 0 0 20149 16 0 0 25 0 5 0 596436172 346574848 62532 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 84613 62532 181 55 0 82499 0
[pid=20993/tid=21000] ppid=20991 vsize=338452 CPUtime=50 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 16616 1251 0 0 4998 2 0 0 25 0 5 0 596436254 346574848 62532 33554432000 4194304 4417332 140734412849504 18446744073709551615 4236812 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=338452 CPUtime=50.27 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 12970 1251 0 0 5026 1 0 0 25 0 5 0 596436254 346574848 62532 33554432000 4194304 4417332 140734412849504 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=338452 CPUtime=50.27 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 26325 1251 0 0 5024 3 0 0 25 0 5 0 596436254 346574848 62532 33554432000 4194304 4417332 140734412849504 18446744073709551615 4277571 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=338452 CPUtime=50.27 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 43266 1251 0 0 5022 5 0 0 25 0 5 0 596436254 346574848 62532 33554432000 4194304 4417332 140734412849504 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.65
Current children cumulated vsize (KiB) 338452

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

[startup+54.3006 s]
/proc/loadavg: 7.80 7.58 7.07 9/186 21005
/proc/meminfo: memFree=10843944/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=329988 CPUtime=214.43 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 123846 1251 0 0 21427 16 0 0 25 0 5 0 596436172 337907712 60843 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 82497 60843 181 55 0 80383 0
[pid=20993/tid=21000] ppid=20991 vsize=329988 CPUtime=53.18 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 16616 1251 0 0 5316 2 0 0 25 0 5 0 596436254 337907712 60843 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=329988 CPUtime=53.47 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 12970 1251 0 0 5346 1 0 0 25 0 5 0 596436254 337907712 60843 33554432000 4194304 4417332 140734412849504 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=329988 CPUtime=53.47 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 26325 1251 0 0 5344 3 0 0 25 0 5 0 596436254 337907712 60843 33554432000 4194304 4417332 140734412849504 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=329988 CPUtime=53.47 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 44145 1251 0 0 5342 5 0 0 25 0 5 0 596436254 337907712 60843 33554432000 4194304 4417332 140734412849504 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 214.43
Current children cumulated vsize (KiB) 329988

[startup+57.501 s]
/proc/loadavg: 7.82 7.59 7.07 9/186 21005
/proc/meminfo: memFree=10752356/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=339028 CPUtime=227.22 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 131674 1251 0 0 22704 18 0 0 25 0 5 0 596436172 347164672 68671 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 84757 68671 181 55 0 82643 0
[pid=20993/tid=21000] ppid=20991 vsize=339028 CPUtime=56.36 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 16616 1251 0 0 5634 2 0 0 25 0 5 0 596436254 347164672 68671 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=339028 CPUtime=56.67 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 14202 1251 0 0 5666 1 0 0 25 0 5 0 596436254 347164672 68671 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=339028 CPUtime=56.67 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 26325 1251 0 0 5664 3 0 0 25 0 5 0 596436254 347164672 68671 33554432000 4194304 4417332 140734412849504 18446744073709551615 4365926 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=339028 CPUtime=56.67 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 50741 1251 0 0 5661 6 0 0 25 0 5 0 596436254 347164672 68671 33554432000 4194304 4417332 140734412849504 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 227.22
Current children cumulated vsize (KiB) 339028

[startup+58.3069 s]
/proc/loadavg: 7.82 7.59 7.07 9/186 21005
/proc/meminfo: memFree=10806668/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=345480 CPUtime=230.44 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 133287 1251 0 0 23026 18 0 0 25 0 5 0 596436172 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 86370 70284 181 55 0 84256 0
[pid=20993/tid=21000] ppid=20991 vsize=345480 CPUtime=57.16 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 16616 1251 0 0 5714 2 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4250882 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=345480 CPUtime=57.47 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 15815 1251 0 0 5746 1 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=345480 CPUtime=57.48 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 26325 1251 0 0 5745 3 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=345480 CPUtime=57.48 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 50741 1251 0 0 5742 6 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 230.44
Current children cumulated vsize (KiB) 345480

[startup+59.1007 s]
/proc/loadavg: 7.82 7.59 7.07 9/186 21005
/proc/meminfo: memFree=10806668/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=345480 CPUtime=233.61 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 133287 1251 0 0 23343 18 0 0 25 0 5 0 596436172 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 86370 70284 181 55 0 84256 0
[pid=20993/tid=21000] ppid=20991 vsize=345480 CPUtime=57.95 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 16616 1251 0 0 5793 2 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=345480 CPUtime=58.26 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 15815 1251 0 0 5825 1 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=345480 CPUtime=58.27 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 26325 1251 0 0 5824 3 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=345480 CPUtime=58.27 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 50741 1251 0 0 5821 6 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 233.61
Current children cumulated vsize (KiB) 345480

[startup+59.3007 s]
/proc/loadavg: 7.82 7.59 7.07 9/186 21005
/proc/meminfo: memFree=10741576/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=345480 CPUtime=234.43 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 133287 1251 0 0 23425 18 0 0 25 0 5 0 596436172 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 86370 70284 181 55 0 84256 0
[pid=20993/tid=21000] ppid=20991 vsize=345480 CPUtime=58.15 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 16616 1251 0 0 5813 2 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=345480 CPUtime=58.47 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 15815 1251 0 0 5846 1 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=345480 CPUtime=58.48 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 26325 1251 0 0 5845 3 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=345480 CPUtime=58.48 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 50741 1251 0 0 5842 6 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 234.43
Current children cumulated vsize (KiB) 345480

[startup+59.4067 s]
/proc/loadavg: 7.82 7.59 7.07 9/186 21005
/proc/meminfo: memFree=10741576/32951124 swapFree=67102140/67111528
[pid=20993] ppid=20991 vsize=345480 CPUtime=234.83 cores=1,3,5,7
/proc/20993/stat : 20993 (plingeling) S 20991 20993 20615 0 -1 4202496 133287 1251 0 0 23465 18 0 0 25 0 5 0 596436172 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/20993/statm: 86370 70284 181 55 0 84256 0
[pid=20993/tid=21000] ppid=20991 vsize=345480 CPUtime=58.25 cores=1,3,5,7
/proc/20993/task/21000/stat : 21000 (plingeling) R 20991 20993 20615 0 -1 4202560 16616 1251 0 0 5823 2 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20993/tid=21001] ppid=20991 vsize=345480 CPUtime=58.57 cores=1,3,5,7
/proc/20993/task/21001/stat : 21001 (plingeling) R 20991 20993 20615 0 -1 4202560 15815 1251 0 0 5856 1 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=20993/tid=21002] ppid=20991 vsize=345480 CPUtime=58.58 cores=1,3,5,7
/proc/20993/task/21002/stat : 21002 (plingeling) R 20991 20993 20615 0 -1 4202560 26325 1251 0 0 5855 3 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4353540 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=20993/tid=21003] ppid=20991 vsize=345480 CPUtime=58.58 cores=1,3,5,7
/proc/20993/task/21003/stat : 21003 (plingeling) R 20991 20993 20615 0 -1 4202560 50741 1251 0 0 5852 6 0 0 25 0 5 0 596436254 353771520 70284 33554432000 4194304 4417332 140734412849504 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 234.83
Current children cumulated vsize (KiB) 345480

Child status: 20
Real time (s): 59.4585
CPU time (s): 234.965
CPU user time (s): 234.765
CPU system time (s): 0.199969
CPU usage (%): 395.175
Max. virtual memory (cumulated for all children) (KiB): 404288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.765
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134542
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= 82
involuntary context switches= 1810

runsolver used 0.086986 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:27:35
IDJOB=3286217
IDBENCH=82420
IDSOLVER=1605
FILE ID=node119/3286217-1304062055
RUNJOBID= node119-1304060531-20634
PBS_JOBID= 13170451
Free space on /tmp= 71684 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286217-1304062055/watcher-3286217-1304062055 -o /tmp/evaluation-result-3286217-1304062055/solver-3286217-1304062055 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286217-1304062055.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=2009162747

node119.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.815
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.63
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.815
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	: 5332.83
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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:      11106684 kB
Buffers:       2232532 kB
Cached:       17406584 kB
SwapCached:       5504 kB
Active:        9595552 kB
Inactive:     11660960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11106684 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           15688 kB
Writeback:           0 kB
AnonPages:     1614248 kB
Mapped:          15148 kB
Slab:           520340 kB
PageTables:       7516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1838984 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= 71684 MiB
End job on node119 at 2011-04-29 09:28:35