Trace number 3348880

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
minisat hack: minisat_psm 2011-04-01? (TO) 1299.98 1300.02

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step21.cnf
MD5SUM4f6c74152fcb90409ea0105b51afa3bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables53919
Number of clauses308235
Sum of the clauses size690466
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2270265
Number of clauses of size 329435
Number of clauses of size 45675
Number of clauses of size 5487
Number of clauses of size over 51959

Solver Data

0.00/0.01	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  307816   690042 |   92344       0        0     nan |  0.000 % |
0.00/0.71	c |         0 |  272599   624575 |      --       0       --      -- |     --   | -31855/-58221
0.00/0.71	c ==============================================================================
0.00/0.71	c Result  :   #vars: 40965   #clauses: 272599   #literals: 624575
0.00/0.71	c CPU time:   0.689895 s
0.00/0.71	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3348880-1304970958/watcher-3348880-1304970958 -o /tmp/evaluation-result-3348880-1304970958/solver-3348880-1304970958 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348880-1304970958.cnf 

running on 2 cores: 1,3

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: 4.04 4.05 3.83 4/379 2725
/proc/meminfo: memFree=14806440/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) R 2723 2725 1733 0 -1 4202496 310 0 0 0 0 0 0 0 24 0 1 0 687326522 8908800 249 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905214357 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/2725/statm: 2175 249 209 178 0 68 0

[startup+0.0894351 s]
/proc/loadavg: 4.04 4.05 3.83 4/379 2725
/proc/meminfo: memFree=14806440/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 687326522 8908800 249 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/2725/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100436 s]
/proc/loadavg: 4.04 4.05 3.83 4/379 2725
/proc/meminfo: memFree=14806440/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 687326522 8908800 249 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/2725/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300397 s]
/proc/loadavg: 4.04 4.05 3.83 4/379 2725
/proc/meminfo: memFree=14806440/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 687326522 8908800 249 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/2725/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700323 s]
/proc/loadavg: 4.04 4.05 3.83 4/379 2725
/proc/meminfo: memFree=14806440/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 687326522 8908800 249 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/2725/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50018 s]
/proc/loadavg: 4.04 4.05 3.83 5/381 2728
/proc/meminfo: memFree=14777912/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=38604 CPUtime=0.66 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 6133 0 0 0 66 0 0 0 21 0 1 0 687326605 39530496 5165 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 9651 5165 252 16 0 6293 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 47304

[startup+3.10094 s]
/proc/loadavg: 4.04 4.05 3.83 5/381 2728
/proc/meminfo: memFree=14764768/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=39048 CPUtime=2.27 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 12943 0 0 0 225 2 0 0 25 0 1 0 687326605 39985152 5669 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 9762 5669 252 16 0 6404 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 47748

[startup+6.3003 s]
/proc/loadavg: 4.04 4.05 3.83 5/381 2728
/proc/meminfo: memFree=14798000/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=69408 CPUtime=5.47 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 23358 0 0 0 544 3 0 0 25 0 1 0 687326605 71073792 12381 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 17352 12381 252 16 0 13994 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78108

[startup+12.7011 s]
/proc/loadavg: 3.96 4.03 3.83 5/381 2763
/proc/meminfo: memFree=14870916/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=69408 CPUtime=11.87 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 23359 0 0 0 1184 3 0 0 25 0 1 0 687326605 71073792 12382 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 17352 12382 252 16 0 13994 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 78108

[startup+25.5008 s]
/proc/loadavg: 3.97 4.03 3.83 5/381 2764
/proc/meminfo: memFree=14815256/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=76592 CPUtime=24.66 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 25553 0 0 0 2463 3 0 0 25 0 1 0 687326605 78430208 14560 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213757 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 19148 14560 252 16 0 15790 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85292

[startup+51.1011 s]
/proc/loadavg: 3.98 4.03 3.83 5/381 2765
/proc/meminfo: memFree=14793720/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=88268 CPUtime=50.26 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 48113 0 0 0 5020 6 0 0 25 0 1 0 687326605 90386432 16900 33554432000 4194304 4256717 140734205971520 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 22067 16900 252 16 0 18709 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 96968

