Trace number 3387359

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1004.79
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  265716   620004 |   79714       0        0     nan |  0.000 % |
0.00/0.82	c |         0 |  130698   465103 |      --       0       --      -- |     --   | -135016/-154896
0.00/0.82	c ==============================================================================
0.00/0.82	c Result  :   #vars: 21481   #clauses: 130698   #literals: 465103
0.00/0.82	c CPU time:   0.775882 s
0.00/0.82	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-3387359-1305600978/watcher-3387359-1305600978 -o /tmp/evaluation-result-3387359-1305600978/solver-3387359-1305600978 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387359-1305600978.cnf 

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

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: 2.00 1.98 1.65 2/518 13422
/proc/meminfo: memFree=13292256/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 671694459 8908800 250 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13422/statm: 2175 250 209 178 0 68 0

[startup+0.0825181 s]
/proc/loadavg: 2.00 1.98 1.65 2/518 13422
/proc/meminfo: memFree=13292256/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 671694459 8908800 250 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13422/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100524 s]
/proc/loadavg: 2.00 1.98 1.65 2/518 13422
/proc/meminfo: memFree=13292256/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 671694459 8908800 250 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13422/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300487 s]
/proc/loadavg: 2.00 1.98 1.65 2/518 13422
/proc/meminfo: memFree=13292256/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 671694459 8908800 250 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13422/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700398 s]
/proc/loadavg: 2.00 1.98 1.65 2/518 13422
/proc/meminfo: memFree=13292256/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 671694459 8908800 250 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13422/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 2.00 1.98 1.65 3/520 13425
/proc/meminfo: memFree=13269424/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=29784 CPUtime=0.58 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 4198 0 0 0 57 1 0 0 20 0 1 0 671694550 30498816 3645 33554432000 4194304 4256717 140736390930640 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 7446 3645 252 16 0 4088 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38484

[startup+3.10092 s]
/proc/loadavg: 2.00 1.98 1.65 3/520 13425
/proc/meminfo: memFree=13264960/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=30888 CPUtime=2.18 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 10925 0 0 0 217 1 0 0 25 0 1 0 671694550 31629312 4461 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213754 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 7722 4461 252 16 0 4364 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39588

[startup+6.30029 s]
/proc/loadavg: 2.08 1.99 1.66 3/520 13425
/proc/meminfo: memFree=13245296/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=54012 CPUtime=5.38 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 16188 0 0 0 536 2 0 0 25 0 1 0 671694550 55308288 9167 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 13503 9167 252 16 0 10145 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 62712

[startup+12.701 s]
/proc/loadavg: 2.08 1.99 1.66 3/520 13426
/proc/meminfo: memFree=13232536/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=61192 CPUtime=11.78 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 19462 0 0 0 1176 2 0 0 25 0 1 0 671694550 62660608 12046 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 15298 12046 252 16 0 11940 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69892

[startup+25.5005 s]
/proc/loadavg: 2.06 1.99 1.67 3/520 13426
/proc/meminfo: memFree=13248964/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=49700 CPUtime=24.58 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 28645 0 0 0 2455 3 0 0 25 0 1 0 671694550 50892800 8169 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 12425 8169 252 16 0 9067 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58400

[startup+51.1003 s]
/proc/loadavg: 2.04 1.99 1.67 3/520 13427
/proc/meminfo: memFree=13203380/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=98736 CPUtime=50.18 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 61250 0 0 0 5011 7 0 0 25 0 1 0 671694550 101105664 19244 33554432000 4194304 4256717 140736390930640 18446744073709551615 254504150165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 24684 19244 252 16 0 21326 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 107436

[startup+102.319 s]
/proc/loadavg: 2.01 1.99 1.69 3/520 13428
/proc/meminfo: memFree=13187988/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=110408 CPUtime=101.4 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 65436 0 0 0 10132 8 0 0 25 0 1 0 671694550 113057792 23177 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 27602 23177 252 16 0 24244 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119108

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.70 3/520 13430
/proc/meminfo: memFree=13160800/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=129376 CPUtime=161.39 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 71535 0 0 0 16130 9 0 0 25 0 1 0 671694550 132481024 28662 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 32344 28662 252 16 0 28986 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138076

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.72 3/520 13431
/proc/meminfo: memFree=13116616/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=178916 CPUtime=221.39 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 79710 0 0 0 22129 10 0 0 25 0 1 0 671694550 183209984 36819 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213986 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 44729 36819 252 16 0 41371 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 187616

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.75 3/520 13433
/proc/meminfo: memFree=13092392/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=178916 CPUtime=281.4 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 187177 0 0 0 28117 23 0 0 25 0 1 0 671694550 183209984 38262 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 44729 38262 252 16 0 41371 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 187616

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 1.76 3/520 13443
/proc/meminfo: memFree=13074536/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=178916 CPUtime=341.4 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 311028 0 0 0 34101 39 0 0 25 0 1 0 671694550 183209984 37944 33554432000 4194304 4256717 140736390930640 18446744073709551615 4235609 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 44729 37944 252 16 0 41371 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 187616

[startup+402.3 s]
/proc/loadavg: 2.10 2.04 1.78 3/520 13445
/proc/meminfo: memFree=13066320/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7

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

/proc/13425/statm: 75599 59987 252 16 0 72241 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 311096

