Trace number 3261208

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
glucose 2? (TO) 1300.01 1300.01

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-13-13-unsat.cnf
MD5SUMb828910e9308a3dd9d5f850f224ef842
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark385.978
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses1183
Sum of the clauses size4225
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21014
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5169

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1183     4225 |     354       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 169   #clauses: 1183   #literals: 4225
0.00/0.00	c CPU time:   0 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
1299.99/1300.01	HOME/glucose.sh: line 55: 21154 Terminated              $RS $TMP.cnf $TMP.result "$@"

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-3261208-1307637201/watcher-3261208-1307637201 -o /tmp/evaluation-result-3261208-1307637201/solver-3261208-1307637201 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3261208-1307637201.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.73 3.96 3.81 5/193 21152
/proc/meminfo: memFree=32193656/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0

[startup+0.0883081 s]
/proc/loadavg: 3.73 3.96 3.81 5/193 21152
/proc/meminfo: memFree=32193656/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100289 s]
/proc/loadavg: 3.73 3.96 3.81 5/193 21152
/proc/meminfo: memFree=32193656/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300252 s]
/proc/loadavg: 3.73 3.96 3.81 5/193 21152
/proc/meminfo: memFree=32193656/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700157 s]
/proc/loadavg: 3.73 3.96 3.81 5/193 21152
/proc/meminfo: memFree=32193656/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50101 s]
/proc/loadavg: 3.73 3.96 3.81 5/195 21155
/proc/meminfo: memFree=32182084/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=24136 CPUtime=1.49 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 3273 0 0 0 149 0 0 0 25 0 1 0 875318267 24715264 2471 33554432000 4194304 4260849 140734571976816 18446744073709551615 4247140 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 6034 2471 240 17 0 2675 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32840

[startup+3.10074 s]
/proc/loadavg: 3.73 3.96 3.81 5/195 21155
/proc/meminfo: memFree=32176876/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=21432 CPUtime=3.09 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 3902 0 0 0 309 0 0 0 25 0 1 0 875318267 21946368 1691 33554432000 4194304 4260849 140734571976816 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 5358 1691 240 17 0 1999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30136

[startup+6.30119 s]
/proc/loadavg: 3.76 3.96 3.81 5/195 21155
/proc/meminfo: memFree=32162104/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=32940 CPUtime=6.28 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 6496 0 0 0 628 0 0 0 25 0 1 0 875318267 33730560 3117 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224751 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 8235 3117 240 17 0 4876 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41644

[startup+12.701 s]
/proc/loadavg: 3.86 3.98 3.82 5/195 21155
/proc/meminfo: memFree=32144432/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=32940 CPUtime=12.69 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 7957 0 0 0 1268 1 0 0 25 0 1 0 875318267 33730560 4548 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 8235 4548 240 17 0 4876 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41644

[startup+25.5008 s]
/proc/loadavg: 3.89 3.98 3.82 5/195 21156
/proc/meminfo: memFree=32125812/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=37360 CPUtime=25.49 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 9331 0 0 0 2548 1 0 0 25 0 1 0 875318267 38256640 5906 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 9340 5906 240 17 0 5981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46064

[startup+51.1012 s]
/proc/loadavg: 3.92 3.98 3.82 5/195 21156
/proc/meminfo: memFree=32102716/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=38624 CPUtime=51.09 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 9612 0 0 0 5108 1 0 0 25 0 1 0 875318267 39550976 6183 33554432000 4194304 4260849 140734571976816 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 9656 6183 240 17 0 6297 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47328

[startup+102.307 s]
/proc/loadavg: 3.97 3.98 3.83 5/195 21158
/proc/meminfo: memFree=32056824/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=55464 CPUtime=102.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 15400 0 0 0 10227 2 0 0 25 0 1 0 875318267 56795136 8971 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 13866 8971 240 17 0 10507 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64168

[startup+162.3 s]
/proc/loadavg: 4.02 3.99 3.84 5/195 21159
/proc/meminfo: memFree=32037928/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=85812 CPUtime=162.28 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 24637 0 0 0 16224 4 0 0 25 0 1 0 875318267 87871488 10924 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 21453 10924 240 17 0 18094 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 94516

[startup+222.301 s]
/proc/loadavg: 4.06 4.01 3.85 5/195 21286
/proc/meminfo: memFree=31992352/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=135132 CPUtime=222.28 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 54259 0 0 0 22219 9 0 0 25 0 1 0 875318267 138375168 22123 33554432000 4194304 4260849 140734571976816 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 33783 22123 240 17 0 30424 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 143836

[startup+282.301 s]
/proc/loadavg: 4.02 4.00 3.86 5/195 21288
/proc/meminfo: memFree=31988472/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=85812 CPUtime=282.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 66479 0 0 0 28217 12 0 0 25 0 1 0 875318267 87871488 13797 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 21453 13797 240 17 0 18094 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 94516

