Trace number 3387253

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.00	c Parsing...
0.00/0.27	c ==============================================================================
0.00/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.27	c ==============================================================================
0.00/0.27	c |         0 |  646790  1513089 |  194036       0        0     nan |  0.000 % |
1.39/1.43	c |         0 |  558070  1443870 |      --       0       --      -- |     --   | -37008/37955
1.39/1.43	c ==============================================================================
1.39/1.43	c Result  :   #vars: 85866   #clauses: 558070   #literals: 1443870
1.39/1.43	c CPU time:   1.38479 s
1.39/1.43	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-3387253-1305598400/watcher-3387253-1305598400 -o /tmp/evaluation-result-3387253-1305598400/solver-3387253-1305598400 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387253-1305598400.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: 3.14 2.72 2.44 4/445 9805
/proc/meminfo: memFree=21921408/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 750070742 8908800 250 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 250 209 178 0 68 0

[startup+0.073951 s]
/proc/loadavg: 3.14 2.72 2.44 4/445 9805
/proc/meminfo: memFree=21921408/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 750070742 8908800 250 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100948 s]
/proc/loadavg: 3.14 2.72 2.44 4/445 9805
/proc/meminfo: memFree=21921408/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 750070742 8908800 250 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300905 s]
/proc/loadavg: 3.14 2.72 2.44 4/445 9805
/proc/meminfo: memFree=21921408/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 750070742 8908800 250 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700818 s]
/proc/loadavg: 3.14 2.72 2.44 4/445 9805
/proc/meminfo: memFree=21921408/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 750070742 8908800 250 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50067 s]
/proc/loadavg: 3.14 2.72 2.44 4/447 9807
/proc/meminfo: memFree=21825672/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 750070742 8908800 250 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 250 209 178 0 68 0
[pid=9806] ppid=9805 vsize=99160 CPUtime=1.49 cores=1,3,5,7
/proc/9806/stat : 9806 (SatELite_releas) R 9805 9805 7922 0 -1 4202496 26521 0 0 0 144 5 0 0 25 0 1 0 750070743 101539840 21548 33554432000 134512640 135144242 4287412464 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/9806/statm: 24790 21548 77 155 0 24633 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107860

[startup+3.10037 s]
/proc/loadavg: 3.14 2.72 2.44 4/447 9808
/proc/meminfo: memFree=21864688/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=57852 CPUtime=1.38 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 11476 0 0 0 137 1 0 0 22 0 1 0 750070913 59240448 9625 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 14463 9625 251 16 0 11105 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 66552

[startup+6.30076 s]
/proc/loadavg: 3.13 2.73 2.45 4/447 9808
/proc/meminfo: memFree=21882920/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=58912 CPUtime=4.59 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 12829 0 0 0 457 2 0 0 25 0 1 0 750070913 60325888 10969 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209140 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 14728 10969 252 16 0 11370 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 67612

[startup+12.7006 s]
/proc/loadavg: 3.12 2.73 2.45 4/447 9808
/proc/meminfo: memFree=21862352/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=58928 CPUtime=10.98 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 26064 0 0 0 1095 3 0 0 25 0 1 0 750070913 60342272 10750 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 14732 10750 252 16 0 11374 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 67628

[startup+25.5011 s]
/proc/loadavg: 3.09 2.74 2.46 4/447 9809
/proc/meminfo: memFree=21812736/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=108052 CPUtime=23.78 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 38879 0 0 0 2373 5 0 0 25 0 1 0 750070913 110645248 21877 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209264 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 27013 21877 252 16 0 23655 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 116752

[startup+51.1003 s]
/proc/loadavg: 3.06 2.76 2.47 4/447 9809
/proc/meminfo: memFree=21810160/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=138696 CPUtime=49.38 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 69943 0 0 0 4928 10 0 0 25 0 1 0 750070913 142024704 27816 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 34674 27816 253 16 0 31316 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 147396

[startup+102.317 s]
/proc/loadavg: 3.02 2.80 2.49 4/447 9811
/proc/meminfo: memFree=21767852/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=157372 CPUtime=100.58 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 110103 0 0 0 10044 14 0 0 25 0 1 0 750070913 161148928 31671 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 39343 31671 253 16 0 35985 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 166072

[startup+162.3 s]
/proc/loadavg: 3.01 2.83 2.52 4/447 9812
/proc/meminfo: memFree=21761244/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=157372 CPUtime=160.57 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 152440 0 0 0 16038 19 0 0 25 0 1 0 750070913 161148928 32325 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 39343 32325 253 16 0 35985 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 166072

[startup+222.301 s]
/proc/loadavg: 3.00 2.86 2.55 4/447 9814
/proc/meminfo: memFree=21758352/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=157372 CPUtime=220.57 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 213014 0 0 0 22031 26 0 0 25 0 1 0 750070913 161148928 34778 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 39343 34778 253 16 0 35985 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 166072

[startup+282.301 s]
/proc/loadavg: 3.16 2.92 2.59 4/447 9815
/proc/meminfo: memFree=21732388/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=188192 CPUtime=280.58 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 263732 0 0 0 28026 32 0 0 25 0 1 0 750070913 192708608 38903 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 47048 38903 253 16 0 43690 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 196892

[startup+342.301 s]
/proc/loadavg: 3.13 2.94 2.61 4/447 9817
/proc/meminfo: memFree=21691288/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=157372 CPUtime=340.58 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 291832 0 0 0 34022 36 0 0 25 0 1 0 750070913 161148928 31938 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 39343 31938 253 16 0 35985 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 166072

