Trace number 3387141

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) 5000.03 4999.93

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37756.2
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
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.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  599013  1397697 |  179703       0        0     nan |  0.000 % |
3.59/3.67	c |         0 |  340394  1129456 |      --       0       --      -- |     --   | -258577/-268140
3.59/3.67	c ==============================================================================
3.59/3.67	c Result  :   #vars: 72795   #clauses: 340394   #literals: 1129456
3.59/3.67	c CPU time:   3.59945 s
3.59/3.67	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-3387141-1305595740/watcher-3387141-1305595740 -o /tmp/evaluation-result-3387141-1305595740/solver-3387141-1305595740 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387141-1305595740.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.00 3.02 3.00 4/552 19128
/proc/meminfo: memFree=17013880/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671174433 8908800 249 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19128/statm: 2175 249 209 178 0 68 0

[startup+0.0462371 s]
/proc/loadavg: 3.00 3.02 3.00 4/552 19128
/proc/meminfo: memFree=17013880/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671174433 8908800 249 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19128/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100273 s]
/proc/loadavg: 3.00 3.02 3.00 4/552 19128
/proc/meminfo: memFree=17013880/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671174433 8908800 249 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19128/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300226 s]
/proc/loadavg: 3.00 3.02 3.00 4/552 19128
/proc/meminfo: memFree=17013880/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671174433 8908800 249 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19128/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701161 s]
/proc/loadavg: 3.00 3.02 3.00 4/552 19128
/proc/meminfo: memFree=17013880/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671174433 8908800 249 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19128/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19130
/proc/meminfo: memFree=16919384/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671174433 8908800 249 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19128/statm: 2175 249 209 178 0 68 0
[pid=19129] ppid=19128 vsize=97596 CPUtime=1.49 cores=0,2,4,6
/proc/19129/stat : 19129 (SatELite_releas) R 19128 19128 18474 0 -1 4202496 23271 0 0 0 145 4 0 0 25 0 1 0 671174433 99938304 21566 33554432000 134512640 135144242 4289759792 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19129/statm: 24399 21566 77 155 0 24242 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106296

