Trace number 3287555

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
rcl 2011-04-01? (TO) 1300.01 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  262656   612864 |   78796       0        0     nan |  0.000 % |
0.00/0.94	c |         0 |  135563   459903 |      --       0       --      -- |     --   | -127091/-152956
0.00/0.94	c ==============================================================================
0.00/0.94	c Result  :   #vars: 23820   #clauses: 135563   #literals: 459903
0.00/0.94	c CPU time:   0.909861 s
0.00/0.94	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: 935)

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-3287555-1303766818/watcher-3287555-1303766818 -o /tmp/evaluation-result-3287555-1303766818/solver-3287555-1303766818 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3287555-1303766818.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.80 3.67 4.26 5/192 27896
/proc/meminfo: memFree=13501936/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=0 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 469098110 8908800 250 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 250 209 178 0 68 0

[startup+0.103396 s]
/proc/loadavg: 2.80 3.67 4.26 5/192 27896
/proc/meminfo: memFree=13501936/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=0 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 469098110 8908800 250 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200378 s]
/proc/loadavg: 2.80 3.67 4.26 5/192 27896
/proc/meminfo: memFree=13501936/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=0 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 469098110 8908800 250 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300367 s]
/proc/loadavg: 2.80 3.67 4.26 5/192 27896
/proc/meminfo: memFree=13501936/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=0 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 469098110 8908800 250 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70026 s]
/proc/loadavg: 2.80 3.67 4.26 5/192 27896
/proc/meminfo: memFree=13501936/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=0 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 469098110 8908800 250 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 2.80 3.67 4.26 5/194 27899
/proc/meminfo: memFree=13482460/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=19952 CPUtime=0.46 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 3400 0 0 0 45 1 0 0 20 0 1 0 469098213 20430848 3310 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208237 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 4988 3310 131 6 0 3458 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28652

[startup+3.10086 s]
/proc/loadavg: 2.80 3.67 4.26 5/194 27899
/proc/meminfo: memFree=13474152/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=21412 CPUtime=2.06 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 3777 0 0 0 205 1 0 0 25 0 1 0 469098213 21925888 3687 33554432000 4194304 4218580 140734440910224 18446744073709551615 212039316165 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 5353 3687 131 6 0 3823 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30112

[startup+6.30029 s]
/proc/loadavg: 2.89 3.67 4.26 5/194 27899
/proc/meminfo: memFree=13466096/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=23388 CPUtime=5.26 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 4281 0 0 0 525 1 0 0 25 0 1 0 469098213 23949312 4191 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208525 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 5847 4191 131 6 0 4317 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32088

[startup+12.7012 s]
/proc/loadavg: 2.98 3.68 4.26 5/194 27899
/proc/meminfo: memFree=13456196/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=26320 CPUtime=11.65 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 4984 0 0 0 1164 1 0 0 25 0 1 0 469098213 26951680 4894 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 6580 4894 131 6 0 5050 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35020

[startup+25.5009 s]
/proc/loadavg: 3.21 3.69 4.25 5/194 27900
/proc/meminfo: memFree=13440900/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=31764 CPUtime=24.46 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 6353 0 0 0 2444 2 0 0 25 0 1 0 469098213 32526336 6263 33554432000 4194304 4218580 140734440910224 18446744073709551615 4213672 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 7941 6263 131 6 0 6411 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40464

[startup+51.1013 s]
/proc/loadavg: 3.48 3.72 4.24 5/194 27900
/proc/meminfo: memFree=13412812/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=39428 CPUtime=50.05 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 8315 0 0 0 5003 2 0 0 25 0 1 0 469098213 40374272 8191 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 9857 8191 131 6 0 8327 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48128

[startup+102.301 s]
/proc/loadavg: 3.77 3.76 4.23 5/194 27902
/proc/meminfo: memFree=13390612/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=42688 CPUtime=101.27 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 9162 0 0 0 10124 3 0 0 25 0 1 0 469098213 43712512 9007 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 10672 9007 131 6 0 9142 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 51388

[startup+162.3 s]
/proc/loadavg: 3.95 3.81 4.22 5/194 27903
/proc/meminfo: memFree=13347176/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=56284 CPUtime=161.26 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 12697 0 0 0 16122 4 0 0 25 0 1 0 469098213 57634816 12419 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 14071 12419 131 6 0 12541 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 64984

[startup+222.307 s]
/proc/loadavg: 4.02 3.86 4.21 5/194 27905
/proc/meminfo: memFree=13342932/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=56508 CPUtime=221.27 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 12829 0 0 0 22123 4 0 0 25 0 1 0 469098213 57864192 12476 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 14127 12476 131 6 0 12597 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 65208

[startup+282.301 s]
/proc/loadavg: 4.00 3.88 4.19 5/194 27906
/proc/meminfo: memFree=13323184/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=60548 CPUtime=281.26 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 13925 0 0 0 28122 4 0 0 25 0 1 0 469098213 62001152 13466 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208467 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 15137 13466 131 6 0 13607 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 69248

[startup+342.301 s]
/proc/loadavg: 4.00 3.90 4.17 5/194 27908
/proc/meminfo: memFree=13315472/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=66568 CPUtime=341.26 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 15523 0 0 0 34121 5 0 0 25 0 1 0 469098213 68165632 14972 33554432000 4194304 4218580 140734440910224 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 16642 14972 131 6 0 15112 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 75268

[startup+402.3 s]
/proc/loadavg: 4.00 3.92 4.16 5/194 27910
/proc/meminfo: memFree=13306756/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2

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

/proc/27899/statm: 17637 15989 131 6 0 16107 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 79248

