Trace number 3498964

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
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 |  657497  1534503 |  197249       0        0     nan |  0.000 % |
1.39/1.43	c |         0 |  567099  1461833 |      --       0       --      -- |     --   | -36191/39494
1.39/1.43	c ==============================================================================
1.39/1.43	c Result  :   #vars: 86089   #clauses: 567099   #literals: 1461833
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.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-3498964-1308150831/watcher-3498964-1308150831 -o /tmp/evaluation-result-3498964-1308150831/solver-3498964-1308150831 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498964-1308150831.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: 1.99 2.00 2.00 2/178 3230
/proc/meminfo: memFree=29981976/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907498680 8908800 250 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3230/statm: 2175 250 209 178 0 68 0

[startup+0.04214 s]
/proc/loadavg: 1.99 2.00 2.00 2/178 3230
/proc/meminfo: memFree=29981976/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907498680 8908800 250 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3230/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101154 s]
/proc/loadavg: 1.99 2.00 2.00 2/178 3230
/proc/meminfo: memFree=29981976/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907498680 8908800 250 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3230/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301128 s]
/proc/loadavg: 1.99 2.00 2.00 2/178 3230
/proc/meminfo: memFree=29981976/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907498680 8908800 250 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3230/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701015 s]
/proc/loadavg: 1.99 2.00 2.00 2/178 3230
/proc/meminfo: memFree=29981976/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907498680 8908800 250 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3230/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 3232
/proc/meminfo: memFree=29887992/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 907498680 8908800 250 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/3230/statm: 2175 250 209 178 0 68 0
[pid=3231] ppid=3230 vsize=99172 CPUtime=1.49 cores=0,2,4,6
/proc/3231/stat : 3231 (SatELite_releas) R 3230 3230 3063 0 -1 4202496 26309 0 0 0 144 5 0 0 25 0 1 0 907498680 101552128 21521 33554432000 134512640 135144242 4291208640 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/3231/statm: 24793 21521 77 155 0 24636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107872

