Trace number 3348936

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) 1300.01 1300.02

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  141997   317706 |   42599       0        0     nan |  0.000 % |
0.00/0.33	c |         0 |  125436   284873 |      --       0       --      -- |     --   | -15197/-29805
0.00/0.33	c ==============================================================================
0.00/0.33	c Result  :   #vars: 19609   #clauses: 125436   #literals: 284873
0.00/0.33	c CPU time:   0.331949 s
0.00/0.33	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-3348936-1304970967/watcher-3348936-1304970967 -o /tmp/evaluation-result-3348936-1304970967/solver-3348936-1304970967 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348936-1304970967.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.96 4.03 3.83 5/379 2759
/proc/meminfo: memFree=14904224/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 687327410 8908800 250 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 250 209 178 0 68 0

[startup+0.074337 s]
/proc/loadavg: 3.96 4.03 3.83 5/379 2759
/proc/meminfo: memFree=14904224/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 687327410 8908800 250 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100403 s]
/proc/loadavg: 3.96 4.03 3.83 5/379 2759
/proc/meminfo: memFree=14904224/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 687327410 8908800 250 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300302 s]
/proc/loadavg: 3.96 4.03 3.83 5/379 2759
/proc/meminfo: memFree=14904224/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 687327410 8908800 250 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700173 s]
/proc/loadavg: 3.96 4.03 3.83 5/379 2759
/proc/meminfo: memFree=14904224/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 3.96 4.03 3.83 5/381 2763
/proc/meminfo: memFree=14886732/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=32476 CPUtime=1.09 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 8205 0 0 0 109 0 0 0 25 0 1 0 687327449 33255424 4224 33554432000 4194304 4256717 140735451170448 18446744073709551615 4218657 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 8119 4224 253 16 0 4761 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41176

[startup+3.10084 s]
/proc/loadavg: 3.96 4.03 3.83 5/381 2763
/proc/meminfo: memFree=14872472/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=39548 CPUtime=2.7 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 10631 0 0 0 269 1 0 0 25 0 1 0 687327449 40497152 6238 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213568 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 9887 6238 253 16 0 6529 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48248

[startup+6.30121 s]
/proc/loadavg: 3.96 4.03 3.83 5/381 2764
/proc/meminfo: memFree=14860376/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=43968 CPUtime=5.89 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 12394 0 0 0 588 1 0 0 25 0 1 0 687327449 45023232 7711 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 10992 7711 253 16 0 7634 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 52668

[startup+12.701 s]
/proc/loadavg: 3.96 4.03 3.83 5/381 2764
/proc/meminfo: memFree=14839312/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=43968 CPUtime=12.29 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 20020 0 0 0 1227 2 0 0 25 0 1 0 687327449 45023232 7241 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213439 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 10992 7241 253 16 0 7634 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 52668

[startup+25.5007 s]
/proc/loadavg: 3.97 4.03 3.83 5/381 2764
/proc/meminfo: memFree=14777176/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=55572 CPUtime=25.09 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 23824 0 0 0 2507 2 0 0 25 0 1 0 687327449 56905728 10612 33554432000 4194304 4256717 140735451170448 18446744073709551615 4209135 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 13893 10612 253 16 0 10535 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 64272

[startup+51.101 s]
/proc/loadavg: 3.98 4.02 3.83 5/381 2765
/proc/meminfo: memFree=14755788/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=63284 CPUtime=50.69 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 28690 0 0 0 5066 3 0 0 25 0 1 0 687327449 64802816 11640 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213490 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 15821 11640 253 16 0 12463 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71984

[startup+102.314 s]
/proc/loadavg: 3.99 4.02 3.84 5/381 2766
/proc/meminfo: memFree=14717076/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=93632 CPUtime=101.91 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 52833 0 0 0 10184 7 0 0 25 0 1 0 687327449 95879168 20127 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 23408 20127 253 16 0 20050 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 102332

[startup+162.301 s]
/proc/loadavg: 3.99 4.01 3.84 5/381 2768
/proc/meminfo: memFree=14609896/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=105304 CPUtime=161.9 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 55264 0 0 0 16182 8 0 0 25 0 1 0 687327449 107831296 22510 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 26326 22510 253 16 0 22968 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 114004

[startup+222.301 s]
/proc/loadavg: 4.12 4.04 3.86 5/381 2769
/proc/meminfo: memFree=14606384/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=124272 CPUtime=221.9 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 60969 0 0 0 22182 8 0 0 25 0 1 0 687327449 127254528 27787 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 31068 27787 253 16 0 27710 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 132972

[startup+282.301 s]
/proc/loadavg: 3.56 3.90 3.82 4/374 2791
/proc/meminfo: memFree=14927800/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=124272 CPUtime=281.9 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 92542 0 0 0 28178 12 0 0 25 0 1 0 687327449 127254528 26497 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 31068 26497 253 16 0 27710 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 132972

[startup+342.301 s]
/proc/loadavg: 3.25 3.75 3.77 3/367 2822
/proc/meminfo: memFree=15032440/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=124272 CPUtime=341.91 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 93852 0 0 0 34178 13 0 0 25 0 1 0 687327449 127254528 27787 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 31068 27787 253 16 0 27710 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 132972

[startup+402.301 s]
/proc/loadavg: 2.46 3.43 3.66 3/367 2823
/proc/meminfo: memFree=15043220/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2

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

/proc/2763/statm: 31069 26152 253 16 0 27711 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 132976

[startup+642.301 s]
/proc/loadavg: 2.01 2.63 3.27 3/367 2830
/proc/meminfo: memFree=15029032/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=127508 CPUtime=641.92 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 364882 0 0 0 64135 57 0 0 25 0 1 0 687327449 130568192 25088 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 31877 25088 253 16 0 28519 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 136208

