Trace number 3308457

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
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 variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
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.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  276621   645449 |   82986       0        0     nan |  0.000 % |
1.79/1.86	c |         0 |  136416   475019 |      --       0       --      -- |     --   | -140183/-170377
1.79/1.87	c ==============================================================================
1.79/1.87	c Result  :   #vars: 24904   #clauses: 136416   #literals: 475019
1.79/1.87	c CPU time:   1.83172 s
1.79/1.87	c ==============================================================================
1.89/1.98	c lySAT 0.1
1.89/1.98	c minisat core +  additionnal features
1.89/1.98	c ============================[ Problem Statistics ]=============================
1.89/1.98	c |                                                                             |
1.89/1.98	c |  Number of variables:  24904                                                |
1.89/1.98	c |  Number of clauses:    136416                                               |
1.97/2.03	c |  Parsing time:         0.05         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-3308457-1303983223/watcher-3308457-1303983223 -o /tmp/evaluation-result-3308457-1303983223/solver-3308457-1303983223 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308457-1303983223.cnf i 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 24069
/proc/meminfo: memFree=13491340/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=0 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) R 24067 24069 24039 0 -1 4202496 314 0 0 0 0 0 0 0 22 0 1 0 509923073 8908800 250 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921597333 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/24069/statm: 2175 250 209 178 0 68 0

