Trace number 3308889

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   81213   207435 |   24363       0        0     nan |  0.000 % |
0.00/0.34	c |         0 |   55718   204634 |      --       0       --      -- |     --   | -25495/-2801
0.00/0.34	c ==============================================================================
0.00/0.34	c Result  :   #vars: 10123   #clauses: 55718   #literals: 204634
0.00/0.34	c CPU time:   0.337948 s
0.00/0.34	c ==============================================================================
0.00/0.39	c lySAT 0.1
0.00/0.39	c minisat core +  additionnal features
0.00/0.39	c ============================[ Problem Statistics ]=============================
0.00/0.39	c |                                                                             |
0.00/0.39	c |  Number of variables:  10123                                                |
0.00/0.39	c |  Number of clauses:    55718                                                |
0.38/0.41	c |  Parsing time:         0.02         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-3308889-1303984561/watcher-3308889-1303984561 -o /tmp/evaluation-result-3308889-1303984561/solver-3308889-1303984561 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308889-1303984561.cnf i 

running on 2 cores: 5,7

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.92 3.93 3.02 4/192 14475
/proc/meminfo: memFree=11525892/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) R 14473 14475 14130 0 -1 4202496 313 0 0 0 0 0 0 0 25 0 1 0 588686735 8908800 250 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734998933 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/14475/statm: 2175 250 209 178 0 68 0

[startup+0.105739 s]
/proc/loadavg: 3.92 3.93 3.02 4/192 14475
/proc/meminfo: memFree=11525892/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 588686735 8908800 250 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/14475/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200721 s]
/proc/loadavg: 3.92 3.93 3.02 4/192 14475
/proc/meminfo: memFree=11525892/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 588686735 8908800 250 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/14475/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300703 s]
/proc/loadavg: 3.92 3.93 3.02 4/192 14475
/proc/meminfo: memFree=11525892/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 588686735 8908800 250 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/14475/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700597 s]
/proc/loadavg: 3.92 3.93 3.02 4/192 14475
/proc/meminfo: memFree=11525892/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 3.92 3.93 3.02 5/194 14478
/proc/meminfo: memFree=11514984/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=7300 CPUtime=1.1 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 1733 0 0 0 110 0 0 0 25 0 1 0 588686774 7475200 1688 33554432000 134512640 135226915 4289744752 18446744073709551615 134537032 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 1825 1688 82 175 0 1648 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16000

[startup+3.10021 s]
/proc/loadavg: 3.92 3.93 3.02 5/194 14478
/proc/meminfo: memFree=11513868/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=8484 CPUtime=2.7 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 2015 0 0 0 270 0 0 0 25 0 1 0 588686774 8687616 1970 33554432000 134512640 135226915 4289744752 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 2121 1970 82 175 0 1944 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17184

[startup+6.30066 s]
/proc/loadavg: 3.93 3.93 3.02 5/194 14478
/proc/meminfo: memFree=11509732/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=12068 CPUtime=5.89 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 2918 0 0 0 589 0 0 0 25 0 1 0 588686774 12357632 2873 33554432000 134512640 135226915 4289744752 18446744073709551615 134525824 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 3017 2873 82 175 0 2840 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20768

[startup+12.7005 s]
/proc/loadavg: 3.93 3.93 3.03 5/194 14478
/proc/meminfo: memFree=11500848/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=15636 CPUtime=12.3 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 3811 0 0 0 1229 1 0 0 25 0 1 0 588686774 16011264 3766 33554432000 134512640 135226915 4289744752 18446744073709551615 134536935 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 3909 3766 82 175 0 3732 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24336

[startup+25.5003 s]
/proc/loadavg: 3.95 3.93 3.04 5/194 14478
/proc/meminfo: memFree=11489628/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=21468 CPUtime=25.09 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 5244 0 0 0 2508 1 0 0 25 0 1 0 588686774 21983232 5199 33554432000 134512640 135226915 4289744752 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 5367 5199 82 175 0 5190 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30168

