Trace number 3348812

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) 1300.02 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

Solver Data

0.00/0.00	c Parsing...
0.00/0.59	c ==============================================================================
0.00/0.59	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.59	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.59	c ==============================================================================
0.00/0.59	c |         0 | 1746718  3992465 |  524015       0        0     nan |  0.000 % |
2.39/2.45	c |         0 | 1250297  2911475 |      --       0       --      -- |     --   | -35/-52
2.39/2.45	c ==============================================================================
2.39/2.45	c Result  :   #vars: 89756   #clauses: 1250297   #literals: 2911475
2.39/2.45	c CPU time:   2.36364 s
2.39/2.45	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-3348812-1304969909/watcher-3348812-1304969909 -o /tmp/evaluation-result-3348812-1304969909/solver-3348812-1304969909 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348812-1304969909.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: 4.21 4.10 3.46 5/379 2604
/proc/meminfo: memFree=15064852/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=0 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687221671 8908800 250 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 250 209 178 0 68 0

[startup+0.07506 s]
/proc/loadavg: 4.21 4.10 3.46 5/379 2604
/proc/meminfo: memFree=15064852/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=0 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687221671 8908800 250 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10111 s]
/proc/loadavg: 4.21 4.10 3.46 5/379 2604
/proc/meminfo: memFree=15064852/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=0 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687221671 8908800 250 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301032 s]
/proc/loadavg: 4.21 4.10 3.46 5/379 2604
/proc/meminfo: memFree=15064852/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=0 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687221671 8908800 250 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700954 s]
/proc/loadavg: 4.21 4.10 3.46 5/379 2604
/proc/meminfo: memFree=15064852/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=0 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687221671 8908800 250 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 4.19 4.09 3.46 5/381 2606
/proc/meminfo: memFree=14938104/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=0 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687221671 8908800 250 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 250 209 178 0 68 0
[pid=2605] ppid=2604 vsize=151832 CPUtime=1.49 cores=4,6
/proc/2605/stat : 2605 (SatELite_releas) R 2604 2604 1733 0 -1 4202496 35066 0 0 0 141 8 0 0 25 0 1 0 687221671 155475968 31305 33554432000 134512640 135144242 4290591328 18446744073709551615 134585381 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/2605/statm: 37958 31305 77 155 0 37801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160532

[startup+3.10046 s]
/proc/loadavg: 4.19 4.09 3.46 5/381 2606
/proc/meminfo: memFree=14935252/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 8700

[startup+6.30087 s]
/proc/loadavg: 4.19 4.09 3.46 5/381 2607
/proc/meminfo: memFree=14964516/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=107904 CPUtime=3.32 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 23011 0 0 0 329 3 0 0 25 0 1 0 687221967 110493696 19141 33554432000 4194304 4256717 140735720462800 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 26976 19141 251 16 0 23618 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 116604

[startup+12.7008 s]
/proc/loadavg: 4.16 4.09 3.47 5/381 2608
/proc/meminfo: memFree=14959200/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=108400 CPUtime=9.72 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 37359 0 0 0 967 5 0 0 25 0 1 0 687221967 111001600 20264 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209090 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 27100 20264 252 16 0 23742 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 117100

[startup+25.5004 s]
/proc/loadavg: 4.14 4.09 3.47 5/381 2610
/proc/meminfo: memFree=14929944/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=159676 CPUtime=22.52 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 74286 0 0 0 2241 11 0 0 25 0 1 0 687221967 163508224 28092 33554432000 4194304 4256717 140735720462800 18446744073709551615 4221465 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 39919 28094 253 16 0 36561 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 168376

[startup+51.1008 s]
/proc/loadavg: 4.09 4.08 3.49 5/381 2612
/proc/meminfo: memFree=14936912/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=111248 CPUtime=48.12 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 149040 0 0 0 4791 21 0 0 25 0 1 0 687221967 113917952 22266 33554432000 4194304 4256717 140735720462800 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 27812 22266 252 16 0 24454 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 119948

