Trace number 3387243

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1007.46
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.00/0.00	c Parsing...
0.00/0.70	c ==============================================================================
0.00/0.70	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.70	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.70	c ==============================================================================
0.00/0.70	c |         0 | 2099998  4799185 |  629999       0        0     nan |  0.000 % |
2.89/2.93	c |         0 | 1504697  3503635 |      --       0       --      -- |     --   | -35/-52
2.89/2.93	c ==============================================================================
2.89/2.93	c Result  :   #vars: 107716   #clauses: 1504697   #literals: 3503635
2.89/2.93	c CPU time:   2.79157 s
2.89/2.93	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-3387243-1305598285/watcher-3387243-1305598285 -o /tmp/evaluation-result-3387243-1305598285/solver-3387243-1305598285 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387243-1305598285.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: 1.50 1.18 1.39 2/474 18284
/proc/meminfo: memFree=16687452/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671428277 8908800 249 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18284/statm: 2175 249 209 178 0 68 0

[startup+0.099445 s]
/proc/loadavg: 1.50 1.18 1.39 2/474 18284
/proc/meminfo: memFree=16687452/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671428277 8908800 249 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100442 s]
/proc/loadavg: 1.50 1.18 1.39 2/474 18284
/proc/meminfo: memFree=16687452/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671428277 8908800 249 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30041 s]
/proc/loadavg: 1.50 1.18 1.39 2/474 18284
/proc/meminfo: memFree=16687452/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671428277 8908800 249 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700405 s]
/proc/loadavg: 1.50 1.18 1.39 2/474 18284
/proc/meminfo: memFree=16687452/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671428277 8908800 249 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18284/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50019 s]
/proc/loadavg: 1.54 1.19 1.39 3/476 18286
/proc/meminfo: memFree=16543588/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671428277 8908800 249 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18284/statm: 2175 249 209 178 0 68 0
[pid=18285] ppid=18284 vsize=183040 CPUtime=1.49 cores=1,3,5,7
/proc/18285/stat : 18285 (SatELite_releas) R 18284 18284 16405 0 -1 4202496 41961 0 0 0 136 13 0 0 25 0 1 0 671428277 187432960 37489 33554432000 134512640 135144242 4288968656 18446744073709551615 134585340 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/18285/statm: 45760 37489 77 155 0 45603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191740

[startup+3.10092 s]
/proc/loadavg: 1.54 1.19 1.39 3/476 18286
/proc/meminfo: memFree=16533856/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 326 0 0 0 0 0 0 0 23 0 1 0 671428277 8908800 249 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18284/statm: 2175 249 209 178 0 68 0
[pid=18285] ppid=18284 vsize=182344 CPUtime=3.09 cores=1,3,5,7
/proc/18285/stat : 18285 (SatELite_releas) R 18284 18284 16405 0 -1 4202496 46161 0 0 0 294 15 0 0 25 0 1 0 671428277 186720256 37363 33554432000 134512640 135144242 4288968656 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/18285/statm: 45586 37363 77 155 0 45429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191044

[startup+6.30036 s]
/proc/loadavg: 1.58 1.20 1.40 3/476 18287
/proc/meminfo: memFree=16570312/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=118292 CPUtime=2.73 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 26928 0 0 0 269 4 0 0 25 0 1 0 671428633 121131008 22297 33554432000 4194304 4256717 140736561003040 18446744073709551615 4214170 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 29573 22297 252 16 0 26215 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 126992

[startup+12.7002 s]
/proc/loadavg: 1.61 1.22 1.40 3/476 18287
/proc/meminfo: memFree=16563392/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=119272 CPUtime=9.13 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 44071 0 0 0 907 6 0 0 25 0 1 0 671428633 122134528 23487 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209098 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 29818 23487 253 16 0 26460 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 127972

