Trace number 3387557

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

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
1.29/1.39	c ==============================================================================
1.29/1.39	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.39	c ==============================================================================
1.29/1.39	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
23.89/23.93	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
23.89/23.93	c ==============================================================================
23.89/23.93	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
23.89/23.93	c CPU time:   23.7134 s
23.89/23.93	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-3387557-1305605980/watcher-3387557-1305605980 -o /tmp/evaluation-result-3387557-1305605980/solver-3387557-1305605980 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387557-1305605980.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.03 2.05 2.00 2/518 13640
/proc/meminfo: memFree=13226724/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0

[startup+0.106983 s]
/proc/loadavg: 2.03 2.05 2.00 2/518 13640
/proc/meminfo: memFree=13226724/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200967 s]
/proc/loadavg: 2.03 2.05 2.00 2/518 13640
/proc/meminfo: memFree=13226724/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300949 s]
/proc/loadavg: 2.03 2.05 2.00 2/518 13640
/proc/meminfo: memFree=13226724/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700868 s]
/proc/loadavg: 2.03 2.05 2.00 2/518 13640
/proc/meminfo: memFree=13226724/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 2.03 2.05 2.00 3/520 13642
/proc/meminfo: memFree=13061416/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
[pid=13641] ppid=13640 vsize=285088 CPUtime=1.49 cores=1,3,5,7
/proc/13641/stat : 13641 (SatELite_releas) R 13640 13640 11438 0 -1 4202496 67634 0 0 0 131 18 0 0 25 0 1 0 672194892 291930112 67589 33554432000 134512640 135144242 4287869696 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/13641/statm: 71272 67589 74 155 0 71115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293788

[startup+3.10038 s]
/proc/loadavg: 2.03 2.05 2.00 3/520 13642
/proc/meminfo: memFree=12979700/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
[pid=13641] ppid=13640 vsize=268272 CPUtime=3.09 cores=1,3,5,7
/proc/13641/stat : 13641 (SatELite_releas) R 13640 13640 11438 0 -1 4202496 72107 0 0 0 291 18 0 0 25 0 1 0 672194892 274710528 64449 33554432000 134512640 135144242 4287869696 18446744073709551615 134555816 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/13641/statm: 67068 64449 77 155 0 66911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 276972

[startup+6.30075 s]
/proc/loadavg: 2.03 2.05 2.00 3/520 13642
/proc/meminfo: memFree=12949936/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
[pid=13641] ppid=13640 vsize=301496 CPUtime=6.29 cores=1,3,5,7
/proc/13641/stat : 13641 (SatELite_releas) R 13640 13640 11438 0 -1 4202496 76368 0 0 0 610 19 0 0 25 0 1 0 672194892 308731904 68710 33554432000 134512640 135144242 4287869696 18446744073709551615 134555196 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/13641/statm: 75374 68710 77 155 0 75217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 310196

[startup+12.7005 s]
/proc/loadavg: 2.02 2.05 2.00 3/520 13642
/proc/meminfo: memFree=12899340/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
[pid=13641] ppid=13640 vsize=359128 CPUtime=12.69 cores=1,3,5,7
/proc/13641/stat : 13641 (SatELite_releas) R 13640 13640 11438 0 -1 4202496 87047 0 0 0 1248 21 0 0 25 0 1 0 672194892 367747072 78821 33554432000 134512640 135144242 4287869696 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/13641/statm: 89782 78821 77 155 0 89625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367828

[startup+25.5009 s]
/proc/loadavg: 2.17 2.08 2.01 3/520 13642
/proc/meminfo: memFree=12854548/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 327 0 0 0 0 0 0 0 22 0 1 0 672194892 8908800 249 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13640/statm: 2175 249 209 178 0 68 0
[pid=13641] ppid=13640 vsize=313084 CPUtime=25.49 cores=1,3,5,7
/proc/13641/stat : 13641 (SatELite_releas) R 13640 13640 11438 0 -1 4202496 94761 0 0 0 2519 30 0 0 25 0 1 0 672194892 320598016 71533 33554432000 134512640 135144242 4287869696 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/13641/statm: 78271 71533 80 155 0 78114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321784

