Trace number 3287463

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) 1299.97 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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 |  265716   620004 |   79714       0        0     nan |  0.000 % |
0.00/0.82	c |         0 |  130698   465103 |      --       0       --      -- |     --   | -135016/-154896
0.00/0.82	c ==============================================================================
0.00/0.82	c Result  :   #vars: 21481   #clauses: 130698   #literals: 465103
0.00/0.82	c CPU time:   0.798878 s
0.00/0.82	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-3287463-1303766812/watcher-3287463-1303766812 -o /tmp/evaluation-result-3287463-1303766812/solver-3287463-1303766812 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3287463-1303766812.cnf 

running on 2 cores: 4,6

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.58 3.66 4.26 5/188 27857
/proc/meminfo: memFree=13552140/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 469097510 8908800 250 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 250 209 178 0 68 0

[startup+0.0102671 s]
/proc/loadavg: 2.58 3.66 4.26 5/188 27857
/proc/meminfo: memFree=13552140/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 469097510 8908800 250 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100251 s]
/proc/loadavg: 2.58 3.66 4.26 5/188 27857
/proc/meminfo: memFree=13552140/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 469097510 8908800 250 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300181 s]
/proc/loadavg: 2.58 3.66 4.26 5/188 27857
/proc/meminfo: memFree=13552140/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 469097510 8908800 250 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701137 s]
/proc/loadavg: 2.58 3.66 4.26 5/188 27857
/proc/meminfo: memFree=13552140/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 469097510 8908800 250 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 2.69 3.66 4.26 6/194 27868
/proc/meminfo: memFree=13464268/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=20480 CPUtime=0.57 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 3550 0 0 0 57 0 0 0 20 0 1 0 469097602 20971520 3461 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/27868/statm: 5120 3461 131 6 0 3590 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 29180

[startup+3.10068 s]
/proc/loadavg: 2.69 3.66 4.26 5/194 27868
/proc/meminfo: memFree=13438848/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=23628 CPUtime=2.16 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 4347 0 0 0 216 0 0 0 25 0 1 0 469097602 24195072 4258 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/27868/statm: 5907 4258 131 6 0 4377 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 32328

[startup+6.30111 s]
/proc/loadavg: 2.80 3.67 4.26 5/194 27898
/proc/meminfo: memFree=13469440/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=27036 CPUtime=5.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 5200 0 0 0 534 1 0 0 25 0 1 0 469097602 27684864 5111 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208414 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/27868/statm: 6759 5111 131 6 0 5229 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 35736

[startup+12.701 s]
/proc/loadavg: 2.89 3.67 4.26 5/194 27899
/proc/meminfo: memFree=13463632/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=30596 CPUtime=11.73 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 6084 0 0 0 1172 1 0 0 25 0 1 0 469097602 31330304 5995 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 7649 5995 131 6 0 6119 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 39296

[startup+25.5007 s]
/proc/loadavg: 3.06 3.68 4.25 5/194 27900
/proc/meminfo: memFree=13448996/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=35336 CPUtime=24.52 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 7306 0 0 0 2451 1 0 0 25 0 1 0 469097602 36184064 7167 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208334 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 8834 7167 131 6 0 7304 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 44036

[startup+51.1012 s]
/proc/loadavg: 3.38 3.71 4.25 6/194 27900
/proc/meminfo: memFree=13415232/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=45236 CPUtime=50.13 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 9982 0 0 0 5011 2 0 0 25 0 1 0 469097602 46321664 9662 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 11309 9662 131 6 0 9779 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 53936

[startup+102.301 s]
/proc/loadavg: 3.75 3.75 4.23 5/194 27902
/proc/meminfo: memFree=13392100/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=54892 CPUtime=101.32 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 12895 0 0 0 10129 3 0 0 25 0 1 0 469097602 56209408 12086 33554432000 4194304 4218580 140736716542608 18446744073709551615 4211908 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 13723 12086 131 6 0 12193 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 63592

[startup+162.3 s]
/proc/loadavg: 3.95 3.81 4.22 6/194 27903
/proc/meminfo: memFree=13347192/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=71276 CPUtime=161.33 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 17540 0 0 0 16129 4 0 0 25 0 1 0 469097602 72986624 16175 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 17819 16175 131 6 0 16289 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 79976

[startup+222.301 s]
/proc/loadavg: 4.02 3.86 4.21 5/194 27905
/proc/meminfo: memFree=13344796/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=71404 CPUtime=221.33 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 18129 0 0 0 22128 5 0 0 25 0 1 0 469097602 73117696 16208 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208416 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 17851 16208 131 6 0 16321 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 80104

[startup+282.307 s]
/proc/loadavg: 4.01 3.88 4.19 5/194 27906
/proc/meminfo: memFree=13325304/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=74656 CPUtime=281.34 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 19442 0 0 0 28128 6 0 0 25 0 1 0 469097602 76447744 16997 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 18664 16997 131 6 0 17134 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 83356

[startup+342.301 s]
/proc/loadavg: 4.00 3.90 4.17 6/194 27908
/proc/meminfo: memFree=13317836/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=75652 CPUtime=341.33 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 20244 0 0 0 34127 6 0 0 25 0 1 0 469097602 77467648 17279 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 18913 17279 131 6 0 17383 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 84352

[startup+402.3 s]
/proc/loadavg: 4.00 3.91 4.16 5/194 27910
/proc/meminfo: memFree=13306528/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6

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

