Trace number 3387135

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.05 4999.92

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3303.24
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 |  293757   685433 |   88127       0        0     nan |  0.000 % |
1.69/1.74	c |         0 |  170644   488531 |      --       0       --      -- |     --   | -123111/-196897
1.69/1.74	c ==============================================================================
1.69/1.74	c Result  :   #vars: 36796   #clauses: 170644   #literals: 488531
1.69/1.74	c CPU time:   1.70274 s
1.69/1.74	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-3387135-1305593019/watcher-3387135-1305593019 -o /tmp/evaluation-result-3387135-1305593019/solver-3387135-1305593019 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387135-1305593019.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.00 3.00 3.00 4/431 14894
/proc/meminfo: memFree=21405552/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 670902374 8908800 249 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14894/statm: 2175 249 209 178 0 68 0

[startup+0.075604 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 14894
/proc/meminfo: memFree=21405552/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 670902374 8908800 249 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14894/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100599 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 14894
/proc/meminfo: memFree=21405552/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 670902374 8908800 249 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14894/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300546 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 14894
/proc/meminfo: memFree=21405552/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 670902374 8908800 249 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14894/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700474 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 14894
/proc/meminfo: memFree=21405552/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 670902374 8908800 249 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14894/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14896
/proc/meminfo: memFree=21347884/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 670902374 8908800 249 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14894/statm: 2175 249 209 178 0 68 0
[pid=14895] ppid=14894 vsize=52368 CPUtime=1.48 cores=1,3,5,7
/proc/14895/stat : 14895 (SatELite_releas) R 14894 14894 14479 0 -1 4202496 13050 0 0 0 145 3 0 0 25 0 1 0 670902374 53624832 11712 33554432000 134512640 135144242 4293265632 18446744073709551615 134726939 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/14895/statm: 13092 11712 77 155 0 12935 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61068

[startup+3.10103 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14897
/proc/meminfo: memFree=21375224/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=31944 CPUtime=1.24 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 4773 0 0 0 124 0 0 0 22 0 1 0 670902558 32710656 4156 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 7986 4156 253 16 0 4628 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 40644

[startup+6.30044 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14897
/proc/meminfo: memFree=21367300/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=41272 CPUtime=4.44 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 11173 0 0 0 443 1 0 0 25 0 1 0 670902558 42262528 6619 33554432000 4194304 4256717 140735208219312 18446744073709551615 4209095 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 10318 6619 253 16 0 6960 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 49972

[startup+12.7002 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14897
/proc/meminfo: memFree=21354236/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=48412 CPUtime=10.84 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 13655 0 0 0 1083 1 0 0 25 0 1 0 670902558 49573888 8733 33554432000 4194304 4256717 140735208219312 18446744073709551615 4209851 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 12103 8733 253 16 0 8745 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57112

[startup+25.5009 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14898
/proc/meminfo: memFree=21357260/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=48412 CPUtime=23.65 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 21240 0 0 0 2362 3 0 0 25 0 1 0 670902558 49573888 8070 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 12103 8070 253 16 0 8745 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57112

[startup+51.1011 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14898
/proc/meminfo: memFree=21337940/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=67544 CPUtime=49.25 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 37443 0 0 0 4920 5 0 0 25 0 1 0 670902558 69165056 12748 33554432000 4194304 4256717 140735208219312 18446744073709551615 4209140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 16886 12748 253 16 0 13528 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76244

[startup+102.317 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14900
/proc/meminfo: memFree=21322308/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=128552 CPUtime=100.46 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 114044 0 0 0 10032 14 0 0 25 0 1 0 670902558 131637248 24111 33554432000 4194304 4256717 140735208219312 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 32138 24111 253 16 0 28780 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 137252

[startup+162.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14901
/proc/meminfo: memFree=21296604/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=109580 CPUtime=160.45 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 150498 0 0 0 16027 18 0 0 25 0 1 0 670902558 112209920 23025 33554432000 4194304 4256717 140735208219312 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 27395 23025 253 16 0 24037 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 118280

[startup+222.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 14903
/proc/meminfo: memFree=21274224/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=128548 CPUtime=220.46 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 156653 0 0 0 22027 19 0 0 25 0 1 0 670902558 131633152 28802 33554432000 4194304 4256717 140735208219312 18446744073709551615 4209032 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 32137 28802 253 16 0 28779 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 137248

[startup+282.3 s]
/proc/loadavg: 3.07 3.03 3.01 4/433 14904
/proc/meminfo: memFree=21289908/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=128544 CPUtime=280.45 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 279734 0 0 0 28013 32 0 0 25 0 1 0 670902558 131629056 25611 33554432000 4194304 4256717 140735208219312 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 32136 25611 253 16 0 28778 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 137244

[startup+342.301 s]
/proc/loadavg: 3.06 3.03 3.01 4/433 14906
/proc/meminfo: memFree=21266308/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=159364 CPUtime=340.46 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 364619 0 0 0 34003 43 0 0 25 0 1 0 670902558 163188736 30945 33554432000 4194304 4256717 140735208219312 18446744073709551615 4219141 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 39841 30945 253 16 0 36483 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 168064

[startup+402.301 s]
/proc/loadavg: 3.02 3.02 3.00 4/433 14908
/proc/meminfo: memFree=21285972/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7

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

/proc/14897/statm: 113383 80386 253 16 0 110025 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 462232

[startup+4362.3 s]
/proc/loadavg: 3.27 3.07 3.02 4/433 15145
/proc/meminfo: memFree=21114752/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=453532 CPUtime=4360.59 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7320381 0 0 0 435076 983 0 0 25 0 1 0 670902558 464416768 79780 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 113383 79780 253 16 0 110025 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 462232

[startup+4422.3 s]
/proc/loadavg: 3.10 3.05 3.01 4/433 15177
/proc/meminfo: memFree=21050904/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=453532 CPUtime=4420.6 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7387291 0 0 0 441066 994 0 0 25 0 1 0 670902558 464416768 82135 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213715 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 113383 82135 253 16 0 110025 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 462232

[startup+4482.3 s]
/proc/loadavg: 3.03 3.04 3.00 4/433 15178
/proc/meminfo: memFree=21039980/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=321272 CPUtime=4480.59 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7491881 0 0 0 447049 1010 0 0 25 0 1 0 670902558 328982528 68108 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 80318 68108 253 16 0 76960 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 329972

[startup+4542.3 s]
/proc/loadavg: 3.01 3.03 3.00 4/433 15180
/proc/meminfo: memFree=21046316/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=321272 CPUtime=4540.6 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7583887 0 0 0 453037 1023 0 0 25 0 1 0 670902558 328982528 64343 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 80318 64343 253 16 0 76960 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 329972

[startup+4602.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/433 15182
/proc/meminfo: memFree=21012488/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=321272 CPUtime=4600.62 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7727458 0 0 0 459022 1040 0 0 25 0 1 0 670902558 328982528 72548 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 80318 72548 253 16 0 76960 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 329972

[startup+4662.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/433 15192
/proc/meminfo: memFree=20887408/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=321272 CPUtime=4660.6 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7840371 0 0 0 465005 1055 0 0 25 0 1 0 670902558 328982528 64603 33554432000 4194304 4256717 140735208219312 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 80318 64603 253 16 0 76960 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 329972

[startup+4722.3 s]
/proc/loadavg: 3.06 3.03 3.00 4/433 15666
/proc/meminfo: memFree=21057284/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=453532 CPUtime=4720.6 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7912450 0 0 0 470993 1067 0 0 25 0 1 0 670902558 464416768 78671 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213515 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 113383 78671 253 16 0 110025 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 462232

[startup+4782.3 s]
/proc/loadavg: 3.02 3.02 3.00 4/433 15668
/proc/meminfo: memFree=21015492/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=453532 CPUtime=4780.6 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 7987674 0 0 0 476982 1078 0 0 25 0 1 0 670902558 464416768 86365 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 113383 86365 253 16 0 110025 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 462232

[startup+4842.3 s]
/proc/loadavg: 3.12 3.04 3.01 4/433 15672
/proc/meminfo: memFree=21030896/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=453532 CPUtime=4840.61 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 8122169 0 0 0 482966 1095 0 0 25 0 1 0 670902558 464416768 82887 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213977 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 113383 82887 253 16 0 110025 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 462232

[startup+4902.3 s]
/proc/loadavg: 3.04 3.03 3.00 4/433 15674
/proc/meminfo: memFree=21029096/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=453532 CPUtime=4900.6 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 8197243 0 0 0 488955 1105 0 0 25 0 1 0 670902558 464416768 84142 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 113383 84142 253 16 0 110025 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 462232

[startup+4962.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/433 15675
/proc/meminfo: memFree=20922752/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=668456 CPUtime=4960.62 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 8317331 0 0 0 494939 1123 0 0 25 0 1 0 670902558 684498944 111386 33554432000 4194304 4256717 140735208219312 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 167114 111386 253 16 0 163756 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 677156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.01 3.02 3.00 4/433 15676
/proc/meminfo: memFree=21008652/32951124 swapFree=44485784/67111528
[pid=14894] ppid=14892 vsize=8700 CPUtime=1.83 cores=1,3,5,7
/proc/14894/stat : 14894 (esg_static.sh) S 14892 14894 14479 0 -1 4202496 351 13786 0 0 0 0 179 4 18 0 1 0 670902374 8908800 251 33554432000 4194304 4922060 140734241028848 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/14894/statm: 2175 251 209 178 0 68 0
[pid=14897] ppid=14894 vsize=453532 CPUtime=4998.22 cores=1,3,5,7
/proc/14897/stat : 14897 (minisat_static) R 14894 14894 14479 0 -1 4202496 8460402 0 0 0 498682 1140 0 0 25 0 1 0 670902558 464416768 88825 33554432000 4194304 4256717 140735208219312 18446744073709551615 4213697 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14897/statm: 113383 88825 253 16 0 110025 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 462232

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 14894 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=793727
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=46992
# CPU time returned by wait4() is 1.84072
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4988.61
CPU system time (s): 11.44
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1021032

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

runsolver used 19.512 second user time and 48.7986 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-17 02:43:39
IDJOB=3387135
IDBENCH=70799
IDSOLVER=1874
FILE ID=node105/3387135-1305593019
RUNJOBID= node105-1305586740-14498
PBS_JOBID= 13350373
Free space on /tmp= 73512 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387135-1305593019/watcher-3387135-1305593019 -o /tmp/evaluation-result-3387135-1305593019/solver-3387135-1305593019 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387135-1305593019.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1787416772

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21405708 kB
Buffers:        327400 kB
Cached:        7204072 kB
SwapCached:      39636 kB
Active:        4121196 kB
Inactive:      7131064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21405708 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:            5840 kB
Writeback:          16 kB
AnonPages:     3688752 kB
Mapped:          19716 kB
Slab:           144448 kB
PageTables:      81676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115465644 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= 73516 MiB
End job on node105 at 2011-05-17 04:07:01