Trace number 3348854

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.05 1300.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.9874
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

Solver Data

0.00/0.00	c Parsing...
0.00/0.47	c ==============================================================================
0.00/0.47	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.47	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.47	c ==============================================================================
0.00/0.47	c |         0 | 1190271  2765804 |  357081       0        0     nan |  0.000 % |
3.39/3.46	c |         0 |  708950  1938523 |      --       0       --      -- |     --   | -211920/-216212
3.39/3.46	c ==============================================================================
3.39/3.46	c Result  :   #vars: 124771   #clauses: 708950   #literals: 1938523
3.39/3.46	c CPU time:   3.35249 s
3.39/3.46	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-3348854-1304968091/watcher-3348854-1304968091 -o /tmp/evaluation-result-3348854-1304968091/solver-3348854-1304968091 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348854-1304968091.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: 0.08 0.02 0.01 5/359 32382
/proc/meminfo: memFree=6790384/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=0 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608406305 8908800 250 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 250 209 178 0 68 0

[startup+0.0432129 s]
/proc/loadavg: 0.08 0.02 0.01 5/359 32382
/proc/meminfo: memFree=6790384/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=0 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608406305 8908800 250 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10114 s]
/proc/loadavg: 0.08 0.02 0.01 5/359 32382
/proc/meminfo: memFree=6790384/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=0 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608406305 8908800 250 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301166 s]
/proc/loadavg: 0.08 0.02 0.01 5/359 32382
/proc/meminfo: memFree=6790384/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=0 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608406305 8908800 250 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70109 s]
/proc/loadavg: 0.08 0.02 0.01 5/359 32382
/proc/meminfo: memFree=6790384/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=0 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608406305 8908800 250 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 0.08 0.02 0.01 5/369 32399
/proc/meminfo: memFree=6448692/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=0 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608406305 8908800 250 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 250 209 178 0 68 0
[pid=32383] ppid=32382 vsize=140020 CPUtime=1.49 cores=5,7
/proc/32383/stat : 32383 (SatELite_releas) R 32382 32382 32333 0 -1 4202496 34579 0 0 0 141 8 0 0 25 0 1 0 608406305 143380480 31661 33554432000 134512640 135144242 4287301056 18446744073709551615 134585712 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32383/statm: 35005 31661 77 155 0 34848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 148720

[startup+3.10062 s]
/proc/loadavg: 0.08 0.02 0.01 5/369 32399
/proc/meminfo: memFree=6399360/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=0 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608406305 8908800 250 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 250 209 178 0 68 0
[pid=32383] ppid=32382 vsize=157064 CPUtime=3.09 cores=5,7
/proc/32383/stat : 32383 (SatELite_releas) R 32382 32382 32333 0 -1 4202496 41415 0 0 0 299 10 0 0 25 0 1 0 608406305 160833536 34736 33554432000 134512640 135144242 4287301056 18446744073709551615 134588208 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32383/statm: 39266 34736 77 155 0 39109 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165764

[startup+6.30101 s]
/proc/loadavg: 0.47 0.10 0.03 5/369 32402
/proc/meminfo: memFree=6603072/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=70300 CPUtime=2.45 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 15651 0 0 0 243 2 0 0 25 0 1 0 608406689 71987200 13305 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 17575 13305 252 16 0 14217 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 79000

[startup+12.7008 s]
/proc/loadavg: 0.84 0.18 0.06 5/369 32402
/proc/meminfo: memFree=6569628/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=83096 CPUtime=8.85 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 24095 0 0 0 881 4 0 0 25 0 1 0 608406689 85090304 14687 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 20774 14687 252 16 0 17416 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91796

[startup+25.5003 s]
/proc/loadavg: 1.61 0.38 0.13 5/369 32402
/proc/meminfo: memFree=6483136/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=120136 CPUtime=21.65 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 43379 0 0 0 2159 6 0 0 25 0 1 0 608406689 123019264 24591 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 30034 24591 252 16 0 26676 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128836

