Trace number 3387279

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.01 4999.92

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2632.81
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.01	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  270800   617734 |   81239       0        0     nan |  0.000 % |
0.00/0.75	c |         0 |  192101   496172 |      --       0       --      -- |     --   | -30181/-21496
0.00/0.75	c ==============================================================================
0.00/0.75	c Result  :   #vars: 30161   #clauses: 192101   #literals: 496172
0.00/0.75	c CPU time:   0.730888 s
0.00/0.75	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-3387279-1305599742/watcher-3387279-1305599742 -o /tmp/evaluation-result-3387279-1305599742/solver-3387279-1305599742 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387279-1305599742.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: 0.92 1.00 1.21 3/474 11996
/proc/meminfo: memFree=20438516/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389604 8908800 250 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11996/statm: 2175 250 209 178 0 68 0

[startup+0.058143 s]
/proc/loadavg: 0.92 1.00 1.21 3/474 11996
/proc/meminfo: memFree=20438516/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389604 8908800 250 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11996/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101123 s]
/proc/loadavg: 0.92 1.00 1.21 3/474 11996
/proc/meminfo: memFree=20438516/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389604 8908800 250 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11996/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301094 s]
/proc/loadavg: 0.92 1.00 1.21 3/474 11996
/proc/meminfo: memFree=20438516/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389604 8908800 250 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11996/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701038 s]
/proc/loadavg: 0.92 1.00 1.21 3/474 11996
/proc/meminfo: memFree=20438516/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 652389604 8908800 250 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11996/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5009 s]
/proc/loadavg: 0.92 1.00 1.21 3/480 12007
/proc/meminfo: memFree=20352784/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=30684 CPUtime=0.63 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 4688 0 0 0 63 0 0 0 20 0 1 0 652389689 31420416 3946 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 7671 3946 253 16 0 4313 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39384

[startup+3.10063 s]
/proc/loadavg: 1.01 1.02 1.22 3/480 12008
/proc/meminfo: memFree=20378080/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=31320 CPUtime=2.23 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 7424 0 0 0 223 0 0 0 25 0 1 0 652389689 32071680 4219 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209264 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 7830 4219 254 16 0 4472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40020

[startup+6.30106 s]
/proc/loadavg: 1.01 1.02 1.22 3/480 12008
/proc/meminfo: memFree=20367948/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=43132 CPUtime=5.43 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 9045 0 0 0 542 1 0 0 25 0 1 0 652389689 44167168 5836 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 10783 5836 254 16 0 7425 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51832

[startup+12.7009 s]
/proc/loadavg: 1.16 1.05 1.23 3/480 12008
/proc/meminfo: memFree=20338104/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=66140 CPUtime=11.83 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 19636 0 0 0 1181 2 0 0 25 0 1 0 652389689 67727360 11669 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 16535 11669 256 16 0 13177 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74840

[startup+25.5007 s]
/proc/loadavg: 1.29 1.08 1.23 3/480 12009
/proc/meminfo: memFree=20302844/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=66140 CPUtime=24.63 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 20708 0 0 0 2461 2 0 0 25 0 1 0 652389689 67727360 12735 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 16535 12735 256 16 0 13177 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74840

[startup+51.1012 s]
/proc/loadavg: 1.53 1.16 1.25 3/480 12009
/proc/meminfo: memFree=20265176/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=84984 CPUtime=50.23 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 32108 0 0 0 5019 4 0 0 25 0 1 0 652389689 87023616 17854 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 21246 17854 256 16 0 17888 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 93684

[startup+102.318 s]
/proc/loadavg: 1.81 1.29 1.29 3/480 12011
/proc/meminfo: memFree=20199460/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=134304 CPUtime=101.45 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 100210 0 0 0 10133 12 0 0 25 0 1 0 652389689 137527296 25637 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 33576 25637 257 16 0 30218 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 143004

[startup+162.301 s]
/proc/loadavg: 1.92 1.41 1.33 3/480 12012
/proc/meminfo: memFree=20248664/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=85280 CPUtime=161.44 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 165753 0 0 0 16124 20 0 0 25 0 1 0 652389689 87326720 15989 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 21320 15989 256 16 0 17962 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93980

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.37 3/480 12014
/proc/meminfo: memFree=20236368/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=66308 CPUtime=221.43 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 214063 0 0 0 22117 26 0 0 25 0 1 0 652389689 67899392 13039 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 16577 13039 256 16 0 13219 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 75008

[startup+282.3 s]
/proc/loadavg: 1.99 1.60 1.41 3/480 12016
/proc/meminfo: memFree=20237588/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=115628 CPUtime=281.44 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 289251 0 0 0 28110 34 0 0 25 0 1 0 652389689 118403072 24079 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209016 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 28907 24079 256 16 0 25549 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 124328

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.44 3/480 12017
/proc/meminfo: memFree=20203728/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=115628 CPUtime=341.44 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 388394 0 0 0 34097 47 0 0 25 0 1 0 652389689 118403072 21065 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 28907 21065 256 16 0 25549 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 124328

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.47 3/480 12019
/proc/meminfo: memFree=20179780/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6

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