[startup+402.3 s]
/proc/loadavg: 3.05 2.95 2.64 4/447 9819
/proc/meminfo: memFree=21655520/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7

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

/proc/9808/statm: 79917 60820 253 16 0 76559 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 328368

[startup+4422.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/447 9938
/proc/meminfo: memFree=21273872/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4420.73 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3085544 0 0 0 441648 425 0 0 25 0 1 0 750070913 327340032 71084 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 71084 253 16 0 76559 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 328368

[startup+4482.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/447 9939
/proc/meminfo: memFree=21396944/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=451928 CPUtime=4480.72 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3095620 0 0 0 447646 426 0 0 25 0 1 0 750070913 462774272 81151 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 112982 81151 253 16 0 109624 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 460628

[startup+4542.3 s]
/proc/loadavg: 3.16 3.04 3.01 4/447 9941
/proc/meminfo: memFree=21265436/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=451928 CPUtime=4540.73 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3166579 0 0 0 453638 435 0 0 25 0 1 0 750070913 462774272 79889 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 112982 79889 253 16 0 109624 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 460628

[startup+4602.3 s]
/proc/loadavg: 3.13 3.04 3.01 4/447 9943
/proc/meminfo: memFree=21214904/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=451928 CPUtime=4600.74 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3176712 0 0 0 459637 437 0 0 25 0 1 0 750070913 462774272 89977 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 112982 89977 253 16 0 109624 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 460628

[startup+4662.3 s]
/proc/loadavg: 3.05 3.03 3.00 4/447 9944
/proc/meminfo: memFree=21405804/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4660.74 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3214326 0 0 0 465630 444 0 0 25 0 1 0 750070913 327340032 58916 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 58916 253 16 0 76559 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 328368

[startup+4722.32 s]
/proc/loadavg: 3.06 3.04 3.00 4/447 9946
/proc/meminfo: memFree=21273800/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4720.75 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3267561 0 0 0 471625 450 0 0 25 0 1 0 750070913 327340032 62736 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209048 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 62736 253 16 0 76559 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 328368

[startup+4782.3 s]
/proc/loadavg: 3.02 3.03 3.00 4/447 9947
/proc/meminfo: memFree=21329772/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=451928 CPUtime=4780.73 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3283598 0 0 0 477620 453 0 0 25 0 1 0 750070913 462774272 78738 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209115 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 112982 78738 253 16 0 109624 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 460628

[startup+4842.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/447 9949
/proc/meminfo: memFree=21247488/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4840.74 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3326946 0 0 0 483615 459 0 0 25 0 1 0 750070913 327340032 63911 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 63911 253 16 0 76559 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 328368

[startup+4902.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/447 9951
/proc/meminfo: memFree=21347008/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4900.74 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3368729 0 0 0 489608 466 0 0 25 0 1 0 750070913 327340032 57883 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 57883 253 16 0 76559 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 328368

[startup+4962.3 s]
/proc/loadavg: 2.95 3.00 2.99 4/447 9982
/proc/meminfo: memFree=21736144/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4960.75 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3425172 0 0 0 495600 475 0 0 25 0 1 0 750070913 327340032 68825 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 68825 253 16 0 76559 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 328368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.97 3.00 2.99 4/447 9983
/proc/meminfo: memFree=21750348/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4998.35 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3469508 0 0 0 499354 481 0 0 25 0 1 0 750070913 327340032 60232 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 60232 253 16 0 76559 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 328368

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.97 3.00 2.99 4/447 9983
/proc/meminfo: memFree=21750348/32950928 swapFree=60044328/67111528
[pid=9805] ppid=9803 vsize=8700 CPUtime=1.69 cores=1,3,5,7
/proc/9805/stat : 9805 (esg_static.sh) S 9803 9805 7922 0 -1 4202496 353 26522 0 0 0 0 162 7 18 0 1 0 750070742 8908800 252 33554432000 4194304 4922060 140734926419632 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9805/statm: 2175 252 209 178 0 68 0
[pid=9808] ppid=9805 vsize=319668 CPUtime=4998.35 cores=1,3,5,7
/proc/9808/stat : 9808 (minisat_static) R 9805 9805 7922 0 -1 4202496 3469508 0 0 0 499354 481 0 0 25 0 1 0 750070913 327340032 60232 33554432000 4194304 4256717 140734126150096 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9808/statm: 79917 60232 253 16 0 76559 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 328368

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9805 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=628752
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=71989
# CPU time returned by wait4() is 1.70074
# while last known CPU time is 5000.04
#
# 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.04
CPU user time (s): 4995.16
CPU system time (s): 4.88
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 804504

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

runsolver used 20.3279 second user time and 52.2611 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-17 04:13:21
IDJOB=3387253
IDBENCH=82369
IDSOLVER=1874
FILE ID=node114/3387253-1305598400
RUNJOBID= node114-1305598060-9623
PBS_JOBID= 13350364
Free space on /tmp= 73188 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=2004157685

node114.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.848
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.69
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.848
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.15
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.848
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.74
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.848
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.848
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.848
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.848
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.74
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.848
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:      21921448 kB
Buffers:         94356 kB
Cached:         706088 kB
SwapCached:      48584 kB
Active:        2476300 kB
Inactive:      8337000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21921448 kB
SwapTotal:    67111528 kB
SwapFree:     60044328 kB
Dirty:           55388 kB
Writeback:          72 kB
AnonPages:     9970732 kB
Mapped:          28472 kB
Slab:            83976 kB
PageTables:      62780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108586192 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= 73208 MiB
End job on node114 at 2011-05-17 05:36:43