Trace number 3499082

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

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2417.94
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.00/0.00	c Parsing...
1.59/1.64	c ==============================================================================
1.59/1.64	c |           |     ORIGINAL     |              LEARNT              |          |
1.59/1.64	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.59/1.64	c ==============================================================================
1.59/1.64	c |         0 | 2133489 18059916 |  640046       0        0     nan |  0.000 % |
29.69/29.72	c |         0 | 2124599 17968685 |      --       0       --      -- |     --   | -1911/33741
29.69/29.72	c ==============================================================================
29.69/29.72	c Result  :   #vars: 13623   #clauses: 2124599   #literals: 17968685
29.69/29.72	c CPU time:   29.5605 s
29.69/29.72	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-3499082-1308155536/watcher-3499082-1308155536 -o /tmp/evaluation-result-3499082-1308155536/solver-3499082-1308155536 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499082-1308155536.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.92 2.00 1.99 2/179 13329
/proc/meminfo: memFree=30775192/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0

[startup+0.0984789 s]
/proc/loadavg: 1.92 2.00 1.99 2/179 13329
/proc/meminfo: memFree=30775192/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100481 s]
/proc/loadavg: 1.92 2.00 1.99 2/179 13329
/proc/meminfo: memFree=30775192/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300448 s]
/proc/loadavg: 1.92 2.00 1.99 2/179 13329
/proc/meminfo: memFree=30775192/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700369 s]
/proc/loadavg: 1.92 2.00 1.99 2/179 13329
/proc/meminfo: memFree=30775192/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50022 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 13331
/proc/meminfo: memFree=30676000/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
[pid=13330] ppid=13329 vsize=232056 CPUtime=1.49 cores=0,2,4,6
/proc/13330/stat : 13330 (SatELite_releas) R 13329 13329 13045 0 -1 4202496 41082 0 0 0 136 13 0 0 25 0 1 0 927151773 237625344 41038 33554432000 134512640 135144242 4288889712 18446744073709551615 134553415 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13330/statm: 58014 41040 54 155 0 57857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 240756

