Trace number 3387513

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: minisat_psm 2011-04-01? (TO) 5000.11 5000.02

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.49/1.52	c ==============================================================================
1.49/2.30	c |           |     ORIGINAL     |              LEARNT              |          |
1.49/2.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.49/2.30	c ==============================================================================
1.49/2.30	c |         0 | 2133489 18059916 |  640046       0        0     nan |  0.000 % |
26.89/26.97	c |         0 | 2124599 17968685 |      --       0       --      -- |     --   | -1911/33741
26.89/26.97	c ==============================================================================
26.89/26.97	c Result  :   #vars: 13623   #clauses: 2124599   #literals: 17968685
26.89/26.97	c CPU time:   26.8249 s
26.89/26.97	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3387513-1305604327/watcher-3387513-1305604327 -o /tmp/evaluation-result-3387513-1305604327/solver-3387513-1305604327 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387513-1305604327.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: 8.06 8.10 8.18 8/407 21520
/proc/meminfo: memFree=539940/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0

[startup+0.112567 s]
/proc/loadavg: 8.06 8.10 8.18 8/407 21520
/proc/meminfo: memFree=539940/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200551 s]
/proc/loadavg: 8.06 8.10 8.18 8/407 21520
/proc/meminfo: memFree=539940/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300534 s]
/proc/loadavg: 8.06 8.10 8.18 8/407 21520
/proc/meminfo: memFree=539940/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700462 s]
/proc/loadavg: 8.06 8.10 8.18 8/407 21520
/proc/meminfo: memFree=539940/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 8.06 8.10 8.18 9/409 21522
/proc/meminfo: memFree=421504/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
[pid=21521] ppid=21520 vsize=232056 CPUtime=1.49 cores=0,2,4,6
/proc/21521/stat : 21521 (SatELite_releas) R 21520 21520 19368 0 -1 4202496 52840 0 0 0 135 14 0 0 25 0 1 0 672032757 237625344 52794 33554432000 134512640 135144242 4293764400 18446744073709551615 134553415 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/21521/statm: 58014 52797 54 155 0 57857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 240756

[startup+3.11503 s]
/proc/loadavg: 8.06 8.10 8.18 9/409 21522
/proc/meminfo: memFree=329356/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
[pid=21521] ppid=21520 vsize=232812 CPUtime=3.1 cores=0,2,4,6
/proc/21521/stat : 21521 (SatELite_releas) R 21520 21520 19368 0 -1 4202496 54798 0 0 0 296 14 0 0 25 0 1 0 672032757 238399488 54752 33554432000 134512640 135144242 4293764400 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/21521/statm: 58203 54752 71 155 0 58046 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 241512

[startup+6.30047 s]
/proc/loadavg: 8.06 8.10 8.18 9/409 21522
/proc/meminfo: memFree=325312/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
[pid=21521] ppid=21520 vsize=232996 CPUtime=6.3 cores=0,2,4,6
/proc/21521/stat : 21521 (SatELite_releas) R 21520 21520 19368 0 -1 4202496 54805 0 0 0 616 14 0 0 25 0 1 0 672032757 238587904 54759 33554432000 134512640 135144242 4293764400 18446744073709551615 134551328 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/21521/statm: 58249 54759 71 155 0 58092 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 241696

[startup+12.7003 s]
/proc/loadavg: 8.05 8.10 8.18 9/409 21522
/proc/meminfo: memFree=319636/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
[pid=21521] ppid=21520 vsize=232996 CPUtime=12.69 cores=0,2,4,6
/proc/21521/stat : 21521 (SatELite_releas) R 21520 21520 19368 0 -1 4202496 54815 0 0 0 1255 14 0 0 25 0 1 0 672032757 238587904 54769 33554432000 134512640 135144242 4293764400 18446744073709551615 134551328 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/21521/statm: 58249 54769 71 155 0 58092 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 241696

[startup+25.5011 s]
/proc/loadavg: 8.04 8.09 8.17 9/409 21522
/proc/meminfo: memFree=313076/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 672032757 8908800 250 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 250 209 178 0 68 0
[pid=21521] ppid=21520 vsize=235148 CPUtime=25.49 cores=0,2,4,6
/proc/21521/stat : 21521 (SatELite_releas) R 21520 21520 19368 0 -1 4202496 55315 0 0 0 2535 14 0 0 25 0 1 0 672032757 240791552 55205 33554432000 134512640 135144242 4293764400 18446744073709551615 134588933 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/21521/statm: 58787 55205 74 155 0 58630 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 243848

