Trace number 3387275

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.1 5000.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark745.077
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 8464620
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision

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-3387275-1305599524/watcher-3387275-1305599524 -o /tmp/evaluation-result-3387275-1305599524/solver-3387275-1305599524 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387275-1305599524.cnf 

running on 4 cores: 0,2,4,6

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.12 1.04 1.12 2/512 19338
/proc/meminfo: memFree=13013192/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0

[startup+0.0387719 s]
/proc/loadavg: 1.12 1.04 1.12 2/512 19338
/proc/meminfo: memFree=13013192/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10076 s]
/proc/loadavg: 1.12 1.04 1.12 2/512 19338
/proc/meminfo: memFree=13013192/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300721 s]
/proc/loadavg: 1.12 1.04 1.12 2/512 19338
/proc/meminfo: memFree=13013192/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700664 s]
/proc/loadavg: 1.12 1.04 1.12 2/512 19338
/proc/meminfo: memFree=13013192/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50051 s]
/proc/loadavg: 1.12 1.04 1.12 3/514 19342
/proc/meminfo: memFree=12770628/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=422264 CPUtime=1.49 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 106755 0 0 0 131 18 0 0 25 0 1 0 652369086 432398336 90533 33554432000 4194304 4256717 140734361090912 18446744073709551615 255106429985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 105566 90534 215 16 0 102208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 430964

[startup+3.10027 s]
/proc/loadavg: 1.12 1.04 1.12 3/514 19342
/proc/meminfo: memFree=12511096/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=628208 CPUtime=3.09 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 150424 0 0 0 285 24 0 0 25 0 1 0 652369086 643284992 126219 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209140 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 157052 126219 226 16 0 153694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 636908

[startup+6.3007 s]
/proc/loadavg: 1.19 1.06 1.13 3/514 19342
/proc/meminfo: memFree=12506632/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=629324 CPUtime=6.29 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 151848 0 0 0 605 24 0 0 25 0 1 0 652369086 644427776 127642 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 157331 127642 236 16 0 153973 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 638024

[startup+12.7006 s]
/proc/loadavg: 1.25 1.08 1.13 3/514 19342
/proc/meminfo: memFree=12490592/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=630184 CPUtime=12.69 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 153982 0 0 0 1245 24 0 0 25 0 1 0 652369086 645308416 129774 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 157546 129774 236 16 0 154188 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 638884

[startup+25.5003 s]
/proc/loadavg: 1.50 1.14 1.15 3/514 19342
/proc/meminfo: memFree=12426332/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=632932 CPUtime=25.49 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 160024 0 0 0 2524 25 0 0 25 0 1 0 652369086 648122368 135812 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209919 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 158233 135812 237 16 0 154875 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 641632

[startup+51.1008 s]
/proc/loadavg: 1.67 1.20 1.17 3/514 19343
/proc/meminfo: memFree=12387372/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=774860 CPUtime=51.09 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 173789 0 0 0 5082 27 0 0 25 0 1 0 652369086 793456640 149570 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 193715 149570 237 16 0 190357 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 783560

[startup+102.319 s]
/proc/loadavg: 1.85 1.33 1.21 3/514 19344
/proc/meminfo: memFree=12359276/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=778824 CPUtime=102.31 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 332269 0 0 0 10185 46 0 0 25 0 1 0 652369086 797515776 146461 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 194706 146461 237 16 0 191348 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 787524

[startup+162.3 s]
/proc/loadavg: 1.94 1.45 1.26 3/514 19346
/proc/meminfo: memFree=12382152/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=651128 CPUtime=162.29 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 495840 0 0 0 16161 68 0 0 25 0 1 0 652369086 666755072 140181 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 162782 140181 237 16 0 159424 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 659828

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.30 3/514 19347
/proc/meminfo: memFree=12330680/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=794088 CPUtime=222.29 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 590165 0 0 0 22150 79 0 0 25 0 1 0 652369086 813146112 149642 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209075 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 198522 149642 237 16 0 195164 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 802788

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.34 3/514 19349
/proc/meminfo: memFree=12138208/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=661828 CPUtime=282.29 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 755317 0 0 0 28129 100 0 0 25 0 1 0 652369086 677711872 139275 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 165457 139275 237 16 0 162099 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 670528

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.38 3/514 19351
/proc/meminfo: memFree=12344772/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=661828 CPUtime=342.3 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 758931 0 0 0 34129 101 0 0 25 0 1 0 652369086 677711872 142876 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 165457 142876 237 16 0 162099 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 670528

[startup+402.301 s]
/proc/loadavg: 2.13 1.78 1.43 3/514 19352
/proc/meminfo: memFree=12326528/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6

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

/proc/19340/statm: 223036 197312 237 16 0 219678 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 900844

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 19470
/proc/meminfo: memFree=11911676/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1107068 CPUtime=4362.36 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 8402377 0 0 0 435160 1076 0 0 25 0 1 0 652369086 1133637632 205311 33554432000 4194304 4256717 140734361090912 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 276767 205311 237 16 0 273409 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 1115768