[startup+102.314 s]
/proc/loadavg: 4.03 4.06 3.51 5/381 2613
/proc/meminfo: memFree=14900756/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=144620 CPUtime=99.34 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 238162 0 0 0 9899 35 0 0 25 0 1 0 687221967 148090880 29641 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 36155 29641 252 16 0 32797 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 153320

[startup+162.3 s]
/proc/loadavg: 4.01 4.05 3.54 5/381 2615
/proc/meminfo: memFree=14860640/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=146664 CPUtime=159.32 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 351372 0 0 0 15883 49 0 0 25 0 1 0 687221967 150183936 31608 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 36666 31608 252 16 0 33308 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 155364

[startup+222.3 s]
/proc/loadavg: 4.00 4.04 3.57 5/381 2616
/proc/meminfo: memFree=14864808/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=147944 CPUtime=219.33 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 476308 0 0 0 21867 66 0 0 25 0 1 0 687221967 151494656 29780 33554432000 4194304 4256717 140735720462800 18446744073709551615 4213990 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 36986 29780 252 16 0 33628 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 156644

[startup+282.3 s]
/proc/loadavg: 4.03 4.04 3.60 5/381 2618
/proc/meminfo: memFree=14829916/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=200124 CPUtime=279.33 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 622493 0 0 0 27849 84 0 0 25 0 1 0 687221967 204926976 36455 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 50031 36455 252 16 0 46673 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 208824

[startup+342.3 s]
/proc/loadavg: 4.04 4.05 3.62 5/381 2619
/proc/meminfo: memFree=14837912/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=151160 CPUtime=339.33 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 757517 0 0 0 33831 102 0 0 25 0 1 0 687221967 154787840 33709 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 37790 33709 252 16 0 34432 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 159860

[startup+402.3 s]
/proc/loadavg: 4.09 4.05 3.65 5/381 2621
/proc/meminfo: memFree=14789760/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=201784 CPUtime=399.34 cores=4,6

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

/proc/2607/statm: 51088 35295 252 16 0 47730 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 213052

[startup+642.301 s]
/proc/loadavg: 4.03 4.05 3.73 5/381 2627
/proc/meminfo: memFree=14712916/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=286704 CPUtime=639.34 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 1302392 0 0 0 63758 176 0 0 25 0 1 0 687221967 293584896 49487 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 71676 49487 252 16 0 68318 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 295404

[startup+702.301 s]
/proc/loadavg: 4.01 4.04 3.75 5/381 2629
/proc/meminfo: memFree=14758144/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=206580 CPUtime=699.34 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 1422494 0 0 0 69742 192 0 0 25 0 1 0 687221967 211537920 45170 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209157 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 51645 45170 252 16 0 48287 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 215280

[startup+762.315 s]
/proc/loadavg: 4.00 4.03 3.76 5/381 2631
/proc/meminfo: memFree=14711976/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=207032 CPUtime=759.35 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 1541747 0 0 0 75727 208 0 0 25 0 1 0 687221967 212000768 43343 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 51758 43343 252 16 0 48400 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 215732

[startup+822.301 s]
/proc/loadavg: 4.10 4.05 3.78 5/381 2632
/proc/meminfo: memFree=14627120/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=289348 CPUtime=819.35 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 1632787 0 0 0 81711 224 0 0 25 0 1 0 687221967 296292352 57295 33554432000 4194304 4256717 140735720462800 18446744073709551615 4208998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 72337 57295 252 16 0 68979 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 298048

[startup+882.301 s]
/proc/loadavg: 4.08 4.05 3.80 5/381 2634
/proc/meminfo: memFree=14677168/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=208356 CPUtime=879.35 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 1765038 0 0 0 87693 242 0 0 25 0 1 0 687221967 213356544 42533 33554432000 4194304 4256717 140735720462800 18446744073709551615 4218870 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 52089 42533 252 16 0 48731 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 217056

[startup+942.301 s]
/proc/loadavg: 4.07 4.06 3.81 5/381 2635
/proc/meminfo: memFree=14648208/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=290536 CPUtime=939.35 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 1858300 0 0 0 93679 256 0 0 25 0 1 0 687221967 297508864 50016 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 72634 50016 252 16 0 69276 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 299236