[startup+51.1004 s]
/proc/loadavg: 2.35 0.66 0.22 5/369 32433
/proc/meminfo: memFree=6402728/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=131808 CPUtime=47.25 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 80491 0 0 0 4712 13 0 0 25 0 1 0 608406689 134971392 28485 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 32952 28485 252 16 0 29594 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140508

[startup+102.314 s]
/proc/loadavg: 3.33 1.18 0.42 5/369 32466
/proc/meminfo: memFree=6254804/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=150780 CPUtime=98.46 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 185899 0 0 0 9819 27 0 0 25 0 1 0 608406689 154398720 30124 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 37695 30124 252 16 0 34337 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 159480

[startup+162.301 s]
/proc/loadavg: 3.80 1.71 0.65 5/369 32468
/proc/meminfo: memFree=6187972/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=150780 CPUtime=158.46 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 285942 0 0 0 15802 44 0 0 25 0 1 0 608406689 154398720 31294 33554432000 4194304 4256717 140734779302992 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 37695 31294 252 16 0 34337 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 159480

[startup+222.301 s]
/proc/loadavg: 3.96 2.14 0.86 5/369 32470
/proc/meminfo: memFree=6176140/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=150780 CPUtime=218.46 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 379513 0 0 0 21788 58 0 0 25 0 1 0 608406689 154398720 32833 33554432000 4194304 4256717 140734779302992 18446744073709551615 4209909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 37695 32833 252 16 0 34337 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 159480

[startup+282.301 s]
/proc/loadavg: 3.98 2.47 1.05 5/369 32533
/proc/meminfo: memFree=6244312/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=278.46 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 475915 0 0 0 27772 74 0 0 25 0 1 0 608406689 185958400 36074 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 36074 252 16 0 42042 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 190300

[startup+342.3 s]
/proc/loadavg: 4.10 2.78 1.25 5/369 32535
/proc/meminfo: memFree=6174028/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=338.46 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 569294 0 0 0 33757 89 0 0 25 0 1 0 608406689 185958400 34969 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213589 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 34969 252 16 0 42042 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 190300

[startup+402.301 s]
/proc/loadavg: 4.03 3.00 1.42 5/369 32536
/proc/meminfo: memFree=6139688/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7

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

/proc/32401/statm: 45400 37246 252 16 0 42042 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 190300

[startup+642.301 s]
/proc/loadavg: 4.09 3.58 2.01 5/369 32543
/proc/meminfo: memFree=6109452/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=638.49 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1012127 0 0 0 63684 165 0 0 25 0 1 0 608406689 185958400 36503 33554432000 4194304 4256717 140734779302992 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 36503 252 16 0 42042 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 190300

[startup+702.3 s]
/proc/loadavg: 4.09 3.67 2.14 5/369 32544
/proc/meminfo: memFree=6075692/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=698.47 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1089213 0 0 0 69667 180 0 0 25 0 1 0 608406689 185958400 39404 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 39404 252 16 0 42042 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 190300

[startup+762.314 s]
/proc/loadavg: 4.03 3.73 2.25 5/369 32546
/proc/meminfo: memFree=6128860/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=758.5 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1170425 0 0 0 75656 194 0 0 25 0 1 0 608406689 185958400 40449 33554432000 4194304 4256717 140734779302992 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 40449 252 16 0 42042 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 190300

[startup+822.301 s]
/proc/loadavg: 4.25 3.82 2.37 5/369 32548
/proc/meminfo: memFree=6034464/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=231688 CPUtime=818.48 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1251655 0 0 0 81639 209 0 0 25 0 1 0 608406689 237248512 44345 33554432000 4194304 4256717 140734779302992 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 57922 44345 252 16 0 54564 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 240388

[startup+882.301 s]
/proc/loadavg: 4.16 3.87 2.48 5/369 32549
/proc/meminfo: memFree=6091360/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=878.48 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1348867 0 0 0 87623 225 0 0 25 0 1 0 608406689 185958400 36711 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 36711 252 16 0 42042 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 190300

