Trace number 3308418

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

Namemizh-sha0-36-4.cnf
MD5SUMf43e1bf70d9ce8021bafd328efc83ae7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.6226
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210235
Sum of the clauses size628383
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286992
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  180292   522218 |   54087       0        0     nan |  0.000 % |
0.00/0.43	c |         0 |  120343   408065 |      --       0       --      -- |     --   | -57260/-106174
0.00/0.43	c ==============================================================================
0.00/0.43	c Result  :   #vars: 20573   #clauses: 120343   #literals: 408065
0.00/0.43	c CPU time:   0.403938 s
0.00/0.43	c ==============================================================================
0.00/0.52	c lySAT 0.1
0.00/0.52	c minisat core +  additionnal features
0.00/0.52	c ============================[ Problem Statistics ]=============================
0.00/0.52	c |                                                                             |
0.00/0.52	c |  Number of variables:  20573                                                |
0.00/0.52	c |  Number of clauses:    120343                                               |
0.00/0.56	c |  Parsing time:         0.04         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-3308418-1303983204/watcher-3308418-1303983204 -o /tmp/evaluation-result-3308418-1303983204/solver-3308418-1303983204 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308418-1303983204.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.08 0.02 0.01 5/188 10346
/proc/meminfo: memFree=12550100/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) R 10344 10346 10289 0 -1 4202496 312 0 0 0 0 0 0 0 21 0 1 0 490736711 8908800 249 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039475605 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/10346/statm: 2175 249 209 178 0 68 0

[startup+0.011834 s]
/proc/loadavg: 0.08 0.02 0.01 5/188 10346
/proc/meminfo: memFree=12550100/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 490736711 8908800 249 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10346/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100838 s]
/proc/loadavg: 0.08 0.02 0.01 5/188 10346
/proc/meminfo: memFree=12550100/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 490736711 8908800 249 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10346/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300782 s]
/proc/loadavg: 0.08 0.02 0.01 5/188 10346
/proc/meminfo: memFree=12550100/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 490736711 8908800 249 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10346/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700675 s]
/proc/loadavg: 0.08 0.02 0.01 5/188 10346
/proc/meminfo: memFree=12550100/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 0.39 0.08 0.03 5/194 10357
/proc/meminfo: memFree=12514836/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=12800 CPUtime=0.96 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 3004 0 0 0 96 0 0 0 19 0 1 0 490736763 13107200 2959 33554432000 134512640 135226915 4288221792 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 3200 2959 82 175 0 3023 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21500

[startup+3.10031 s]
/proc/loadavg: 0.39 0.08 0.03 5/194 10358
/proc/meminfo: memFree=12532164/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=14912 CPUtime=2.56 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 3533 0 0 0 256 0 0 0 22 0 1 0 490736763 15269888 3488 33554432000 134512640 135226915 4288221792 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 3728 3488 82 175 0 3551 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23612

[startup+6.30075 s]
/proc/loadavg: 0.76 0.16 0.05 5/194 10358
/proc/meminfo: memFree=12525468/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=17364 CPUtime=5.76 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 4138 0 0 0 576 0 0 0 25 0 1 0 490736763 17780736 4093 33554432000 134512640 135226915 4288221792 18446744073709551615 134527914 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 4341 4093 82 175 0 4164 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26064

[startup+12.7006 s]
/proc/loadavg: 1.02 0.23 0.07 5/194 10359
/proc/meminfo: memFree=12512596/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=22104 CPUtime=12.16 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 5315 0 0 0 1215 1 0 0 25 0 1 0 490736763 22634496 5270 33554432000 134512640 135226915 4288221792 18446744073709551615 134537296 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 5526 5270 82 175 0 5349 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30804

[startup+25.5003 s]
/proc/loadavg: 1.48 0.35 0.12 4/188 10377
/proc/meminfo: memFree=12532592/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=28552 CPUtime=24.96 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 6940 0 0 0 2495 1 0 0 25 0 1 0 490736763 29237248 6895 33554432000 134512640 135226915 4288221792 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 7138 6895 82 175 0 6961 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37252

