Trace number 3308535

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
0.00/0.74	c ==============================================================================
0.00/0.74	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.74	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.74	c ==============================================================================
0.00/0.74	c |         0 | 1360580  3295883 |  408173       0        0     nan |  0.000 % |
4.49/4.57	c |         0 |  942285  2636352 |      --       0       --      -- |     --   | -116200/27697
4.49/4.57	c ==============================================================================
4.49/4.57	c Result  :   #vars: 138309   #clauses: 942285   #literals: 2636352
4.49/4.58	c CPU time:   4.45232 s
4.49/4.58	c ==============================================================================
5.09/5.18	c lySAT 0.1
5.09/5.18	c minisat core +  additionnal features
5.09/5.18	c ============================[ Problem Statistics ]=============================
5.09/5.18	c |                                                                             |
5.09/5.18	c |  Number of variables:  138309                                               |
5.09/5.18	c |  Number of clauses:    942285                                               |
5.48/5.52	c |  Parsing time:         0.32         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-3308535-1303983237/watcher-3308535-1303983237 -o /tmp/evaluation-result-3308535-1303983237/solver-3308535-1303983237 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308535-1303983237.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: 0.89 0.20 0.06 5/192 28681
/proc/meminfo: memFree=19866928/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=0 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509923532 8908800 250 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 250 209 178 0 68 0

[startup+0.0313191 s]
/proc/loadavg: 0.89 0.20 0.06 5/192 28681
/proc/meminfo: memFree=19866928/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=0 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509923532 8908800 250 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100305 s]
/proc/loadavg: 0.89 0.20 0.06 5/192 28681
/proc/meminfo: memFree=19866928/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=0 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509923532 8908800 250 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300296 s]
/proc/loadavg: 0.89 0.20 0.06 5/192 28681
/proc/meminfo: memFree=19866928/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=0 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509923532 8908800 250 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700201 s]
/proc/loadavg: 0.89 0.20 0.06 5/192 28681
/proc/meminfo: memFree=19866928/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=0 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509923532 8908800 250 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50105 s]
/proc/loadavg: 1.14 0.26 0.08 5/194 28683
/proc/meminfo: memFree=19740676/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=0 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509923532 8908800 250 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 250 209 178 0 68 0
[pid=28682] ppid=28681 vsize=148008 CPUtime=1.49 cores=5,7
/proc/28682/stat : 28682 (SatElite) R 28681 28681 28554 0 -1 4202496 38539 0 0 0 139 10 0 0 25 0 1 0 509923532 151560192 35034 33554432000 134512640 135034092 4286939152 18446744073709551615 134560593 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28682/statm: 37002 35034 68 128 0 36872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156708

[startup+3.10077 s]
/proc/loadavg: 1.14 0.26 0.08 5/194 28683
/proc/meminfo: memFree=19713148/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=0 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509923532 8908800 250 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 250 209 178 0 68 0
[pid=28682] ppid=28681 vsize=150928 CPUtime=3.09 cores=5,7
/proc/28682/stat : 28682 (SatElite) R 28681 28681 28554 0 -1 4202496 42828 0 0 0 298 11 0 0 25 0 1 0 509923532 154550272 35772 33554432000 134512640 135034092 4286939152 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28682/statm: 37732 35772 68 128 0 37602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159628

[startup+6.3002 s]
/proc/loadavg: 1.14 0.26 0.08 5/194 28684
/proc/meminfo: memFree=19784596/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=65664 CPUtime=1.11 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 15477 0 0 0 110 1 0 0 22 0 1 0 509924050 67239936 15411 33554432000 134512640 135226915 4291210048 18446744073709551615 134537021 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 16416 15411 80 175 0 16239 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 74364

[startup+12.7011 s]
/proc/loadavg: 1.58 0.38 0.13 5/194 28684
/proc/meminfo: memFree=19754096/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=67364 CPUtime=7.5 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 15938 0 0 0 749 1 0 0 25 0 1 0 509924050 68980736 15872 33554432000 134512640 135226915 4291210048 18446744073709551615 134525810 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 16841 15872 81 175 0 16664 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 76064

[startup+25.5008 s]
/proc/loadavg: 1.95 0.50 0.17 5/194 28714
/proc/meminfo: memFree=19690612/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=70512 CPUtime=20.3 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 16701 0 0 0 2029 1 0 0 25 0 1 0 509924050 72204288 16635 33554432000 134512640 135226915 4291210048 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 17628 16635 81 175 0 17451 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 79212

