Trace number 3498965

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
rcl 2011-04-01? (TO) 5000.06 5000.01

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.00	c Parsing...
0.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  270800   617734 |   81239       0        0     nan |  0.000 % |
0.00/0.70	c |         0 |  192101   496172 |      --       0       --      -- |     --   | -30181/-21496
0.00/0.70	c ==============================================================================
0.00/0.70	c Result  :   #vars: 30161   #clauses: 192101   #literals: 496172
0.00/0.70	c CPU time:   0.672897 s
0.00/0.70	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.1 (svn: 989)

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-3498965-1308150887/watcher-3498965-1308150887 -o /tmp/evaluation-result-3498965-1308150887/solver-3498965-1308150887 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498965-1308150887.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: 1.92 1.98 2.03 2/178 27602
/proc/meminfo: memFree=29939680/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 1005319430 8908800 249 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27602/statm: 2175 249 209 178 0 68 0

[startup+0.086303 s]
/proc/loadavg: 1.92 1.98 2.03 2/178 27602
/proc/meminfo: memFree=29939680/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 1005319430 8908800 249 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27602/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100296 s]
/proc/loadavg: 1.92 1.98 2.03 2/178 27602
/proc/meminfo: memFree=29939680/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 1005319430 8908800 249 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27602/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300266 s]
/proc/loadavg: 1.92 1.98 2.03 2/178 27602
/proc/meminfo: memFree=29939680/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 1005319430 8908800 249 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27602/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700209 s]
/proc/loadavg: 1.92 1.98 2.03 2/178 27602
/proc/meminfo: memFree=29939680/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 1005319430 8908800 249 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27602/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 1.92 1.98 2.03 3/180 27605
/proc/meminfo: memFree=29924684/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=17272 CPUtime=0.69 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 2678 0 0 0 69 0 0 0 18 0 1 0 1005319510 17686528 2589 33554432000 4194304 4218580 140734737983120 18446744073709551615 4211237 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 4318 2589 125 6 0 2788 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25972

[startup+3.10079 s]
/proc/loadavg: 1.92 1.98 2.03 3/180 27605
/proc/meminfo: memFree=29922828/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=18208 CPUtime=2.29 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 2916 0 0 0 229 0 0 0 21 0 1 0 1005319510 18644992 2827 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210050 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 4552 2827 130 6 0 3022 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26908

[startup+6.30027 s]
/proc/loadavg: 1.93 1.98 2.03 3/180 27605
/proc/meminfo: memFree=29920468/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=21988 CPUtime=5.49 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 3892 0 0 0 549 0 0 0 25 0 1 0 1005319510 22515712 3803 33554432000 4194304 4218580 140734737983120 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 5497 3803 130 6 0 3967 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30688

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 2.03 3/180 27605
/proc/meminfo: memFree=29916900/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=24388 CPUtime=11.89 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 4495 0 0 0 1189 0 0 0 25 0 1 0 1005319510 24973312 4406 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210312 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 6097 4406 130 6 0 4567 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33088

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 2.02 3/180 27605
/proc/meminfo: memFree=29912976/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=28444 CPUtime=24.7 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 5505 0 0 0 2469 1 0 0 25 0 1 0 1005319510 29126656 5416 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210252 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 7111 5416 130 6 0 5581 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37144

[startup+51.1008 s]
/proc/loadavg: 1.96 1.98 2.02 3/180 27605
/proc/meminfo: memFree=29890100/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=41992 CPUtime=50.29 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 8887 0 0 0 5028 1 0 0 25 0 1 0 1005319510 42999808 8798 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 10498 8798 130 6 0 8968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50692

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 2.02 3/180 27607
/proc/meminfo: memFree=29857600/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=47396 CPUtime=101.5 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 10904 0 0 0 10149 1 0 0 25 0 1 0 1005319510 48533504 10157 33554432000 4194304 4218580 140734737983120 18446744073709551615 4211237 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 11849 10157 130 6 0 10319 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 56096

[startup+162.3 s]
/proc/loadavg: 2.04 2.00 2.02 3/180 27609
/proc/meminfo: memFree=29797544/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=71444 CPUtime=161.49 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 16891 0 0 0 16147 2 0 0 25 0 1 0 1005319510 73158656 16144 33554432000 4194304 4218580 140734737983120 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 17861 16144 131 6 0 16331 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 80144

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/180 27611
/proc/meminfo: memFree=29769088/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=71444 CPUtime=221.49 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 16901 0 0 0 22147 2 0 0 25 0 1 0 1005319510 73158656 16150 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210054 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 17861 16150 131 6 0 16331 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 80144

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27613
/proc/meminfo: memFree=29749820/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=80480 CPUtime=281.5 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 19158 0 0 0 28147 3 0 0 25 0 1 0 1005319510 82411520 18407 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 20120 18407 131 6 0 18590 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89180

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27613
/proc/meminfo: memFree=29727332/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=103400 CPUtime=341.5 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 24910 0 0 0 34146 4 0 0 25 0 1 0 1005319510 105881600 24158 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210252 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 25850 24158 131 6 0 24320 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 112100

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27615
/proc/meminfo: memFree=29720096/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7

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

/proc/27605/statm: 66127 64432 131 6 0 64597 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 273208