[startup+342.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/195 21289
/proc/meminfo: memFree=31956456/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=99572 CPUtime=342.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 96079 0 0 0 34211 18 0 0 25 0 1 0 875318267 101961728 21422 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 24893 21422 240 17 0 21534 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 108276

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/195 21291
/proc/meminfo: memFree=31953800/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6

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

[pid=21154] ppid=21152 vsize=148892 CPUtime=522.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 139904 0 0 0 52202 27 0 0 25 0 1 0 875318267 152465408 31183 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 37223 31183 248 17 0 33864 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 157596

[startup+582.301 s]
/proc/loadavg: 4.01 4.01 3.89 5/195 21296
/proc/meminfo: memFree=31875944/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=148892 CPUtime=582.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 149587 0 0 0 58200 29 0 0 25 0 1 0 875318267 152465408 29220 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 37223 29220 248 17 0 33864 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 157596

[startup+642.301 s]
/proc/loadavg: 4.08 4.02 3.90 5/195 21297
/proc/meminfo: memFree=31893256/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=99572 CPUtime=642.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 153491 0 0 0 64199 30 0 0 25 0 1 0 875318267 101961728 21452 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 24893 21452 248 17 0 21534 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 108276

[startup+702.3 s]
/proc/loadavg: 4.08 4.03 3.91 5/195 21299
/proc/meminfo: memFree=31820052/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=148892 CPUtime=702.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 164121 0 0 0 70196 33 0 0 25 0 1 0 875318267 152465408 32044 33554432000 4194304 4260849 140734571976816 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 37223 32044 248 17 0 33864 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 157596

[startup+762.307 s]
/proc/loadavg: 4.17 4.05 3.92 5/195 21301
/proc/meminfo: memFree=31845544/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=148892 CPUtime=762.3 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 174731 0 0 0 76194 36 0 0 25 0 1 0 875318267 152465408 31055 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 37223 31055 248 17 0 33864 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 157596

[startup+822.301 s]
/proc/loadavg: 4.06 4.04 3.92 5/195 21302
/proc/meminfo: memFree=31873272/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=99572 CPUtime=822.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 177177 0 0 0 82192 37 0 0 25 0 1 0 875318267 101961728 21452 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 24893 21452 248 17 0 21534 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 108276

[startup+882.3 s]
/proc/loadavg: 4.02 4.03 3.92 5/195 21304
/proc/meminfo: memFree=31838260/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=99784 CPUtime=882.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 189336 0 0 0 88188 41 0 0 25 0 1 0 875318267 102178816 21459 33554432000 4194304 4260849 140734571976816 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 24946 21459 248 17 0 21587 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 108488

[startup+942.301 s]
/proc/loadavg: 4.01 4.02 3.92 5/195 21305
/proc/meminfo: memFree=31788864/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=149104 CPUtime=942.28 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 200785 0 0 0 94185 43 0 0 25 0 1 0 875318267 152682496 32833 33554432000 4194304 4260849 140734571976816 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 37276 32833 248 17 0 33917 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 157808

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.92 5/195 21307
/proc/meminfo: memFree=31798132/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=149104 CPUtime=1002.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 210332 0 0 0 100184 45 0 0 25 0 1 0 875318267 152682496 30074 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 37276 30074 248 17 0 33917 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 157808

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 3.93 5/195 21308
/proc/meminfo: memFree=31831580/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=101724 CPUtime=1062.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 214288 0 0 0 106182 47 0 0 25 0 1 0 875318267 104165376 21512 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 25431 21512 248 17 0 22072 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 110428

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/195 21310
/proc/meminfo: memFree=31753056/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=151044 CPUtime=1122.3 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 225197 0 0 0 112180 50 0 0 25 0 1 0 875318267 154669056 32368 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 37761 32368 248 17 0 34402 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 159748

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/195 21312
/proc/meminfo: memFree=31825436/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=104144 CPUtime=1182.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 227821 0 0 0 118177 52 0 0 25 0 1 0 875318267 106643456 22009 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 26036 22009 248 17 0 22677 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 112848

[startup+1242.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/195 21313
/proc/meminfo: memFree=31777652/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=153464 CPUtime=1242.29 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 238611 0 0 0 124175 54 0 0 25 0 1 0 875318267 157147136 32740 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 38366 32740 248 17 0 35007 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 162168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 4.00 3.93 4/188 21381
/proc/meminfo: memFree=32022716/32951124 swapFree=67063272/67111528
[pid=21152] ppid=21150 vsize=8704 CPUtime=0 cores=4,6
/proc/21152/stat : 21152 (glucose.sh) S 21150 21152 20425 0 -1 4202496 359 158 0 0 0 0 0 0 25 0 1 0 875318267 8912896 254 33554432000 4194304 4922060 140736555102560 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21152/statm: 2176 254 211 178 0 69 0
[pid=21154] ppid=21152 vsize=106064 CPUtime=1299.99 cores=4,6
/proc/21154/stat : 21154 (glucose_static) R 21152 21152 20425 0 -1 4202496 241156 0 0 0 129943 56 0 0 25 0 1 0 875318267 108609536 22614 33554432000 4194304 4260849 140734571976816 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21154/statm: 26516 22614 248 17 0 23157 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 114768

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)
Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.44
CPU system time (s): 0.573912
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 194908

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

runsolver used 2.25766 second user time and 4.84626 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-09 18:33:21
IDJOB=3261208
IDBENCH=83217
IDSOLVER=1651
FILE ID=node132/3261208-1307637201
RUNJOBID= node132-1307637197-21006
PBS_JOBID= 13549360
Free space on /tmp= 74184 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-13-13-unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261208-1307637201/watcher-3261208-1307637201 -o /tmp/evaluation-result-3261208-1307637201/solver-3261208-1307637201 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3261208-1307637201.cnf 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b828910e9308a3dd9d5f850f224ef842
RANDOM SEED=134969427

node132.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.833
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      32194332 kB
Buffers:        179612 kB
Cached:         328632 kB
SwapCached:       9968 kB
Active:         311732 kB
Inactive:       240264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32194332 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            5348 kB
Writeback:           0 kB
AnonPages:       41512 kB
Mapped:           9656 kB
Slab:           141368 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74184 MiB
End job on node132 at 2011-06-09 18:55:03