[startup+51.1002 s]
/proc/loadavg: 2.76 0.81 0.28 5/194 28715
/proc/meminfo: memFree=19643492/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=79856 CPUtime=45.91 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 19051 0 0 0 4589 2 0 0 25 0 1 0 509924050 81772544 18985 33554432000 134512640 135226915 4291210048 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 19964 18985 81 175 0 19787 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 88556

[startup+102.307 s]
/proc/loadavg: 3.50 1.34 0.49 5/194 28716
/proc/meminfo: memFree=19571608/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=99156 CPUtime=97.12 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 23857 0 0 0 9708 4 0 0 25 0 1 0 509924050 101535744 23791 33554432000 134512640 135226915 4291210048 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 24789 23791 81 175 0 24612 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 107856

[startup+162.3 s]
/proc/loadavg: 3.86 1.84 0.71 5/194 28748
/proc/meminfo: memFree=19415548/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=118072 CPUtime=157.11 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 28600 0 0 0 15705 6 0 0 25 0 1 0 509924050 120905728 28534 33554432000 134512640 135226915 4291210048 18446744073709551615 134537333 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 29518 28534 81 175 0 29341 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 126772

[startup+222.301 s]
/proc/loadavg: 3.95 2.23 0.91 5/194 28750
/proc/meminfo: memFree=19328288/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=145392 CPUtime=217.11 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 35411 0 0 0 21703 8 0 0 25 0 1 0 509924050 148881408 35345 33554432000 134512640 135226915 4291210048 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 36348 35345 81 175 0 36171 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 154092

[startup+282.301 s]
/proc/loadavg: 3.98 2.55 1.11 5/194 28751
/proc/meminfo: memFree=19247164/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=148756 CPUtime=277.11 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 36275 0 0 0 27703 8 0 0 25 0 1 0 509924050 152326144 36209 33554432000 134512640 135226915 4291210048 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 37189 36209 81 175 0 37012 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 157456

[startup+342.3 s]
/proc/loadavg: 4.04 2.83 1.29 5/194 28753
/proc/meminfo: memFree=19176744/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=155700 CPUtime=337.11 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 37987 0 0 0 33702 9 0 0 25 0 1 0 509924050 159436800 37921 33554432000 134512640 135226915 4291210048 18446744073709551615 134538728 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 38925 37921 81 175 0 38748 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 164400

[startup+402.301 s]
/proc/loadavg: 4.01 3.04 1.46 5/194 28754
/proc/meminfo: memFree=19066160/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7

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

/proc/28684/statm: 55783 54757 81 175 0 55606 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 231832

[startup+642.301 s]
/proc/loadavg: 4.02 3.57 2.03 5/194 28761
/proc/meminfo: memFree=18730816/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=233260 CPUtime=637.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 57291 0 0 0 63696 17 0 0 25 0 1 0 509924050 238858240 57225 33554432000 134512640 135226915 4291210048 18446744073709551615 134537110 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 58315 57225 81 175 0 58138 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 241960

[startup+702.301 s]
/proc/loadavg: 4.04 3.66 2.16 5/194 28762
/proc/meminfo: memFree=18709108/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=236380 CPUtime=697.12 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 58091 0 0 0 69695 17 0 0 25 0 1 0 509924050 242053120 58025 33554432000 134512640 135226915 4291210048 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 59095 58025 81 175 0 58918 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 245080

[startup+762.307 s]
/proc/loadavg: 4.01 3.72 2.27 5/194 28764
/proc/meminfo: memFree=18708968/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=236380 CPUtime=757.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 58093 0 0 0 75696 17 0 0 25 0 1 0 509924050 242053120 58027 33554432000 134512640 135226915 4291210048 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 59095 58027 81 175 0 58918 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 245080

[startup+822.301 s]
/proc/loadavg: 4.00 3.77 2.37 5/194 28766
/proc/meminfo: memFree=18628608/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=278532 CPUtime=817.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 68572 0 0 0 81691 22 0 0 25 0 1 0 509924050 285216768 68506 33554432000 134512640 135226915 4291210048 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 69633 68506 81 175 0 69456 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 287232

[startup+882.301 s]
/proc/loadavg: 4.07 3.82 2.48 5/194 28767
/proc/meminfo: memFree=18491952/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=284936 CPUtime=877.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 70190 0 0 0 87691 22 0 0 25 0 1 0 509924050 291774464 70124 33554432000 134512640 135226915 4291210048 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 71234 70124 81 175 0 71057 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 293636

