Trace number 3286865

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

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.43	c ==============================================================================
0.00/0.43	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.43	c ==============================================================================
0.00/0.43	c |         0 | 1076505  2511845 |  322951       0        0     nan |  0.000 % |
2.59/2.61	c |         0 |  707834  2011464 |      --       0       --      -- |     --   | -367134/-496771
2.59/2.61	c ==============================================================================
2.59/2.61	c Result  :   #vars: 170050   #clauses: 707834   #literals: 2011464
2.59/2.61	c CPU time:   2.49262 s
2.59/2.61	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-3286865-1303765673/watcher-3286865-1303765673 -o /tmp/evaluation-result-3286865-1303765673/solver-3286865-1303765673 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3286865-1303765673.cnf 

running on 2 cores: 1,3

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: 3.34 3.81 3.48 4/188 6521
/proc/meminfo: memFree=15261680/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=0 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) R 6519 6521 5580 0 -1 4202496 310 0 0 0 0 0 0 0 21 0 1 0 468982841 8908800 249 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095271317 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/6521/statm: 2175 249 209 178 0 68 0

[startup+0.0484889 s]
/proc/loadavg: 3.34 3.81 3.48 4/188 6521
/proc/meminfo: memFree=15261680/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=0 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 468982841 8908800 249 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6521/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100478 s]
/proc/loadavg: 3.34 3.81 3.48 4/188 6521
/proc/meminfo: memFree=15261680/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=0 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 468982841 8908800 249 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6521/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300443 s]
/proc/loadavg: 3.34 3.81 3.48 4/188 6521
/proc/meminfo: memFree=15261680/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=0 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 468982841 8908800 249 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6521/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70037 s]
/proc/loadavg: 3.34 3.81 3.48 4/188 6521
/proc/meminfo: memFree=15261680/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=0 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 468982841 8908800 249 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6521/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50022 s]
/proc/loadavg: 3.34 3.81 3.48 5/194 6530
/proc/meminfo: memFree=14807404/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=0 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 468982841 8908800 249 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6521/statm: 2175 249 209 178 0 68 0
[pid=6522] ppid=6521 vsize=198044 CPUtime=1.49 cores=1,3
/proc/6522/stat : 6522 (SatELite_releas) R 6521 6521 5580 0 -1 4202496 45166 0 0 0 138 11 0 0 25 0 1 0 468982841 202797056 42137 33554432000 134512640 135144242 4290313712 18446744073709551615 134726939 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/6522/statm: 49511 42137 77 155 0 49354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206744

[startup+3.10089 s]
/proc/loadavg: 3.34 3.81 3.48 5/194 6530
/proc/meminfo: memFree=14742784/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 8700

[startup+6.30034 s]
/proc/loadavg: 3.40 3.81 3.49 4/189 6557
/proc/meminfo: memFree=14827032/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=77820 CPUtime=3.27 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 17037 0 0 0 325 2 0 0 25 0 1 0 468983143 79687680 16887 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 19455 16887 155 6 0 17925 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86520

[startup+12.7012 s]
/proc/loadavg: 3.44 3.82 3.49 6/194 6576
/proc/meminfo: memFree=14496436/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=81180 CPUtime=9.68 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 17880 0 0 0 965 3 0 0 25 0 1 0 468983143 83128320 17728 33554432000 4194304 4218580 140733536217408 18446744073709551615 4213787 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 20295 17728 153 6 0 18765 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89880

[startup+25.5008 s]
/proc/loadavg: 3.63 3.84 3.50 6/194 6607
/proc/meminfo: memFree=14674812/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=85036 CPUtime=22.47 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 18863 0 0 0 2244 3 0 0 25 0 1 0 468983143 87076864 18710 33554432000 4194304 4218580 140733536217408 18446744073709551615 4211162 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 21259 18710 153 6 0 19729 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93736

[startup+51.1011 s]
/proc/loadavg: 3.82 3.87 3.52 5/194 6750
/proc/meminfo: memFree=14841236/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=89260 CPUtime=48.07 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 19947 0 0 0 4804 3 0 0 25 0 1 0 468983143 91402240 19768 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208482 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 22315 19768 153 6 0 20785 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 97960