[startup+1002.3 s]
/proc/loadavg: 3.99 4.04 3.82 5/381 2667
/proc/meminfo: memFree=14798716/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=210208 CPUtime=999.35 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 1983545 0 0 0 99662 273 0 0 25 0 1 0 687221967 215252992 41324 33554432000 4194304 4256717 140735720462800 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 52552 41324 252 16 0 49194 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 218908

[startup+1062.3 s]
/proc/loadavg: 3.96 4.03 3.83 5/381 2763
/proc/meminfo: memFree=14863228/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=292192 CPUtime=1059.36 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 2079871 0 0 0 105649 287 0 0 25 0 1 0 687221967 299204608 49125 33554432000 4194304 4256717 140735720462800 18446744073709551615 4208992 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 73048 49125 252 16 0 69690 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 300892

[startup+1122.3 s]
/proc/loadavg: 3.98 4.02 3.83 5/381 2765
/proc/meminfo: memFree=14771532/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=293396 CPUtime=1119.35 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 2182570 0 0 0 111635 300 0 0 25 0 1 0 687221967 300437504 50570 33554432000 4194304 4256717 140735720462800 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 73349 50570 252 16 0 69991 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 302096

[startup+1182.3 s]
/proc/loadavg: 3.99 4.02 3.84 5/381 2767
/proc/meminfo: memFree=14729964/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=293868 CPUtime=1179.36 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 2284494 0 0 0 117622 314 0 0 25 0 1 0 687221967 300920832 50740 33554432000 4194304 4256717 140735720462800 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 73467 50740 252 16 0 70109 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 302568

[startup+1242.3 s]
/proc/loadavg: 3.99 4.01 3.85 5/381 2768
/proc/meminfo: memFree=14638400/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=293868 CPUtime=1239.36 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 2354074 0 0 0 123614 322 0 0 25 0 1 0 687221967 300920832 63072 33554432000 4194304 4256717 140735720462800 18446744073709551615 4213589 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 73467 63072 252 16 0 70109 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 302568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.04 3.86 5/381 2770
/proc/meminfo: memFree=14571904/32950928 swapFree=65762352/67111528
[pid=2604] ppid=2602 vsize=8700 CPUtime=2.95 cores=4,6
/proc/2604/stat : 2604 (esg_static.sh) S 2602 2604 1733 0 -1 4202496 352 38626 0 0 0 0 284 11 18 0 1 0 687221671 8908800 252 33554432000 4194304 4922060 140734484724144 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2604/statm: 2175 252 209 178 0 68 0
[pid=2607] ppid=2604 vsize=426688 CPUtime=1297.07 cores=4,6
/proc/2607/stat : 2607 (minisat_static) R 2604 2604 1733 0 -1 4202496 2433760 0 0 0 129373 334 0 0 25 0 1 0 687221967 436928512 73857 33554432000 4194304 4256717 140735720462800 18446744073709551615 4213751 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2607/statm: 106672 73857 252 16 0 103314 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 435388

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 2604 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=846567
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=118981
# CPU time returned by wait4() is 2.96555
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1296.57
CPU system time (s): 3.45
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 647004

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

runsolver used 4.50931 second user time and 10.8963 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-09 21:38:30
IDJOB=3348812
IDBENCH=82366
IDSOLVER=1811
FILE ID=node116/3348812-1304969909
RUNJOBID= node116-1304968097-1752
PBS_JOBID= 13285634
Free space on /tmp= 45832 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348812-1304969909/watcher-3348812-1304969909 -o /tmp/evaluation-result-3348812-1304969909/solver-3348812-1304969909 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348812-1304969909.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=370208466

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.826
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.75
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.826
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.826
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:      15065008 kB
Buffers:        214688 kB
Cached:        7760292 kB
SwapCached:      12300 kB
Active:       10702388 kB
Inactive:      6820688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15065008 kB
SwapTotal:    67111528 kB
SwapFree:     65762352 kB
Dirty:           38092 kB
Writeback:          12 kB
AnonPages:     9546624 kB
Mapped:          16188 kB
Slab:           251848 kB
PageTables:      45060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83047076 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= 45788 MiB
End job on node116 at 2011-05-09 22:00:12