[startup+4422.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/514 19471
/proc/meminfo: memFree=11870236/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1107068 CPUtime=4422.37 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 8534235 0 0 0 441145 1092 0 0 25 0 1 0 652369086 1133637632 205000 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 276767 205000 237 16 0 273409 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 1115768

[startup+4482.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/514 19473
/proc/meminfo: memFree=11781936/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1107068 CPUtime=4482.37 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 8566215 0 0 0 447141 1096 0 0 25 0 1 0 652369086 1133637632 236961 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 276767 236961 237 16 0 273409 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 1115768

[startup+4542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/514 19475
/proc/meminfo: memFree=11952296/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1107068 CPUtime=4542.37 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 8707113 0 0 0 453123 1114 0 0 25 0 1 0 652369086 1133637632 224629 33554432000 4194304 4256717 140734361090912 18446744073709551615 4213589 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 276767 224629 237 16 0 273409 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 1115768

[startup+4602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/514 19476
/proc/meminfo: memFree=11932928/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1107068 CPUtime=4602.38 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 8849565 0 0 0 459108 1130 0 0 25 0 1 0 652369086 1133637632 214394 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 276767 214394 237 16 0 273409 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 1115768

[startup+4662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/514 19478
/proc/meminfo: memFree=11998880/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1107068 CPUtime=4662.37 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 8983837 0 0 0 465090 1147 0 0 25 0 1 0 652369086 1133637632 215236 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 276767 215236 237 16 0 273409 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 1115768

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/514 19479
/proc/meminfo: memFree=11941068/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1114448 CPUtime=4722.39 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 9121048 0 0 0 471074 1165 0 0 25 0 1 0 652369086 1141194752 220371 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 278612 220371 237 16 0 275254 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 1123148

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 19481
/proc/meminfo: memFree=11924568/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1114448 CPUtime=4782.37 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 9271577 0 0 0 477054 1183 0 0 25 0 1 0 652369086 1141194752 227075 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 278612 227075 237 16 0 275254 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 1123148

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 19483
/proc/meminfo: memFree=11760620/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1114448 CPUtime=4842.38 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 9297315 0 0 0 483051 1187 0 0 25 0 1 0 652369086 1141194752 252796 33554432000 4194304 4256717 140734361090912 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 278612 252796 237 16 0 275254 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 1123148

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/514 19484
/proc/meminfo: memFree=11896376/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1114448 CPUtime=4902.37 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 9422547 0 0 0 489034 1203 0 0 25 0 1 0 652369086 1141194752 222136 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 278612 222136 237 16 0 275254 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 1123148

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/514 19486
/proc/meminfo: memFree=11979924/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1114448 CPUtime=4962.37 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 9556269 0 0 0 495017 1220 0 0 25 0 1 0 652369086 1141194752 210998 33554432000 4194304 4256717 140734361090912 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 278612 210998 237 16 0 275254 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 1123148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.11 2.03 2.01 3/514 19517
/proc/meminfo: memFree=12133680/32951124 swapFree=67111348/67111528
[pid=19338] ppid=19336 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/19338/stat : 19338 (esg_static.sh) S 19336 19338 17620 0 -1 4202496 352 111 0 0 0 0 0 0 25 0 1 0 652369086 8908800 251 33554432000 4194304 4922060 140735193154256 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19338/statm: 2175 251 209 178 0 68 0
[pid=19340] ppid=19338 vsize=1458324 CPUtime=5000.1 cores=0,2,4,6
/proc/19340/stat : 19340 (minisat_static) R 19338 19338 17620 0 -1 4202496 9579129 0 0 0 498785 1225 0 0 25 0 1 0 652369086 1493323776 233477 33554432000 4194304 4256717 140734361090912 18446744073709551615 4221373 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19340/statm: 364581 233478 237 16 0 361223 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 1467024

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

Real time (s): 5000.03
CPU time (s): 5000.1
CPU user time (s): 4987.85
CPU system time (s): 12.25
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2003576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463
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= 6
involuntary context switches= 4

runsolver used 26.286 second user time and 55.5746 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-17 04:32:10
IDJOB=3387275
IDBENCH=82388
IDSOLVER=1874
FILE ID=node144/3387275-1305599524
RUNJOBID= node144-1305599524-19316
PBS_JOBID= 13350334
Free space on /tmp= 73384 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387275-1305599524/watcher-3387275-1305599524 -o /tmp/evaluation-result-3387275-1305599524/solver-3387275-1305599524 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387275-1305599524.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1737428358

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13013472 kB
Buffers:        337508 kB
Cached:        4010068 kB
SwapCached:          0 kB
Active:       16971952 kB
Inactive:      2579744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13013472 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          202452 kB
Writeback:           0 kB
AnonPages:    15203956 kB
Mapped:          42492 kB
Slab:           247964 kB
PageTables:      69836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157808920 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= 73396 MiB
End job on node144 at 2011-05-17 05:55:32