[startup+51.1008 s]
/proc/loadavg: 3.96 3.94 3.07 5/194 14509
/proc/meminfo: memFree=11494620/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=33100 CPUtime=50.69 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 8108 0 0 0 5067 2 0 0 25 0 1 0 588686774 33894400 8063 33554432000 134512640 135226915 4289744752 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 8275 8063 82 175 0 8098 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41800

[startup+102.301 s]
/proc/loadavg: 3.98 3.94 3.11 5/194 14510
/proc/meminfo: memFree=11456736/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=44128 CPUtime=101.91 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 10805 0 0 0 10187 4 0 0 25 0 1 0 588686774 45187072 10760 33554432000 134512640 135226915 4289744752 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 11032 10760 82 175 0 10855 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 52828

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.17 5/194 14512
/proc/meminfo: memFree=11425348/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=49648 CPUtime=161.9 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 12078 0 0 0 16186 4 0 0 25 0 1 0 588686774 50839552 12033 33554432000 134512640 135226915 4289744752 18446744073709551615 134536866 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 12412 12033 82 175 0 12235 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 58348

[startup+222.307 s]
/proc/loadavg: 4.08 3.99 3.23 5/194 14544
/proc/meminfo: memFree=11554092/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=56376 CPUtime=221.9 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 13763 0 0 0 22185 5 0 0 25 0 1 0 588686774 57729024 13718 33554432000 134512640 135226915 4289744752 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 14094 13718 82 175 0 13917 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 65076

[startup+282.3 s]
/proc/loadavg: 4.03 3.99 3.27 5/194 14545
/proc/meminfo: memFree=11507792/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=70760 CPUtime=281.9 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 17180 0 0 0 28183 7 0 0 25 0 1 0 588686774 72458240 17135 33554432000 134512640 135226915 4289744752 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 17690 17135 82 175 0 17513 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 79460

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.31 5/194 14556
/proc/meminfo: memFree=11466268/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=79304 CPUtime=341.91 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 19246 0 0 0 34183 8 0 0 25 0 1 0 588686774 81207296 19201 33554432000 134512640 135226915 4289744752 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 19826 19201 82 175 0 19649 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 88004

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.35 5/194 14557
/proc/meminfo: memFree=11417984/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7

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

/proc/14478/statm: 28172 27340 82 175 0 27995 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 121388

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.52 5/194 14565
/proc/meminfo: memFree=11262432/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=121172 CPUtime=701.91 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 29445 0 0 0 70178 13 0 0 25 0 1 0 588686774 124080128 29400 33554432000 134512640 135226915 4289744752 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 30293 29400 82 175 0 30116 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 129872

[startup+762.301 s]
/proc/loadavg: 4.12 4.03 3.56 5/194 14567
/proc/meminfo: memFree=11261136/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=121172 CPUtime=761.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 29451 0 0 0 76179 13 0 0 25 0 1 0 588686774 124080128 29406 33554432000 134512640 135226915 4289744752 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 30293 29406 82 175 0 30116 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 129872

[startup+822.3 s]
/proc/loadavg: 4.04 4.02 3.59 5/194 14569
/proc/meminfo: memFree=11248072/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=122124 CPUtime=821.91 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 29638 0 0 0 82178 13 0 0 25 0 1 0 588686774 125054976 29593 33554432000 134512640 135226915 4289744752 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 30531 29593 82 175 0 30354 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 130824