[startup+25.501 s]
/proc/loadavg: 1.70 1.25 1.41 3/476 18288
/proc/meminfo: memFree=16555156/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=120796 CPUtime=21.93 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 79324 0 0 0 2182 11 0 0 25 0 1 0 671428633 123695104 25148 33554432000 4194304 4256717 140736561003040 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 30199 25148 253 16 0 26841 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 129496

[startup+51.1005 s]
/proc/loadavg: 1.80 1.31 1.42 3/476 18288
/proc/meminfo: memFree=16522128/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=153204 CPUtime=47.52 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 155151 0 0 0 4732 20 0 0 25 0 1 0 671428633 156880896 26599 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 38301 26599 253 16 0 34943 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 161904

[startup+102.319 s]
/proc/loadavg: 1.91 1.42 1.45 3/476 18290
/proc/meminfo: memFree=16465364/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=155876 CPUtime=98.75 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 270021 0 0 0 9840 35 0 0 25 0 1 0 671428633 159617024 30394 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 38969 30394 253 16 0 35611 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 164576

[startup+162.301 s]
/proc/loadavg: 1.97 1.52 1.48 3/476 18291
/proc/meminfo: memFree=16437820/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=207872 CPUtime=158.73 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 395176 0 0 0 15822 51 0 0 25 0 1 0 671428633 212860928 36376 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 51968 36376 253 16 0 48610 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 216572

[startup+222.3 s]
/proc/loadavg: 1.98 1.60 1.51 3/476 18293
/proc/meminfo: memFree=16457352/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=159356 CPUtime=218.73 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 533787 0 0 0 21804 69 0 0 25 0 1 0 671428633 163180544 30614 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 39839 30614 253 16 0 36481 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 168056

[startup+282.301 s]
/proc/loadavg: 2.12 1.71 1.55 3/476 18294
/proc/meminfo: memFree=16423336/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=210920 CPUtime=278.73 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 630474 0 0 0 27790 83 0 0 25 0 1 0 671428633 215982080 40319 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 52730 40319 253 16 0 49372 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 219620

[startup+342.3 s]
/proc/loadavg: 2.10 1.77 1.58 3/476 18296
/proc/meminfo: memFree=16422428/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=212496 CPUtime=338.74 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 755720 0 0 0 33775 99 0 0 25 0 1 0 671428633 217595904 39783 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 53124 39783 253 16 0 49766 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 221196

[startup+402.301 s]
/proc/loadavg: 2.03 1.81 1.60 3/476 18298
/proc/meminfo: memFree=16425360/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7

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

/proc/18287/statm: 169132 118459 253 16 0 165774 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 685228

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/476 18417
/proc/meminfo: memFree=16277404/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=329344 CPUtime=4418.83 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7385716 0 0 0 440902 981 0 0 25 0 1 0 671428633 337248256 77321 33554432000 4194304 4256717 140736561003040 18446744073709551615 4214109 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 82336 77321 253 16 0 78978 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 338044

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/476 18448
/proc/meminfo: memFree=16367440/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=461604 CPUtime=4478.84 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7479331 0 0 0 446888 996 0 0 25 0 1 0 671428633 472682496 85976 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 115401 85976 253 16 0 112043 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 470304

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/476 18450
/proc/meminfo: memFree=16356740/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=462284 CPUtime=4538.84 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7576042 0 0 0 452877 1007 0 0 25 0 1 0 671428633 473378816 86479 33554432000 4194304 4256717 140736561003040 18446744073709551615 4214195 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 115571 86479 253 16 0 112213 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 470984

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/476 18452
/proc/meminfo: memFree=16199964/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=677568 CPUtime=4598.85 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7609843 0 0 0 458873 1012 0 0 25 0 1 0 671428633 693829632 120232 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169392 120232 253 16 0 166034 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 686268