[startup+3.10097 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 13331
/proc/meminfo: memFree=30559192/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
[pid=13330] ppid=13329 vsize=232812 CPUtime=3.09 cores=0,2,4,6
/proc/13330/stat : 13330 (SatELite_releas) R 13329 13329 13045 0 -1 4202496 54796 0 0 0 294 15 0 0 25 0 1 0 927151773 238399488 54751 33554432000 134512640 135144242 4288889712 18446744073709551615 134551320 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13330/statm: 58203 54751 71 155 0 58046 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 241512

[startup+6.30038 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 13331
/proc/meminfo: memFree=30559076/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
[pid=13330] ppid=13329 vsize=232996 CPUtime=6.29 cores=0,2,4,6
/proc/13330/stat : 13330 (SatELite_releas) R 13329 13329 13045 0 -1 4202496 54802 0 0 0 614 15 0 0 25 0 1 0 927151773 238587904 54757 33554432000 134512640 135144242 4288889712 18446744073709551615 134551320 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13330/statm: 58249 54757 71 155 0 58092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 241696

[startup+12.7012 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 13331
/proc/meminfo: memFree=30559048/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
[pid=13330] ppid=13329 vsize=232996 CPUtime=12.69 cores=0,2,4,6
/proc/13330/stat : 13330 (SatELite_releas) R 13329 13329 13045 0 -1 4202496 54811 0 0 0 1254 15 0 0 25 0 1 0 927151773 238587904 54766 33554432000 134512640 135144242 4288889712 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13330/statm: 58249 54766 71 155 0 58092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 241696

[startup+25.5008 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 13332
/proc/meminfo: memFree=30559252/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 927151772 8908800 250 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13329/statm: 2175 250 209 178 0 68 0
[pid=13330] ppid=13329 vsize=232996 CPUtime=25.49 cores=0,2,4,6
/proc/13330/stat : 13330 (SatELite_releas) R 13329 13329 13045 0 -1 4202496 54864 0 0 0 2534 15 0 0 25 0 1 0 927151773 238587904 54819 33554432000 134512640 135144242 4288889712 18446744073709551615 134588135 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13330/statm: 58249 54819 71 155 0 58092 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 241696

[startup+51.101 s]
/proc/loadavg: 2.13 2.05 2.01 3/181 13333
/proc/meminfo: memFree=30466780/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=218192 CPUtime=18.52 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 53111 0 0 0 1839 13 0 0 25 0 1 0 927155029 223428608 52941 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 54548 52941 131 6 0 53018 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 226892

[startup+102.307 s]
/proc/loadavg: 2.09 2.05 2.01 3/181 13335
/proc/meminfo: memFree=30463328/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=221152 CPUtime=69.73 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 53839 0 0 0 6959 14 0 0 25 0 1 0 927155029 226459648 53669 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 55288 53669 131 6 0 53758 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 229852

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 13336
/proc/meminfo: memFree=30460196/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=224632 CPUtime=129.72 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 54745 0 0 0 12958 14 0 0 25 0 1 0 927155029 230023168 54548 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 56158 54548 131 6 0 54628 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 233332

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 13338
/proc/meminfo: memFree=30457564/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=226324 CPUtime=189.72 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 55155 0 0 0 18958 14 0 0 25 0 1 0 927155029 231755776 54936 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 56581 54936 131 6 0 55051 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 235024

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 13340
/proc/meminfo: memFree=30453444/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=230144 CPUtime=249.72 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 56160 0 0 0 24958 14 0 0 25 0 1 0 927155029 235667456 55893 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208464 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 57536 55893 131 6 0 56006 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 238844

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 13341
/proc/meminfo: memFree=30450444/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=232568 CPUtime=309.72 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 56849 0 0 0 30958 14 0 0 25 0 1 0 927155029 238149632 56506 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208202 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 58142 56506 131 6 0 56612 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 241268

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 13343
/proc/meminfo: memFree=30449044/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6

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

/proc/13333/statm: 70296 68675 131 6 0 68766 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 289884

[startup+4422.3 s]
/proc/loadavg: 1.10 1.62 1.85 2/174 13487
/proc/meminfo: memFree=30458084/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285852 CPUtime=4389.83 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 75639 0 0 0 438956 27 0 0 25 0 1 0 927155029 292712448 69826 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71463 69826 131 6 0 69933 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 294552

[startup+4482.3 s]
/proc/loadavg: 1.03 1.50 1.80 2/174 13489
/proc/meminfo: memFree=30458064/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285948 CPUtime=4449.84 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 75714 0 0 0 444957 27 0 0 25 0 1 0 927155029 292810752 69848 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71487 69848 131 6 0 69957 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 294648

[startup+4542.3 s]
/proc/loadavg: 1.01 1.41 1.75 2/174 13490
/proc/meminfo: memFree=30458048/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285852 CPUtime=4509.84 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 75782 0 0 0 450957 27 0 0 25 0 1 0 927155029 292712448 69821 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71463 69821 131 6 0 69933 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 294552

[startup+4602.3 s]
/proc/loadavg: 1.00 1.33 1.70 2/174 13492
/proc/meminfo: memFree=30457884/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285980 CPUtime=4569.84 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 75875 0 0 0 456957 27 0 0 25 0 1 0 927155029 292843520 69855 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208130 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71495 69855 131 6 0 69965 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 294680

[startup+4662.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/174 13493
/proc/meminfo: memFree=30457716/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285916 CPUtime=4629.84 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 75943 0 0 0 462956 28 0 0 25 0 1 0 927155029 292777984 69841 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71479 69841 131 6 0 69949 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 294616

[startup+4722.31 s]
/proc/loadavg: 1.00 1.22 1.61 2/174 13495
/proc/meminfo: memFree=30457812/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285980 CPUtime=4689.85 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 76016 0 0 0 468957 28 0 0 25 0 1 0 927155029 292843520 69856 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71495 69856 131 6 0 69965 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 294680

[startup+4782.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/174 13497
/proc/meminfo: memFree=30457904/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285980 CPUtime=4749.84 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 76111 0 0 0 474956 28 0 0 25 0 1 0 927155029 292843520 69854 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71495 69854 131 6 0 69965 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 294680

[startup+4842.3 s]
/proc/loadavg: 1.04 1.16 1.53 2/174 13498
/proc/meminfo: memFree=30458128/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285916 CPUtime=4809.85 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 76191 0 0 0 480957 28 0 0 25 0 1 0 927155029 292777984 69839 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71479 69839 131 6 0 69949 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 294616

[startup+4902.3 s]
/proc/loadavg: 1.05 1.14 1.50 2/174 13500
/proc/meminfo: memFree=30457844/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=285992 CPUtime=4869.85 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 76268 0 0 0 486957 28 0 0 25 0 1 0 927155029 292855808 69860 33554432000 4194304 4218580 140734376362736 18446744073709551615 4208464 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 71498 69860 131 6 0 69968 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 294692

[startup+4962.3 s]
/proc/loadavg: 1.02 1.11 1.47 2/174 13501
/proc/meminfo: memFree=30452232/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=292020 CPUtime=4929.86 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 77880 0 0 0 492957 29 0 0 25 0 1 0 927155029 299028480 71371 33554432000 4194304 4218580 140734376362736 18446744073709551615 4211946 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 73005 71371 131 6 0 71475 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 300720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.10 1.44 2/174 13502
/proc/meminfo: memFree=30452080/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=292176 CPUtime=4967.46 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 77969 0 0 0 496717 29 0 0 25 0 1 0 927155029 299188224 71414 33554432000 4194304 4218580 140734376362736 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 73044 71414 131 6 0 71514 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 300876

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: 1.01 1.10 1.44 2/174 13502
/proc/meminfo: memFree=30452080/32951124 swapFree=67072804/67111528
[pid=13329] ppid=13327 vsize=8700 CPUtime=32.56 cores=0,2,4,6
/proc/13329/stat : 13329 (esg_static.sh) S 13327 13329 13045 0 -1 4202496 356 56696 0 0 0 0 3225 31 18 0 1 0 927151772 8908800 253 33554432000 4194304 4922060 140734459066576 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13329/statm: 2175 253 209 178 0 68 0
[pid=13333] ppid=13329 vsize=292176 CPUtime=4967.46 cores=0,2,4,6
/proc/13333/stat : 13333 (cdcl) R 13329 13329 13045 0 -1 4202496 77969 0 0 0 496717 29 0 0 25 0 1 0 927155029 299188224 71414 33554432000 4194304 4218580 140734376362736 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/13333/statm: 73044 71414 131 6 0 71514 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 300876

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.02
CPU user time (s): 4999.42
CPU system time (s): 0.6
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 301068

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

runsolver used 8.75167 second user time and 17.6453 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-15 18:32:19
IDJOB=3499082
IDBENCH=83463
IDSOLVER=1993
FILE ID=node135/3499082-1308155536
RUNJOBID= node135-1308150534-13063
PBS_JOBID= 13575598
Free space on /tmp= 73600 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499082-1308155536/watcher-3499082-1308155536 -o /tmp/evaluation-result-3499082-1308155536/solver-3499082-1308155536 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499082-1308155536.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=244689182

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30775744 kB
Buffers:        540548 kB
Cached:        1163860 kB
SwapCached:       6548 kB
Active:         928632 kB
Inactive:       857120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30775744 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:          101996 kB
Writeback:           0 kB
AnonPages:       80376 kB
Mapped:          10764 kB
Slab:           327236 kB
PageTables:       4540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236404 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73504 MiB
End job on node135 at 2011-06-15 19:55:41