/proc/12007/statm: 69481 47288 254 16 0 66123 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 286624

[startup+4422.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/480 12138
/proc/meminfo: memFree=19797572/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=277924 CPUtime=4421.54 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6012112 0 0 0 441419 735 0 0 25 0 1 0 652389689 284594176 62563 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 69481 62563 254 16 0 66123 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 286624

[startup+4482.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/480 12140
/proc/meminfo: memFree=19687556/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=410184 CPUtime=4481.54 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6033326 0 0 0 447417 737 0 0 25 0 1 0 652389689 420028416 83738 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209140 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 102546 83738 254 16 0 99188 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 418884

[startup+4542.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/480 12141
/proc/meminfo: memFree=19803236/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=410184 CPUtime=4541.54 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6180308 0 0 0 453400 754 0 0 25 0 1 0 652389689 420028416 69112 33554432000 4194304 4256717 140735355824960 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 102546 69112 254 16 0 99188 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 418884

[startup+4602.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/480 12143
/proc/meminfo: memFree=19782504/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=277924 CPUtime=4601.56 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6240522 0 0 0 459394 762 0 0 25 0 1 0 652389689 284594176 57767 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 69481 57767 254 16 0 66123 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 286624

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/480 12144
/proc/meminfo: memFree=19866184/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=410184 CPUtime=4661.55 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6321111 0 0 0 465384 771 0 0 25 0 1 0 652389689 420028416 69568 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 102546 69568 254 16 0 99188 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 418884

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/480 12146
/proc/meminfo: memFree=19868392/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=277924 CPUtime=4721.57 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6366267 0 0 0 471380 777 0 0 25 0 1 0 652389689 284594176 52399 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 69481 52399 254 16 0 66123 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 286624

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/480 12148
/proc/meminfo: memFree=19824724/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=410184 CPUtime=4781.55 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6381849 0 0 0 477376 779 0 0 25 0 1 0 652389689 420028416 67956 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 102546 67956 254 16 0 99188 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 418884

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/480 12149
/proc/meminfo: memFree=19814040/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=277924 CPUtime=4841.55 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6495343 0 0 0 483362 793 0 0 25 0 1 0 652389689 284594176 60760 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 69481 60760 254 16 0 66123 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 286624

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/480 12151
/proc/meminfo: memFree=19803488/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=277924 CPUtime=4901.55 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6619159 0 0 0 489348 807 0 0 25 0 1 0 652389689 284594176 53034 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 69481 53034 254 16 0 66123 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 286624

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/480 12152
/proc/meminfo: memFree=19816116/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=277924 CPUtime=4961.55 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6698408 0 0 0 495337 818 0 0 25 0 1 0 652389689 284594176 65370 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 69481 65370 254 16 0 66123 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 286624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.03 2.01 3/480 12153
/proc/meminfo: memFree=19853184/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=410184 CPUtime=4999.16 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6718565 0 0 0 499096 820 0 0 25 0 1 0 652389689 420028416 85492 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 102546 85492 254 16 0 99188 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 418884

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

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

[startup+4999.9 s]
/proc/loadavg: 2.10 2.03 2.01 3/480 12153
/proc/meminfo: memFree=19853184/32951124 swapFree=67057896/67111528
[pid=11996] ppid=11994 vsize=8700 CPUtime=0.85 cores=0,2,4,6
/proc/11996/stat : 11996 (esg_static.sh) S 11994 11996 10255 0 -1 4202496 352 11808 0 0 0 0 82 3 18 0 1 0 652389604 8908800 252 33554432000 4194304 4922060 140734865884624 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11996/statm: 2175 252 209 178 0 68 0
[pid=12007] ppid=11996 vsize=410184 CPUtime=4999.16 cores=0,2,4,6
/proc/12007/stat : 12007 (minisat_static) R 11996 11996 10255 0 -1 4202496 6718565 0 0 0 499096 820 0 0 25 0 1 0 652389689 420028416 85492 33554432000 4194304 4256717 140735355824960 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12007/statm: 102546 85492 254 16 0 99188 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 418884

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.92
CPU time (s): 5000.01
CPU user time (s): 4991.78
CPU system time (s): 8.23
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 845424

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

runsolver used 24.8092 second user time and 52.472 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-17 04:35:43
IDJOB=3387279
IDBENCH=82390
IDSOLVER=1874
FILE ID=node140/3387279-1305599742
RUNJOBID= node140-1305599742-11982
PBS_JOBID= 13350338
Free space on /tmp= 73484 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387279-1305599742/watcher-3387279-1305599742 -o /tmp/evaluation-result-3387279-1305599742/solver-3387279-1305599742 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387279-1305599742.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=2001032598

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.75
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.833
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.74
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:     32951124 kB
MemFree:      20438664 kB
Buffers:        340644 kB
Cached:        4904400 kB
SwapCached:       8088 kB
Active:        8778568 kB
Inactive:      3384284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20438664 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           17928 kB
Writeback:           0 kB
AnonPages:     6914736 kB
Mapped:          37400 kB
Slab:           229192 kB
PageTables:      52316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141379300 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= 73464 MiB
End job on node140 at 2011-05-17 05:59:05