Trace number 3348823

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

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.01	c Parsing...
0.00/1.40	c ==============================================================================
0.00/1.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/1.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/1.40	c ==============================================================================
0.00/1.40	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
24.19/24.21	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
24.19/24.21	c ==============================================================================
24.19/24.21	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
24.19/24.21	c CPU time:   23.9824 s
24.19/24.21	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-3348823-1304973113/watcher-3348823-1304973113 -o /tmp/evaluation-result-3348823-1304973113/solver-3348823-1304973113 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348823-1304973113.cnf 

running on 2 cores: 5,7

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: 2.92 3.06 3.35 4/324 6078
/proc/meminfo: memFree=6189492/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0

[startup+0.090769 s]
/proc/loadavg: 2.92 3.06 3.35 4/324 6078
/proc/meminfo: memFree=6189492/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100779 s]
/proc/loadavg: 2.92 3.06 3.35 4/324 6078
/proc/meminfo: memFree=6189492/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300735 s]
/proc/loadavg: 2.92 3.06 3.35 4/324 6078
/proc/meminfo: memFree=6189492/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.26755 s]
/proc/loadavg: 2.92 3.06 3.35 4/324 6078
/proc/meminfo: memFree=6189492/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50051 s]
/proc/loadavg: 2.92 3.06 3.35 4/324 6078
/proc/meminfo: memFree=6189492/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10121 s]
/proc/loadavg: 2.93 3.06 3.35 4/326 6081
/proc/meminfo: memFree=5935300/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
[pid=6079] ppid=6078 vsize=268272 CPUtime=3.08 cores=5,7
/proc/6079/stat : 6079 (SatELite_releas) R 6078 6078 4834 0 -1 4202496 72108 0 0 0 291 17 0 0 25 0 1 0 687542225 274710528 64449 33554432000 134512640 135144242 4293480432 18446744073709551615 134555816 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6079/statm: 67068 64449 77 155 0 66911 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 276972

[startup+6.3116 s]
/proc/loadavg: 2.93 3.06 3.35 4/326 6082
/proc/meminfo: memFree=6028540/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
[pid=6079] ppid=6078 vsize=301364 CPUtime=6.3 cores=5,7
/proc/6079/stat : 6079 (SatELite_releas) R 6078 6078 4834 0 -1 4202496 76345 0 0 0 611 19 0 0 25 0 1 0 687542225 308596736 68686 33554432000 134512640 135144242 4293480432 18446744073709551615 134585328 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6079/statm: 75341 68686 77 155 0 75184 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 310064

[startup+12.7004 s]
/proc/loadavg: 3.10 3.09 3.36 4/322 6103
/proc/meminfo: memFree=5752708/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
[pid=6079] ppid=6078 vsize=359128 CPUtime=12.68 cores=5,7
/proc/6079/stat : 6079 (SatELite_releas) R 6078 6078 4834 0 -1 4202496 87048 0 0 0 1247 21 0 0 25 0 1 0 687542225 367747072 78821 33554432000 134512640 135144242 4293480432 18446744073709551615 134551320 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6079/statm: 89782 78821 77 155 0 89625 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 367828

[startup+25.501 s]
/proc/loadavg: 3.08 3.09 3.36 4/326 6111
/proc/meminfo: memFree=5225872/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=0 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 687542225 8908800 250 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 250 209 178 0 68 0
[pid=6079] ppid=6078 vsize=313084 CPUtime=25.49 cores=5,7
/proc/6079/stat : 6079 (SatELite_releas) R 6078 6078 4834 0 -1 4202496 94762 0 0 0 2521 28 0 0 25 0 1 0 687542225 320598016 71533 33554432000 134512640 135144242 4293480432 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6079/statm: 78271 71533 80 155 0 78114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321784

[startup+51.1011 s]
/proc/loadavg: 3.06 3.08 3.35 4/326 6113
/proc/meminfo: memFree=5236888/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=261776 CPUtime=24.99 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 98149 0 0 0 2484 15 0 0 25 0 1 0 687544834 268058624 49725 33554432000 4194304 4256717 140734955934176 18446744073709551615 4218822 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 65444 49725 252 16 0 62086 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 270476

