Trace number 3387081

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.1 5000.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.281
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data

0.00/0.01	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  165782   444254 |   49734       0        0     nan |  0.000 % |
0.00/0.41	c |         0 |  122585   444957 |      --       0       --      -- |     --   | -41295/6392
0.00/0.41	c ==============================================================================
0.00/0.41	c Result  :   #vars: 17342   #clauses: 122585   #literals: 444957
0.00/0.41	c CPU time:   0.402938 s
0.00/0.41	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-3387081-1305589316/watcher-3387081-1305589316 -o /tmp/evaluation-result-3387081-1305589316/solver-3387081-1305589316 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387081-1305589316.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.10 3.03 2.90 3/417 26533
/proc/meminfo: memFree=20412104/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 126541008 8908800 250 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26533/statm: 2175 250 209 178 0 68 0

[startup+0.026666 s]
/proc/loadavg: 3.10 3.03 2.90 3/417 26533
/proc/meminfo: memFree=20412104/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 126541008 8908800 250 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26533/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100641 s]
/proc/loadavg: 3.10 3.03 2.90 3/417 26533
/proc/meminfo: memFree=20412104/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 126541008 8908800 250 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26533/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300611 s]
/proc/loadavg: 3.10 3.03 2.90 3/417 26533
/proc/meminfo: memFree=20412104/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 126541008 8908800 250 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26533/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700541 s]
/proc/loadavg: 3.10 3.03 2.90 3/417 26533
/proc/meminfo: memFree=20412104/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 3.10 3.03 2.90 4/419 26536
/proc/meminfo: memFree=20394232/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=25708 CPUtime=0.99 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 5272 0 0 0 99 0 0 0 19 0 1 0 126541058 26324992 3144 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 6427 3144 252 16 0 3069 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34408

[startup+3.10112 s]
/proc/loadavg: 3.10 3.03 2.90 4/419 26536
/proc/meminfo: memFree=20391752/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=37640 CPUtime=2.6 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 10333 0 0 0 258 2 0 0 22 0 1 0 126541058 38543360 5805 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 9410 5805 252 16 0 6052 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46340

[startup+6.30055 s]
/proc/loadavg: 3.10 3.03 2.90 4/419 26536
/proc/meminfo: memFree=20380960/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=47432 CPUtime=5.79 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 19249 0 0 0 577 2 0 0 25 0 1 0 126541058 48570368 8200 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 11858 8200 252 16 0 8500 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 56132

[startup+12.7004 s]
/proc/loadavg: 3.09 3.03 2.90 4/419 26537
/proc/meminfo: memFree=20369932/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=47432 CPUtime=12.19 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 19777 0 0 0 1217 2 0 0 25 0 1 0 126541058 48570368 8672 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 11858 8672 252 16 0 8500 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56132

[startup+25.5012 s]
/proc/loadavg: 3.07 3.03 2.90 4/419 26537
/proc/meminfo: memFree=20355812/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=64184 CPUtime=24.99 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 27778 0 0 0 2496 3 0 0 25 0 1 0 126541058 65724416 11988 33554432000 4194304 4256717 140734395513168 18446744073709551615 4210907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 16046 11988 252 16 0 12688 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 72884

[startup+51.1007 s]
/proc/loadavg: 3.04 3.02 2.90 4/419 26537
/proc/meminfo: memFree=20362984/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=94536 CPUtime=50.59 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 42993 0 0 0 5054 5 0 0 25 0 1 0 126541058 96804864 17873 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 23634 17873 252 16 0 20276 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103236

[startup+102.316 s]
/proc/loadavg: 3.18 3.05 2.92 4/419 26569
/proc/meminfo: memFree=20400076/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=94532 CPUtime=101.81 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 52551 0 0 0 10175 6 0 0 25 0 1 0 126541058 96800768 20447 33554432000 4194304 4256717 140734395513168 18446744073709551615 4209946 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 23633 20447 252 16 0 20275 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 103232

[startup+162.301 s]
/proc/loadavg: 3.14 3.06 2.92 4/419 26571
/proc/meminfo: memFree=20397968/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=75856 CPUtime=161.79 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 94138 0 0 0 16166 13 0 0 25 0 1 0 126541058 77676544 14148 33554432000 4194304 4256717 140734395513168 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 18964 14148 252 16 0 15606 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 84556

[startup+222.3 s]
/proc/loadavg: 3.05 3.05 2.92 4/419 26572
/proc/meminfo: memFree=20367668/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=106204 CPUtime=221.8 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 144195 0 0 0 22159 21 0 0 25 0 1 0 126541058 108752896 21601 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 26551 21601 252 16 0 23193 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 114904

[startup+282.301 s]
/proc/loadavg: 3.02 3.03 2.92 4/419 26573
/proc/meminfo: memFree=20339588/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=125172 CPUtime=281.8 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 176597 0 0 0 28155 25 0 0 25 0 1 0 126541058 128176128 28107 33554432000 4194304 4256717 140734395513168 18446744073709551615 4220184 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 31293 28107 252 16 0 27935 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 133872

[startup+342.3 s]
/proc/loadavg: 3.00 3.03 2.92 4/419 26575
/proc/meminfo: memFree=20309776/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=106352 CPUtime=341.8 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 267060 0 0 0 34142 38 0 0 25 0 1 0 126541058 108904448 23402 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 26588 23402 252 16 0 23230 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 115052

[startup+402.301 s]
/proc/loadavg: 3.03 3.03 2.93 4/419 26577
/proc/meminfo: memFree=20303520/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7

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

/proc/26536/statm: 92144 67639 252 16 0 88786 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 377276

