Trace number 3348944

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.02 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	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 |  262656   612864 |   78796       0        0     nan |  0.000 % |
0.00/0.94	c |         0 |  135563   459903 |      --       0       --      -- |     --   | -127091/-152956
0.00/0.95	c ==============================================================================
0.00/0.95	c Result  :   #vars: 23820   #clauses: 135563   #literals: 459903
0.00/0.95	c CPU time:   0.91586 s
0.00/0.95	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-3348944-1304971061/watcher-3348944-1304971061 -o /tmp/evaluation-result-3348944-1304971061/solver-3348944-1304971061 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348944-1304971061.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: 1.18 2.01 2.91 5/253 28839
/proc/meminfo: memFree=18856308/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=0 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 327 0 0 0 0 0 0 0 19 0 1 0 608706848 8908800 250 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 250 209 178 0 68 0

[startup+0.028535 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28839
/proc/meminfo: memFree=18856308/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=0 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 327 0 0 0 0 0 0 0 19 0 1 0 608706848 8908800 250 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100547 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28839
/proc/meminfo: memFree=18856308/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=0 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 327 0 0 0 0 0 0 0 19 0 1 0 608706848 8908800 250 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300513 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28839
/proc/meminfo: memFree=18856308/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=0 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 327 0 0 0 0 0 0 0 19 0 1 0 608706848 8908800 250 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700444 s]
/proc/loadavg: 1.18 2.01 2.91 5/253 28839
/proc/meminfo: memFree=18856308/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=0 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 327 0 0 0 0 0 0 0 19 0 1 0 608706848 8908800 250 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50023 s]
/proc/loadavg: 1.18 2.01 2.91 5/255 28842
/proc/meminfo: memFree=18843772/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 8700

[startup+3.101 s]
/proc/loadavg: 1.40 2.04 2.92 5/255 28843
/proc/meminfo: memFree=18864728/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=30616 CPUtime=2.04 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 4512 0 0 0 204 0 0 0 25 0 1 0 608706952 31350784 3898 33554432000 4194304 4256717 140734797315008 18446744073709551615 4209580 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 7654 3898 253 16 0 4296 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 39316

[startup+6.30041 s]
/proc/loadavg: 1.40 2.04 2.92 5/255 28843
/proc/meminfo: memFree=18845384/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=36072 CPUtime=5.25 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 5521 0 0 0 524 1 0 0 25 0 1 0 608706952 36937728 4820 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 9018 4820 253 16 0 5660 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44772

[startup+12.7012 s]
/proc/loadavg: 1.80 2.11 2.93 5/255 28843
/proc/meminfo: memFree=18826708/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=37280 CPUtime=11.64 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 12682 0 0 0 1162 2 0 0 25 0 1 0 608706952 38174720 6037 33554432000 4194304 4256717 140734797315008 18446744073709551615 4233347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 9320 6037 253 16 0 5962 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 45980

[startup+25.5009 s]
/proc/loadavg: 2.14 2.17 2.94 5/255 28844
/proc/meminfo: memFree=18775240/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=74904 CPUtime=24.45 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 24710 0 0 0 2441 4 0 0 25 0 1 0 608706952 76701696 13693 33554432000 4194304 4256717 140734797315008 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 18726 13693 253 16 0 15368 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83604

[startup+51.1012 s]
/proc/loadavg: 2.77 2.31 2.97 5/255 28845
/proc/meminfo: memFree=18686300/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=86816 CPUtime=50.05 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 43333 0 0 0 4997 8 0 0 25 0 1 0 608706952 88899584 16677 33554432000 4194304 4256717 140734797315008 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 21704 16677 253 16 0 18346 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95516

[startup+102.309 s]
/proc/loadavg: 3.58 2.61 3.03 5/255 28846
/proc/meminfo: memFree=18594136/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=117460 CPUtime=101.25 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 103051 0 0 0 10109 16 0 0 25 0 1 0 608706952 120279040 22650 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 29365 22650 253 16 0 26007 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 126160

[startup+162.301 s]
/proc/loadavg: 3.89 2.88 3.09 5/255 28847
/proc/meminfo: memFree=18525404/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=117820 CPUtime=161.25 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 176656 0 0 0 16096 29 0 0 25 0 1 0 608706952 120647680 25033 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 29455 25033 253 16 0 26097 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 126520

[startup+222.301 s]
/proc/loadavg: 4.04 3.10 3.15 5/255 28858
/proc/meminfo: memFree=18570636/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=117820 CPUtime=221.25 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 267636 0 0 0 22080 45 0 0 25 0 1 0 608706952 120647680 24704 33554432000 4194304 4256717 140734797315008 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 29455 24704 253 16 0 26097 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 126520

[startup+282.301 s]
/proc/loadavg: 4.01 3.26 3.20 5/255 28860
/proc/meminfo: memFree=18573060/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=148640 CPUtime=281.25 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 345904 0 0 0 28067 58 0 0 25 0 1 0 608706952 152207360 27886 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37160 27886 253 16 0 33802 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 157340

[startup+342.301 s]
/proc/loadavg: 4.00 3.39 3.25 5/255 28861
/proc/meminfo: memFree=18451504/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=148640 CPUtime=341.25 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 434731 0 0 0 34052 73 0 0 25 0 1 0 608706952 152207360 29027 33554432000 4194304 4256717 140734797315008 18446744073709551615 4211928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37160 29027 253 16 0 33802 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 157340

[startup+402.301 s]
/proc/loadavg: 4.00 3.50 3.29 5/255 28866
/proc/meminfo: memFree=18430728/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=148640 CPUtime=401.26 cores=0,2

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

