Trace number 3308478

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

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  226109   585954 |   67832       0        0     nan |  0.000 % |
0.00/0.62	c |         0 |  163329   552676 |      --       0       --      -- |     --   | -62780/-33278
0.00/0.62	c ==============================================================================
0.00/0.62	c Result  :   #vars: 28500   #clauses: 163329   #literals: 552676
0.00/0.62	c CPU time:   0.593909 s
0.00/0.62	c ==============================================================================
0.00/0.75	c lySAT 0.1
0.00/0.75	c minisat core +  additionnal features
0.00/0.75	c ============================[ Problem Statistics ]=============================
0.00/0.75	c |                                                                             |
0.00/0.75	c |  Number of variables:  28500                                                |
0.00/0.75	c |  Number of clauses:    163329                                               |
0.75/0.81	c |  Parsing time:         0.06         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-3308478-1303983224/watcher-3308478-1303983224 -o /tmp/evaluation-result-3308478-1303983224/solver-3308478-1303983224 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308478-1303983224.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 27696
/proc/meminfo: memFree=11976856/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) R 27694 27696 27666 0 -1 4202496 312 0 0 0 0 0 0 0 18 0 1 0 509922911 8908800 249 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808986005 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/27696/statm: 2175 249 209 178 0 68 0

[startup+0.070267 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27696
/proc/meminfo: memFree=11976856/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 509922911 8908800 249 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27696/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101238 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27696
/proc/meminfo: memFree=11976856/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 509922911 8908800 249 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27696/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300232 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27696
/proc/meminfo: memFree=11976856/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 509922911 8908800 249 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27696/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701137 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 27696
/proc/meminfo: memFree=11976856/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 509922911 8908800 249 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/27696/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50098 s]
/proc/loadavg: 0.24 0.05 0.02 4/188 27722
/proc/meminfo: memFree=11916168/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=16036 CPUtime=0.74 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 3764 0 0 0 74 0 0 0 17 0 1 0 509922986 16420864 3719 33554432000 134512640 135226915 4289656208 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 4009 3719 82 175 0 3832 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24736

[startup+3.1007 s]
/proc/loadavg: 0.24 0.05 0.02 4/188 27723
/proc/meminfo: memFree=11919392/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=16816 CPUtime=2.34 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 3951 0 0 0 234 0 0 0 20 0 1 0 509922986 17219584 3906 33554432000 134512640 135226915 4289656208 18446744073709551615 134537536 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 4204 3906 82 175 0 4027 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25516

[startup+6.30111 s]
/proc/loadavg: 0.24 0.05 0.02 5/190 27727
/proc/meminfo: memFree=11902440/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=17332 CPUtime=5.54 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 4094 0 0 0 554 0 0 0 25 0 1 0 509922986 17747968 4049 33554432000 134512640 135226915 4289656208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 4333 4049 82 175 0 4156 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26032

[startup+12.7009 s]
/proc/loadavg: 0.82 0.18 0.06 5/194 27735
/proc/meminfo: memFree=11831220/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=18696 CPUtime=11.93 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 4410 0 0 0 1193 0 0 0 25 0 1 0 509922986 19144704 4365 33554432000 134512640 135226915 4289656208 18446744073709551615 134538819 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 4674 4365 82 175 0 4497 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27396

[startup+25.5006 s]
/proc/loadavg: 1.31 0.30 0.10 5/194 27765
/proc/meminfo: memFree=11784072/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=19932 CPUtime=24.73 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 4710 0 0 0 2473 0 0 0 25 0 1 0 509922986 20410368 4665 33554432000 134512640 135226915 4289656208 18446744073709551615 134539439 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 4983 4665 82 175 0 4806 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28632

[startup+51.1009 s]
/proc/loadavg: 2.22 0.60 0.20 4/188 27784
/proc/meminfo: memFree=11792020/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=21108 CPUtime=50.34 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 5006 0 0 0 5033 1 0 0 25 0 1 0 509922986 21614592 4961 33554432000 134512640 135226915 4289656208 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 5277 4961 82 175 0 5100 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29808

