Trace number 3308451

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
SAT09 reference solver:LySAT i/2009-03-20? (TO) 1299.94 1300.01

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   13869    32361 |    4160       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |   10390    29200 |      --       0       --      -- |     --   | -3477/-3156
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 2564   #clauses: 10390   #literals: 29200
0.00/0.04	c CPU time:   0.043993 s
0.00/0.04	c ==============================================================================
0.00/0.05	c lySAT 0.1
0.00/0.05	c minisat core +  additionnal features
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Number of variables:  2564                                                 |
0.00/0.05	c |  Number of clauses:    10390                                                |
0.00/0.05	c |  Parsing time:         0.00         s                                       |

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-3308451-1303983221/watcher-3308451-1303983221 -o /tmp/evaluation-result-3308451-1303983221/solver-3308451-1303983221 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308451-1303983221.cnf i 

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: 0.00 0.00 0.00 5/188 14187
/proc/meminfo: memFree=11815808/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 588552808 8908800 249 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 249 209 178 0 68 0

[startup+0.0402291 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 14187
/proc/meminfo: memFree=11815808/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 588552808 8908800 249 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101159 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 14187
/proc/meminfo: memFree=11815808/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.300126 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 14187
/proc/meminfo: memFree=11815808/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.701065 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 14187
/proc/meminfo: memFree=11815808/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+1.50092 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 14197
/proc/meminfo: memFree=11664848/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=4684 CPUtime=1.44 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 894 0 0 0 144 0 0 0 25 0 1 0 588552814 4796416 849 33554432000 134512640 135226915 4291438192 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/14190/statm: 1171 849 81 175 0 994 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13384

[startup+3.10063 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 14198
/proc/meminfo: memFree=11671664/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=6132 CPUtime=3.03 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 1231 0 0 0 303 0 0 0 25 0 1 0 588552814 6279168 1186 33554432000 134512640 135226915 4291438192 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/14190/statm: 1533 1186 81 175 0 1356 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14832

[startup+6.30107 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 14198
/proc/meminfo: memFree=11635704/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=8704 CPUtime=6.21 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 1871 0 0 0 621 0 0 0 25 0 1 0 588552814 8912896 1826 33554432000 134512640 135226915 4291438192 18446744073709551615 134540915 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/14190/statm: 2176 1826 81 175 0 1999 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 17404

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/194 14199
/proc/meminfo: memFree=11695460/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=11612 CPUtime=12.59 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 2576 0 0 0 1259 0 0 0 25 0 1 0 588552814 11890688 2531 33554432000 134512640 135226915 4291438192 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 2903 2531 81 175 0 2726 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 20312

[startup+25.5008 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 14200
/proc/meminfo: memFree=11681944/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=14844 CPUtime=25.39 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 3412 0 0 0 2539 0 0 0 25 0 1 0 588552814 15200256 3367 33554432000 134512640 135226915 4291438192 18446744073709551615 134536699 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 3711 3367 81 175 0 3534 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 23544

[startup+51.1003 s]
/proc/loadavg: 2.26 0.62 0.21 5/194 14200
/proc/meminfo: memFree=11655336/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=24504 CPUtime=50.97 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 5746 0 0 0 5096 1 0 0 25 0 1 0 588552814 25092096 5701 33554432000 134512640 135226915 4291438192 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 6126 5701 81 175 0 5949 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 33204

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.40 5/194 14202
/proc/meminfo: memFree=11616168/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=36020 CPUtime=102.17 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 8560 0 0 0 10215 2 0 0 25 0 1 0 588552814 36884480 8515 33554432000 134512640 135226915 4291438192 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 9005 8515 81 175 0 8828 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 44720

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.63 5/194 14203
/proc/meminfo: memFree=11589956/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=42472 CPUtime=162.17 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 10137 0 0 0 16214 3 0 0 25 0 1 0 588552814 43491328 10092 33554432000 134512640 135226915 4291438192 18446744073709551615 134537082 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 10618 10092 81 175 0 10441 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 51172

[startup+222.301 s]
/proc/loadavg: 3.89 2.08 0.83 5/194 14205
/proc/meminfo: memFree=11534252/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=54936 CPUtime=222.17 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 13145 0 0 0 22213 4 0 0 25 0 1 0 588552814 56254464 13100 33554432000 134512640 135226915 4291438192 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 13734 13100 81 175 0 13557 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 63636

[startup+282.301 s]
/proc/loadavg: 3.96 2.43 1.03 5/194 14206
/proc/meminfo: memFree=11505816/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=61612 CPUtime=282.18 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 14797 0 0 0 28213 5 0 0 25 0 1 0 588552814 63090688 14752 33554432000 134512640 135226915 4291438192 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 15403 14752 81 175 0 15226 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 70312

[startup+342.301 s]
/proc/loadavg: 3.98 2.71 1.21 5/194 14211
/proc/meminfo: memFree=11487928/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=63088 CPUtime=342.17 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 15103 0 0 0 34212 5 0 0 25 0 1 0 588552814 64602112 15058 33554432000 134512640 135226915 4291438192 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 15772 15058 81 175 0 15595 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 71788

[startup+402.301 s]
/proc/loadavg: 3.99 2.94 1.38 5/194 14213
/proc/meminfo: memFree=11454388/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6

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

/proc/14190/statm: 23943 22973 81 175 0 23766 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 104472

[startup+642.301 s]
/proc/loadavg: 3.99 3.52 1.97 5/194 14219
/proc/meminfo: memFree=11350712/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=95980 CPUtime=642.18 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 23070 0 0 0 64210 8 0 0 25 0 1 0 588552814 98283520 23025 33554432000 134512640 135226915 4291438192 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 23995 23025 81 175 0 23818 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 104680

[startup+702.301 s]
/proc/loadavg: 3.99 3.60 2.09 5/194 14221
/proc/meminfo: memFree=11341752/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=100056 CPUtime=702.18 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 24046 0 0 0 70209 9 0 0 25 0 1 0 588552814 102457344 24001 33554432000 134512640 135226915 4291438192 18446744073709551615 134537082 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 25014 24001 81 175 0 24837 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 108756

[startup+762.306 s]
/proc/loadavg: 3.99 3.67 2.21 5/194 14222
/proc/meminfo: memFree=11291132/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=109716 CPUtime=762.19 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 26243 0 0 0 76210 9 0 0 25 0 1 0 588552814 112349184 26198 33554432000 134512640 135226915 4291438192 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 27429 26198 81 175 0 27252 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 118416

[startup+822.301 s]
/proc/loadavg: 3.99 3.73 2.32 5/194 14224
/proc/meminfo: memFree=11290728/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=109716 CPUtime=822.18 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 26246 0 0 0 82209 9 0 0 25 0 1 0 588552814 112349184 26201 33554432000 134512640 135226915 4291438192 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 27429 26201 81 175 0 27252 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 118416

[startup+882.3 s]
/proc/loadavg: 4.05 3.79 2.43 5/194 14225
/proc/meminfo: memFree=11289456/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=110044 CPUtime=882.18 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 26309 0 0 0 88209 9 0 0 25 0 1 0 588552814 112685056 26264 33554432000 134512640 135226915 4291438192 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 27511 26264 81 175 0 27334 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 118744

[startup+942.301 s]
/proc/loadavg: 4.02 3.83 2.52 5/194 14227
/proc/meminfo: memFree=11254084/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=114084 CPUtime=942.19 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 27292 0 0 0 94209 10 0 0 25 0 1 0 588552814 116822016 27247 33554432000 134512640 135226915 4291438192 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 28521 27247 81 175 0 28344 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 122784

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.61 5/194 14229
/proc/meminfo: memFree=11186100/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=131252 CPUtime=1002.19 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 31588 0 0 0 100208 11 0 0 25 0 1 0 588552814 134402048 31543 33554432000 134512640 135226915 4291438192 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 32813 31543 81 175 0 32636 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 139952

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.70 5/194 14230
/proc/meminfo: memFree=11147884/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=141196 CPUtime=1062.19 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 33973 0 0 0 106206 13 0 0 25 0 1 0 588552814 144584704 33928 33554432000 134512640 135226915 4291438192 18446744073709551615 134536794 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 35299 33928 81 175 0 35122 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 149896

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.77 5/194 14232
/proc/meminfo: memFree=11147348/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=141196 CPUtime=1122.19 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 33973 0 0 0 112206 13 0 0 25 0 1 0 588552814 144584704 33928 33554432000 134512640 135226915 4291438192 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 35299 33928 81 175 0 35122 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 149896

[startup+1182.3 s]
/proc/loadavg: 4.00 3.91 2.85 5/194 14233
/proc/meminfo: memFree=11145960/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=141196 CPUtime=1182.19 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 33973 0 0 0 118206 13 0 0 25 0 1 0 588552814 144584704 33928 33554432000 134512640 135226915 4291438192 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 35299 33928 81 175 0 35122 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 149896

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.92 5/194 14235
/proc/meminfo: memFree=11142204/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=141376 CPUtime=1242.19 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 34050 0 0 0 124206 13 0 0 25 0 1 0 588552814 144769024 34005 33554432000 134512640 135226915 4291438192 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 35344 34005 81 175 0 35167 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 150076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 2.98 3/189 14238
/proc/meminfo: memFree=11417492/32951124 swapFree=67102140/67111528
[pid=14187] ppid=14185 vsize=8700 CPUtime=0.04 cores=4,6
/proc/14187/stat : 14187 (lysat.sh) S 14185 14187 14130 0 -1 4202496 355 752 0 0 0 0 4 0 22 0 1 0 588552808 8908800 251 33554432000 4194304 4922060 140734264656848 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14187/statm: 2175 251 209 178 0 68 0
[pid=14190] ppid=14187 vsize=142312 CPUtime=1299.9 cores=4,6
/proc/14190/stat : 14190 (LySATi) R 14187 14187 14130 0 -1 4202496 34245 0 0 0 129977 13 0 0 25 0 1 0 588552814 145727488 34200 33554432000 134512640 135226915 4291438192 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/14190/statm: 35578 34200 81 175 0 35401 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 151012

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 14187 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=50992
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.051991
# while last known CPU time is 1299.94
#
# 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.94
CPU user time (s): 1299.81
CPU system time (s): 0.13
CPU usage (%): 99.9944
Max. virtual memory (cumulated for all children) (KiB): 151012

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

runsolver used 2.30565 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-28 11:33:42
IDJOB=3308451
IDBENCH=70785
IDSOLVER=1692
FILE ID=node119/3308451-1303983221
RUNJOBID= node119-1303983220-14149
PBS_JOBID= 13168707
Free space on /tmp= 71796 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308451-1303983221/watcher-3308451-1303983221 -o /tmp/evaluation-result-3308451-1303983221/solver-3308451-1303983221 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308451-1303983221.cnf i

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=1600639036

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11816592 kB
Buffers:       2238640 kB
Cached:       18236424 kB
SwapCached:       5504 kB
Active:        9100056 kB
Inactive:     11450388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11816592 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           21792 kB
Writeback:           8 kB
AnonPages:       72496 kB
Mapped:          15308 kB
Slab:           519956 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   241828 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= 71724 MiB
End job on node119 at 2011-04-28 11:55:24