[startup+102.3 s]
/proc/loadavg: 3.07 3.08 3.33 4/326 6114
/proc/meminfo: memFree=5188288/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=267796 CPUtime=76.19 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 220137 0 0 0 7584 35 0 0 25 0 1 0 687544834 274223104 55235 33554432000 4194304 4256717 140734955934176 18446744073709551615 4211020 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 66949 55235 252 16 0 63591 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 276496

[startup+162.301 s]
/proc/loadavg: 3.07 3.08 3.31 4/326 6116
/proc/meminfo: memFree=5150568/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=272468 CPUtime=136.19 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 343728 0 0 0 13567 52 0 0 25 0 1 0 687544834 279007232 59052 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 68117 59052 252 16 0 64759 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 281168

[startup+222.301 s]
/proc/loadavg: 3.02 3.06 3.29 4/326 6117
/proc/meminfo: memFree=5186604/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=276404 CPUtime=196.19 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 466341 0 0 0 19550 69 0 0 25 0 1 0 687544834 283037696 57711 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 69101 57711 252 16 0 65743 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 285104

[startup+282.3 s]
/proc/loadavg: 3.01 3.05 3.27 4/326 6119
/proc/meminfo: memFree=5122184/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=279392 CPUtime=256.21 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 594145 0 0 0 25532 89 0 0 25 0 1 0 687544834 286097408 57995 33554432000 4194304 4256717 140734955934176 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 69848 57995 252 16 0 66490 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 288092

[startup+342.301 s]
/proc/loadavg: 3.07 3.06 3.26 4/326 6121
/proc/meminfo: memFree=5163808/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=284212 CPUtime=316.2 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 766170 0 0 0 31507 113 0 0 25 0 1 0 687544834 291033088 60578 33554432000 4194304 4256717 140734955934176 18446744073709551615 4218684 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 71053 60578 252 16 0 67695 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 292912

[startup+402.312 s]
/proc/loadavg: 3.02 3.05 3.24 4/326 6122
/proc/meminfo: memFree=5109580/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=285748 CPUtime=376.22 cores=5,7

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

/proc/6112/statm: 93351 68837 252 16 0 89993 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 382104

[startup+642.301 s]
/proc/loadavg: 3.03 3.03 3.18 4/326 6132
/proc/meminfo: memFree=5086212/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=295000 CPUtime=616.21 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 1336398 0 0 0 61418 203 0 0 25 0 1 0 687544834 302080000 66260 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 73750 66260 252 16 0 70392 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 303700

[startup+702.3 s]
/proc/loadavg: 3.07 3.04 3.17 4/326 6133
/proc/meminfo: memFree=5137144/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=297080 CPUtime=676.21 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 1496494 0 0 0 67395 226 0 0 25 0 1 0 687544834 304209920 60772 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 74270 60772 252 16 0 70912 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 305780

[startup+762.301 s]
/proc/loadavg: 3.02 3.03 3.16 4/326 6135
/proc/meminfo: memFree=5109944/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=298692 CPUtime=736.21 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 1588907 0 0 0 73382 239 0 0 25 0 1 0 687544834 305860608 65483 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 74673 65483 252 16 0 71315 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 307392

[startup+822.301 s]
/proc/loadavg: 3.01 3.02 3.15 4/326 6136
/proc/meminfo: memFree=5095888/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=382316 CPUtime=796.22 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 1731421 0 0 0 79363 259 0 0 25 0 1 0 687544834 391491584 72178 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213763 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 95579 72178 252 16 0 92221 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 391016

[startup+882.301 s]
/proc/loadavg: 3.05 3.03 3.14 4/326 6138
/proc/meminfo: memFree=5097196/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=302168 CPUtime=856.22 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 1863399 0 0 0 85341 281 0 0 25 0 1 0 687544834 309420032 67863 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 75542 67863 252 16 0 72184 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 310868

[startup+942.301 s]
/proc/loadavg: 2.45 2.87 3.08 3/319 6158
/proc/meminfo: memFree=5276924/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=384932 CPUtime=916.23 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 1961235 0 0 0 91325 298 0 0 25 0 1 0 687544834 394170368 73446 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 96233 73446 252 16 0 92875 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 393632