[startup+102.314 s]
/proc/loadavg: 3.99 4.02 3.84 5/381 2766
/proc/meminfo: memFree=14765944/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=99940 CPUtime=101.48 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 51788 0 0 0 10141 7 0 0 25 0 1 0 687326605 102338560 20523 33554432000 4194304 4256717 140734205971520 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 24985 20523 252 16 0 21627 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 108640

[startup+162.301 s]
/proc/loadavg: 3.99 4.02 3.84 5/381 2767
/proc/meminfo: memFree=14628008/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=139460 CPUtime=161.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 143728 0 0 0 16124 22 0 0 25 0 1 0 687326605 142807040 31429 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 34865 31429 252 16 0 31507 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 148160

[startup+222.301 s]
/proc/loadavg: 4.14 4.04 3.86 5/381 2769
/proc/meminfo: memFree=14562372/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=108820 CPUtime=221.47 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 152037 0 0 0 22123 24 0 0 25 0 1 0 687326605 111431680 23529 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 27205 23529 252 16 0 23847 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 117520

[startup+282.301 s]
/proc/loadavg: 3.66 3.94 3.83 4/374 2791
/proc/meminfo: memFree=14951496/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=139464 CPUtime=281.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 189314 0 0 0 28116 30 0 0 25 0 1 0 687326605 142811136 27758 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 34866 27758 252 16 0 31508 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 148164

[startup+342.301 s]
/proc/loadavg: 3.39 3.80 3.79 4/374 2802
/proc/meminfo: memFree=14964952/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=139464 CPUtime=341.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 286514 0 0 0 34101 45 0 0 25 0 1 0 687326605 142811136 26914 33554432000 4194304 4256717 140734205971520 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 34866 26914 252 16 0 31508 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 148164

[startup+402.301 s]
/proc/loadavg: 2.54 3.48 3.68 3/367 2823
/proc/meminfo: memFree=15027980/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3

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

/proc/2728/statm: 35649 27782 252 16 0 32291 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 151296

[startup+642.301 s]
/proc/loadavg: 2.01 2.64 3.28 3/367 2829
/proc/meminfo: memFree=15037728/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=143776 CPUtime=641.47 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 928499 0 0 0 64014 133 0 0 25 0 1 0 687326605 147226624 31796 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213977 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 35944 31796 252 16 0 32586 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 152476

[startup+702.301 s]
/proc/loadavg: 2.00 2.53 3.20 3/367 2831
/proc/meminfo: memFree=15025420/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=174596 CPUtime=701.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1050924 0 0 0 69995 151 0 0 25 0 1 0 687326605 178786304 33092 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213439 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 43649 33092 252 16 0 40291 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 183296

[startup+762.314 s]
/proc/loadavg: 2.00 2.43 3.12 3/367 2832
/proc/meminfo: memFree=15024988/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=143776 CPUtime=761.48 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1161468 0 0 0 75980 168 0 0 25 0 1 0 687326605 147226624 30842 33554432000 4194304 4256717 140734205971520 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 35944 30842 252 16 0 32586 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 152476

[startup+822.301 s]
/proc/loadavg: 2.07 2.38 3.06 3/367 2834
/proc/meminfo: memFree=15033008/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=143776 CPUtime=821.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1262605 0 0 0 81961 185 0 0 25 0 1 0 687326605 147226624 28578 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 35944 28578 252 16 0 32586 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 152476

[startup+882.301 s]
/proc/loadavg: 2.02 2.30 2.99 3/367 2836
/proc/meminfo: memFree=15000476/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=174220 CPUtime=881.47 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1382706 0 0 0 87946 201 0 0 25 0 1 0 687326605 178401280 38347 33554432000 4194304 4256717 140734205971520 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 43555 38347 252 16 0 40197 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 182920

[startup+942.301 s]
/proc/loadavg: 2.04 2.26 2.93 3/367 2837
/proc/meminfo: memFree=14992476/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=205040 CPUtime=941.47 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1498528 0 0 0 93930 217 0 0 25 0 1 0 687326605 209960960 42572 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 51260 42572 252 16 0 47902 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 213740