[startup+51.1005 s]
/proc/loadavg: 8.10 8.10 8.17 9/409 21524
/proc/meminfo: memFree=228368/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=238436 CPUtime=21.53 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 91153 0 0 0 2139 14 0 0 25 0 1 0 672035712 244158464 46994 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 59609 46994 253 16 0 56251 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 247136

[startup+102.3 s]
/proc/loadavg: 8.04 8.08 8.16 9/409 21525
/proc/meminfo: memFree=194736/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=244248 CPUtime=72.73 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 215928 0 0 0 7241 32 0 0 25 0 1 0 672035712 250109952 53865 33554432000 4194304 4256717 140734120261936 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 61062 53865 253 16 0 57704 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 252948

[startup+162.301 s]
/proc/loadavg: 8.13 8.09 8.16 9/409 21527
/proc/meminfo: memFree=195396/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=328244 CPUtime=132.74 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 380156 0 0 0 13220 54 0 0 25 0 1 0 672035712 336121856 55486 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 82061 55486 253 16 0 78703 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 336944

[startup+222.301 s]
/proc/loadavg: 8.12 8.09 8.16 9/409 21529
/proc/meminfo: memFree=221128/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=248732 CPUtime=192.73 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 543263 0 0 0 19199 74 0 0 25 0 1 0 672035712 254701568 52078 33554432000 4194304 4256717 140734120261936 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 62183 52078 253 16 0 58825 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 257432

[startup+282.3 s]
/proc/loadavg: 8.04 8.07 8.14 9/409 21530
/proc/meminfo: memFree=281432/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=250512 CPUtime=252.74 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 673169 0 0 0 25181 93 0 0 25 0 1 0 672035712 256524288 53342 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 62628 53342 253 16 0 59270 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 259212

[startup+342.301 s]
/proc/loadavg: 8.09 8.07 8.14 9/409 21532
/proc/meminfo: memFree=194744/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=333552 CPUtime=312.74 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 762597 0 0 0 31169 105 0 0 25 0 1 0 672035712 341557248 59090 33554432000 4194304 4256717 140734120261936 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 83388 59090 253 16 0 80030 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 342252

[startup+402.301 s]
/proc/loadavg: 8.25 8.10 8.14 9/409 21533
/proc/meminfo: memFree=222008/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6

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

/proc/21524/statm: 90618 74075 253 16 0 87260 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 371172

[startup+4422.3 s]
/proc/loadavg: 8.23 8.19 8.11 9/409 21725
/proc/meminfo: memFree=300264/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=362776 CPUtime=4392.83 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 5930385 0 0 0 438382 901 0 0 25 0 1 0 672035712 371482624 69549 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 90694 69549 253 16 0 87336 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 371476

[startup+4482.31 s]
/proc/loadavg: 8.08 8.16 8.10 9/409 21726
/proc/meminfo: memFree=293796/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=363136 CPUtime=4452.84 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 5995314 0 0 0 444372 912 0 0 25 0 1 0 672035712 371851264 73407 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 90784 73407 253 16 0 87426 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 371836

[startup+4542.3 s]
/proc/loadavg: 8.03 8.12 8.09 9/409 21728
/proc/meminfo: memFree=263036/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=363276 CPUtime=4512.83 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6051803 0 0 0 450361 922 0 0 25 0 1 0 672035712 371994624 71502 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 90819 71502 253 16 0 87461 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 371976

[startup+4602.3 s]
/proc/loadavg: 8.01 8.10 8.08 9/409 21729
/proc/meminfo: memFree=233832/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=363800 CPUtime=4572.84 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6104473 0 0 0 456353 931 0 0 25 0 1 0 672035712 372531200 70670 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 90950 70670 253 16 0 87592 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 372500