[startup+4662.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/476 18453
/proc/meminfo: memFree=16230800/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=677708 CPUtime=4658.84 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7702678 0 0 0 464860 1024 0 0 25 0 1 0 671428633 693972992 112957 33554432000 4194304 4256717 140736561003040 18446744073709551615 4219132 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169427 112957 253 16 0 166069 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 686408

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/476 18455
/proc/meminfo: memFree=16245144/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=678140 CPUtime=4718.86 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7805635 0 0 0 470849 1037 0 0 25 0 1 0 671428633 694415360 116092 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169535 116092 253 16 0 166177 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 686840

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/476 18456
/proc/meminfo: memFree=16145032/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=678140 CPUtime=4778.84 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7828022 0 0 0 476843 1041 0 0 25 0 1 0 671428633 694415360 138467 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169535 138467 253 16 0 166177 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 686840

[startup+4842.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/476 18458
/proc/meminfo: memFree=16219272/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=678140 CPUtime=4838.84 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7928098 0 0 0 482830 1054 0 0 25 0 1 0 671428633 694415360 120020 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169535 120020 253 16 0 166177 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 686840

[startup+4902.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/476 18460
/proc/meminfo: memFree=16094980/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=678284 CPUtime=4898.84 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 7947174 0 0 0 488827 1057 0 0 25 0 1 0 671428633 694562816 139082 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169571 139082 253 16 0 166213 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 686984

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/476 18461
/proc/meminfo: memFree=16213356/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=464516 CPUtime=4958.85 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 8055755 0 0 0 494814 1071 0 0 25 0 1 0 671428633 475664384 109405 33554432000 4194304 4256717 140736561003040 18446744073709551615 4220248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 116129 109405 253 16 0 112771 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 473216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/476 18462
/proc/meminfo: memFree=16128876/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=679440 CPUtime=4996.46 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 8082064 0 0 0 498571 1075 0 0 25 0 1 0 671428633 695746560 135683 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169860 135683 253 16 0 166502 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 688140

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/476 18462
/proc/meminfo: memFree=16128876/32950928 swapFree=67042944/67111528
[pid=18284] ppid=18282 vsize=8700 CPUtime=3.55 cores=1,3,5,7
/proc/18284/stat : 18284 (esg_static.sh) S 18282 18284 16405 0 -1 4202496 352 46162 0 0 0 0 336 19 18 0 1 0 671428277 8908800 251 33554432000 4194304 4922060 140734228566096 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18284/statm: 2175 251 209 178 0 68 0
[pid=18287] ppid=18284 vsize=679440 CPUtime=4996.46 cores=1,3,5,7
/proc/18287/stat : 18287 (minisat_static) R 18284 18284 16405 0 -1 4202496 8082064 0 0 0 498571 1075 0 0 25 0 1 0 671428633 695746560 135683 33554432000 4194304 4256717 140736561003040 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/18287/statm: 169860 135683 253 16 0 166502 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 688140

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18284 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=369487
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=193970
# CPU time returned by wait4() is 3.56346
# while last known CPU time is 5000.01
#
# 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.01
CPU user time (s): 4989.07
CPU system time (s): 10.94
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1032016

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

runsolver used 22.6776 second user time and 54.6127 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-17 04:11:26
IDJOB=3387243
IDBENCH=82363
IDSOLVER=1874
FILE ID=node125/3387243-1305598285
RUNJOBID= node125-1305598266-18198
PBS_JOBID= 13350353
Free space on /tmp= 73284 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387243-1305598285/watcher-3387243-1305598285 -o /tmp/evaluation-result-3387243-1305598285/solver-3387243-1305598285 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387243-1305598285.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1224000070

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      16687724 kB
Buffers:        222500 kB
Cached:        2011932 kB
SwapCached:      55652 kB
Active:        9002680 kB
Inactive:      6911508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16687724 kB
SwapTotal:    67111528 kB
SwapFree:     67042944 kB
Dirty:           98676 kB
Writeback:           0 kB
AnonPages:    13623912 kB
Mapped:          43636 kB
Slab:           218492 kB
PageTables:      61980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130107900 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= 73300 MiB
End job on node125 at 2011-05-17 05:34:48