[startup+4362.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/520 13566
/proc/meminfo: memFree=12920716/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=307744 CPUtime=4361.58 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 7724644 0 0 0 435081 1077 0 0 25 0 1 0 671694550 315129856 61964 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 76936 61964 252 16 0 73578 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 316444

[startup+4422.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/520 13567
/proc/meminfo: memFree=12935936/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=261108 CPUtime=4421.59 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 7806042 0 0 0 441069 1090 0 0 25 0 1 0 671694550 267374592 54652 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 65277 54652 252 16 0 61919 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 269808

[startup+4482.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/520 13569
/proc/meminfo: memFree=12797008/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=311196 CPUtime=4481.59 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 7869859 0 0 0 447060 1099 0 0 25 0 1 0 671694550 318664704 69732 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 77799 69732 252 16 0 74441 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 319896

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/520 13570
/proc/meminfo: memFree=12901996/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=311196 CPUtime=4541.59 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 7956945 0 0 0 453048 1111 0 0 25 0 1 0 671694550 318664704 63591 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 77799 63591 252 16 0 74441 0
Current children cumulated CPU time (s) 4542.49
Current children cumulated vsize (KiB) 319896

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/520 13572
/proc/meminfo: memFree=12856692/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=311196 CPUtime=4601.6 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8025876 0 0 0 459038 1122 0 0 25 0 1 0 671694550 318664704 67810 33554432000 4194304 4256717 140736390930640 18446744073709551615 4218913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 77799 67810 252 16 0 74441 0
Current children cumulated CPU time (s) 4602.5
Current children cumulated vsize (KiB) 319896

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 13574
/proc/meminfo: memFree=12905264/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=311196 CPUtime=4661.6 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8123660 0 0 0 465025 1135 0 0 25 0 1 0 671694550 318664704 62791 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 77799 62791 252 16 0 74441 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 319896

[startup+4722.32 s]
/proc/loadavg: 2.16 2.05 2.01 3/520 13575
/proc/meminfo: memFree=12868020/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=311464 CPUtime=4721.62 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8189536 0 0 0 471017 1145 0 0 25 0 1 0 671694550 318939136 63983 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213497 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 77866 63983 252 16 0 74508 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 320164

[startup+4782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/520 13577
/proc/meminfo: memFree=12870072/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=313720 CPUtime=4781.6 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8300200 0 0 0 476999 1161 0 0 25 0 1 0 671694550 321249280 64100 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 78430 64100 252 16 0 75072 0
Current children cumulated CPU time (s) 4782.5
Current children cumulated vsize (KiB) 322420

[startup+4842.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/520 13578
/proc/meminfo: memFree=12877848/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=313720 CPUtime=4841.61 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8363209 0 0 0 482987 1174 0 0 25 0 1 0 671694550 321249280 66525 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 78430 66525 252 16 0 75072 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 322420

[startup+4902.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/520 13610
/proc/meminfo: memFree=13071656/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=313864 CPUtime=4901.61 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8455264 0 0 0 488974 1187 0 0 25 0 1 0 671694550 321396736 65260 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 78466 65260 252 16 0 75108 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 322564

[startup+4962.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/520 13612
/proc/meminfo: memFree=13027676/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=314228 CPUtime=4961.61 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8495062 0 0 0 494968 1193 0 0 25 0 1 0 671694550 321769472 71830 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 78557 71830 252 16 0 75199 0
Current children cumulated CPU time (s) 4962.51
Current children cumulated vsize (KiB) 322928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.03 2.05 2.00 3/520 13613
/proc/meminfo: memFree=13048216/32950928 swapFree=45358800/67111528
[pid=13422] ppid=13420 vsize=8700 CPUtime=0.9 cores=1,3,5,7
/proc/13422/stat : 13422 (esg_static.sh) S 13420 13422 11438 0 -1 4202496 353 11319 0 0 0 0 85 5 18 0 1 0 671694459 8908800 252 33554432000 4194304 4922060 140737112096176 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13422/statm: 2175 252 209 178 0 68 0
[pid=13425] ppid=13422 vsize=320228 CPUtime=4999.12 cores=1,3,5,7
/proc/13425/stat : 13425 (minisat_static) R 13422 13422 11438 0 -1 4202496 8555994 0 0 0 498712 1200 0 0 25 0 1 0 671694550 327913472 65671 33554432000 4194304 4256717 140736390930640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13425/statm: 80057 65671 252 16 0 76699 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 328928

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

Real time (s): 4999.83
CPU time (s): 5000.02
CPU user time (s): 4987.97
CPU system time (s): 12.05
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 534036

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

runsolver used 24.3063 second user time and 61.7986 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-17 04:56:18
IDJOB=3387359
IDBENCH=82467
IDSOLVER=1874
FILE ID=node149/3387359-1305600978
RUNJOBID= node149-1305600022-13064
PBS_JOBID= 13350329
Free space on /tmp= 73604 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387359-1305600978/watcher-3387359-1305600978 -o /tmp/evaluation-result-3387359-1305600978/solver-3387359-1305600978 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387359-1305600978.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1113517687

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:      13292528 kB
Buffers:        107344 kB
Cached:         693104 kB
SwapCached:      36272 kB
Active:       10124468 kB
Inactive:      9245392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13292528 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:            5548 kB
Writeback:           4 kB
AnonPages:    18545968 kB
Mapped:          31940 kB
Slab:           100380 kB
PageTables:     117316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173187532 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= 73600 MiB
End job on node149 at 2011-05-17 06:19:40