[startup+102.307 s]
/proc/loadavg: 3.33 1.18 0.42 5/194 27827
/proc/meminfo: memFree=11736320/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=25472 CPUtime=101.54 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 6092 0 0 0 10153 1 0 0 25 0 1 0 509922986 26083328 6047 33554432000 134512640 135226915 4289656208 18446744073709551615 134537296 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 6368 6047 82 175 0 6191 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 34172

[startup+162.301 s]
/proc/loadavg: 3.75 1.69 0.64 5/194 27829
/proc/meminfo: memFree=11697724/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=28708 CPUtime=161.54 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 6910 0 0 0 16152 2 0 0 25 0 1 0 509922986 29396992 6865 33554432000 134512640 135226915 4289656208 18446744073709551615 134536707 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 7177 6865 82 175 0 7000 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 37408

[startup+222.301 s]
/proc/loadavg: 3.91 2.11 0.85 5/194 27831
/proc/meminfo: memFree=11663816/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=33208 CPUtime=221.54 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 8023 0 0 0 22152 2 0 0 25 0 1 0 509922986 34004992 7978 33554432000 134512640 135226915 4289656208 18446744073709551615 134539693 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 8302 7978 82 175 0 8125 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 41908

[startup+282.301 s]
/proc/loadavg: 3.96 2.45 1.05 5/194 27832
/proc/meminfo: memFree=11629576/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=35300 CPUtime=281.54 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 8566 0 0 0 28152 2 0 0 25 0 1 0 509922986 36147200 8521 33554432000 134512640 135226915 4289656208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 8825 8521 82 175 0 8648 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44000

[startup+342.301 s]
/proc/loadavg: 3.98 2.73 1.23 5/194 27834
/proc/meminfo: memFree=11593216/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=42248 CPUtime=341.54 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 10289 0 0 0 34151 3 0 0 25 0 1 0 509922986 43261952 10244 33554432000 134512640 135226915 4289656208 18446744073709551615 134538582 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 10562 10244 82 175 0 10385 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 50948

[startup+402.301 s]
/proc/loadavg: 3.99 2.96 1.40 5/194 27835
/proc/meminfo: memFree=11571856/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2

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

/proc/27721/statm: 13295 12951 82 175 0 13118 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 61880

[startup+642.301 s]
/proc/loadavg: 4.05 3.55 1.99 5/194 27842
/proc/meminfo: memFree=11468340/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=57772 CPUtime=641.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 14171 0 0 0 64149 7 0 0 25 0 1 0 509922986 59158528 14126 33554432000 134512640 135226915 4289656208 18446744073709551615 134541032 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 14443 14126 82 175 0 14266 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 66472

[startup+702.301 s]
/proc/loadavg: 4.02 3.63 2.11 5/194 27843
/proc/meminfo: memFree=11466456/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=57772 CPUtime=701.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 14171 0 0 0 70149 7 0 0 25 0 1 0 509922986 59158528 14126 33554432000 134512640 135226915 4289656208 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 14443 14126 82 175 0 14266 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 66472

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.23 5/194 27845
/proc/meminfo: memFree=11458616/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=57960 CPUtime=761.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 14197 0 0 0 76149 7 0 0 25 0 1 0 509922986 59351040 14152 33554432000 134512640 135226915 4289656208 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 14490 14152 82 175 0 14313 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 66660

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 2.34 5/194 27847
/proc/meminfo: memFree=11396468/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=67588 CPUtime=821.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 16622 0 0 0 82147 9 0 0 25 0 1 0 509922986 69210112 16577 33554432000 134512640 135226915 4289656208 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 16897 16577 82 175 0 16720 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 76288

[startup+882.3 s]
/proc/loadavg: 4.00 3.79 2.44 5/194 27848
/proc/meminfo: memFree=11392488/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=68376 CPUtime=881.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 16750 0 0 0 88147 9 0 0 25 0 1 0 509922986 70017024 16705 33554432000 134512640 135226915 4289656208 18446744073709551615 134537281 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 17094 16705 82 175 0 16917 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 77076