[startup+702.301 s]
/proc/loadavg: 4.06 3.97 4.11 5/194 27918
/proc/meminfo: memFree=13253168/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=74436 CPUtime=701.28 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 18189 0 0 0 70121 7 0 0 25 0 1 0 469098213 76222464 16935 33554432000 4194304 4218580 140734440910224 18446744073709551615 4209614 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 18609 16935 131 6 0 17079 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 83136

[startup+762.301 s]
/proc/loadavg: 4.07 3.99 4.10 5/194 27919
/proc/meminfo: memFree=13238860/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=79012 CPUtime=761.28 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 19476 0 0 0 76121 7 0 0 25 0 1 0 469098213 80908288 18093 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 19753 18093 131 6 0 18223 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 87712

[startup+822.3 s]
/proc/loadavg: 4.02 3.99 4.09 5/194 27921
/proc/meminfo: memFree=13238824/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=79076 CPUtime=821.27 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 19594 0 0 0 82120 7 0 0 25 0 1 0 469098213 80973824 18113 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 19769 18113 131 6 0 18239 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 87776

[startup+882.307 s]
/proc/loadavg: 4.01 3.99 4.08 5/194 27923
/proc/meminfo: memFree=13235688/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=79204 CPUtime=881.28 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 19711 0 0 0 88121 7 0 0 25 0 1 0 469098213 81104896 18144 33554432000 4194304 4218580 140734440910224 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 19801 18144 131 6 0 18271 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 87904

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 4.08 5/194 27924
/proc/meminfo: memFree=13227732/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=86968 CPUtime=941.28 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 21759 0 0 0 94120 8 0 0 25 0 1 0 469098213 89055232 20086 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208272 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 21742 20086 131 6 0 20212 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 95668

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 4.07 5/194 27926
/proc/meminfo: memFree=13226720/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=87128 CPUtime=1001.28 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 21853 0 0 0 100120 8 0 0 25 0 1 0 469098213 89219072 20123 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 21782 20123 131 6 0 20252 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 95828

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 4.07 5/194 27927
/proc/meminfo: memFree=13221620/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=87032 CPUtime=1061.28 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 21956 0 0 0 106120 8 0 0 25 0 1 0 469098213 89120768 20098 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 21758 20098 131 6 0 20228 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 95732

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 4.06 5/194 27929
/proc/meminfo: memFree=13217872/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=88168 CPUtime=1121.28 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 22406 0 0 0 112120 8 0 0 25 0 1 0 469098213 90284032 20389 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 22042 20389 131 6 0 20512 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 96868

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 4.06 5/194 27930
/proc/meminfo: memFree=13213880/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=88188 CPUtime=1181.29 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 22518 0 0 0 118120 9 0 0 25 0 1 0 469098213 90304512 20395 33554432000 4194304 4218580 140734440910224 18446744073709551615 4210066 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 22047 20395 131 6 0 20517 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 96888

[startup+1242.3 s]
/proc/loadavg: 4.08 4.01 4.06 5/194 27932
/proc/meminfo: memFree=13212728/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=88344 CPUtime=1241.29 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 22618 0 0 0 124120 9 0 0 25 0 1 0 469098213 90464256 20424 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 22086 20424 131 6 0 20556 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 97044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.81 3.95 4.03 5/194 28053
/proc/meminfo: memFree=13304412/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=110860 CPUtime=1298.99 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 28360 0 0 0 129888 11 0 0 25 0 1 0 469098213 113520640 26048 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208416 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 27715 26048 131 6 0 26185 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 119560

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.81 3.95 4.03 5/194 28053
/proc/meminfo: memFree=13304412/32951124 swapFree=67111528/67111528
[pid=27896] ppid=27894 vsize=8700 CPUtime=1.02 cores=0,2
/proc/27896/stat : 27896 (esg_static.sh) S 27894 27896 27771 0 -1 4202496 356 11874 0 0 0 0 98 4 18 0 1 0 469098110 8908800 253 33554432000 4194304 4922060 140736638748480 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27896/statm: 2175 253 209 178 0 68 0
[pid=27899] ppid=27896 vsize=110860 CPUtime=1298.99 cores=0,2
/proc/27899/stat : 27899 (cdcl) R 27896 27896 27771 0 -1 4202496 28360 0 0 0 129888 11 0 0 25 0 1 0 469098213 113520640 26048 33554432000 4194304 4218580 140734440910224 18446744073709551615 4208416 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/27899/statm: 27715 26048 131 6 0 26185 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 119560

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27896 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=986849
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=46992
# CPU time returned by wait4() is 1.03384
# while last known CPU time is 1300.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.86
CPU system time (s): 0.15
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 119560

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

runsolver used 2.34864 second user time and 4.75128 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 23:26:58
IDJOB=3287555
IDBENCH=82469
IDSOLVER=1609
FILE ID=node146/3287555-1303766818
RUNJOBID= node146-1303766812-27789
PBS_JOBID= 13157158
Free space on /tmp= 72804 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287555-1303766818/watcher-3287555-1303766818 -o /tmp/evaluation-result-3287555-1303766818/solver-3287555-1303766818 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3287555-1303766818.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1040233044

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13502092 kB
Buffers:       2075624 kB
Cached:       16719040 kB
SwapCached:          0 kB
Active:        9675744 kB
Inactive:      9237312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13502092 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           59380 kB
Writeback:           0 kB
AnonPages:      117984 kB
Mapped:          15192 kB
Slab:           470212 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   302688 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= 72760 MiB
End job on node146 at 2011-04-25 23:48:41