Trace number 3387351

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/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2605.99
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
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 |  287043   669767 |   86112       0        0     nan |  0.000 % |
1.69/1.73	c |         0 |  165084   471456 |      --       0       --      -- |     --   | -121957/-198306
1.69/1.73	c ==============================================================================
1.69/1.73	c Result  :   #vars: 35680   #clauses: 165084   #literals: 471456
1.69/1.73	c CPU time:   1.68974 s
1.69/1.73	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-3387351-1305600857/watcher-3387351-1305600857 -o /tmp/evaluation-result-3387351-1305600857/solver-3387351-1305600857 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387351-1305600857.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: 2.04 1.98 1.61 2/518 13387
/proc/meminfo: memFree=12841484/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671682382 8908800 249 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13387/statm: 2175 249 209 178 0 68 0

[startup+0.109641 s]
/proc/loadavg: 2.04 1.98 1.61 2/518 13387
/proc/meminfo: memFree=12841484/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671682382 8908800 249 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13387/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200622 s]
/proc/loadavg: 2.04 1.98 1.61 2/518 13387
/proc/meminfo: memFree=12841484/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671682382 8908800 249 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13387/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300601 s]
/proc/loadavg: 2.04 1.98 1.61 2/518 13387
/proc/meminfo: memFree=12841484/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671682382 8908800 249 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13387/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700522 s]
/proc/loadavg: 2.04 1.98 1.61 2/518 13387
/proc/meminfo: memFree=12841484/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671682382 8908800 249 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13387/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 2.04 1.98 1.61 3/520 13389
/proc/meminfo: memFree=12782700/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 326 0 0 0 0 0 0 0 22 0 1 0 671682382 8908800 249 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13387/statm: 2175 249 209 178 0 68 0
[pid=13388] ppid=13387 vsize=51732 CPUtime=1.49 cores=0,2,4,6
/proc/13388/stat : 13388 (SatELite_releas) R 13387 13387 11438 0 -1 4202496 12793 0 0 0 145 4 0 0 25 0 1 0 671682382 52973568 11482 33554432000 134512640 135144242 4292884016 18446744073709551615 134585381 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13388/statm: 12933 11482 77 155 0 12776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60432

[startup+3.10104 s]
/proc/loadavg: 2.04 1.98 1.61 3/520 13390
/proc/meminfo: memFree=12807616/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=28808 CPUtime=1.26 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 6096 0 0 0 126 0 0 0 22 0 1 0 671682565 29499392 3916 33554432000 4194304 4256717 140734393889312 18446744073709551615 4210867 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 7202 3916 253 16 0 3844 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 37508

[startup+6.30041 s]
/proc/loadavg: 2.04 1.98 1.61 3/520 13390
/proc/meminfo: memFree=12783188/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=40508 CPUtime=4.47 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 10637 0 0 0 446 1 0 0 25 0 1 0 671682565 41480192 6411 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 10127 6411 253 16 0 6769 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49208

[startup+12.7011 s]
/proc/loadavg: 2.04 1.98 1.61 3/520 13390
/proc/meminfo: memFree=12821056/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=47648 CPUtime=10.87 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 13391 0 0 0 1086 1 0 0 25 0 1 0 671682565 48791552 8686 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 11912 8686 253 16 0 8554 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56348

[startup+25.5006 s]
/proc/loadavg: 2.03 1.98 1.62 3/520 13391
/proc/meminfo: memFree=12826264/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=52068 CPUtime=23.67 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 22062 0 0 0 2365 2 0 0 25 0 1 0 671682565 53317632 9243 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209069 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 13017 9243 253 16 0 9659 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60768

[startup+51.1005 s]
/proc/loadavg: 2.02 1.98 1.63 3/520 13391
/proc/meminfo: memFree=12773068/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=70884 CPUtime=49.27 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 42069 0 0 0 4923 4 0 0 25 0 1 0 671682565 72585216 14086 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 17721 14086 253 16 0 14363 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 79584

