Trace number 3308454

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/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  141000   329000 |   42299       0        0     nan |  0.000 % |
0.00/0.45	c |         0 |  105063   295988 |      --       0       --      -- |     --   | -35935/-33007
0.00/0.45	c ==============================================================================
0.00/0.45	c Result  :   #vars: 24245   #clauses: 105063   #literals: 295988
0.00/0.45	c CPU time:   0.428934 s
0.00/0.45	c ==============================================================================
0.00/0.51	c lySAT 0.1
0.00/0.51	c minisat core +  additionnal features
0.00/0.51	c ============================[ Problem Statistics ]=============================
0.00/0.51	c |                                                                             |
0.00/0.51	c |  Number of variables:  24245                                                |
0.00/0.51	c |  Number of clauses:    105063                                               |
0.00/0.55	c |  Parsing time:         0.03         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-3308454-1303983222/watcher-3308454-1303983222 -o /tmp/evaluation-result-3308454-1303983222/solver-3308454-1303983222 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308454-1303983222.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.00 0.00 0.00 2/175 25787
/proc/meminfo: memFree=19570968/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) R 25785 25787 25756 0 -1 4202496 314 0 0 0 0 0 0 0 18 0 1 0 242513569 8908800 250 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660482453 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/25787/statm: 2175 250 209 178 0 68 0