[startup+1002.3 s]
/proc/loadavg: 2.16 2.71 3.01 3/319 6159
/proc/meminfo: memFree=5296868/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=386540 CPUtime=976.23 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 2095452 0 0 0 97302 321 0 0 25 0 1 0 687544834 395816960 71649 33554432000 4194304 4256717 140734955934176 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 96635 71649 252 16 0 93277 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 395240

[startup+1062.31 s]
/proc/loadavg: 2.06 2.58 2.94 3/319 6161
/proc/meminfo: memFree=5250584/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=306788 CPUtime=1036.24 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 2183281 0 0 0 103286 338 0 0 25 0 1 0 687544834 314150912 70609 33554432000 4194304 4256717 140734955934176 18446744073709551615 4214132 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 76697 70609 252 16 0 73339 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 315488

[startup+1122.3 s]
/proc/loadavg: 2.06 2.48 2.88 3/319 6162
/proc/meminfo: memFree=5270004/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=308608 CPUtime=1096.22 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 2316043 0 0 0 109265 357 0 0 25 0 1 0 687544834 316014592 66633 33554432000 4194304 4256717 140734955934176 18446744073709551615 4209909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 77152 66633 252 16 0 73794 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 317308

[startup+1182.3 s]
/proc/loadavg: 2.06 2.41 2.83 3/319 6164
/proc/meminfo: memFree=5270472/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=310700 CPUtime=1156.23 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 2411893 0 0 0 115250 373 0 0 25 0 1 0 687544834 318156800 71695 33554432000 4194304 4256717 140734955934176 18446744073709551615 4211943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 77675 71695 252 16 0 74317 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 319400

[startup+1242.3 s]
/proc/loadavg: 2.05 2.34 2.78 3/319 6166
/proc/meminfo: memFree=5227528/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=392836 CPUtime=1216.24 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 2503771 0 0 0 121235 389 0 0 25 0 1 0 687544834 402264064 72867 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 98209 72867 252 16 0 94851 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 401536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.28 2.73 3/319 6167
/proc/meminfo: memFree=5241624/32950928 swapFree=67085488/67111528
[pid=6078] ppid=6076 vsize=8700 CPUtime=26.08 cores=5,7
/proc/6078/stat : 6078 (esg_static.sh) S 6076 6078 4834 0 -1 4202496 352 94763 0 0 0 0 2575 33 18 0 1 0 687542225 8908800 252 33554432000 4194304 4922060 140733637096992 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6078/statm: 2175 252 209 178 0 68 0
[pid=6112] ppid=6078 vsize=392968 CPUtime=1273.94 cores=5,7
/proc/6112/stat : 6112 (minisat_static) R 6078 6078 4834 0 -1 4202496 2647088 0 0 0 126982 412 0 0 25 0 1 0 687544834 402399232 73128 33554432000 4194304 4256717 140734955934176 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6112/statm: 98242 73128 252 16 0 94884 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 401668

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 6078 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=754084
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=339948
# CPU time returned by wait4() is 26.094
# 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): 1295.57
CPU system time (s): 4.45
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 531764

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

runsolver used 3.67844 second user time and 9.34658 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-09 22:31:55
IDJOB=3348823
IDBENCH=85007
IDSOLVER=1811
FILE ID=node114/3348823-1304973113
RUNJOBID= node114-1304970755-5264
PBS_JOBID= 13285636
Free space on /tmp= 39704 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348823-1304973113/watcher-3348823-1304973113 -o /tmp/evaluation-result-3348823-1304973113/solver-3348823-1304973113 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348823-1304973113.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1077308469

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:       6189772 kB
Buffers:        227208 kB
Cached:       15310652 kB
SwapCached:        192 kB
Active:       13443684 kB
Inactive:     12709584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6189772 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           77920 kB
Writeback:           0 kB
AnonPages:    10615304 kB
Mapped:          27096 kB
Slab:           506076 kB
PageTables:      37884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52750244 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= 39428 MiB
End job on node114 at 2011-05-09 22:53:37