[startup+4362.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/180 27742
/proc/meminfo: memFree=29348664/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=264444 CPUtime=4361.55 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 67976 0 0 0 436146 9 0 0 25 0 1 0 1005319510 270790656 64410 33554432000 4194304 4218580 140734737983120 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 66111 64410 131 6 0 64581 0
Current children cumulated CPU time (s) 4362.34
Current children cumulated vsize (KiB) 273144

[startup+4422.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 27744
/proc/meminfo: memFree=29348360/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=264540 CPUtime=4421.55 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 68001 0 0 0 442146 9 0 0 25 0 1 0 1005319510 270888960 64435 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210252 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 66135 64435 131 6 0 64605 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 273240

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 27746
/proc/meminfo: memFree=29308364/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=305888 CPUtime=4481.56 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 78366 0 0 0 448145 11 0 0 25 0 1 0 1005319510 313229312 74775 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210026 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 76472 74775 131 6 0 74942 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 314588

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 27746
/proc/meminfo: memFree=29271108/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341576 CPUtime=4541.56 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87301 0 0 0 454144 12 0 0 25 0 1 0 1005319510 349773824 83677 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210294 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85394 83677 131 6 0 83864 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 350276

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27748
/proc/meminfo: memFree=29271184/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341576 CPUtime=4601.57 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87337 0 0 0 460145 12 0 0 25 0 1 0 1005319510 349773824 83678 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210069 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85394 83678 131 6 0 83864 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 350276

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27750
/proc/meminfo: memFree=29271008/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341480 CPUtime=4661.56 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87365 0 0 0 466144 12 0 0 25 0 1 0 1005319510 349675520 83652 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210284 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85370 83652 131 6 0 83840 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 350180

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27752
/proc/meminfo: memFree=29270828/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341512 CPUtime=4721.57 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87393 0 0 0 472145 12 0 0 25 0 1 0 1005319510 349708288 83660 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85378 83660 131 6 0 83848 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 350212

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27795
/proc/meminfo: memFree=29737088/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341640 CPUtime=4781.57 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87445 0 0 0 478145 12 0 0 25 0 1 0 1005319510 349839360 83691 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85410 83691 131 6 0 83880 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 350340

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27795
/proc/meminfo: memFree=29730084/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341512 CPUtime=4841.57 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87479 0 0 0 484145 12 0 0 25 0 1 0 1005319510 349708288 83667 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85378 83667 131 6 0 83848 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 350212

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27797
/proc/meminfo: memFree=29725444/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341640 CPUtime=4901.57 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87504 0 0 0 490145 12 0 0 25 0 1 0 1005319510 349839360 83692 33554432000 4194304 4218580 140734737983120 18446744073709551615 4210050 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85410 83692 131 6 0 83880 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 350340

[startup+4962.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27799
/proc/meminfo: memFree=29722060/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341544 CPUtime=4961.57 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87534 0 0 0 496145 12 0 0 25 0 1 0 1005319510 349741056 83674 33554432000 4194304 4218580 140734737983120 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85386 83674 131 6 0 83856 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 350244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 27799
/proc/meminfo: memFree=29719544/32951124 swapFree=67049484/67111528
[pid=27602] ppid=27600 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/27602/stat : 27602 (esg_static.sh) S 27600 27602 27402 0 -1 4202496 353 11807 0 0 0 0 76 3 15 0 1 0 1005319430 8908800 252 33554432000 4194304 4922060 140735449910480 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27602/statm: 2175 252 209 178 0 68 0
[pid=27605] ppid=27602 vsize=341504 CPUtime=4999.27 cores=1,3,5,7
/proc/27605/stat : 27605 (cdcl) R 27602 27602 27402 0 -1 4202496 87554 0 0 0 499915 12 0 0 25 0 1 0 1005319510 349700096 83667 33554432000 4194304 4218580 140734737983120 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27605/statm: 85376 83667 131 6 0 83846 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 350204

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.01
CPU time (s): 5000.06
CPU user time (s): 4999.91
CPU system time (s): 0.15
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 350340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.764883
system time used= 0.033994
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= 7
involuntary context switches= 6

runsolver used 7.85181 second user time and 18.3292 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-15 17:14:48
IDJOB=3498965
IDBENCH=82390
IDSOLVER=1993
FILE ID=node118/3498965-1308150887
RUNJOBID= node118-1308150600-27421
PBS_JOBID= 13575603
Free space on /tmp= 73568 MiB

SOLVER NAME= rcl 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-3498965-1308150887/watcher-3498965-1308150887 -o /tmp/evaluation-result-3498965-1308150887/solver-3498965-1308150887 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498965-1308150887.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=813593694

node118.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.842
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.68
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.842
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.75
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.842
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29940480 kB
Buffers:        472428 kB
Cached:        2030992 kB
SwapCached:      14528 kB
Active:        1008724 kB
Inactive:      1627216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29940480 kB
SwapTotal:    67111528 kB
SwapFree:     67049484 kB
Dirty:            9148 kB
Writeback:           0 kB
AnonPages:      131224 kB
Mapped:           9236 kB
Slab:           310116 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   323316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73600 MiB
End job on node118 at 2011-06-15 18:38:10