Trace number 3387263

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.03 4999.93

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 6771840
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-3387263-1305599027/watcher-3387263-1305599027 -o /tmp/evaluation-result-3387263-1305599027/solver-3387263-1305599027 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387263-1305599027.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: 0.94 1.00 1.05 2/573 15519
/proc/meminfo: memFree=11494972/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0

[startup+0.0746329 s]
/proc/loadavg: 0.94 1.00 1.05 2/573 15519
/proc/meminfo: memFree=11494972/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100621 s]
/proc/loadavg: 0.94 1.00 1.05 2/573 15519
/proc/meminfo: memFree=11494972/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300587 s]
/proc/loadavg: 0.94 1.00 1.05 2/573 15519
/proc/meminfo: memFree=11494972/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700523 s]
/proc/loadavg: 0.94 1.00 1.05 2/573 15519
/proc/meminfo: memFree=11494972/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 0.94 1.00 1.05 3/575 15522
/proc/meminfo: memFree=11230348/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=433936 CPUtime=1.49 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 115455 0 0 0 134 15 0 0 25 0 1 0 671501896 444350464 97872 33554432000 4194304 4256717 140736961160320 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 108484 97873 215 16 0 105126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 442636

[startup+3.12197 s]
/proc/loadavg: 1.10 1.03 1.06 3/575 15522
/proc/meminfo: memFree=11087004/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=437648 CPUtime=3.11 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 118981 0 0 0 296 15 0 0 25 0 1 0 671501896 448151552 100038 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 109412 100038 236 16 0 106054 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 446348

[startup+6.30048 s]
/proc/loadavg: 1.10 1.03 1.06 3/575 15522
/proc/meminfo: memFree=11061840/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=519660 CPUtime=6.31 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 120726 0 0 0 615 16 0 0 25 0 1 0 671501896 532131840 101781 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 129915 101781 236 16 0 126557 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 528360

[startup+12.7004 s]
/proc/loadavg: 1.18 1.05 1.06 3/575 15522
/proc/meminfo: memFree=11015604/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=520592 CPUtime=12.69 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 124194 0 0 0 1253 16 0 0 25 0 1 0 671501896 533086208 105244 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 130148 105244 236 16 0 126790 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 529292

[startup+25.5011 s]
/proc/loadavg: 1.52 1.13 1.09 3/575 15522
/proc/meminfo: memFree=10970108/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=522404 CPUtime=25.49 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 130585 0 0 0 2532 17 0 0 25 0 1 0 671501896 534941696 111626 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 130601 111626 237 16 0 127243 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 531104

[startup+51.1005 s]
/proc/loadavg: 1.68 1.19 1.11 3/575 15523
/proc/meminfo: memFree=10991940/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=531552 CPUtime=51.09 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 195450 0 0 0 5085 24 0 0 25 0 1 0 671501896 544309248 116100 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 132888 116100 237 16 0 129530 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 540252

[startup+102.3 s]
/proc/loadavg: 2.01 1.36 1.17 3/575 15524
/proc/meminfo: memFree=10989736/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=536412 CPUtime=102.29 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 323475 0 0 0 10192 37 0 0 25 0 1 0 671501896 549285888 113290 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 134103 113290 237 16 0 130745 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 545112

[startup+162.301 s]
/proc/loadavg: 2.09 1.51 1.23 3/575 15526
/proc/meminfo: memFree=10963056/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=542008 CPUtime=162.29 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 400983 0 0 0 16183 46 0 0 25 0 1 0 671501896 555016192 115709 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 135502 115709 237 16 0 132144 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 550708

[startup+222.301 s]
/proc/loadavg: 2.03 1.59 1.28 3/575 15528
/proc/meminfo: memFree=10948028/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=546184 CPUtime=222.3 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 603788 0 0 0 22161 69 0 0 25 0 1 0 671501896 559292416 120729 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 136546 120729 237 16 0 133188 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 554884

[startup+282.3 s]
/proc/loadavg: 2.01 1.66 1.32 3/575 15529
/proc/meminfo: memFree=10869752/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=678444 CPUtime=282.3 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 686794 0 0 0 28150 80 0 0 25 0 1 0 671501896 694726656 132705 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209143 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 169611 132705 237 16 0 166253 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 687144

[startup+342.301 s]
/proc/loadavg: 2.00 1.72 1.36 3/575 15531
/proc/meminfo: memFree=10938164/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=551020 CPUtime=342.3 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 886078 0 0 0 34127 103 0 0 25 0 1 0 671501896 564244480 117047 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 137755 117047 237 16 0 134397 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 559720

[startup+402.301 s]
/proc/loadavg: 2.00 1.77 1.40 3/575 15533
/proc/meminfo: memFree=10830868/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6

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