[startup+702.301 s]
/proc/loadavg: 2.00 2.51 3.19 3/367 2831
/proc/meminfo: memFree=15025160/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=81160 CPUtime=701.91 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 449840 0 0 0 70122 69 0 0 25 0 1 0 687327449 83107840 17009 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 20290 17009 253 16 0 16932 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 89860

[startup+762.314 s]
/proc/loadavg: 2.00 2.42 3.11 3/367 2833
/proc/meminfo: memFree=15027448/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=130480 CPUtime=761.93 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 542399 0 0 0 76111 82 0 0 25 0 1 0 687327449 133611520 29179 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213452 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 32620 29179 253 16 0 29262 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 139180

[startup+822.301 s]
/proc/loadavg: 2.06 2.37 3.05 3/367 2834
/proc/meminfo: memFree=15039696/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=130480 CPUtime=821.92 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 637971 0 0 0 82095 97 0 0 25 0 1 0 687327449 133611520 29352 33554432000 4194304 4256717 140735451170448 18446744073709551615 4209405 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 32620 29352 253 16 0 29262 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 139180

[startup+882.301 s]
/proc/loadavg: 2.02 2.30 2.98 3/367 2836
/proc/meminfo: memFree=15001452/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=130480 CPUtime=881.92 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 735273 0 0 0 88081 111 0 0 25 0 1 0 687327449 133611520 26972 33554432000 4194304 4256717 140735451170448 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 32620 26972 253 16 0 29262 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 139180

[startup+942.301 s]
/proc/loadavg: 2.04 2.25 2.92 3/367 2838
/proc/meminfo: memFree=14993204/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=130480 CPUtime=941.92 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 826350 0 0 0 94066 126 0 0 25 0 1 0 687327449 133611520 27857 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 32620 27857 253 16 0 29262 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 139180

[startup+1002.3 s]
/proc/loadavg: 2.01 2.20 2.86 3/367 2839
/proc/meminfo: memFree=14979776/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=130480 CPUtime=1001.93 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 911164 0 0 0 100051 142 0 0 25 0 1 0 687327449 133611520 27327 33554432000 4194304 4256717 140735451170448 18446744073709551615 4214109 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 32620 27327 253 16 0 29262 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 139180

[startup+1062.3 s]
/proc/loadavg: 2.00 2.16 2.80 3/367 2841
/proc/meminfo: memFree=14983932/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=161300 CPUtime=1061.93 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 988340 0 0 0 106038 155 0 0 25 0 1 0 687327449 165171200 31291 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213791 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 40325 31291 253 16 0 36967 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 170000

[startup+1122.3 s]
/proc/loadavg: 2.00 2.13 2.75 3/367 2842
/proc/meminfo: memFree=14986004/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=130480 CPUtime=1121.92 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 1075119 0 0 0 112023 169 0 0 25 0 1 0 687327449 133611520 29283 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 32620 29283 253 16 0 29262 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 139180

[startup+1182.3 s]
/proc/loadavg: 2.00 2.11 2.70 3/367 2844
/proc/meminfo: memFree=14992276/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=130480 CPUtime=1181.93 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 1157991 0 0 0 118009 184 0 0 25 0 1 0 687327449 133611520 27706 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 32620 27706 253 16 0 29262 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 139180

[startup+1242.3 s]
/proc/loadavg: 2.00 2.08 2.66 3/367 2846
/proc/meminfo: memFree=14972988/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=161300 CPUtime=1241.93 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 1236195 0 0 0 123998 195 0 0 25 0 1 0 687327449 165171200 30038 33554432000 4194304 4256717 140735451170448 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 40325 30038 253 16 0 36967 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 170000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.85 2.03 2.60 2/360 2874
/proc/meminfo: memFree=15158768/32950928 swapFree=65762352/67111528
[pid=2759] ppid=2757 vsize=8700 CPUtime=0.38 cores=0,2
/proc/2759/stat : 2759 (esg_static.sh) S 2757 2759 1733 0 -1 4202496 353 5756 0 0 0 0 38 0 22 0 1 0 687327410 8908800 252 33554432000 4194304 4922060 140736298883120 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2759/statm: 2175 252 209 178 0 68 0
[pid=2763] ppid=2759 vsize=161300 CPUtime=1299.63 cores=0,2
/proc/2763/stat : 2763 (minisat_static) R 2759 2759 1733 0 -1 4202496 1311005 0 0 0 129757 206 0 0 25 0 1 0 687327449 165171200 29406 33554432000 4194304 4256717 140735451170448 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2763/statm: 40325 29406 253 16 0 36967 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 170000

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 2759 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=384941
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.392939
# while last known CPU time is 1300.01
#
# 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): 1300.01
CPU user time (s): 1297.95
CPU system time (s): 2.06
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 219320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.384941
system time used= 0.007998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6109
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= 5

runsolver used 4.77327 second user time and 10.6044 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-09 21:56:07
IDJOB=3348936
IDBENCH=82433
IDSOLVER=1811
FILE ID=node116/3348936-1304970967
RUNJOBID= node116-1304968097-1751
PBS_JOBID= 13285634
Free space on /tmp= 45792 MiB

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

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=2021555739

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:      14904256 kB
Buffers:        215436 kB
Cached:        7822392 kB
SwapCached:      12300 kB
Active:       10839488 kB
Inactive:      6844960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14904256 kB
SwapTotal:    67111528 kB
SwapFree:     65762352 kB
Dirty:           16180 kB
Writeback:           0 kB
AnonPages:     9645040 kB
Mapped:          16188 kB
Slab:           251236 kB
PageTables:      45568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83153612 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= 45844 MiB
End job on node116 at 2011-05-09 22:17:49