[startup+51.1007 s]
/proc/loadavg: 2.53 0.71 0.24 5/194 10420
/proc/meminfo: memFree=12396996/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=41480 CPUtime=50.56 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 10152 0 0 0 5053 3 0 0 25 0 1 0 490736763 42475520 10107 33554432000 134512640 135226915 4288221792 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 10370 10107 82 175 0 10193 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50180

[startup+102.307 s]
/proc/loadavg: 3.36 1.22 0.44 5/190 10443
/proc/meminfo: memFree=12259920/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=61176 CPUtime=101.77 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 15066 0 0 0 10173 4 0 0 25 0 1 0 490736763 62644224 15021 33554432000 134512640 135226915 4288221792 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 15294 15021 82 175 0 15117 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 69876

[startup+162.301 s]
/proc/loadavg: 3.76 1.72 0.66 5/194 10453
/proc/meminfo: memFree=11276508/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=67344 CPUtime=161.77 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 16599 0 0 0 16172 5 0 0 25 0 1 0 490736763 68960256 16554 33554432000 134512640 135226915 4288221792 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 16836 16554 82 175 0 16659 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 76044

[startup+222.301 s]
/proc/loadavg: 3.96 2.15 0.87 5/194 10454
/proc/meminfo: memFree=11230804/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=85820 CPUtime=221.76 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 21173 0 0 0 22170 6 0 0 25 0 1 0 490736763 87879680 21128 33554432000 134512640 135226915 4288221792 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 21455 21128 82 175 0 21278 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 94520

[startup+282.3 s]
/proc/loadavg: 3.98 2.48 1.06 5/194 10456
/proc/meminfo: memFree=11201144/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=101708 CPUtime=281.77 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 25173 0 0 0 28170 7 0 0 25 0 1 0 490736763 104148992 25128 33554432000 134512640 135226915 4288221792 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 25427 25128 82 175 0 25250 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 110408

[startup+342.301 s]
/proc/loadavg: 3.99 2.76 1.24 5/194 10457
/proc/meminfo: memFree=11161816/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=121560 CPUtime=341.77 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 30155 0 0 0 34168 9 0 0 25 0 1 0 490736763 124477440 30110 33554432000 134512640 135226915 4288221792 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 30390 30110 82 175 0 30213 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 130260

[startup+402.301 s]
/proc/loadavg: 3.99 2.98 1.41 5/194 10459
/proc/meminfo: memFree=11123836/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6

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

/proc/10356/statm: 51281 51026 82 175 0 51104 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 213824

[startup+642.301 s]
/proc/loadavg: 3.99 3.54 1.99 5/194 10494
/proc/meminfo: memFree=11739792/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=205124 CPUtime=641.78 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 51071 0 0 0 64163 15 0 0 25 0 1 0 490736763 210046976 51026 33554432000 134512640 135226915 4288221792 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 51281 51026 82 175 0 51104 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 213824

[startup+702.301 s]
/proc/loadavg: 4.07 3.63 2.12 6/194 10526
/proc/meminfo: memFree=11807100/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=205124 CPUtime=701.78 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 51077 0 0 0 70162 16 0 0 25 0 1 0 490736763 210046976 51032 33554432000 134512640 135226915 4288221792 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 51281 51032 82 175 0 51104 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 213824

[startup+762.307 s]
/proc/loadavg: 4.03 3.70 2.23 6/194 10528
/proc/meminfo: memFree=11713888/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=252760 CPUtime=761.78 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 62799 0 0 0 76160 18 0 0 25 0 1 0 490736763 258826240 62754 33554432000 134512640 135226915 4288221792 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 63190 62754 82 175 0 63013 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 261460