/proc/15521/statm: 247758 199690 237 16 0 244400 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 999732

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/575 15650
/proc/meminfo: memFree=10620224/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=776108 CPUtime=4362.42 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8095054 0 0 0 435297 945 0 0 25 0 1 0 671501896 794734592 171055 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 194027 171055 237 16 0 190669 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 784808

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/575 15652
/proc/meminfo: memFree=10574928/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=776108 CPUtime=4422.41 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8225366 0 0 0 441281 960 0 0 25 0 1 0 671501896 794734592 184675 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 194027 184675 237 16 0 190669 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 784808

[startup+4482.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/575 15653
/proc/meminfo: memFree=10558380/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=995680 CPUtime=4482.43 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8358415 0 0 0 447268 975 0 0 25 0 1 0 671501896 1019576320 186649 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 248920 186649 237 16 0 245562 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1004380

[startup+4542.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/575 15655
/proc/meminfo: memFree=10558580/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=780756 CPUtime=4542.41 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8488568 0 0 0 453252 989 0 0 25 0 1 0 671501896 799494144 184254 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 195189 184254 237 16 0 191831 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 789456

[startup+4602.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/575 15656
/proc/meminfo: memFree=10566864/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=780756 CPUtime=4602.41 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8611515 0 0 0 459237 1004 0 0 25 0 1 0 671501896 799494144 183068 33554432000 4194304 4256717 140736961160320 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 195189 183068 237 16 0 191831 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 789456

[startup+4662.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/575 15658
/proc/meminfo: memFree=10600796/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=780756 CPUtime=4662.41 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8734087 0 0 0 465224 1017 0 0 25 0 1 0 671501896 799494144 182040 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 195189 182040 237 16 0 191831 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 789456

[startup+4722.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/575 15660
/proc/meminfo: memFree=10419716/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=995680 CPUtime=4722.41 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8766938 0 0 0 471220 1021 0 0 25 0 1 0 671501896 1019576320 214868 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209115 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 248920 214868 237 16 0 245562 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 1004380

[startup+4782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/575 15661
/proc/meminfo: memFree=10435168/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=1000452 CPUtime=4782.41 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 8903521 0 0 0 477204 1037 0 0 25 0 1 0 671501896 1024462848 210600 33554432000 4194304 4256717 140736961160320 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 250113 210600 237 16 0 246755 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 1009152

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/575 15663
/proc/meminfo: memFree=10532356/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=1000452 CPUtime=4842.42 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 9035616 0 0 0 483188 1054 0 0 25 0 1 0 671501896 1024462848 190888 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 250113 190888 237 16 0 246755 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1009152

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/575 15664
/proc/meminfo: memFree=10428140/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=1000452 CPUtime=4902.42 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 9063505 0 0 0 489185 1057 0 0 25 0 1 0 671501896 1024462848 218756 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 250113 218756 237 16 0 246755 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1009152

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/575 15666
/proc/meminfo: memFree=10448428/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=1000452 CPUtime=4962.42 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 9195836 0 0 0 495171 1071 0 0 25 0 1 0 671501896 1024462848 215174 33554432000 4194304 4256717 140736961160320 18446744073709551615 4214166 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 250113 215174 237 16 0 246755 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1009152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.92 2.00 1.99 5/575 15697
/proc/meminfo: memFree=10729572/32950928 swapFree=60199076/67111528
[pid=15519] ppid=15517 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (esg_static.sh) S 15517 15519 13258 0 -1 4202496 352 112 0 0 0 0 0 0 22 0 1 0 671501896 8908800 251 33554432000 4194304 4922060 140737138920624 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/15519/statm: 2175 251 209 178 0 68 0
[pid=15521] ppid=15519 vsize=1004944 CPUtime=5000.03 cores=0,2,4,6
/proc/15521/stat : 15521 (minisat_static) R 15519 15519 13258 0 -1 4202496 9333043 0 0 0 498915 1088 0 0 25 0 1 0 671501896 1029062656 207324 33554432000 4194304 4256717 140736961160320 18446744073709551615 4209383 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15521/statm: 251236 207324 237 16 0 247878 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1013644

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

Real time (s): 4999.93
CPU time (s): 5000.03
CPU user time (s): 4989.15
CPU system time (s): 10.88
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1885572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464
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 29.2306 second user time and 63.4564 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-17 04:23:51
IDJOB=3387263
IDBENCH=82374
IDSOLVER=1874
FILE ID=node122/3387263-1305599027
RUNJOBID= node122-1305599027-15497
PBS_JOBID= 13350356
Free space on /tmp= 73380 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.040-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387263-1305599027/watcher-3387263-1305599027 -o /tmp/evaluation-result-3387263-1305599027/solver-3387263-1305599027 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387263-1305599027.cnf

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=411058785

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11495128 kB
Buffers:        344372 kB
Cached:        4428580 kB
SwapCached:      50104 kB
Active:       16739092 kB
Inactive:      4409772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11495128 kB
SwapTotal:    67111528 kB
SwapFree:     60199076 kB
Dirty:          173124 kB
Writeback:           0 kB
AnonPages:    16336860 kB
Mapped:          35636 kB
Slab:           143336 kB
PageTables:      93136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180792200 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= 73400 MiB
End job on node122 at 2011-05-17 05:47:13