/proc/27868/statm: 28082 26434 131 6 0 26552 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 121028

[startup+702.301 s]
/proc/loadavg: 4.06 3.97 4.11 5/194 27918
/proc/meminfo: memFree=13253788/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=112936 CPUtime=701.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 33153 0 0 0 70125 10 0 0 25 0 1 0 469097602 115646464 26584 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 28234 26584 131 6 0 26704 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 121636

[startup+762.301 s]
/proc/loadavg: 4.08 3.99 4.10 5/194 27919
/proc/meminfo: memFree=13238752/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116152 CPUtime=761.34 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 34417 0 0 0 76124 10 0 0 25 0 1 0 469097602 118939648 27384 33554432000 4194304 4218580 140736716542608 18446744073709551615 4211888 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29038 27384 131 6 0 27508 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 124852

[startup+822.3 s]
/proc/loadavg: 4.03 3.99 4.09 6/194 27921
/proc/meminfo: memFree=13238704/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116216 CPUtime=821.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 35153 0 0 0 82124 11 0 0 25 0 1 0 469097602 119005184 27406 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29054 27406 131 6 0 27524 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 124916

[startup+882.3 s]
/proc/loadavg: 4.01 3.99 4.09 5/194 27922
/proc/meminfo: memFree=13235688/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116172 CPUtime=881.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 35829 0 0 0 88124 11 0 0 25 0 1 0 469097602 118960128 27389 33554432000 4194304 4218580 140736716542608 18446744073709551615 4209696 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29043 27389 131 6 0 27513 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 124872

[startup+942.307 s]
/proc/loadavg: 4.00 3.99 4.08 5/194 27924
/proc/meminfo: memFree=13227732/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116364 CPUtime=941.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 36812 0 0 0 94124 11 0 0 25 0 1 0 469097602 119156736 27444 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29091 27444 131 6 0 27561 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 125064

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 4.07 5/194 27926
/proc/meminfo: memFree=13227092/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116332 CPUtime=1001.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 37581 0 0 0 100123 12 0 0 25 0 1 0 469097602 119123968 27435 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29083 27435 131 6 0 27553 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 125032

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 4.07 5/194 27927
/proc/meminfo: memFree=13225712/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116268 CPUtime=1061.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 38375 0 0 0 106123 12 0 0 25 0 1 0 469097602 119058432 27417 33554432000 4194304 4218580 140736716542608 18446744073709551615 4209696 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29067 27417 131 6 0 27537 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 124968

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 4.06 5/194 27929
/proc/meminfo: memFree=13217880/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116524 CPUtime=1121.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 39367 0 0 0 112122 13 0 0 25 0 1 0 469097602 119320576 27483 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29131 27483 131 6 0 27601 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 125224

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 4.06 5/194 27930
/proc/meminfo: memFree=13213888/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116236 CPUtime=1181.35 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 40340 0 0 0 118121 14 0 0 25 0 1 0 469097602 119025664 27413 33554432000 4194304 4218580 140736716542608 18446744073709551615 4210706 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29059 27413 131 6 0 27529 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 124936

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 4.05 5/194 27932
/proc/meminfo: memFree=13212860/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=116524 CPUtime=1241.36 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 41309 0 0 0 124121 15 0 0 25 0 1 0 469097602 119320576 27477 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 29131 27477 131 6 0 27601 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 125224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.00 4.05 4/191 27935
/proc/meminfo: memFree=13237892/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=142000 CPUtime=1299.07 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 48544 0 0 0 129890 17 0 0 25 0 1 0 469097602 145408000 33851 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 35500 33851 131 6 0 33970 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 150700

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: 4.03 4.00 4.05 4/191 27935
/proc/meminfo: memFree=13237892/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8700 CPUtime=0.9 cores=4,6
/proc/27857/stat : 27857 (esg_static.sh) S 27855 27857 27771 0 -1 4202496 355 11320 0 0 0 0 87 3 18 0 1 0 469097510 8908800 253 33554432000 4194304 4922060 140736510932160 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27857/statm: 2175 253 209 178 0 68 0
[pid=27868] ppid=27857 vsize=142000 CPUtime=1299.07 cores=4,6
/proc/27868/stat : 27868 (cdcl) R 27857 27857 27771 0 -1 4202496 48544 0 0 0 129890 17 0 0 25 0 1 0 469097602 145408000 33851 33554432000 4194304 4218580 140736716542608 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/27868/statm: 35500 33851 131 6 0 33970 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 150700

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27857 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=879866
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=34994
# CPU time returned by wait4() is 0.91486
# while last known CPU time is 1299.97
#
# 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): 1299.97
CPU user time (s): 1299.77
CPU system time (s): 0.2
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 150860

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

runsolver used 2.22066 second user time and 4.87726 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 23:26:52
IDJOB=3287463
IDBENCH=82467
IDSOLVER=1609
FILE ID=node146/3287463-1303766812
RUNJOBID= node146-1303766812-27790
PBS_JOBID= 13157158
Free space on /tmp= 72840 MiB

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

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=18279133

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:      13552892 kB
Buffers:       2075568 kB
Cached:       16679628 kB
SwapCached:          0 kB
Active:        9645760 kB
Inactive:      9215804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13552892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22332 kB
Writeback:           0 kB
AnonPages:      106480 kB
Mapped:          15108 kB
Slab:           468904 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276204 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= 72788 MiB
End job on node146 at 2011-04-25 23:48:35