[startup+942.3 s]
/proc/loadavg: 4.02 3.85 2.57 5/194 28769
/proc/meminfo: memFree=18473840/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=284936 CPUtime=937.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 70198 0 0 0 93691 22 0 0 25 0 1 0 509924050 291774464 70132 33554432000 134512640 135226915 4291210048 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 71234 70132 81 175 0 71057 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 293636

[startup+1002.3 s]
/proc/loadavg: 4.01 3.88 2.66 5/194 28770
/proc/meminfo: memFree=18470480/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=288688 CPUtime=997.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 71137 0 0 0 99691 22 0 0 25 0 1 0 509924050 295616512 71071 33554432000 134512640 135226915 4291210048 18446744073709551615 134541484 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 72172 71071 81 175 0 71995 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 297388

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.74 5/194 28772
/proc/meminfo: memFree=18452364/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=306528 CPUtime=1057.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 75584 0 0 0 105690 23 0 0 25 0 1 0 509924050 313884672 75518 33554432000 134512640 135226915 4291210048 18446744073709551615 134538547 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 76632 75518 81 175 0 76455 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 315228

[startup+1122.3 s]
/proc/loadavg: 4.07 3.93 2.82 5/194 28774
/proc/meminfo: memFree=18410812/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=306528 CPUtime=1117.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 75597 0 0 0 111690 23 0 0 25 0 1 0 509924050 313884672 75531 33554432000 134512640 135226915 4291210048 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 76632 75531 81 175 0 76455 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 315228

[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 2.89 5/194 28775
/proc/meminfo: memFree=18395424/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=306528 CPUtime=1177.13 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 75620 0 0 0 117690 23 0 0 25 0 1 0 509924050 313884672 75554 33554432000 134512640 135226915 4291210048 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 76632 75554 81 175 0 76455 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 315228

[startup+1242.3 s]
/proc/loadavg: 4.05 3.96 2.96 5/194 28777
/proc/meminfo: memFree=18359204/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=323356 CPUtime=1237.14 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 79731 0 0 0 123689 25 0 0 25 0 1 0 509924050 331116544 79665 33554432000 134512640 135226915 4291210048 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 80839 79665 81 175 0 80662 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 332056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.97 3.02 5/194 28869
/proc/meminfo: memFree=18797276/32950904 swapFree=67082284/67111528
[pid=28681] ppid=28679 vsize=8700 CPUtime=5.17 cores=5,7
/proc/28681/stat : 28681 (lysat.sh) S 28679 28681 28554 0 -1 4202496 357 48892 0 0 0 0 500 17 18 0 1 0 509923532 8908800 252 33554432000 4194304 4922060 140735987102400 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28681/statm: 2175 252 209 178 0 68 0
[pid=28684] ppid=28681 vsize=350948 CPUtime=1294.84 cores=5,7
/proc/28684/stat : 28684 (LySATi) R 28681 28681 28554 0 -1 4202496 86467 0 0 0 129457 27 0 0 25 0 1 0 509924050 359370752 86401 33554432000 134512640 135226915 4291210048 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28684/statm: 87737 86401 81 175 0 87560 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 359648

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 28681 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=7238
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=173973
# CPU time returned by wait4() is 5.18121
# while last known CPU time is 1300.01
#
# 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.01
CPU user time (s): 1299.57
CPU system time (s): 0.44
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 359648

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

runsolver used 2.14267 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-28 11:33:58
IDJOB=3308535
IDBENCH=71037
IDSOLVER=1692
FILE ID=node121/3308535-1303983237
RUNJOBID= node121-1303983219-28575
PBS_JOBID= 13168705
Free space on /tmp= 72508 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308535-1303983237/watcher-3308535-1303983237 -o /tmp/evaluation-result-3308535-1303983237/solver-3308535-1303983237 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308535-1303983237.cnf i

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1596040518

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19866960 kB
Buffers:       2173680 kB
Cached:       10238480 kB
SwapCached:       2776 kB
Active:        9219568 kB
Inactive:      3343088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19866960 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:          153928 kB
Writeback:           0 kB
AnonPages:      148172 kB
Mapped:          15120 kB
Slab:           455864 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   360424 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= 72432 MiB
End job on node121 at 2011-04-28 11:55:40