[startup+942.301 s]
/proc/loadavg: 4.06 3.89 2.57 5/369 32551
/proc/meminfo: memFree=6104472/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=938.49 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1422558 0 0 0 93609 240 0 0 25 0 1 0 608406689 185958400 37926 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 37926 252 16 0 42042 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 190300

[startup+1002.3 s]
/proc/loadavg: 4.02 3.91 2.66 5/369 32552
/proc/meminfo: memFree=6090432/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=998.49 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1498942 0 0 0 99596 253 0 0 25 0 1 0 608406689 185958400 40602 33554432000 4194304 4256717 140734779302992 18446744073709551615 4220248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 40602 252 16 0 42042 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 190300

[startup+1062.3 s]
/proc/loadavg: 4.10 3.95 2.75 5/369 32554
/proc/meminfo: memFree=6034228/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=1058.5 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1576716 0 0 0 105583 267 0 0 25 0 1 0 608406689 185958400 39130 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 39130 252 16 0 42042 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 190300

[startup+1122.3 s]
/proc/loadavg: 4.04 3.96 2.82 5/369 32556
/proc/meminfo: memFree=6009032/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=231688 CPUtime=1118.49 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1639117 0 0 0 111570 279 0 0 25 0 1 0 608406689 237248512 47833 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 57922 47833 252 16 0 54564 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 240388

[startup+1182.3 s]
/proc/loadavg: 4.09 3.99 2.90 5/369 32557
/proc/meminfo: memFree=6033796/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=231688 CPUtime=1178.49 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1717025 0 0 0 117555 294 0 0 25 0 1 0 608406689 237248512 45905 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 57922 45905 252 16 0 54564 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 240388

[startup+1242.3 s]
/proc/loadavg: 4.06 4.00 2.97 5/369 32559
/proc/meminfo: memFree=6042952/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=231688 CPUtime=1238.5 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1809363 0 0 0 123537 313 0 0 25 0 1 0 608406689 237248512 44671 33554432000 4194304 4256717 140734779302992 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 57922 44671 252 16 0 54564 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 240388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.04 5/369 32560
/proc/meminfo: memFree=6059056/32950928 swapFree=67056568/67111528
[pid=32382] ppid=32380 vsize=8700 CPUtime=3.83 cores=5,7
/proc/32382/stat : 32382 (esg_static.sh) S 32380 32382 32333 0 -1 4202496 353 50213 0 0 0 0 369 14 18 0 1 0 608406305 8908800 252 33554432000 4194304 4922060 140734126792896 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32382/statm: 2175 252 209 178 0 68 0
[pid=32401] ppid=32382 vsize=181600 CPUtime=1296.22 cores=5,7
/proc/32401/stat : 32401 (minisat_static) R 32382 32382 32333 0 -1 4202496 1889973 0 0 0 129294 328 0 0 25 0 1 0 608406689 185958400 36955 33554432000 4194304 4256717 140734779302992 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/32401/statm: 45400 36955 252 16 0 42042 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 190300

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 32382 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=697437
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140978
# CPU time returned by wait4() is 3.83842
# while last known CPU time is 1300.05
#
# 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.05
CPU user time (s): 1296.63
CPU system time (s): 3.42
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 370616

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

runsolver used 4.39833 second user time and 10.9913 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 21:08:12
IDJOB=3348854
IDBENCH=20352
IDSOLVER=1811
FILE ID=node148/3348854-1304968091
RUNJOBID= node148-1304968091-32354
PBS_JOBID= 13285602
Free space on /tmp= 31004 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348854-1304968091/watcher-3348854-1304968091 -o /tmp/evaluation-result-3348854-1304968091/solver-3348854-1304968091 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348854-1304968091.cnf

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

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED=1141701803

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6790912 kB
Buffers:        236980 kB
Cached:       22135280 kB
SwapCached:       8268 kB
Active:       10531192 kB
Inactive:     14839836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6790912 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           75876 kB
Writeback:           0 kB
AnonPages:     2996864 kB
Mapped:          27732 kB
Slab:           693640 kB
PageTables:      29620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84740136 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= 30876 MiB
End job on node148 at 2011-05-09 21:29:54