[startup+102.307 s]
/proc/loadavg: 3.92 3.89 3.54 5/194 6751
/proc/meminfo: memFree=14811644/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=96188 CPUtime=99.28 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 21881 0 0 0 9924 4 0 0 25 0 1 0 468983143 98496512 21518 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208681 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 24047 21518 149 6 0 22517 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 104888

[startup+162.301 s]
/proc/loadavg: 3.97 3.90 3.57 5/194 6753
/proc/meminfo: memFree=14788444/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=101024 CPUtime=159.27 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 23567 0 0 0 15922 5 0 0 25 0 1 0 468983143 103448576 22718 33554432000 4194304 4218580 140733536217408 18446744073709551615 4213776 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 25256 22718 147 6 0 23726 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 109724

[startup+222.301 s]
/proc/loadavg: 3.99 3.92 3.59 5/194 6754
/proc/meminfo: memFree=14774316/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=108968 CPUtime=219.28 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 26078 0 0 0 21922 6 0 0 25 0 1 0 468983143 111583232 24720 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 27242 24720 143 6 0 25712 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 117668

[startup+282.301 s]
/proc/loadavg: 3.99 3.93 3.62 5/194 6756
/proc/meminfo: memFree=14768020/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=112492 CPUtime=279.28 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 27395 0 0 0 27921 7 0 0 25 0 1 0 468983143 115191808 25598 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 28123 25598 143 6 0 26593 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 121192

[startup+342.301 s]
/proc/loadavg: 3.99 3.94 3.64 5/194 6757
/proc/meminfo: memFree=14729728/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=124608 CPUtime=339.28 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 31082 0 0 0 33920 8 0 0 25 0 1 0 468983143 127598592 28600 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 31152 28600 143 6 0 29622 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 133308

[startup+402.301 s]
/proc/loadavg: 3.99 3.95 3.66 5/194 6759
/proc/meminfo: memFree=14725668/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=124992 CPUtime=399.29 cores=1,3

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

/proc/6543/statm: 35812 33289 143 6 0 34282 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 151948

[startup+642.301 s]
/proc/loadavg: 3.34 3.78 3.66 4/187 6784
/proc/meminfo: memFree=14999036/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143312 CPUtime=639.29 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 38296 0 0 0 63918 11 0 0 25 0 1 0 468983143 146751488 33307 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208205 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35828 33307 143 6 0 34298 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 152012

[startup+702.301 s]
/proc/loadavg: 3.12 3.63 3.62 4/187 6786
/proc/meminfo: memFree=14993572/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143376 CPUtime=699.29 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 38800 0 0 0 69917 12 0 0 25 0 1 0 468983143 146817024 33348 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35844 33348 143 6 0 34314 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 152076

[startup+762.307 s]
/proc/loadavg: 3.04 3.52 3.58 4/187 6788
/proc/meminfo: memFree=14974448/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143152 CPUtime=759.3 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 39228 0 0 0 75918 12 0 0 25 0 1 0 468983143 146587648 33291 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35788 33291 143 6 0 34258 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 151852

[startup+822.301 s]
/proc/loadavg: 3.01 3.42 3.54 4/187 6789
/proc/meminfo: memFree=14974052/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143120 CPUtime=819.3 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 39905 0 0 0 81917 13 0 0 25 0 1 0 468983143 146554880 33278 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35780 33278 142 6 0 34250 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 151820

[startup+882.301 s]
/proc/loadavg: 3.00 3.34 3.50 4/187 6791
/proc/meminfo: memFree=14973900/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=142832 CPUtime=879.3 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 40558 0 0 0 87916 14 0 0 25 0 1 0 468983143 146259968 33214 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35708 33214 142 6 0 34178 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 151532