[startup+942.3 s]
/proc/loadavg: 4.05 3.84 2.54 5/194 27850
/proc/meminfo: memFree=11391348/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=68376 CPUtime=941.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 16750 0 0 0 94147 9 0 0 25 0 1 0 509922986 70017024 16705 33554432000 134512640 135226915 4289656208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 17094 16705 82 175 0 16917 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 77076

[startup+1002.3 s]
/proc/loadavg: 4.09 3.88 2.63 5/194 27851
/proc/meminfo: memFree=11384380/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=68520 CPUtime=1001.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 16794 0 0 0 100147 9 0 0 25 0 1 0 509922986 70164480 16749 33554432000 134512640 135226915 4289656208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 17130 16749 82 175 0 16953 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 77220

[startup+1062.3 s]
/proc/loadavg: 4.03 3.90 2.71 5/194 27853
/proc/meminfo: memFree=11378036/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=73188 CPUtime=1061.57 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 17971 0 0 0 106146 11 0 0 25 0 1 0 509922986 74944512 17926 33554432000 134512640 135226915 4289656208 18446744073709551615 134536760 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 18297 17926 82 175 0 18120 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 81888

[startup+1122.3 s]
/proc/loadavg: 4.01 3.92 2.79 5/194 27855
/proc/meminfo: memFree=11361260/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=83436 CPUtime=1121.56 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 20505 0 0 0 112144 12 0 0 25 0 1 0 509922986 85438464 20460 33554432000 134512640 135226915 4289656208 18446744073709551615 134538825 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 20859 20460 82 175 0 20682 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 92136

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.86 5/194 27856
/proc/meminfo: memFree=11304324/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=87948 CPUtime=1181.57 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 21612 0 0 0 118144 13 0 0 25 0 1 0 509922986 90058752 21567 33554432000 134512640 135226915 4289656208 18446744073709551615 134541042 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 21987 21567 82 175 0 21810 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 96648

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.93 5/194 27858
/proc/meminfo: memFree=11259404/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=87948 CPUtime=1241.57 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 21612 0 0 0 124144 13 0 0 25 0 1 0 509922986 90058752 21567 33554432000 134512640 135226915 4289656208 18446744073709551615 134538573 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 21987 21567 82 175 0 21810 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 96648



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 2.99 5/194 27859
/proc/meminfo: memFree=11258016/32951124 swapFree=67111528/67111528
[pid=27696] ppid=27694 vsize=8700 CPUtime=0.75 cores=0,2
/proc/27696/stat : 27696 (lysat.sh) S 27694 27696 27666 0 -1 4202496 354 9856 0 0 0 0 71 4 15 0 1 0 509922911 8908800 251 33554432000 4194304 4922060 140736189274832 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27696/statm: 2175 251 209 178 0 68 0
[pid=27721] ppid=27696 vsize=87948 CPUtime=1299.27 cores=0,2
/proc/27721/stat : 27721 (LySATi) R 27696 27696 27666 0 -1 4202496 21612 0 0 0 129914 13 0 0 25 0 1 0 509922986 90058752 21567 33554432000 134512640 135226915 4289656208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27721/statm: 21987 21567 82 175 0 21810 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 96648

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 27696 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=712891
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=40993
# CPU time returned by wait4() is 0.753884
# 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.85
CPU system time (s): 0.17
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 96648

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

runsolver used 2.23066 second user time and 4.87326 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-28 11:33:45
IDJOB=3308478
IDBENCH=70829
IDSOLVER=1692
FILE ID=node104/3308478-1303983224
RUNJOBID= node104-1303983222-27684
PBS_JOBID= 13168722
Free space on /tmp= 71544 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308478-1303983224/watcher-3308478-1303983224 -o /tmp/evaluation-result-3308478-1303983224/solver-3308478-1303983224 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308478-1303983224.cnf i

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=992399535

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11977144 kB
Buffers:       2305616 kB
Cached:       18015736 kB
SwapCached:          0 kB
Active:       11213620 kB
Inactive:      9172284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11977144 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:       64024 kB
Mapped:          14420 kB
Slab:           525100 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187392 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= 71468 MiB
End job on node104 at 2011-04-28 11:55:27