[startup+51.1008 s]
/proc/loadavg: 2.17 2.09 2.02 3/520 13644
/proc/meminfo: memFree=12915700/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=263852 CPUtime=25.3 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 99623 0 0 0 2516 14 0 0 25 0 1 0 672197471 270184448 51161 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 65963 51161 252 16 0 62605 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 272552

[startup+102.301 s]
/proc/loadavg: 2.07 2.07 2.01 3/520 13645
/proc/meminfo: memFree=12910964/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=269780 CPUtime=76.51 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 256237 0 0 0 7618 33 0 0 25 0 1 0 672197471 276254720 52336 33554432000 4194304 4256717 140736014105440 18446744073709551615 4209919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 67445 52336 252 16 0 64087 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 278480

[startup+162.301 s]
/proc/loadavg: 2.02 2.06 2.00 3/520 13647
/proc/meminfo: memFree=12887204/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=273876 CPUtime=136.5 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 384032 0 0 0 13601 49 0 0 25 0 1 0 672197471 280449024 58120 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 68469 58120 252 16 0 65111 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 282576

[startup+222.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/520 13649
/proc/meminfo: memFree=12873856/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=278680 CPUtime=196.52 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 509054 0 0 0 19585 67 0 0 25 0 1 0 672197471 285368320 59026 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 69670 59026 252 16 0 66312 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 287380

[startup+282.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/520 13650
/proc/meminfo: memFree=12869320/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=282548 CPUtime=256.51 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 722885 0 0 0 25558 93 0 0 25 0 1 0 672197471 289329152 58950 33554432000 4194304 4256717 140736014105440 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 70637 58950 252 16 0 67279 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 291248

[startup+342.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/520 13652
/proc/meminfo: memFree=12831944/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=285760 CPUtime=316.51 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 850427 0 0 0 31539 112 0 0 25 0 1 0 672197471 292618240 60760 33554432000 4194304 4256717 140736014105440 18446744073709551615 4229436 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 71440 60760 252 16 0 68082 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 294460

[startup+402.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/520 13653
/proc/meminfo: memFree=12858036/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7

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

/proc/13643/statm: 114354 96462 252 16 0 110996 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 466116

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 13773
/proc/meminfo: memFree=12628756/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=459400 CPUtime=4396.7 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 9819299 0 0 0 438335 1335 0 0 25 0 1 0 672197471 470425600 100639 33554432000 4194304 4256717 140736014105440 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 114850 100639 252 16 0 111492 0
Current children cumulated CPU time (s) 4422.48
Current children cumulated vsize (KiB) 468100

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/520 13774
/proc/meminfo: memFree=12649540/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=462400 CPUtime=4456.71 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10052688 0 0 0 444305 1366 0 0 25 0 1 0 672197471 473497600 95641 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 115600 95641 252 16 0 112242 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 471100

[startup+4542.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/520 13776
/proc/meminfo: memFree=12666728/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=465188 CPUtime=4516.71 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10148839 0 0 0 450292 1379 0 0 25 0 1 0 672197471 476352512 93878 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116297 93878 252 16 0 112939 0
Current children cumulated CPU time (s) 4542.49
Current children cumulated vsize (KiB) 473888

[startup+4602.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/520 13777
/proc/meminfo: memFree=12670784/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467036 CPUtime=4576.71 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10248766 0 0 0 456276 1395 0 0 25 0 1 0 672197471 478244864 92076 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116759 92076 252 16 0 113401 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 475736

[startup+4662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/520 13779
/proc/meminfo: memFree=12666516/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467036 CPUtime=4636.71 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10352485 0 0 0 462261 1410 0 0 25 0 1 0 672197471 478244864 92397 33554432000 4194304 4256717 140736014105440 18446744073709551615 4229410 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116759 92397 252 16 0 113401 0
Current children cumulated CPU time (s) 4662.49
Current children cumulated vsize (KiB) 475736

[startup+4722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/520 13781
/proc/meminfo: memFree=12677028/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=385648 CPUtime=4696.73 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10456038 0 0 0 468247 1426 0 0 25 0 1 0 672197471 394903552 88896 33554432000 4194304 4256717 140736014105440 18446744073709551615 4210793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 96412 88896 252 16 0 93054 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 394348

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 13782
/proc/meminfo: memFree=12621672/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467036 CPUtime=4756.73 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10573863 0 0 0 474230 1443 0 0 25 0 1 0 672197471 478244864 102414 33554432000 4194304 4256717 140736014105440 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116759 102414 252 16 0 113401 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 475736

[startup+4842.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/520 13784
/proc/meminfo: memFree=12669856/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467036 CPUtime=4816.75 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10737883 0 0 0 480209 1466 0 0 25 0 1 0 672197471 478244864 93370 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213497 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116759 93370 252 16 0 113401 0
Current children cumulated CPU time (s) 4842.53
Current children cumulated vsize (KiB) 475736

[startup+4902.3 s]
/proc/loadavg: 1.73 1.97 1.98 2/513 13803
/proc/meminfo: memFree=12798648/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467884 CPUtime=4876.73 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10845799 0 0 0 486191 1482 0 0 25 0 1 0 672197471 479113216 98920 33554432000 4194304 4256717 140736014105440 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116971 98920 252 16 0 113613 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 476584

[startup+4962.3 s]
/proc/loadavg: 1.27 1.79 1.92 2/513 13805
/proc/meminfo: memFree=12823392/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467884 CPUtime=4936.73 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 10958628 0 0 0 492173 1500 0 0 25 0 1 0 672197471 479113216 92499 33554432000 4194304 4256717 140736014105440 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116971 92499 252 16 0 113613 0
Current children cumulated CPU time (s) 4962.51
Current children cumulated vsize (KiB) 476584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.14 1.69 1.88 2/513 13806
/proc/meminfo: memFree=12806756/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467884 CPUtime=4974.24 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 11013153 0 0 0 495917 1507 0 0 25 0 1 0 672197471 479113216 96602 33554432000 4194304 4256717 140736014105440 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116971 96602 252 16 0 113613 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 476584

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: 1.14 1.69 1.88 2/513 13806
/proc/meminfo: memFree=12806756/32950928 swapFree=45358800/67111528
[pid=13640] ppid=13638 vsize=8700 CPUtime=25.78 cores=1,3,5,7
/proc/13640/stat : 13640 (esg_static.sh) S 13638 13640 11438 0 -1 4202496 352 94762 0 0 0 0 2545 33 18 0 1 0 672194892 8908800 251 33554432000 4194304 4922060 140737258654224 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13640/statm: 2175 251 209 178 0 68 0
[pid=13643] ppid=13640 vsize=467884 CPUtime=4974.24 cores=1,3,5,7
/proc/13643/stat : 13643 (minisat_static) R 13640 13640 11438 0 -1 4202496 11013153 0 0 0 495917 1507 0 0 25 0 1 0 672197471 479113216 96602 33554432000 4194304 4256717 140736014105440 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13643/statm: 116971 96602 252 16 0 113613 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 476584

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13640 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=456130
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=335948
# CPU time returned by wait4() is 25.7921
# 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): 4984.62
CPU system time (s): 15.4
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 819612

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

runsolver used 24.2743 second user time and 62.1056 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-17 06:19:42
IDJOB=3387557
IDBENCH=85007
IDSOLVER=1874
FILE ID=node149/3387557-1305605980
RUNJOBID= node149-1305600022-13064
PBS_JOBID= 13350329
Free space on /tmp= 73528 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387557-1305605980/watcher-3387557-1305605980 -o /tmp/evaluation-result-3387557-1305605980/solver-3387557-1305605980 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387557-1305605980.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1058395056

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:      13227004 kB
Buffers:        110308 kB
Cached:         781624 kB
SwapCached:      36272 kB
Active:       10169260 kB
Inactive:      9265192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13227004 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:           78076 kB
Writeback:           0 kB
AnonPages:    18518808 kB
Mapped:          31996 kB
Slab:           102960 kB
PageTables:     117964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173165828 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= 73444 MiB
End job on node149 at 2011-05-17 07:43:04