Trace number 3308367

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

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
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 variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.01	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.02	c CPU time:   0.016997 s
0.00/0.02	c ==============================================================================
0.00/0.02	c lySAT 0.1
0.00/0.02	c minisat core +  additionnal features
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  1165                                                 |
0.00/0.02	c |  Number of clauses:    4834                                                 |
0.00/0.03	c |  Parsing time:         0.00         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-3308367-1303983200/watcher-3308367-1303983200 -o /tmp/evaluation-result-3308367-1303983200/solver-3308367-1303983200 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308367-1303983200.cnf i 

running on 2 cores: 4,6

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/178 13685
/proc/meminfo: memFree=25588600/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=11800 CPUtime=0 cores=4,6
/proc/13685/stat : 13685 (runsolver) R 13683 13685 13654 0 -1 4202560 45 0 0 0 0 0 0 0 22 0 1 0 509918172 12083200 55 33554432000 4194304 5434984 140737015430656 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/13685/statm: 2950 55 34 303 0 2644 0

[startup+0.0378641 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 13685
/proc/meminfo: memFree=25588600/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.100874 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 13685
/proc/meminfo: memFree=25588600/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.300852 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 13685
/proc/meminfo: memFree=25588600/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.700761 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 13685
/proc/meminfo: memFree=25588600/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 0.24 0.05 0.02 4/192 13711
/proc/meminfo: memFree=25541296/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=4292 CPUtime=1.47 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 782 0 0 0 147 0 0 0 25 0 1 0 509918175 4395008 737 33554432000 134512640 135226915 4294193264 18446744073709551615 134540984 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 1073 737 81 175 0 896 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12992

[startup+3.10033 s]
/proc/loadavg: 0.24 0.05 0.02 5/198 13724
/proc/meminfo: memFree=25531264/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=5872 CPUtime=3.07 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 1173 0 0 0 307 0 0 0 25 0 1 0 509918175 6012928 1128 33554432000 134512640 135226915 4294193264 18446744073709551615 134543566 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 1468 1128 81 175 0 1291 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14572

[startup+6.30077 s]
/proc/loadavg: 0.24 0.05 0.02 6/198 13724
/proc/meminfo: memFree=25519248/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=7896 CPUtime=6.27 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 1653 0 0 0 627 0 0 0 25 0 1 0 509918175 8085504 1608 33554432000 134512640 135226915 4294193264 18446744073709551615 134536935 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 1974 1608 81 175 0 1797 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16596

[startup+12.7006 s]
/proc/loadavg: 0.89 0.20 0.06 6/198 13724
/proc/meminfo: memFree=25503776/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=10572 CPUtime=12.66 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 2308 0 0 0 1266 0 0 0 25 0 1 0 509918175 10825728 2263 33554432000 134512640 135226915 4294193264 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 2643 2263 81 175 0 2466 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19272

[startup+25.5004 s]
/proc/loadavg: 1.37 0.32 0.11 5/198 13724
/proc/meminfo: memFree=25480100/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=14456 CPUtime=25.46 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 3254 0 0 0 2546 0 0 0 25 0 1 0 509918175 14802944 3200 33554432000 134512640 135226915 4294193264 18446744073709551615 134536699 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 3614 3200 81 175 0 3437 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23156

[startup+51.1008 s]
/proc/loadavg: 2.27 0.62 0.21 6/198 13725
/proc/meminfo: memFree=25447532/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=21420 CPUtime=51.06 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 4941 0 0 0 5106 0 0 0 25 0 1 0 509918175 21934080 4887 33554432000 134512640 135226915 4294193264 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 5355 4887 81 175 0 5178 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30120

[startup+102.307 s]
/proc/loadavg: 3.31 1.18 0.42 6/198 13726
/proc/meminfo: memFree=25391852/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=29864 CPUtime=102.27 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 6934 0 0 0 10226 1 0 0 25 0 1 0 509918175 30580736 6880 33554432000 134512640 135226915 4294193264 18446744073709551615 134544484 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 7466 6880 81 175 0 7289 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 38564

[startup+162.301 s]
/proc/loadavg: 3.90 1.74 0.66 6/198 13728
/proc/meminfo: memFree=25307500/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=36532 CPUtime=162.27 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 8583 0 0 0 16225 2 0 0 25 0 1 0 509918175 37408768 8529 33554432000 134512640 135226915 4294193264 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 9133 8529 81 175 0 8956 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 45232

[startup+222.3 s]
/proc/loadavg: 4.03 2.16 0.87 5/198 13730
/proc/meminfo: memFree=25268292/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=45868 CPUtime=222.27 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 10787 0 0 0 22224 3 0 0 25 0 1 0 509918175 46968832 10733 33554432000 134512640 135226915 4294193264 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 11467 10733 81 175 0 11290 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 54568

[startup+282.301 s]
/proc/loadavg: 4.01 2.49 1.06 6/198 13731
/proc/meminfo: memFree=25246060/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=46776 CPUtime=282.27 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 10992 0 0 0 28224 3 0 0 25 0 1 0 509918175 47898624 10938 33554432000 134512640 135226915 4294193264 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 11694 10938 81 175 0 11517 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 55476

[startup+342.301 s]
/proc/loadavg: 4.10 2.80 1.26 6/198 13733
/proc/meminfo: memFree=25211544/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=56476 CPUtime=342.27 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 13250 0 0 0 34223 4 0 0 25 0 1 0 509918175 57831424 13196 33554432000 134512640 135226915 4294193264 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 14119 13196 81 175 0 13942 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 65176

[startup+402.301 s]
/proc/loadavg: 4.04 3.01 1.42 5/198 13734
/proc/meminfo: memFree=25131288/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6

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

/proc/13688/statm: 17452 16345 81 175 0 17275 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 78508

[startup+642.3 s]
/proc/loadavg: 4.00 3.56 2.01 5/198 13741
/proc/meminfo: memFree=24969336/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=76212 CPUtime=642.28 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 17972 0 0 0 64222 6 0 0 25 0 1 0 509918175 78041088 17918 33554432000 134512640 135226915 4294193264 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 19053 17918 81 175 0 18876 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 84912

[startup+702.301 s]
/proc/loadavg: 4.08 3.65 2.13 6/198 13742
/proc/meminfo: memFree=24898260/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=89928 CPUtime=702.28 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 21123 0 0 0 70221 7 0 0 25 0 1 0 509918175 92086272 21069 33554432000 134512640 135226915 4294193264 18446744073709551615 134531057 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 22482 21069 81 175 0 22305 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 98628

[startup+762.307 s]
/proc/loadavg: 4.06 3.73 2.25 6/198 13744
/proc/meminfo: memFree=24859536/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=89928 CPUtime=762.28 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 21123 0 0 0 76221 7 0 0 25 0 1 0 509918175 92086272 21069 33554432000 134512640 135226915 4294193264 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 22482 21069 81 175 0 22305 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 98628

[startup+822.3 s]
/proc/loadavg: 4.02 3.77 2.36 5/198 13746
/proc/meminfo: memFree=24851344/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=90296 CPUtime=822.28 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 21184 0 0 0 82221 7 0 0 25 0 1 0 509918175 92463104 21130 33554432000 134512640 135226915 4294193264 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 22574 21130 81 175 0 22397 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 98996

[startup+882.301 s]
/proc/loadavg: 4.01 3.81 2.46 6/198 13747
/proc/meminfo: memFree=24776924/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=91100 CPUtime=882.28 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 21408 0 0 0 88221 7 0 0 25 0 1 0 509918175 93286400 21354 33554432000 134512640 135226915 4294193264 18446744073709551615 134536935 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 22775 21354 81 175 0 22598 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 99800

[startup+942.301 s]
/proc/loadavg: 4.04 3.86 2.56 6/198 13749
/proc/meminfo: memFree=24699772/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=93680 CPUtime=942.28 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 21887 0 0 0 94221 7 0 0 25 0 1 0 509918175 95928320 21833 33554432000 134512640 135226915 4294193264 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 23420 21833 81 175 0 23243 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 102380

[startup+1002.3 s]
/proc/loadavg: 4.01 3.88 2.64 5/198 13750
/proc/meminfo: memFree=24634012/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=103716 CPUtime=1002.28 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 24420 0 0 0 100219 9 0 0 25 0 1 0 509918175 106205184 24366 33554432000 134512640 135226915 4294193264 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 25929 24366 81 175 0 25752 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 112416

[startup+1062.3 s]
/proc/loadavg: 4.03 3.91 2.73 6/198 13752
/proc/meminfo: memFree=24605344/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=110980 CPUtime=1062.29 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 26177 0 0 0 106219 10 0 0 25 0 1 0 509918175 113643520 26123 33554432000 134512640 135226915 4294193264 18446744073709551615 134531074 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 27745 26123 81 175 0 27568 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 119680

[startup+1122.3 s]
/proc/loadavg: 4.11 3.96 2.82 6/198 13754
/proc/meminfo: memFree=24604932/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=110980 CPUtime=1122.29 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 26177 0 0 0 112219 10 0 0 25 0 1 0 509918175 113643520 26123 33554432000 134512640 135226915 4294193264 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 27745 26123 81 175 0 27568 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 119680

[startup+1182.3 s]
/proc/loadavg: 4.19 4.00 2.90 5/198 13755
/proc/meminfo: memFree=24552952/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=110980 CPUtime=1182.29 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 26177 0 0 0 118219 10 0 0 25 0 1 0 509918175 113643520 26123 33554432000 134512640 135226915 4294193264 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 27745 26123 81 175 0 27568 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 119680

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 2.97 6/198 13757
/proc/meminfo: memFree=24475416/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=111052 CPUtime=1242.29 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 26185 0 0 0 124219 10 0 0 25 0 1 0 509918175 113717248 26131 33554432000 134512640 135226915 4294193264 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 27763 26131 81 175 0 27586 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 119752



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.03 3.03 5/198 13758
/proc/meminfo: memFree=24375576/32951124 swapFree=67111524/67111528
[pid=13685] ppid=13683 vsize=8700 CPUtime=0.01 cores=4,6
/proc/13685/stat : 13685 (lysat.sh) S 13683 13685 13654 0 -1 4202496 355 367 0 0 0 0 1 0 22 0 1 0 509918172 8908800 251 33554432000 4194304 4922060 140733603076992 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/13685/statm: 2175 251 209 178 0 68 0
[pid=13688] ppid=13685 vsize=111400 CPUtime=1300 cores=4,6
/proc/13688/stat : 13688 (LySATi) R 13685 13685 13654 0 -1 4202496 26240 0 0 0 129990 10 0 0 25 0 1 0 509918175 114073600 26186 33554432000 134512640 135226915 4294193264 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13688/statm: 27850 26186 81 175 0 27673 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 120100

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 13685 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=19996
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.020995
# 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.91
CPU system time (s): 0.1
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 120100

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

runsolver used 2.25966 second user time and 4.84626 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-28 11:33:20
IDJOB=3308367
IDBENCH=20468
IDSOLVER=1692
FILE ID=node132/3308367-1303983200
RUNJOBID= node132-1303983198-13674
PBS_JOBID= 13168694
Free space on /tmp= 71872 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308367-1303983200/watcher-3308367-1303983200 -o /tmp/evaluation-result-3308367-1303983200/solver-3308367-1303983200 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308367-1303983200.cnf i

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=775954478

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:     32951124 kB
MemFree:      25588880 kB
Buffers:        726868 kB
Cached:        6081480 kB
SwapCached:          4 kB
Active:        1425224 kB
Inactive:      5447640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25588880 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2604 kB
Writeback:           0 kB
AnonPages:       64336 kB
Mapped:          14444 kB
Slab:           425180 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71848 MiB
End job on node132 at 2011-04-28 11:55:02