[startup+942.301 s]
/proc/loadavg: 3.00 3.28 3.47 4/187 6792
/proc/meminfo: memFree=14973748/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143184 CPUtime=939.3 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 41242 0 0 0 93916 14 0 0 25 0 1 0 468983143 146620416 33297 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35796 33297 142 6 0 34266 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 151884

[startup+1002.3 s]
/proc/loadavg: 3.00 3.22 3.43 4/187 6794
/proc/meminfo: memFree=14973108/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143344 CPUtime=999.3 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 41868 0 0 0 99915 15 0 0 25 0 1 0 468983143 146784256 33335 33554432000 4194304 4218580 140733536217408 18446744073709551615 4209105 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35836 33335 142 6 0 34306 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 152044

[startup+1062.3 s]
/proc/loadavg: 3.05 3.20 3.41 4/187 6799
/proc/meminfo: memFree=14972100/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143312 CPUtime=1059.3 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 42471 0 0 0 105915 15 0 0 25 0 1 0 468983143 146751488 33326 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35828 33326 142 6 0 34298 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 152012

[startup+1122.3 s]
/proc/loadavg: 3.07 3.17 3.39 4/187 6800
/proc/meminfo: memFree=14970324/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143504 CPUtime=1119.31 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 43027 0 0 0 111915 16 0 0 25 0 1 0 468983143 146948096 33375 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35876 33375 142 6 0 34346 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 152204

[startup+1182.3 s]
/proc/loadavg: 3.03 3.14 3.36 4/187 6802
/proc/meminfo: memFree=14967952/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=143728 CPUtime=1179.31 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 43465 0 0 0 117915 16 0 0 25 0 1 0 468983143 147177472 33431 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 35932 33431 142 6 0 34402 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 152428

[startup+1242.3 s]
/proc/loadavg: 3.01 3.11 3.33 4/187 6803
/proc/meminfo: memFree=14962856/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=144748 CPUtime=1239.31 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 44650 0 0 0 123914 17 0 0 25 0 1 0 468983143 148221952 33695 33554432000 4194304 4218580 140733536217408 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 36187 33695 139 6 0 34657 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 153448



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.09 3.31 4/187 6805
/proc/meminfo: memFree=14953056/32951124 swapFree=67111528/67111528
[pid=6521] ppid=6519 vsize=8700 CPUtime=3.01 cores=1,3
/proc/6521/stat : 6521 (esg_static.sh) S 6519 6521 5580 0 -1 4202496 354 47259 0 0 0 0 286 15 18 0 1 0 468982841 8908800 252 33554432000 4194304 4922060 140734907320880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6521/statm: 2175 252 209 178 0 68 0
[pid=6543] ppid=6521 vsize=144844 CPUtime=1297.02 cores=1,3
/proc/6543/stat : 6543 (cdcl) R 6521 6521 5580 0 -1 4202496 45386 0 0 0 129684 18 0 0 25 0 1 0 468983143 148320256 33718 33554432000 4194304 4218580 140733536217408 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/6543/statm: 36211 33718 139 6 0 34681 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 153544

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 6521 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=861564
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 3.01754
# while last known CPU time is 1300.03
#
# 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.03
CPU user time (s): 1299.7
CPU system time (s): 0.33
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 208328

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

runsolver used 1.9607 second user time and 5.14322 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 23:07:54
IDJOB=3286865
IDBENCH=82446
IDSOLVER=1609
FILE ID=node142/3286865-1303765673
RUNJOBID= node142-1303765673-6485
PBS_JOBID= 13157147
Free space on /tmp= 71172 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286865-1303765673/watcher-3286865-1303765673 -o /tmp/evaluation-result-3286865-1303765673/solver-3286865-1303765673 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3286865-1303765673.cnf

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=659342467

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      15263076 kB
Buffers:       2076648 kB
Cached:       14864732 kB
SwapCached:          0 kB
Active:        7239908 kB
Inactive:      9875400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15263076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           61080 kB
Writeback:           0 kB
AnonPages:      173184 kB
Mapped:          15328 kB
Slab:           508952 kB
PageTables:       5348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   349920 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= 71124 MiB
End job on node142 at 2011-04-25 23:29:36