[startup+1002.3 s]
/proc/loadavg: 2.01 2.21 2.87 3/367 2839
/proc/meminfo: memFree=14975824/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=205040 CPUtime=1001.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1599186 0 0 0 99914 232 0 0 25 0 1 0 687326605 209960960 44561 33554432000 4194304 4256717 140734205971520 18446744073709551615 4209135 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 51260 44561 252 16 0 47902 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 213740

[startup+1062.3 s]
/proc/loadavg: 2.00 2.17 2.81 3/367 2840
/proc/meminfo: memFree=14987792/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=205040 CPUtime=1061.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1718709 0 0 0 105897 249 0 0 25 0 1 0 687326605 209960960 42082 33554432000 4194304 4256717 140734205971520 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 51260 42082 252 16 0 47902 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 213740

[startup+1122.3 s]
/proc/loadavg: 2.00 2.14 2.76 3/367 2842
/proc/meminfo: memFree=14981304/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=205040 CPUtime=1121.47 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1821518 0 0 0 111881 266 0 0 25 0 1 0 687326605 209960960 40640 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 51260 40640 252 16 0 47902 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 213740

[startup+1182.3 s]
/proc/loadavg: 2.00 2.11 2.71 3/367 2844
/proc/meminfo: memFree=14977288/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=205040 CPUtime=1181.46 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 1941422 0 0 0 117863 283 0 0 25 0 1 0 687326605 209960960 43698 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 51260 43698 252 16 0 47902 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 213740

[startup+1242.3 s]
/proc/loadavg: 2.00 2.09 2.66 3/367 2845
/proc/meminfo: memFree=14960852/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=205040 CPUtime=1241.47 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 2046156 0 0 0 123847 300 0 0 25 0 1 0 687326605 209960960 45187 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 51260 45187 252 16 0 47902 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 213740



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.07 2.62 3/367 2847
/proc/meminfo: memFree=14975068/32950928 swapFree=65762352/67111528
[pid=2725] ppid=2723 vsize=8700 CPUtime=0.81 cores=1,3
/proc/2725/stat : 2725 (esg_static.sh) S 2723 2725 1733 0 -1 4202496 352 11118 0 0 0 0 79 2 18 0 1 0 687326522 8908800 251 33554432000 4194304 4922060 140736391724304 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2725/statm: 2175 251 209 178 0 68 0
[pid=2728] ppid=2725 vsize=205040 CPUtime=1299.17 cores=1,3
/proc/2728/stat : 2728 (minisat_static) R 2725 2725 1733 0 -1 4202496 2149099 0 0 0 129603 314 0 0 25 0 1 0 687326605 209960960 40635 33554432000 4194304 4256717 140734205971520 18446744073709551615 4213715 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2728/statm: 51260 40635 252 16 0 47902 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 213740

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2725 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=798878
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=25996
# CPU time returned by wait4() is 0.824874
# while last known CPU time is 1299.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1299.98
CPU user time (s): 1296.82
CPU system time (s): 3.16
CPU usage (%): 99.9969
Max. virtual memory (cumulated for all children) (KiB): 343968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.798878
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11470
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= 8
involuntary context switches= 4

runsolver used 4.6003 second user time and 10.7954 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-09 21:55:58
IDJOB=3348880
IDBENCH=82432
IDSOLVER=1811
FILE ID=node116/3348880-1304970958
RUNJOBID= node116-1304968097-1753
PBS_JOBID= 13285634
Free space on /tmp= 45800 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step21.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348880-1304970958/watcher-3348880-1304970958 -o /tmp/evaluation-result-3348880-1304970958/solver-3348880-1304970958 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348880-1304970958.cnf

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=1020587223

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:      14806472 kB
Buffers:        215396 kB
Cached:        7814400 kB
SwapCached:      12300 kB
Active:       10938956 kB
Inactive:      6842668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14806472 kB
SwapTotal:    67111528 kB
SwapFree:     65762352 kB
Dirty:            9200 kB
Writeback:           0 kB
AnonPages:     9750068 kB
Mapped:          16244 kB
Slab:           251032 kB
PageTables:      45796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83293640 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= 45836 MiB
End job on node116 at 2011-05-09 22:17:40