[startup+4662.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/409 21731
/proc/meminfo: memFree=245900/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=365136 CPUtime=4632.84 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6168351 0 0 0 462343 941 0 0 25 0 1 0 672035712 373899264 77604 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 91284 77605 253 16 0 87926 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 373836

[startup+4722.3 s]
/proc/loadavg: 8.16 8.12 8.09 9/409 21733
/proc/meminfo: memFree=244452/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=366648 CPUtime=4692.84 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6273353 0 0 0 468326 958 0 0 25 0 1 0 672035712 375447552 73311 33554432000 4194304 4256717 140734120261936 18446744073709551615 4212208 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 91662 73311 253 16 0 88304 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 375348

[startup+4782.3 s]
/proc/loadavg: 8.16 8.12 8.09 9/409 21734
/proc/meminfo: memFree=276176/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=368544 CPUtime=4752.84 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6380639 0 0 0 474311 973 0 0 25 0 1 0 672035712 377389056 71161 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 92136 71161 253 16 0 88778 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 377244

[startup+4842.3 s]
/proc/loadavg: 8.16 8.13 8.09 9/409 21736
/proc/meminfo: memFree=243540/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=369408 CPUtime=4812.84 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6442903 0 0 0 480301 983 0 0 25 0 1 0 672035712 378273792 77542 33554432000 4194304 4256717 140734120261936 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 92352 77542 253 16 0 88994 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 378108

[startup+4902.3 s]
/proc/loadavg: 8.15 8.13 8.09 9/409 21737
/proc/meminfo: memFree=231716/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=370332 CPUtime=4872.84 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6504905 0 0 0 486290 994 0 0 25 0 1 0 672035712 379219968 82268 33554432000 4194304 4256717 140734120261936 18446744073709551615 4212155 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 92583 82268 253 16 0 89225 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 379032

[startup+4962.3 s]
/proc/loadavg: 8.13 8.14 8.09 9/409 21739
/proc/meminfo: memFree=268992/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=370332 CPUtime=4932.85 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6613501 0 0 0 492276 1009 0 0 25 0 1 0 672035712 379219968 75864 33554432000 4194304 4256717 140734120261936 18446744073709551615 4209083 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 92583 75864 253 16 0 89225 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 379032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.11 8.13 8.09 9/409 21740
/proc/meminfo: memFree=284408/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=370332 CPUtime=4970.56 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6672827 0 0 0 496037 1019 0 0 25 0 1 0 672035712 379219968 77204 33554432000 4194304 4256717 140734120261936 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 92583 77204 253 16 0 89225 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 379032

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

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

[startup+5000 s]
/proc/loadavg: 8.11 8.13 8.09 9/409 21740
/proc/meminfo: memFree=284408/32950904 swapFree=67057400/67111528
[pid=21520] ppid=21518 vsize=8700 CPUtime=29.55 cores=0,2,4,6
/proc/21520/stat : 21520 (esg_static.sh) S 21518 21520 19368 0 -1 4202496 353 56698 0 0 0 0 2928 27 18 0 1 0 672032757 8908800 252 33554432000 4194304 4922060 140735337460784 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21520/statm: 2175 252 209 178 0 68 0
[pid=21524] ppid=21520 vsize=370332 CPUtime=4970.56 cores=0,2,4,6
/proc/21524/stat : 21524 (minisat_static) R 21520 21520 19368 0 -1 4202496 6672827 0 0 0 496037 1019 0 0 25 0 1 0 672035712 379219968 77204 33554432000 4194304 4256717 140734120261936 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21524/statm: 92583 77204 253 16 0 89225 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 379032

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.02
CPU time (s): 5000.11
CPU user time (s): 4989.65
CPU system time (s): 10.46
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 715712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.2845
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57051
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 43

runsolver used 18.6692 second user time and 45.3521 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-17 05:52:10
IDJOB=3387513
IDBENCH=83463
IDSOLVER=1874
FILE ID=node121/3387513-1305604327
RUNJOBID= node121-1305596566-20237
PBS_JOBID= 13350357
Free space on /tmp= 73392 MiB

SOLVER NAME= minisat hack: minisat_psm 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-3387513-1305604327/watcher-3387513-1305604327 -o /tmp/evaluation-result-3387513-1305604327/solver-3387513-1305604327 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387513-1305604327.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1750659225

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:        540212 kB
Buffers:        322268 kB
Cached:        5726896 kB
SwapCached:       7656 kB
Active:       26924724 kB
Inactive:      5073408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:        540212 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          102300 kB
Writeback:           0 kB
AnonPages:    25946524 kB
Mapped:          32592 kB
Slab:           268044 kB
PageTables:      78808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 103569196 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= 73292 MiB
End job on node121 at 2011-05-17 07:15:32