Trace number 3387501

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.09 5000.01

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark588.006
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  186820  1289741 |   56045       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |  185107  1299581 |      --       0       --      -- |     --   | -1252/16030
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 6866   #clauses: 185107   #literals: 1299581
0.00/0.37	c CPU time:   0.363944 s
0.00/0.37	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: 977)

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-3387501-1307646459/watcher-3387501-1307646459 -o /tmp/evaluation-result-3387501-1307646459/solver-3387501-1307646459 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387501-1307646459.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: 2.00 2.00 2.00 2/178 32605
/proc/meminfo: memFree=32252268/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 857062052 8908800 249 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32605/statm: 2175 249 209 178 0 68 0

[startup+0.0859001 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32605
/proc/meminfo: memFree=32252268/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 857062052 8908800 249 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32605/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.1009 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32605
/proc/meminfo: memFree=32252268/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 857062052 8908800 249 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32605/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300859 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32605
/proc/meminfo: memFree=32252268/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 857062052 8908800 249 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32605/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700794 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 32605
/proc/meminfo: memFree=32252268/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32608
/proc/meminfo: memFree=32227848/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=32896 CPUtime=0.93 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 8671 0 0 0 92 1 0 0 25 0 1 0 857062108 33685504 4482 33554432000 4194304 4256717 140733224367520 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 8224 4482 253 16 0 4866 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41596

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32608
/proc/meminfo: memFree=32224744/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=63588 CPUtime=2.52 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 19483 0 0 0 250 2 0 0 25 0 1 0 857062108 65114112 11063 33554432000 4194304 4256717 140733224367520 18446744073709551615 255106466174 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 15897 11063 253 16 0 12539 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 72288

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32608
/proc/meminfo: memFree=32191760/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=63588 CPUtime=5.72 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 20039 0 0 0 570 2 0 0 25 0 1 0 857062108 65114112 11591 33554432000 4194304 4256717 140733224367520 18446744073709551615 4218684 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 15897 11591 253 16 0 12539 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 72288

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32608
/proc/meminfo: memFree=32188968/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=70768 CPUtime=12.13 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 22028 0 0 0 1210 3 0 0 25 0 1 0 857062108 72466432 13477 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 17692 13477 253 16 0 14334 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 79468

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32609
/proc/meminfo: memFree=32172468/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=82444 CPUtime=24.92 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 36663 0 0 0 2488 4 0 0 25 0 1 0 857062108 84422656 17364 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 20611 17364 253 16 0 17253 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 91144

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32609
/proc/meminfo: memFree=32169872/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=82444 CPUtime=50.52 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 36663 0 0 0 5048 4 0 0 25 0 1 0 857062108 84422656 17364 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213726 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 20611 17364 253 16 0 17253 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 91144

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32611
/proc/meminfo: memFree=32164836/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=94116 CPUtime=101.74 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 66937 0 0 0 10165 9 0 0 25 0 1 0 857062108 96374784 18817 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 23529 18817 253 16 0 20171 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 102816

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 32612
/proc/meminfo: memFree=32135036/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=114180 CPUtime=161.73 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 97108 0 0 0 16160 13 0 0 25 0 1 0 857062108 116920320 25132 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 28545 25132 253 16 0 25187 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 122880

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 32614
/proc/meminfo: memFree=32138712/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=114180 CPUtime=221.73 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 154566 0 0 0 22153 20 0 0 25 0 1 0 857062108 116920320 25309 33554432000 4194304 4256717 140733224367520 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 28545 25309 253 16 0 25187 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 122880

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32616
/proc/meminfo: memFree=32093412/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=114180 CPUtime=281.73 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 261075 0 0 0 28139 34 0 0 25 0 1 0 857062108 116920320 25309 33554432000 4194304 4256717 140733224367520 18446744073709551615 4218644 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 28545 25309 253 16 0 25187 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 122880

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32617
/proc/meminfo: memFree=32107636/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=114180 CPUtime=341.74 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 362463 0 0 0 34126 48 0 0 25 0 1 0 857062108 116920320 25309 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 28545 25309 253 16 0 25187 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 122880

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32619
/proc/meminfo: memFree=32092096/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6

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

/proc/32608/statm: 48580 41446 253 16 0 45222 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 203020

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 359
/proc/meminfo: memFree=31428724/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4361.82 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5412370 0 0 0 435354 828 0 0 25 0 1 0 857062108 198983680 40293 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 40293 253 16 0 45222 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 203020

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 361
/proc/meminfo: memFree=31449256/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4421.82 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5468153 0 0 0 441346 836 0 0 25 0 1 0 857062108 198983680 40626 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 40626 253 16 0 45222 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 203020

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 363
/proc/meminfo: memFree=31396260/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4481.82 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5527219 0 0 0 447334 848 0 0 25 0 1 0 857062108 198983680 40846 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 40846 253 16 0 45222 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 203020

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 364
/proc/meminfo: memFree=31390136/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4541.82 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5585652 0 0 0 453324 858 0 0 25 0 1 0 857062108 198983680 40247 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213930 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 40247 253 16 0 45222 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 203020

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 366
/proc/meminfo: memFree=31387368/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4601.83 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5657979 0 0 0 459313 870 0 0 25 0 1 0 857062108 198983680 42060 33554432000 4194304 4256717 140733224367520 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 42060 253 16 0 45222 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 203020

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 370
/proc/meminfo: memFree=31407364/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4661.83 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5711242 0 0 0 465304 879 0 0 25 0 1 0 857062108 198983680 45173 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 45173 253 16 0 45222 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 203020

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 372
/proc/meminfo: memFree=31373688/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4721.83 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5756350 0 0 0 471297 886 0 0 25 0 1 0 857062108 198983680 42558 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 42558 253 16 0 45222 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 203020

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 374
/proc/meminfo: memFree=31418052/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4781.83 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5812818 0 0 0 477289 894 0 0 25 0 1 0 857062108 198983680 40532 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 40532 253 16 0 45222 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 203020

[startup+4842.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 375
/proc/meminfo: memFree=31377952/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4841.83 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5870779 0 0 0 483279 904 0 0 25 0 1 0 857062108 198983680 42526 33554432000 4194304 4256717 140733224367520 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 42526 253 16 0 45222 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 203020

[startup+4902.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 377
/proc/meminfo: memFree=31401972/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4901.83 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5931157 0 0 0 489268 915 0 0 25 0 1 0 857062108 198983680 39490 33554432000 4194304 4256717 140733224367520 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 39490 253 16 0 45222 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 203020

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 378
/proc/meminfo: memFree=31432040/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4961.83 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 5990831 0 0 0 495260 923 0 0 25 0 1 0 857062108 198983680 39949 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 39949 253 16 0 45222 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 203020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 379
/proc/meminfo: memFree=31409944/32951124 swapFree=67088052/67111528
[pid=32605] ppid=32603 vsize=8700 CPUtime=0.55 cores=0,2,4,6
/proc/32605/stat : 32605 (esg_static.sh) S 32603 32605 32198 0 -1 4202496 353 5413 0 0 0 0 53 2 20 0 1 0 857062052 8908800 251 33554432000 4194304 4922060 140735193627648 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32605/statm: 2175 251 209 178 0 68 0
[pid=32608] ppid=32605 vsize=194320 CPUtime=4999.54 cores=0,2,4,6
/proc/32608/stat : 32608 (minisat_static) R 32605 32605 32198 0 -1 4202496 6029071 0 0 0 499024 930 0 0 25 0 1 0 857062108 198983680 39781 33554432000 4194304 4256717 140733224367520 18446744073709551615 4213969 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32608/statm: 48580 39781 253 16 0 45222 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 203020

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.01
CPU time (s): 5000.09
CPU user time (s): 4990.77
CPU system time (s): 9.32
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 333248

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

runsolver used 9.26059 second user time and 17.6663 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-09 21:07:39
IDJOB=3387501
IDBENCH=83446
IDSOLVER=1874
FILE ID=node144/3387501-1307646459
RUNJOBID= node144-1307642805-32216
PBS_JOBID= 13549401
Free space on /tmp= 74120 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387501-1307646459/watcher-3387501-1307646459 -o /tmp/evaluation-result-3387501-1307646459/solver-3387501-1307646459 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387501-1307646459.cnf

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=674650061

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.82
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.850
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.850
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:      32252936 kB
Buffers:         95568 kB
Cached:         271064 kB
SwapCached:       1492 kB
Active:         297484 kB
Inactive:       229448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32252936 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:            8056 kB
Writeback:          36 kB
AnonPages:      158468 kB
Mapped:          14244 kB
Slab:           106180 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   361752 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= 73924 MiB
End job on node144 at 2011-06-09 22:31:01