[startup+102.301 s]
/proc/loadavg: 2.01 1.98 1.65 3/520 13393
/proc/meminfo: memFree=12661192/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=89740 CPUtime=100.48 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 62190 0 0 0 10042 6 0 0 25 0 1 0 671682565 91893760 19225 33554432000 4194304 4256717 140734393889312 18446744073709551615 4213958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 22435 19225 253 16 0 19077 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98440

[startup+162.3 s]
/proc/loadavg: 2.04 1.99 1.67 3/520 13426
/proc/meminfo: memFree=13191580/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=139060 CPUtime=160.47 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 81380 0 0 0 16038 9 0 0 25 0 1 0 671682565 142397440 28200 33554432000 4194304 4256717 140734393889312 18446744073709551615 4222787 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 34765 28200 253 16 0 31407 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 147760

[startup+222.319 s]
/proc/loadavg: 2.01 1.99 1.69 3/520 13428
/proc/meminfo: memFree=13190344/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=89740 CPUtime=220.49 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 130626 0 0 0 22034 15 0 0 25 0 1 0 671682565 91893760 19225 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 22435 19225 253 16 0 19077 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98440

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.70 3/520 13430
/proc/meminfo: memFree=13185228/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=101412 CPUtime=280.47 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 203882 0 0 0 28023 24 0 0 25 0 1 0 671682565 103845888 20242 33554432000 4194304 4256717 140734393889312 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 25353 20242 253 16 0 21995 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 110112

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.72 3/520 13431
/proc/meminfo: memFree=13148980/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=120620 CPUtime=340.48 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 264754 0 0 0 34016 32 0 0 25 0 1 0 671682565 123514880 23199 33554432000 4194304 4256717 140734393889312 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 30155 23199 253 16 0 26797 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 129320

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 1.75 3/520 13433
/proc/meminfo: memFree=13097352/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6

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

/proc/13390/statm: 57969 53034 253 16 0 54611 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 240576