[startup+882.307 s]
/proc/loadavg: 4.01 4.02 3.61 5/194 14570
/proc/meminfo: memFree=11192372/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=132140 CPUtime=881.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 31980 0 0 0 88177 15 0 0 25 0 1 0 588686774 135311360 31935 33554432000 134512640 135226915 4289744752 18446744073709551615 134538519 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 33035 31935 82 175 0 32858 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 140840

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 3.63 5/194 14572
/proc/meminfo: memFree=11151404/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=153588 CPUtime=941.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 36979 0 0 0 94174 18 0 0 25 0 1 0 588686774 157274112 36934 33554432000 134512640 135226915 4289744752 18446744073709551615 134538599 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 38397 36934 82 175 0 38220 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 162288

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.65 5/194 14573
/proc/meminfo: memFree=11137264/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=164336 CPUtime=1001.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 39689 0 0 0 100172 20 0 0 25 0 1 0 588686774 168280064 39644 33554432000 134512640 135226915 4289744752 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 41084 39644 82 175 0 40907 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 173036

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 14575
/proc/meminfo: memFree=11136836/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=164336 CPUtime=1061.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 39689 0 0 0 106172 20 0 0 25 0 1 0 588686774 168280064 39644 33554432000 134512640 135226915 4289744752 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 41084 39644 82 175 0 40907 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 173036

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.69 5/194 14577
/proc/meminfo: memFree=11132344/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=164336 CPUtime=1121.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 39694 0 0 0 112172 20 0 0 25 0 1 0 588686774 168280064 39649 33554432000 134512640 135226915 4289744752 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 41084 39649 82 175 0 40907 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 173036

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.71 5/194 14578
/proc/meminfo: memFree=11116892/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=164676 CPUtime=1181.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 39747 0 0 0 118172 20 0 0 25 0 1 0 588686774 168628224 39702 33554432000 134512640 135226915 4289744752 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 41169 39702 82 175 0 40992 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 173376

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.73 5/194 14580
/proc/meminfo: memFree=11096292/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=165088 CPUtime=1241.92 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 39907 0 0 0 124172 20 0 0 25 0 1 0 588686774 169050112 39862 33554432000 134512640 135226915 4289744752 18446744073709551615 134537079 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 41272 39862 82 175 0 41095 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 173788



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 14671
/proc/meminfo: memFree=11210916/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=172684 CPUtime=1299.64 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 41839 0 0 0 129943 21 0 0 25 0 1 0 588686774 176828416 41794 33554432000 134512640 135226915 4289744752 18446744073709551615 134536774 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 43171 41794 82 175 0 42994 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 181384

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 14671
/proc/meminfo: memFree=11210916/32951124 swapFree=67102140/67111528
[pid=14475] ppid=14473 vsize=8700 CPUtime=0.38 cores=5,7
/proc/14475/stat : 14475 (lysat.sh) S 14473 14475 14130 0 -1 4202496 355 3586 0 0 0 0 37 1 22 0 1 0 588686735 8908800 252 33554432000 4194304 4922060 140733633759008 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14475/statm: 2175 252 209 178 0 68 0
[pid=14478] ppid=14475 vsize=172684 CPUtime=1299.64 cores=5,7
/proc/14478/stat : 14478 (LySATi) R 14475 14475 14130 0 -1 4202496 41839 0 0 0 129943 21 0 0 25 0 1 0 588686774 176828416 41794 33554432000 134512640 135226915 4289744752 18446744073709551615 134536774 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/14478/statm: 43171 41794 82 175 0 42994 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 181384

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14475 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=377942
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=12998
# CPU time returned by wait4() is 0.39094
# while last known CPU time is 1300.02
#
# 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.02
CPU user time (s): 1299.8
CPU system time (s): 0.22
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 181384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.377942
system time used= 0.012998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3941
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.05669 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-28 11:56:01
IDJOB=3308889
IDBENCH=83108
IDSOLVER=1692
FILE ID=node119/3308889-1303984561
RUNJOBID= node119-1303983220-14151
PBS_JOBID= 13168707
Free space on /tmp= 71688 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308889-1303984561/watcher-3308889-1303984561 -o /tmp/evaluation-result-3308889-1303984561/solver-3308889-1303984561 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308889-1303984561.cnf i

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1596040518

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:      11526164 kB
Buffers:       2239276 kB
Cached:       18369464 kB
SwapCached:       5504 kB
Active:        9354672 kB
Inactive:     11486724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11526164 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:          127988 kB
Writeback:           0 kB
AnonPages:      229696 kB
Mapped:          15868 kB
Slab:           520692 kB
PageTables:       5452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   425668 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= 71792 MiB
End job on node119 at 2011-04-28 12:17:43