[startup+3.10058 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 3233
/proc/meminfo: memFree=29942540/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=34900 CPUtime=1.39 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 6804 0 0 0 138 1 0 0 23 0 1 0 907498850 35737600 6710 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210260 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 8725 6710 125 6 0 7195 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43600

[startup+6.30101 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 3233
/proc/meminfo: memFree=29939820/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=36884 CPUtime=4.59 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 7295 0 0 0 457 2 0 0 25 0 1 0 907498850 37769216 7201 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210277 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 9221 7201 130 6 0 7691 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45584

[startup+12.7008 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 3233
/proc/meminfo: memFree=29935940/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=40956 CPUtime=10.99 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 8308 0 0 0 1097 2 0 0 25 0 1 0 907498850 41938944 8214 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 10239 8214 130 6 0 8709 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49656

[startup+25.5005 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 3233
/proc/meminfo: memFree=29933052/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=43284 CPUtime=23.79 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 8911 0 0 0 2377 2 0 0 25 0 1 0 907498850 44322816 8817 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210066 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 10821 8817 130 6 0 9291 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51984

[startup+51.1008 s]
/proc/loadavg: 2.12 2.03 2.01 3/180 3234
/proc/meminfo: memFree=29923780/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=52456 CPUtime=49.39 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 11182 0 0 0 4937 2 0 0 25 0 1 0 907498850 53714944 11088 33554432000 4194304 4218580 140735252616336 18446744073709551615 4213816 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 13114 11088 130 6 0 11584 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61156

[startup+102.306 s]
/proc/loadavg: 2.05 2.02 2.00 3/180 3235
/proc/meminfo: memFree=29910632/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=65540 CPUtime=100.6 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 14496 0 0 0 10058 2 0 0 25 0 1 0 907498850 67112960 14402 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210284 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 16385 14402 130 6 0 14855 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74240

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 3237
/proc/meminfo: memFree=29869940/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=70752 CPUtime=160.59 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 15788 0 0 0 16057 2 0 0 25 0 1 0 907498850 72450048 15694 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210254 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 17688 15694 130 6 0 16158 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 79452

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 3239
/proc/meminfo: memFree=29822416/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=79292 CPUtime=220.6 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 17909 0 0 0 22057 3 0 0 25 0 1 0 907498850 81195008 17815 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210245 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 19823 17815 130 6 0 18293 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 87992

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 3240
/proc/meminfo: memFree=29821892/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=79952 CPUtime=280.6 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 18086 0 0 0 28057 3 0 0 25 0 1 0 907498850 81870848 17992 33554432000 4194304 4218580 140735252616336 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 19988 17992 130 6 0 18458 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88652

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3242
/proc/meminfo: memFree=29812184/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=89488 CPUtime=340.6 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 20462 0 0 0 34057 3 0 0 25 0 1 0 907498850 91635712 20368 33554432000 4194304 4218580 140735252616336 18446744073709551615 4211234 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 22372 20368 131 6 0 20842 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 98188

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3243
/proc/meminfo: memFree=29811148/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6

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

/proc/3233/statm: 84711 82750 131 6 0 83181 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 347544

[startup+4422.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/180 3381
/proc/meminfo: memFree=29193812/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338844 CPUtime=4420.72 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85431 0 0 0 442059 13 0 0 25 0 1 0 907498850 346976256 82750 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210294 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84711 82750 131 6 0 83181 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 347544

[startup+4482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 3382
/proc/meminfo: memFree=29193532/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338844 CPUtime=4480.72 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85455 0 0 0 448059 13 0 0 25 0 1 0 907498850 346976256 82750 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84711 82750 131 6 0 83181 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 347544

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 3385
/proc/meminfo: memFree=29193616/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338876 CPUtime=4540.73 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85482 0 0 0 454059 14 0 0 25 0 1 0 907498850 347009024 82750 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84719 82750 131 6 0 83189 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 347576

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 3386
/proc/meminfo: memFree=29193684/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338844 CPUtime=4600.74 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85495 0 0 0 460060 14 0 0 25 0 1 0 907498850 346976256 82750 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210207 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84711 82750 131 6 0 83181 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 347544

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3388
/proc/meminfo: memFree=29193780/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338876 CPUtime=4660.74 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85505 0 0 0 466060 14 0 0 25 0 1 0 907498850 347009024 82751 33554432000 4194304 4218580 140735252616336 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84719 82751 131 6 0 83189 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 347576

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3390
/proc/meminfo: memFree=29193500/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338876 CPUtime=4720.75 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85518 0 0 0 472061 14 0 0 25 0 1 0 907498850 347009024 82752 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210227 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84719 82752 131 6 0 83189 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 347576

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 3391
/proc/meminfo: memFree=29193592/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338876 CPUtime=4780.74 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85530 0 0 0 478060 14 0 0 25 0 1 0 907498850 347009024 82758 33554432000 4194304 4218580 140735252616336 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84719 82758 131 6 0 83189 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 347576

[startup+4842.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 3436
/proc/meminfo: memFree=29706300/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338908 CPUtime=4840.74 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85542 0 0 0 484059 15 0 0 25 0 1 0 907498850 347041792 82760 33554432000 4194304 4218580 140735252616336 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84727 82760 131 6 0 83197 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 347608

[startup+4902.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 3437
/proc/meminfo: memFree=29690812/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338940 CPUtime=4900.74 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85553 0 0 0 490059 15 0 0 25 0 1 0 907498850 347074560 82771 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84735 82771 131 6 0 83205 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 347640

[startup+4962.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/180 3439
/proc/meminfo: memFree=29685284/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338940 CPUtime=4960.75 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85565 0 0 0 496060 15 0 0 25 0 1 0 907498850 347074560 82770 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84735 82770 131 6 0 83205 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 347640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.01 2.00 3/180 3440
/proc/meminfo: memFree=29679936/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338876 CPUtime=4998.35 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85566 0 0 0 499820 15 0 0 25 0 1 0 907498850 347009024 82758 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84719 82758 131 6 0 83189 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 347576

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.07 2.01 2.00 3/180 3440
/proc/meminfo: memFree=29679936/32951124 swapFree=67053964/67111528
[pid=3230] ppid=3228 vsize=8700 CPUtime=1.69 cores=0,2,4,6
/proc/3230/stat : 3230 (esg_static.sh) S 3228 3230 3063 0 -1 4202496 354 26310 0 0 0 0 162 7 18 0 1 0 907498680 8908800 253 33554432000 4194304 4922060 140733570560496 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3230/statm: 2175 253 209 178 0 68 0
[pid=3233] ppid=3230 vsize=338876 CPUtime=4998.35 cores=0,2,4,6
/proc/3233/stat : 3233 (cdcl) R 3230 3230 3063 0 -1 4202496 85566 0 0 0 499820 15 0 0 25 0 1 0 907498850 347009024 82758 33554432000 4194304 4218580 140735252616336 18446744073709551615 4210200 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3233/statm: 84719 82758 131 6 0 83189 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 347576

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3230 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=625752
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=74988
# 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.91
CPU time (s): 5000.04
CPU user time (s): 4999.82
CPU system time (s): 0.22
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 351272

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

runsolver used 7.48186 second user time and 15.2747 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-15 17:13:52
IDJOB=3498964
IDBENCH=82389
IDSOLVER=1993
FILE ID=node142/3498964-1308150831
RUNJOBID= node142-1308150601-3082
PBS_JOBID= 13575610
Free space on /tmp= 73904 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1707300615

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      29982272 kB
Buffers:        455408 kB
Cached:        2011084 kB
SwapCached:      10692 kB
Active:         849740 kB
Inactive:      1768272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29982272 kB
SwapTotal:    67111528 kB
SwapFree:     67053964 kB
Dirty:           16504 kB
Writeback:           0 kB
AnonPages:      149596 kB
Mapped:          12992 kB
Slab:           286880 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   338776 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= 73892 MiB
End job on node142 at 2011-06-15 18:37:14