[startup+4422.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/520 13564
/proc/meminfo: memFree=12916532/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=231876 CPUtime=4420.67 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7106246 0 0 0 441139 928 0 0 25 0 1 0 671682565 237441024 50429 33554432000 4194304 4256717 140734393889312 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 57969 50429 253 16 0 54611 0
Current children cumulated CPU time (s) 4422.48
Current children cumulated vsize (KiB) 240576

[startup+4482.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/520 13566
/proc/meminfo: memFree=12922700/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=231876 CPUtime=4480.67 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7231540 0 0 0 447122 945 0 0 25 0 1 0 671682565 237441024 47132 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209083 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 57969 47132 253 16 0 54611 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 240576

[startup+4542.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/520 13567
/proc/meminfo: memFree=12939408/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=231876 CPUtime=4540.68 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7323295 0 0 0 453110 958 0 0 25 0 1 0 671682565 237441024 50195 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 57969 50195 253 16 0 54611 0
Current children cumulated CPU time (s) 4542.49
Current children cumulated vsize (KiB) 240576

[startup+4602.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/520 13569
/proc/meminfo: memFree=12799240/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=313264 CPUtime=4600.68 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7409195 0 0 0 459100 968 0 0 25 0 1 0 671682565 320782336 70523 33554432000 4194304 4256717 140734393889312 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 78316 70523 253 16 0 74958 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 321964

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/520 13570
/proc/meminfo: memFree=12903236/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=231876 CPUtime=4660.68 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7547882 0 0 0 465080 988 0 0 25 0 1 0 671682565 237441024 49732 33554432000 4194304 4256717 140734393889312 18446744073709551615 4214122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 57969 49732 253 16 0 54611 0
Current children cumulated CPU time (s) 4662.49
Current children cumulated vsize (KiB) 240576

[startup+4722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/520 13572
/proc/meminfo: memFree=12858676/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=313264 CPUtime=4720.7 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7658004 0 0 0 471066 1004 0 0 25 0 1 0 671682565 320782336 56421 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 78316 56421 253 16 0 74958 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 321964

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 13574
/proc/meminfo: memFree=12908116/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=231876 CPUtime=4780.69 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7794392 0 0 0 477048 1021 0 0 25 0 1 0 671682565 237441024 49632 33554432000 4194304 4256717 140734393889312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 57969 49632 253 16 0 54611 0
Current children cumulated CPU time (s) 4782.5
Current children cumulated vsize (KiB) 240576

[startup+4842.32 s]
/proc/loadavg: 2.16 2.05 2.01 3/520 13575
/proc/meminfo: memFree=12871988/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=313264 CPUtime=4840.71 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7895765 0 0 0 483037 1034 0 0 25 0 1 0 671682565 320782336 57433 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 78316 57433 253 16 0 74958 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 321964

[startup+4902.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/520 13577
/proc/meminfo: memFree=12871312/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=313264 CPUtime=4900.7 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 7942067 0 0 0 489028 1042 0 0 25 0 1 0 671682565 320782336 57575 33554432000 4194304 4256717 140734393889312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 78316 57575 253 16 0 74958 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 321964

[startup+4962.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/520 13578
/proc/meminfo: memFree=12880576/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=231876 CPUtime=4960.69 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 8042398 0 0 0 495016 1053 0 0 25 0 1 0 671682565 237441024 52581 33554432000 4194304 4256717 140734393889312 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 57969 52581 253 16 0 54611 0
Current children cumulated CPU time (s) 4962.5
Current children cumulated vsize (KiB) 240576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.13 2.07 2.01 3/520 13579
/proc/meminfo: memFree=12778372/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=445524 CPUtime=4998.21 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 8068908 0 0 0 498764 1057 0 0 25 0 1 0 671682565 456216576 78887 33554432000 4194304 4256717 140734393889312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 111381 78887 253 16 0 108023 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 454224

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

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

[startup+4999.8 s]
/proc/loadavg: 2.13 2.07 2.01 3/520 13579
/proc/meminfo: memFree=12778372/32950928 swapFree=45358800/67111528
[pid=13387] ppid=13385 vsize=8700 CPUtime=1.81 cores=0,2,4,6
/proc/13387/stat : 13387 (esg_static.sh) S 13385 13387 11438 0 -1 4202496 351 13482 0 0 0 0 177 4 18 0 1 0 671682382 8908800 251 33554432000 4194304 4922060 140735525030912 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13387/statm: 2175 251 209 178 0 68 0
[pid=13390] ppid=13387 vsize=445524 CPUtime=4998.21 cores=0,2,4,6
/proc/13390/stat : 13390 (minisat_static) R 13387 13387 11438 0 -1 4202496 8068908 0 0 0 498764 1057 0 0 25 0 1 0 671682565 456216576 78887 33554432000 4194304 4256717 140734393889312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13390/statm: 111381 78887 253 16 0 108023 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 454224

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13387 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=775730
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=50992
# CPU time returned by wait4() is 1.82672
# 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): 4989.41
CPU system time (s): 10.61
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 665840

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

runsolver used 26.7679 second user time and 56.8914 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-17 04:54:17
IDJOB=3387351
IDBENCH=82462
IDSOLVER=1874
FILE ID=node149/3387351-1305600857
RUNJOBID= node149-1305600022-13063
PBS_JOBID= 13350329
Free space on /tmp= 73476 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387351-1305600857/watcher-3387351-1305600857 -o /tmp/evaluation-result-3387351-1305600857/solver-3387351-1305600857 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387351-1305600857.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=445112719

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:      12841640 kB
Buffers:        107128 kB
Cached:         824776 kB
SwapCached:      36272 kB
Active:       10573344 kB
Inactive:      9244692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12841640 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:            6360 kB
Writeback:           8 kB
AnonPages:    18862292 kB
Mapped:          31968 kB
Slab:           104120 kB
PageTables:     118648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173531684 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= 73592 MiB
End job on node149 at 2011-05-17 06:17:39