[startup+822.301 s]
/proc/loadavg: 4.01 3.75 2.34 5/194 10529
/proc/meminfo: memFree=11640456/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=252760 CPUtime=821.78 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 62799 0 0 0 82160 18 0 0 25 0 1 0 490736763 258826240 62754 33554432000 134512640 135226915 4288221792 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 63190 62754 82 175 0 63013 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 261460

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.44 5/194 10531
/proc/meminfo: memFree=11476004/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=252760 CPUtime=881.78 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 62799 0 0 0 88160 18 0 0 25 0 1 0 490736763 258826240 62754 33554432000 134512640 135226915 4288221792 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 63190 62754 82 175 0 63013 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 261460

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.54 6/194 10532
/proc/meminfo: memFree=11442620/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=252760 CPUtime=941.78 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 62809 0 0 0 94160 18 0 0 25 0 1 0 490736763 258826240 62764 33554432000 134512640 135226915 4288221792 18446744073709551615 134537091 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 63190 62764 82 175 0 63013 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 261460

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.63 6/194 10534
/proc/meminfo: memFree=11358388/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=300208 CPUtime=1001.79 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 74741 0 0 0 100158 21 0 0 25 0 1 0 490736763 307412992 74696 33554432000 134512640 135226915 4288221792 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 75052 74696 82 175 0 74875 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 308908

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.71 5/194 10536
/proc/meminfo: memFree=11325764/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=317924 CPUtime=1061.79 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 79151 0 0 0 106157 22 0 0 25 0 1 0 490736763 325554176 79106 33554432000 134512640 135226915 4288221792 18446744073709551615 134536962 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 79481 79106 82 175 0 79304 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 326624

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.79 5/194 10537
/proc/meminfo: memFree=11317928/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=317924 CPUtime=1121.79 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 79151 0 0 0 112157 22 0 0 25 0 1 0 490736763 325554176 79106 33554432000 134512640 135226915 4288221792 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 79481 79106 82 175 0 79304 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 326624

[startup+1182.3 s]
/proc/loadavg: 4.00 3.91 2.86 6/194 10539
/proc/meminfo: memFree=11308228/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=317924 CPUtime=1181.79 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 79151 0 0 0 118157 22 0 0 25 0 1 0 490736763 325554176 79106 33554432000 134512640 135226915 4288221792 18446744073709551615 134536945 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 79481 79106 82 175 0 79304 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 326624

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.93 5/194 10540
/proc/meminfo: memFree=11190648/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=317924 CPUtime=1241.79 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 79155 0 0 0 124157 22 0 0 25 0 1 0 490736763 325554176 79110 33554432000 134512640 135226915 4288221792 18446744073709551615 134539996 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 79481 79110 82 175 0 79304 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 326624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.97 3.93 2.99 5/194 10572
/proc/meminfo: memFree=11064852/32951124 swapFree=67111528/67111528
[pid=10346] ppid=10344 vsize=8700 CPUtime=0.51 cores=4,6
/proc/10346/stat : 10346 (lysat.sh) S 10344 10346 10289 0 -1 4202496 354 8124 0 0 0 0 48 3 16 0 1 0 490736711 8908800 251 33554432000 4194304 4922060 140734736505712 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10346/statm: 2175 251 209 178 0 68 0
[pid=10356] ppid=10346 vsize=326460 CPUtime=1299.5 cores=4,6
/proc/10356/stat : 10356 (LySATi) R 10346 10346 10289 0 -1 4202496 81302 0 0 0 129927 23 0 0 25 0 1 0 490736763 334295040 81257 33554432000 134512640 135226915 4288221792 18446744073709551615 134536693 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10356/statm: 81615 81257 82 175 0 81438 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 335160

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 10346 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=487925
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 0.51892
# 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.75
CPU system time (s): 0.26
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 335160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.487925
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 2.41463 second user time and 4.69029 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-28 11:33:24
IDJOB=3308418
IDBENCH=69598
IDSOLVER=1692
FILE ID=node146/3308418-1303983204
RUNJOBID= node146-1303983197-10308
PBS_JOBID= 13168680
Free space on /tmp= 72952 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/mizh-sha0-36-4.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308418-1303983204/watcher-3308418-1303983204 -o /tmp/evaluation-result-3308418-1303983204/solver-3308418-1303983204 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308418-1303983204.cnf i

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

MD5SUM BENCH= f43e1bf70d9ce8021bafd328efc83ae7
RANDOM SEED=1079550348

node146.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.830
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.75
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.830
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.830
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:      12550504 kB
Buffers:       2085160 kB
Cached:       17642312 kB
SwapCached:          0 kB
Active:       10082852 kB
Inactive:      9783580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12550504 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           47996 kB
Writeback:          12 kB
AnonPages:      137916 kB
Mapped:          15676 kB
Slab:           471212 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   304788 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= 72812 MiB
End job on node146 at 2011-04-28 11:55:07