[startup+4362.3 s]
/proc/loadavg: 3.04 3.03 3.00 4/419 26695
/proc/meminfo: memFree=19954944/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=287812 CPUtime=4361.9 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7085712 0 0 0 435084 1106 0 0 25 0 1 0 126541058 294719488 63476 33554432000 4194304 4256717 140734395513168 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 71953 63476 252 16 0 68595 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 296512

[startup+4422.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26696
/proc/meminfo: memFree=19977344/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=290216 CPUtime=4421.9 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7165169 0 0 0 441070 1120 0 0 25 0 1 0 126541058 297181184 67621 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 72554 67621 252 16 0 69196 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 298916

[startup+4482.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/419 26727
/proc/meminfo: memFree=20159552/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=291852 CPUtime=4481.9 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7236224 0 0 0 447057 1133 0 0 25 0 1 0 126541058 298856448 68322 33554432000 4194304 4256717 140734395513168 18446744073709551615 4212152 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 72963 68322 252 16 0 69605 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 300552

[startup+4542.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/419 26729
/proc/meminfo: memFree=20140332/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=294004 CPUtime=4541.91 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7316743 0 0 0 453043 1148 0 0 25 0 1 0 126541058 301060096 66939 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 73501 66939 252 16 0 70143 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 302704

[startup+4602.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26731
/proc/meminfo: memFree=20141660/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=296600 CPUtime=4601.92 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7390315 0 0 0 459031 1161 0 0 25 0 1 0 126541058 303718400 64839 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 74150 64839 252 16 0 70792 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 305300

[startup+4662.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26733
/proc/meminfo: memFree=20072188/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=378700 CPUtime=4661.91 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7440493 0 0 0 465019 1172 0 0 25 0 1 0 126541058 387788800 74594 33554432000 4194304 4256717 140734395513168 18446744073709551615 4209875 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 94675 74594 252 16 0 91317 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 387400

[startup+4722.32 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26734
/proc/meminfo: memFree=20079804/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=378840 CPUtime=4721.92 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7520414 0 0 0 471007 1185 0 0 25 0 1 0 126541058 387932160 70584 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 94710 70584 252 16 0 91352 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 387540

[startup+4782.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26744
/proc/meminfo: memFree=20058652/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=379480 CPUtime=4781.91 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7569562 0 0 0 476998 1193 0 0 25 0 1 0 126541058 388587520 76216 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 94870 76216 252 16 0 91512 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 388180

[startup+4842.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26746
/proc/meminfo: memFree=20076464/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=298092 CPUtime=4841.91 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7649141 0 0 0 482986 1205 0 0 25 0 1 0 126541058 305246208 69302 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 74523 69302 252 16 0 71165 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 306792

[startup+4902.3 s]
/proc/loadavg: 3.17 3.04 3.01 4/419 26748
/proc/meminfo: memFree=20080512/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=298092 CPUtime=4901.91 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7718979 0 0 0 488977 1214 0 0 25 0 1 0 126541058 305246208 69489 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 74523 69489 252 16 0 71165 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 306792

[startup+4962.3 s]
/proc/loadavg: 3.12 3.05 3.01 4/419 26750
/proc/meminfo: memFree=20105396/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=298616 CPUtime=4961.91 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7788956 0 0 0 494965 1226 0 0 25 0 1 0 126541058 305782784 65198 33554432000 4194304 4256717 140734395513168 18446744073709551615 4210823 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 74654 65198 252 16 0 71296 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 307316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 3.06 3.04 3.01 4/419 26750
/proc/meminfo: memFree=20070528/32950928 swapFree=62959404/67111528
[pid=26533] ppid=26531 vsize=8700 CPUtime=0.48 cores=1,3,5,7
/proc/26533/stat : 26533 (esg_static.sh) S 26531 26533 26286 0 -1 4202496 353 7198 0 0 0 0 47 1 18 0 1 0 126541008 8908800 252 33554432000 4194304 4922060 140734019967264 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26533/statm: 2175 252 209 178 0 68 0
[pid=26536] ppid=26533 vsize=380972 CPUtime=4999.62 cores=1,3,5,7
/proc/26536/stat : 26536 (minisat_static) R 26533 26533 26286 0 -1 4202496 7798266 0 0 0 498734 1228 0 0 25 0 1 0 126541058 390115328 73965 33554432000 4194304 4256717 140734395513168 18446744073709551615 4213669 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26536/statm: 95243 73965 252 16 0 91885 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 389672

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 26533 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=476927
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 0.497923
# while last known CPU time is 5000.1
#
# 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.1
CPU user time (s): 4987.81
CPU system time (s): 12.29
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 599796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.476927
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7551
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 19.681 second user time and 48.5096 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-17 01:41:56
IDJOB=3387081
IDBENCH=20521
IDSOLVER=1874
FILE ID=node112/3387081-1305589316
RUNJOBID= node112-1305586738-26305
PBS_JOBID= 13350366
Free space on /tmp= 73444 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387081-1305589316/watcher-3387081-1305589316 -o /tmp/evaluation-result-3387081-1305589316/solver-3387081-1305589316 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387081-1305589316.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=502501371

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20412136 kB
Buffers:         77080 kB
Cached:         474540 kB
SwapCached:      73604 kB
Active:         835568 kB
Inactive:     11496900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20412136 kB
SwapTotal:    67111528 kB
SwapFree:     62959404 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:    11715664 kB
Mapped:          23728 kB
Slab:            79180 kB
PageTables:      59704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99201312 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= 73440 MiB
End job on node112 at 2011-05-17 03:05:18