[startup+0.0803599 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 25787
/proc/meminfo: memFree=19570968/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 242513569 8908800 250 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/25787/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100359 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 25787
/proc/meminfo: memFree=19570968/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 242513569 8908800 250 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/25787/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300324 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 25787
/proc/meminfo: memFree=19570968/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 242513569 8908800 250 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/25787/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70028 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 25787
/proc/meminfo: memFree=19570968/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8700

[startup+1.50111 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 25823
/proc/meminfo: memFree=19396252/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=11452 CPUtime=0.98 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 2717 0 0 0 98 0 0 0 18 0 1 0 242513621 11726848 2672 33554432000 134512640 135226915 4292723600 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 2863 2672 82 175 0 2686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20152

[startup+3.10083 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 25824
/proc/meminfo: memFree=19356208/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=12948 CPUtime=2.58 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 3055 0 0 0 258 0 0 0 20 0 1 0 242513621 13258752 3010 33554432000 134512640 135226915 4292723600 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 3237 3010 82 175 0 3060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21648

[startup+6.30026 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 25825
/proc/meminfo: memFree=19357944/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=14416 CPUtime=5.77 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 3424 0 0 0 577 0 0 0 25 0 1 0 242513621 14761984 3379 33554432000 134512640 135226915 4292723600 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 3604 3379 82 175 0 3427 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23116

[startup+12.7011 s]
/proc/loadavg: 0.89 0.20 0.06 5/194 25826
/proc/meminfo: memFree=19402048/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=18264 CPUtime=12.17 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 4386 0 0 0 1217 0 0 0 25 0 1 0 242513621 18702336 4341 33554432000 134512640 135226915 4292723600 18446744073709551615 134540936 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 4566 4341 82 175 0 4389 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26964

[startup+25.5009 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 25826
/proc/meminfo: memFree=19384732/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=20688 CPUtime=24.97 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 4975 0 0 0 2497 0 0 0 25 0 1 0 242513621 21184512 4930 33554432000 134512640 135226915 4292723600 18446744073709551615 134537079 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 5172 4930 82 175 0 4995 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29388

[startup+51.1004 s]
/proc/loadavg: 2.26 0.62 0.21 5/194 25827
/proc/meminfo: memFree=19344620/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=28768 CPUtime=50.58 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 6882 0 0 0 5057 1 0 0 25 0 1 0 242513621 29458432 6837 33554432000 134512640 135226915 4292723600 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 7192 6837 82 175 0 7015 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37468

[startup+102.307 s]
/proc/loadavg: 3.30 1.18 0.42 5/194 25828
/proc/meminfo: memFree=19261296/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=40672 CPUtime=101.78 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 9825 0 0 0 10176 2 0 0 25 0 1 0 242513621 41648128 9780 33554432000 134512640 135226915 4292723600 18446744073709551615 134527817 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 10168 9780 82 175 0 9991 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49372

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.63 5/194 25830
/proc/meminfo: memFree=19190956/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=53448 CPUtime=161.77 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 12818 0 0 0 16175 2 0 0 25 0 1 0 242513621 54730752 12773 33554432000 134512640 135226915 4292723600 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 13362 12773 82 175 0 13185 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 62148

[startup+222.301 s]
/proc/loadavg: 3.94 2.12 0.86 5/194 25831
/proc/meminfo: memFree=19124188/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=60284 CPUtime=221.78 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 14543 0 0 0 22175 3 0 0 25 0 1 0 242513621 61730816 14498 33554432000 134512640 135226915 4292723600 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 15071 14498 82 175 0 14894 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 68984

[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.03 6/194 25833
/proc/meminfo: memFree=19062144/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=64008 CPUtime=281.78 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 15486 0 0 0 28175 3 0 0 25 0 1 0 242513621 65544192 15441 33554432000 134512640 135226915 4292723600 18446744073709551615 134538576 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 16002 15441 82 175 0 15825 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 72708

[startup+342.301 s]
/proc/loadavg: 4.03 2.75 1.24 5/194 25835
/proc/meminfo: memFree=18988300/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=65312 CPUtime=341.78 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 15777 0 0 0 34175 3 0 0 25 0 1 0 242513621 66879488 15732 33554432000 134512640 135226915 4292723600 18446744073709551615 134541006 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 16328 15732 82 175 0 16151 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 74012

[startup+402.3 s]
/proc/loadavg: 4.01 2.96 1.39 5/194 25836
/proc/meminfo: memFree=18942124/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7

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

/proc/25812/statm: 24843 24000 82 175 0 24666 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 108072

[startup+642.301 s]
/proc/loadavg: 4.01 3.55 1.99 5/194 25843
/proc/meminfo: memFree=18710932/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=99372 CPUtime=641.79 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 24045 0 0 0 64172 7 0 0 25 0 1 0 242513621 101756928 24000 33554432000 134512640 135226915 4292723600 18446744073709551615 134538576 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 24843 24000 82 175 0 24666 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 108072

[startup+702.3 s]
/proc/loadavg: 4.00 3.62 2.10 5/194 25844
/proc/meminfo: memFree=18685960/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=100164 CPUtime=701.79 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 24254 0 0 0 70172 7 0 0 25 0 1 0 242513621 102567936 24209 33554432000 134512640 135226915 4292723600 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 25041 24209 82 175 0 24864 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 108864

[startup+762.307 s]
/proc/loadavg: 4.05 3.71 2.23 5/194 25846
/proc/meminfo: memFree=18647360/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=118292 CPUtime=761.8 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 28809 0 0 0 76170 10 0 0 25 0 1 0 242513621 121131008 28764 33554432000 134512640 135226915 4292723600 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 29573 28764 82 175 0 29396 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 126992

[startup+822.3 s]
/proc/loadavg: 4.09 3.77 2.34 5/194 25847
/proc/meminfo: memFree=18639260/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=125124 CPUtime=821.8 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 30528 0 0 0 82169 11 0 0 25 0 1 0 242513621 128126976 30483 33554432000 134512640 135226915 4292723600 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 31281 30483 82 175 0 31104 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 133824

[startup+882.301 s]
/proc/loadavg: 4.03 3.81 2.45 5/194 25849
/proc/meminfo: memFree=18548800/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=125124 CPUtime=881.8 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 30529 0 0 0 88169 11 0 0 25 0 1 0 242513621 128126976 30484 33554432000 134512640 135226915 4292723600 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 31281 30484 82 175 0 31104 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 133824

[startup+942.301 s]
/proc/loadavg: 4.01 3.84 2.54 5/194 25851
/proc/meminfo: memFree=18441484/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=125124 CPUtime=941.8 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 30532 0 0 0 94169 11 0 0 25 0 1 0 242513621 128126976 30487 33554432000 134512640 135226915 4292723600 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 31281 30487 82 175 0 31104 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 133824

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.63 5/194 25852
/proc/meminfo: memFree=18407716/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=128020 CPUtime=1001.8 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 31227 0 0 0 100169 11 0 0 25 0 1 0 242513621 131092480 31182 33554432000 134512640 135226915 4292723600 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 32005 31182 82 175 0 31828 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 136720

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.71 5/194 25854
/proc/meminfo: memFree=18392920/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=142128 CPUtime=1061.79 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 34740 0 0 0 106167 12 0 0 25 0 1 0 242513621 145539072 34695 33554432000 134512640 135226915 4292723600 18446744073709551615 134543007 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 35532 34695 82 175 0 35355 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 150828

[startup+1122.3 s]
/proc/loadavg: 4.04 3.92 2.80 5/194 25855
/proc/meminfo: memFree=18390876/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=142828 CPUtime=1121.79 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 34918 0 0 0 112167 12 0 0 25 0 1 0 242513621 146255872 34873 33554432000 134512640 135226915 4292723600 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 35707 34873 82 175 0 35530 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 151528

[startup+1182.3 s]
/proc/loadavg: 4.01 3.93 2.86 5/194 25857
/proc/meminfo: memFree=18337624/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=142984 CPUtime=1181.8 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 34967 0 0 0 118168 12 0 0 25 0 1 0 242513621 146415616 34922 33554432000 134512640 135226915 4292723600 18446744073709551615 134543013 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 35746 34922 82 175 0 35569 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 151684

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.94 5/194 25859
/proc/meminfo: memFree=18214808/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=142984 CPUtime=1241.8 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 34986 0 0 0 124168 12 0 0 25 0 1 0 242513621 146415616 34941 33554432000 134512640 135226915 4292723600 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 35746 34941 82 175 0 35569 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 151684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.96 3.00 5/194 25860
/proc/meminfo: memFree=18077500/32951124 swapFree=67111528/67111528
[pid=25787] ppid=25785 vsize=8700 CPUtime=0.51 cores=5,7
/proc/25787/stat : 25787 (lysat.sh) S 25785 25787 25756 0 -1 4202496 356 6578 0 0 0 0 49 2 15 0 1 0 242513569 8908800 252 33554432000 4194304 4922060 140734355777584 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25787/statm: 2175 252 209 178 0 68 0
[pid=25812] ppid=25787 vsize=142984 CPUtime=1299.51 cores=5,7
/proc/25812/stat : 25812 (LySATi) R 25787 25787 25756 0 -1 4202496 34986 0 0 0 129939 12 0 0 25 0 1 0 242513621 146415616 34941 33554432000 134512640 135226915 4292723600 18446744073709551615 134538857 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/25812/statm: 35746 34941 82 175 0 35569 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 151684

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 25787 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=493924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=23996
# CPU time returned by wait4() is 0.51792
# 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.88
CPU system time (s): 0.14
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 151684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.493924
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6934
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= 13
involuntary context switches= 9

runsolver used 2.10168 second user time and 5.00424 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-28 11:33:43
IDJOB=3308454
IDBENCH=70791
IDSOLVER=1692
FILE ID=node107/3308454-1303983222
RUNJOBID= node107-1303983222-25777
PBS_JOBID= 13168719
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=992399535

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      19571264 kB
Buffers:       2044360 kB
Cached:       10790996 kB
SwapCached:          0 kB
Active:        8355596 kB
Inactive:      4542828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19571264 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4340 kB
Writeback:           0 kB
AnonPages:       62720 kB
Mapped:          14424 kB
Slab:           416960 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183552 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= 71716 MiB
End job on node107 at 2011-04-28 11:55:25