[startup+3.10072 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19130
/proc/meminfo: memFree=16902264/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671174433 8908800 249 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/19128/statm: 2175 249 209 178 0 68 0
[pid=19129] ppid=19128 vsize=102080 CPUtime=3.09 cores=0,2,4,6
/proc/19129/stat : 19129 (SatELite_releas) R 19128 19128 18474 0 -1 4202496 24740 0 0 0 302 7 0 0 25 0 1 0 671174433 104529920 22839 33554432000 134512640 135144242 4289759792 18446744073709551615 134585488 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19129/statm: 25520 22839 77 155 0 25363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110780

[startup+6.30114 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19131
/proc/meminfo: memFree=16941048/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=47940 CPUtime=2.41 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 9458 0 0 0 240 1 0 0 25 0 1 0 671174822 49090560 8280 33554432000 4194304 4256717 140735746693248 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 11985 8280 253 16 0 8627 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56640

[startup+12.701 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19132
/proc/meminfo: memFree=16918868/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=67516 CPUtime=8.8 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 21292 0 0 0 878 2 0 0 25 0 1 0 671174822 69136384 11893 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213363 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 16879 11893 253 16 0 13521 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 76216

[startup+25.5006 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19132
/proc/meminfo: memFree=16940064/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=79048 CPUtime=21.6 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 31778 0 0 0 2157 3 0 0 25 0 1 0 671174822 80945152 12189 33554432000 4194304 4256717 140735746693248 18446744073709551615 4210823 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 19762 12189 253 16 0 16404 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87748

[startup+51.101 s]
/proc/loadavg: 3.11 3.04 3.01 4/554 19133
/proc/meminfo: memFree=16893152/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=86232 CPUtime=47.21 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 38623 0 0 0 4717 4 0 0 25 0 1 0 671174822 88301568 17906 33554432000 4194304 4256717 140735746693248 18446744073709551615 4209102 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 21558 17906 253 16 0 18200 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 94932

[startup+102.321 s]
/proc/loadavg: 3.16 3.06 3.01 4/554 19134
/proc/meminfo: memFree=16937800/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=97904 CPUtime=98.43 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 42396 0 0 0 9838 5 0 0 25 0 1 0 671174822 100253696 21029 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 24476 21029 253 16 0 21118 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 106604

[startup+162.301 s]
/proc/loadavg: 3.06 3.05 3.01 4/554 19136
/proc/meminfo: memFree=16945232/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=128548 CPUtime=158.41 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 91227 0 0 0 15830 11 0 0 25 0 1 0 671174822 131633152 24061 33554432000 4194304 4256717 140735746693248 18446744073709551615 4209163 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 32137 24061 253 16 0 28779 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 137248

[startup+222.301 s]
/proc/loadavg: 3.17 3.07 3.01 4/554 19137
/proc/meminfo: memFree=16870812/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=159252 CPUtime=218.42 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 149532 0 0 0 21823 19 0 0 25 0 1 0 671174822 163074048 36365 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 39813 36365 253 16 0 36455 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 167952

[startup+282.301 s]
/proc/loadavg: 3.14 3.07 3.01 4/554 19139
/proc/meminfo: memFree=16917288/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=128908 CPUtime=278.41 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 159877 0 0 0 27821 20 0 0 25 0 1 0 671174822 132001792 25393 33554432000 4194304 4256717 140735746693248 18446744073709551615 4209921 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 32227 25393 253 16 0 28869 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 137608

[startup+342.301 s]
/proc/loadavg: 3.04 3.06 3.01 4/554 19140
/proc/meminfo: memFree=16868516/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=159256 CPUtime=338.41 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 250694 0 0 0 33808 33 0 0 25 0 1 0 671174822 163078144 32935 33554432000 4194304 4256717 140735746693248 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 39814 32935 253 16 0 36456 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 167956

[startup+402.301 s]
/proc/loadavg: 3.02 3.04 3.00 4/554 19142
/proc/meminfo: memFree=16857696/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6

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

/proc/19131/statm: 61377 50131 253 16 0 58019 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 254208

[startup+4422.3 s]
/proc/loadavg: 3.01 3.04 3.00 4/554 19923
/proc/meminfo: memFree=16943456/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=245968 CPUtime=4418.52 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 4726618 0 0 0 441152 700 0 0 25 0 1 0 671174822 251871232 52123 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 61492 52123 253 16 0 58134 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 254668

[startup+4482.3 s]
/proc/loadavg: 3.00 3.03 3.00 4/554 19925
/proc/meminfo: memFree=16958328/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=246280 CPUtime=4478.53 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 4786865 0 0 0 447143 710 0 0 25 0 1 0 671174822 252190720 51586 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 61570 51586 253 16 0 58212 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 254980

[startup+4542.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19926
/proc/meminfo: memFree=16936484/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=246648 CPUtime=4538.53 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 4849748 0 0 0 453135 718 0 0 25 0 1 0 671174822 252567552 51432 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 61662 51432 253 16 0 58304 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 255348

[startup+4602.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/554 19928
/proc/meminfo: memFree=16961772/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=197152 CPUtime=4598.55 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 4931847 0 0 0 459126 729 0 0 25 0 1 0 671174822 201883648 43684 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 49288 43684 253 16 0 45930 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 205852

[startup+4662.3 s]
/proc/loadavg: 3.11 3.04 3.01 4/554 19930
/proc/meminfo: memFree=16907820/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=248144 CPUtime=4658.53 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 4982750 0 0 0 465116 737 0 0 25 0 1 0 671174822 254099456 56501 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213458 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 62036 56501 253 16 0 58678 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 256844

[startup+4722.32 s]
/proc/loadavg: 3.09 3.05 3.01 4/554 19931
/proc/meminfo: memFree=16945996/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=248424 CPUtime=4718.56 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 5061518 0 0 0 471107 749 0 0 25 0 1 0 671174822 254386176 47796 33554432000 4194304 4256717 140735746693248 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 62106 47796 253 16 0 58748 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 257124

[startup+4782.3 s]
/proc/loadavg: 3.26 3.10 3.02 4/554 19933
/proc/meminfo: memFree=16958376/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=249552 CPUtime=4778.54 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 5123787 0 0 0 477096 758 0 0 25 0 1 0 671174822 255541248 48393 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 62388 48393 253 16 0 59030 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 258252

[startup+4842.3 s]
/proc/loadavg: 3.09 3.08 3.02 4/554 19934
/proc/meminfo: memFree=16893136/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=330940 CPUtime=4838.54 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 5170178 0 0 0 483087 767 0 0 25 0 1 0 671174822 338882560 63447 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 82735 63447 253 16 0 79377 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 339640

[startup+4902.3 s]
/proc/loadavg: 3.03 3.06 3.01 4/554 19936
/proc/meminfo: memFree=16941584/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=249960 CPUtime=4898.54 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 5239937 0 0 0 489076 778 0 0 25 0 1 0 671174822 255959040 51729 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 62490 51729 253 16 0 59132 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 258660

[startup+4962.3 s]
/proc/loadavg: 3.01 3.05 3.01 4/554 19938
/proc/meminfo: memFree=16942560/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=250380 CPUtime=4958.54 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 5301378 0 0 0 495068 786 0 0 25 0 1 0 671174822 256389120 51950 33554432000 4194304 4256717 140735746693248 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 62595 51950 253 16 0 59237 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 259080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.00 3.04 3.00 4/554 19939
/proc/meminfo: memFree=16918748/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=250784 CPUtime=4996.16 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 5334939 0 0 0 498825 791 0 0 25 0 1 0 671174822 256802816 54898 33554432000 4194304 4256717 140735746693248 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 62696 54898 253 16 0 59338 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 259484

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

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

[startup+4999.9 s]
/proc/loadavg: 3.00 3.04 3.00 4/554 19939
/proc/meminfo: memFree=16918748/32951124 swapFree=56449236/67111528
[pid=19128] ppid=19126 vsize=8700 CPUtime=3.87 cores=0,2,4,6
/proc/19128/stat : 19128 (esg_static.sh) S 19126 19128 18474 0 -1 4202496 351 26926 0 0 0 0 379 8 18 0 1 0 671174433 8908800 251 33554432000 4194304 4922060 140734968580864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19128/statm: 2175 251 209 178 0 68 0
[pid=19131] ppid=19128 vsize=250784 CPUtime=4996.16 cores=0,2,4,6
/proc/19131/stat : 19131 (minisat_static) R 19128 19128 18474 0 -1 4202496 5334939 0 0 0 498825 791 0 0 25 0 1 0 671174822 256802816 54898 33554432000 4194304 4256717 140735746693248 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19131/statm: 62696 54898 253 16 0 59338 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 259484

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.93
CPU time (s): 5000.03
CPU user time (s): 4992.04
CPU system time (s): 7.99
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 545860

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

runsolver used 28.7096 second user time and 62.2025 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-17 03:29:00
IDJOB=3387141
IDBENCH=70815
IDSOLVER=1874
FILE ID=node106/3387141-1305595740
RUNJOBID= node106-1305586739-18492
PBS_JOBID= 13350372
Free space on /tmp= 73356 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387141-1305595740/watcher-3387141-1305595740 -o /tmp/evaluation-result-3387141-1305595740/solver-3387141-1305595740 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387141-1305595740.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=852675717

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17013928 kB
Buffers:        321396 kB
Cached:        7289056 kB
SwapCached:      27532 kB
Active:        6487976 kB
Inactive:      9156336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17013928 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:           11644 kB
Writeback:          16 kB
AnonPages:     8015060 kB
Mapped:          26316 kB
Slab:           142400 kB
PageTables:      78756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168058932 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= 73452 MiB
End job on node106 at 2011-05-17 04:52:22