/proc/28843/statm: 37295 30106 253 16 0 33937 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 157880

[startup+642.301 s]
/proc/loadavg: 4.00 3.78 3.45 5/255 28872
/proc/meminfo: memFree=18405212/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=641.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 776861 0 0 0 63996 131 0 0 25 0 1 0 608706952 152760320 31845 33554432000 4194304 4256717 140734797315008 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 31845 253 16 0 33937 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 157880

[startup+702.301 s]
/proc/loadavg: 4.04 3.83 3.48 5/255 28874
/proc/meminfo: memFree=18423772/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=701.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 841007 0 0 0 69985 142 0 0 25 0 1 0 608706952 152760320 32874 33554432000 4194304 4256717 140734797315008 18446744073709551615 4220132 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 32874 253 16 0 33937 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 157880

[startup+762.309 s]
/proc/loadavg: 4.01 3.86 3.51 5/255 28875
/proc/meminfo: memFree=18430048/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=761.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 908152 0 0 0 75973 154 0 0 25 0 1 0 608706952 152760320 32670 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 32670 253 16 0 33937 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 157880

[startup+822.301 s]
/proc/loadavg: 4.04 3.89 3.55 5/255 28877
/proc/meminfo: memFree=18408180/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=199268 CPUtime=821.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 956414 0 0 0 81965 162 0 0 25 0 1 0 608706952 204050432 34748 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 49817 34748 253 16 0 46459 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 207968

[startup+882.301 s]
/proc/loadavg: 4.01 3.91 3.57 5/255 28879
/proc/meminfo: memFree=18367952/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=199268 CPUtime=881.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1006850 0 0 0 87956 171 0 0 25 0 1 0 608706952 204050432 35730 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 49817 35730 253 16 0 46459 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 207968

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.59 5/255 28880
/proc/meminfo: memFree=18387004/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=941.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1050384 0 0 0 93948 179 0 0 25 0 1 0 608706952 152760320 32882 33554432000 4194304 4256717 140734797315008 18446744073709551615 4209383 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 32882 253 16 0 33937 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 157880

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.62 5/255 28882
/proc/meminfo: memFree=18385232/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=1001.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1096912 0 0 0 99943 184 0 0 25 0 1 0 608706952 152760320 33176 33554432000 4194304 4256717 140734797315008 18446744073709551615 4208992 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 33176 253 16 0 33937 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 157880

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.64 5/255 28883
/proc/meminfo: memFree=18371548/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=1061.27 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1153501 0 0 0 105933 194 0 0 25 0 1 0 608706952 152760320 33768 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 33768 253 16 0 33937 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 157880

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.66 5/255 28885
/proc/meminfo: memFree=18405108/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=1121.28 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1214693 0 0 0 111925 203 0 0 25 0 1 0 608706952 152760320 27240 33554432000 4194304 4256717 140734797315008 18446744073709551615 4209083 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 27240 253 16 0 33937 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 157880

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.68 5/255 28887
/proc/meminfo: memFree=18379508/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=1181.28 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1242749 0 0 0 117920 208 0 0 25 0 1 0 608706952 152760320 32714 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 32714 253 16 0 33937 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 157880

[startup+1242.3 s]
/proc/loadavg: 4.09 3.99 3.70 5/255 28888
/proc/meminfo: memFree=18388008/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=1241.28 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1286811 0 0 0 123911 217 0 0 25 0 1 0 608706952 152760320 33933 33554432000 4194304 4256717 140734797315008 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 33933 253 16 0 33937 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 157880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.01 3.73 4/252 28983
/proc/meminfo: memFree=18822288/32951124 swapFree=66522184/67111528
[pid=28839] ppid=28837 vsize=8700 CPUtime=1.03 cores=0,2
/proc/28839/stat : 28839 (esg_static.sh) S 28837 28839 28048 0 -1 4202496 352 11873 0 0 0 0 100 3 18 0 1 0 608706848 8908800 252 33554432000 4194304 4922060 140737204111616 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28839/statm: 2175 252 209 178 0 68 0
[pid=28843] ppid=28839 vsize=149180 CPUtime=1298.99 cores=0,2
/proc/28843/stat : 28843 (minisat_static) R 28839 28839 28048 0 -1 4202496 1329162 0 0 0 129674 225 0 0 25 0 1 0 608706952 152760320 31089 33554432000 4194304 4256717 140734797315008 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28843/statm: 37295 31089 253 16 0 33937 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 157880

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 28839 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=4847
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=37994
# CPU time returned by wait4() is 1.04284
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1297.74
CPU system time (s): 2.28
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 288108

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

runsolver used 3.07253 second user time and 6.40403 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-09 21:57:41
IDJOB=3348944
IDBENCH=82469
IDSOLVER=1811
FILE ID=node109/3348944-1304971061
RUNJOBID= node109-1304971053-28669
PBS_JOBID= 13285641
Free space on /tmp= 36844 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348944-1304971061/watcher-3348944-1304971061 -o /tmp/evaluation-result-3348944-1304971061/solver-3348944-1304971061 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348944-1304971061.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1828119407

node109.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.809
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.61
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.809
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.75
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.809
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.809
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18856464 kB
Buffers:        158228 kB
Cached:        2701480 kB
SwapCached:      18800 kB
Active:        6042496 kB
Inactive:      7822208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18856464 kB
SwapTotal:    67111528 kB
SwapFree:     66522184 kB
Dirty:           67792 kB
Writeback:           0 kB
AnonPages:    10992032 kB
Mapped:          18812 kB
Slab:           137312 kB
PageTables:      31456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18048172 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= 36848 MiB
End job on node109 at 2011-05-09 22:19:23