[startup+0.0772851 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 24069
/proc/meminfo: memFree=13491340/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=0 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 509923073 8908800 250 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24069/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100291 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 24069
/proc/meminfo: memFree=13491340/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=0 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 509923073 8908800 250 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24069/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300245 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 24069
/proc/meminfo: memFree=13491340/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=0 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 509923073 8908800 250 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24069/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700174 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 24069
/proc/meminfo: memFree=13491340/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=0 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 509923073 8908800 250 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24069/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 24086
/proc/meminfo: memFree=13397060/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=0 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 509923073 8908800 250 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/24069/statm: 2175 250 209 178 0 68 0
[pid=24070] ppid=24069 vsize=49028 CPUtime=1.49 cores=0,2
/proc/24070/stat : 24070 (SatElite) R 24069 24069 24039 0 -1 4202496 11495 0 0 0 146 3 0 0 25 0 1 0 509923073 50204672 10591 33554432000 134512640 135034092 4291768080 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24070/statm: 12257 10591 68 128 0 12127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57728

[startup+3.10074 s]
/proc/loadavg: 0.00 0.00 0.00 4/188 24095
/proc/meminfo: memFree=13322696/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=13300 CPUtime=1.11 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 3201 0 0 0 111 0 0 0 22 0 1 0 509923271 13619200 3156 33554432000 134512640 135226915 4293997824 18446744073709551615 134527739 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 3325 3156 82 175 0 3148 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22000

[startup+6.30113 s]
/proc/loadavg: 0.32 0.07 0.02 6/194 24107
/proc/meminfo: memFree=13273620/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=14876 CPUtime=4.3 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 3608 0 0 0 430 0 0 0 25 0 1 0 509923271 15233024 3563 33554432000 134512640 135226915 4293997824 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 3719 3563 82 175 0 3542 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23576

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/194 24108
/proc/meminfo: memFree=13327964/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=16312 CPUtime=10.7 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 3941 0 0 0 1070 0 0 0 25 0 1 0 509923271 16703488 3896 33554432000 134512640 135226915 4293997824 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 4078 3896 82 175 0 3901 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25012

[startup+25.5006 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 24109
/proc/meminfo: memFree=13315472/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=23660 CPUtime=23.5 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 5784 0 0 0 2350 0 0 0 25 0 1 0 509923271 24227840 5739 33554432000 134512640 135226915 4293997824 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 5915 5739 82 175 0 5738 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32360

[startup+51.101 s]
/proc/loadavg: 2.26 0.62 0.21 5/194 24109
/proc/meminfo: memFree=13296232/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=31364 CPUtime=49.09 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 7691 0 0 0 4908 1 0 0 25 0 1 0 509923271 32116736 7646 33554432000 134512640 135226915 4293997824 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 7841 7646 82 175 0 7664 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 40064

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.40 5/194 24111
/proc/meminfo: memFree=13257800/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=54328 CPUtime=100.28 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 13459 0 0 0 10026 2 0 0 25 0 1 0 509923271 55631872 13414 33554432000 134512640 135226915 4293997824 18446744073709551615 134537043 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 13582 13414 82 175 0 13405 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 63028

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.63 5/194 24112
/proc/meminfo: memFree=13199536/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=91600 CPUtime=160.28 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 22732 0 0 0 16023 5 0 0 25 0 1 0 509923271 93798400 22687 33554432000 134512640 135226915 4293997824 18446744073709551615 134539442 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 22900 22687 82 175 0 22723 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 100300

[startup+222.301 s]
/proc/loadavg: 3.89 2.08 0.83 5/194 24114
/proc/meminfo: memFree=13151908/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=125032 CPUtime=220.29 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 30999 0 0 0 22021 8 0 0 25 0 1 0 509923271 128032768 30954 33554432000 134512640 135226915 4293997824 18446744073709551615 134536863 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 31258 30954 82 175 0 31081 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 133732

[startup+282.301 s]
/proc/loadavg: 4.05 2.46 1.04 5/194 24116
/proc/meminfo: memFree=13109860/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=139940 CPUtime=280.29 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 34734 0 0 0 28020 9 0 0 25 0 1 0 509923271 143298560 34689 33554432000 134512640 135226915 4293997824 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 34985 34689 82 175 0 34808 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 148640

[startup+342.301 s]
/proc/loadavg: 4.02 2.73 1.22 5/194 24117
/proc/meminfo: memFree=13042256/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=194860 CPUtime=340.29 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 48337 0 0 0 34016 13 0 0 25 0 1 0 509923271 199536640 48292 33554432000 134512640 135226915 4293997824 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 48715 48292 82 175 0 48538 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 203560

[startup+402.301 s]
/proc/loadavg: 4.00 2.96 1.39 5/194 24119
/proc/meminfo: memFree=13032568/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2

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

/proc/24095/statm: 62293 61635 82 175 0 62116 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 257872

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 1.98 5/194 24125
/proc/meminfo: memFree=12879972/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=265684 CPUtime=640.3 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 65763 0 0 0 64009 21 0 0 25 0 1 0 509923271 272060416 65714 33554432000 134512640 135226915 4293997824 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 66421 65714 82 175 0 66244 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 274384

[startup+702.301 s]
/proc/loadavg: 4.05 3.63 2.11 5/194 24157
/proc/meminfo: memFree=12832420/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=289764 CPUtime=700.3 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 71718 0 0 0 70006 24 0 0 25 0 1 0 509923271 296718336 71669 33554432000 134512640 135226915 4293997824 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 72441 71669 82 175 0 72264 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 298464

[startup+762.307 s]
/proc/loadavg: 4.02 3.69 2.22 5/194 24158
/proc/meminfo: memFree=12784088/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=289764 CPUtime=760.31 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 71746 0 0 0 76007 24 0 0 25 0 1 0 509923271 296718336 71697 33554432000 134512640 135226915 4293997824 18446744073709551615 134538853 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 72441 71697 82 175 0 72264 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 298464

[startup+822.301 s]
/proc/loadavg: 4.06 3.76 2.33 5/194 24160
/proc/meminfo: memFree=12732868/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=292256 CPUtime=820.3 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 72391 0 0 0 82006 24 0 0 25 0 1 0 509923271 299270144 72342 33554432000 134512640 135226915 4293997824 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 73064 72342 82 175 0 72887 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 300956

[startup+882.301 s]
/proc/loadavg: 4.02 3.80 2.44 5/194 24162
/proc/meminfo: memFree=12629540/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=356756 CPUtime=880.31 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 88320 0 0 0 88000 31 0 0 25 0 1 0 509923271 365318144 88267 33554432000 134512640 135226915 4293997824 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 89189 88267 82 175 0 89012 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 365456

[startup+942.301 s]
/proc/loadavg: 4.01 3.83 2.53 5/194 24163
/proc/meminfo: memFree=12538372/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=402608 CPUtime=940.31 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 99603 0 0 0 93995 36 0 0 25 0 1 0 509923271 412270592 99550 33554432000 134512640 135226915 4293997824 18446744073709551615 134536935 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 100652 99550 82 175 0 100475 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 411308

[startup+1002.3 s]
/proc/loadavg: 4.05 3.88 2.63 5/194 24165
/proc/meminfo: memFree=12464444/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=402608 CPUtime=1000.31 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 99606 0 0 0 99995 36 0 0 25 0 1 0 509923271 412270592 99553 33554432000 134512640 135226915 4293997824 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 100652 99553 82 175 0 100475 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 411308

[startup+1062.3 s]
/proc/loadavg: 4.05 3.91 2.71 5/194 24166
/proc/meminfo: memFree=12376992/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=402608 CPUtime=1060.31 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 99617 0 0 0 105995 36 0 0 25 0 1 0 509923271 412270592 99564 33554432000 134512640 135226915 4293997824 18446744073709551615 134540418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 100652 99564 82 175 0 100475 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 411308

[startup+1122.3 s]
/proc/loadavg: 4.02 3.92 2.79 5/194 24168
/proc/meminfo: memFree=12365924/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=402608 CPUtime=1120.31 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 99645 0 0 0 111995 36 0 0 25 0 1 0 509923271 412270592 99592 33554432000 134512640 135226915 4293997824 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 100652 99592 82 175 0 100475 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 411308

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 2.86 5/194 24170
/proc/meminfo: memFree=12353496/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=409712 CPUtime=1180.31 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 101433 0 0 0 117994 37 0 0 25 0 1 0 509923271 419545088 101380 33554432000 134512640 135226915 4293997824 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 102428 101380 82 175 0 102251 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 418412

[startup+1242.3 s]
/proc/loadavg: 4.07 3.96 2.94 5/194 24171
/proc/meminfo: memFree=12240128/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=468816 CPUtime=1240.32 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 116120 0 0 0 123988 44 0 0 25 0 1 0 509923271 480067584 116067 33554432000 134512640 135226915 4293997824 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 117204 116067 82 175 0 117027 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 477516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.97 3.00 5/194 24173
/proc/meminfo: memFree=12193600/32951124 swapFree=67111528/67111528
[pid=24069] ppid=24067 vsize=8700 CPUtime=1.97 cores=0,2
/proc/24069/stat : 24069 (lysat.sh) S 24067 24069 24039 0 -1 4202496 356 12513 0 0 0 0 193 4 18 0 1 0 509923073 8908800 252 33554432000 4194304 4922060 140733268699136 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24069/statm: 2175 252 209 178 0 68 0
[pid=24095] ppid=24069 vsize=504324 CPUtime=1298.02 cores=0,2
/proc/24095/stat : 24095 (LySATi) R 24069 24069 24039 0 -1 4202496 124974 0 0 0 129755 47 0 0 25 0 1 0 509923271 516427776 124921 33554432000 134512640 135226915 4293997824 18446744073709551615 134538853 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/24095/statm: 126081 124921 82 175 0 125904 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 513024

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 24069 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=936705
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=45993
# CPU time returned by wait4() is 1.9827
# while last known CPU time is 1299.99
#
# 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.99
CPU user time (s): 1299.48
CPU system time (s): 0.51
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 513024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9367
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12869
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 2.30665 second user time and 4.79927 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-28 11:33:43
IDJOB=3308457
IDBENCH=70797
IDSOLVER=1692
FILE ID=node109/3308457-1303983223
RUNJOBID= node109-1303983221-24057
PBS_JOBID= 13168717
Free space on /tmp= 72380 MiB

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

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=1303314544

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13491620 kB
Buffers:       2131068 kB
Cached:       16687804 kB
SwapCached:          0 kB
Active:        9803016 kB
Inactive:      9080452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13491620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6668 kB
Writeback:           0 kB
AnonPages:       64028 kB
Mapped:          14432 kB
Slab:           512980 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190092 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= 72288 MiB
End job on node109 at 2011-04-28 11:55:25