Trace number 3308373

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

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.3281
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  180234   522030 |   54070       0        0     nan |  0.000 % |
0.00/0.42	c |         0 |  120270   407842 |      --       0       --      -- |     --   | -57282/-106232
0.00/0.42	c ==============================================================================
0.00/0.42	c Result  :   #vars: 20559   #clauses: 120270   #literals: 407842
0.00/0.42	c CPU time:   0.408937 s
0.00/0.42	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:  20559                                                |
0.00/0.51	c |  Number of clauses:    120270                                               |
0.00/0.55	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-3308373-1303983200/watcher-3308373-1303983200 -o /tmp/evaluation-result-3308373-1303983200/solver-3308373-1303983200 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308373-1303983200.cnf i 

running on 2 cores: 1,3

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 4/190 13709
/proc/meminfo: memFree=25572312/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 509918239 8908800 249 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 249 209 178 0 68 0

[startup+0.104455 s]
/proc/loadavg: 0.00 0.00 0.00 4/190 13709
/proc/meminfo: memFree=25572312/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 509918239 8908800 249 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20044 s]
/proc/loadavg: 0.00 0.00 0.00 4/190 13709
/proc/meminfo: memFree=25572312/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 509918239 8908800 249 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300424 s]
/proc/loadavg: 0.00 0.00 0.00 4/190 13709
/proc/meminfo: memFree=25572312/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 509918239 8908800 249 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700317 s]
/proc/loadavg: 0.00 0.00 0.00 4/190 13709
/proc/meminfo: memFree=25572312/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8700

[startup+1.50021 s]
/proc/loadavg: 0.24 0.05 0.02 5/198 13724
/proc/meminfo: memFree=25536968/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=12708 CPUtime=0.98 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 2970 0 0 0 98 0 0 0 19 0 1 0 509918290 13012992 2925 33554432000 134512640 135226915 4293625712 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 3177 2925 82 175 0 3000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21408

[startup+3.10093 s]
/proc/loadavg: 0.24 0.05 0.02 5/198 13724
/proc/meminfo: memFree=25528660/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=14648 CPUtime=2.58 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 3461 0 0 0 258 0 0 0 22 0 1 0 509918290 14999552 3416 33554432000 134512640 135226915 4293625712 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 3662 3416 82 175 0 3485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23348

[startup+6.30035 s]
/proc/loadavg: 0.62 0.13 0.04 5/198 13724
/proc/meminfo: memFree=25518160/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=16628 CPUtime=5.77 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 3974 0 0 0 577 0 0 0 25 0 1 0 509918290 17027072 3929 33554432000 134512640 135226915 4293625712 18446744073709551615 134536962 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 4157 3929 82 175 0 3980 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25328

[startup+12.7002 s]
/proc/loadavg: 0.89 0.20 0.06 5/198 13724
/proc/meminfo: memFree=25501792/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=21312 CPUtime=12.18 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 5143 0 0 0 1217 1 0 0 25 0 1 0 509918290 21823488 5098 33554432000 134512640 135226915 4293625712 18446744073709551615 134536657 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 5328 5098 82 175 0 5151 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30012

[startup+25.5009 s]
/proc/loadavg: 1.58 0.38 0.13 5/198 13724
/proc/meminfo: memFree=25479232/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=27604 CPUtime=24.98 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 6684 0 0 0 2497 1 0 0 25 0 1 0 509918290 28266496 6639 33554432000 134512640 135226915 4293625712 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 6901 6639 82 175 0 6724 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36304

[startup+51.1004 s]
/proc/loadavg: 2.40 0.67 0.23 5/198 13725
/proc/meminfo: memFree=25447036/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=40280 CPUtime=50.58 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 9854 0 0 0 5057 1 0 0 25 0 1 0 509918290 41246720 9809 33554432000 134512640 135226915 4293625712 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 10070 9809 82 175 0 9893 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48980

[startup+102.3 s]
/proc/loadavg: 3.31 1.18 0.42 5/198 13726
/proc/meminfo: memFree=25389496/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=54408 CPUtime=101.78 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 13395 0 0 0 10176 2 0 0 25 0 1 0 509918290 55713792 13350 33554432000 134512640 135226915 4293625712 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 13602 13350 82 175 0 13425 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 63108

[startup+162.301 s]
/proc/loadavg: 3.90 1.74 0.66 5/198 13728
/proc/meminfo: memFree=25305020/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=85400 CPUtime=161.78 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 21153 0 0 0 16174 4 0 0 25 0 1 0 509918290 87449600 21108 33554432000 134512640 135226915 4293625712 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 21350 21108 82 175 0 21173 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 94100

[startup+222.307 s]
/proc/loadavg: 4.03 2.16 0.87 5/198 13730
/proc/meminfo: memFree=25268292/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=103360 CPUtime=221.79 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 25589 0 0 0 22173 6 0 0 25 0 1 0 509918290 105840640 25544 33554432000 134512640 135226915 4293625712 18446744073709551615 134537375 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 25840 25544 82 175 0 25663 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 112060

[startup+282.301 s]
/proc/loadavg: 4.01 2.49 1.06 5/198 13731
/proc/meminfo: memFree=25243828/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=107828 CPUtime=281.78 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 26727 0 0 0 28172 6 0 0 25 0 1 0 509918290 110415872 26682 33554432000 134512640 135226915 4293625712 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 26957 26682 82 175 0 26780 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 116528

[startup+342.301 s]
/proc/loadavg: 4.10 2.80 1.26 5/198 13733
/proc/meminfo: memFree=25211544/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=124220 CPUtime=341.79 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 30836 0 0 0 34171 8 0 0 25 0 1 0 509918290 127201280 30791 33554432000 134512640 135226915 4293625712 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 31055 30791 82 175 0 30878 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 132920

[startup+402.301 s]
/proc/loadavg: 4.04 3.01 1.42 5/198 13734
/proc/meminfo: memFree=25129800/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3

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

/proc/13716/statm: 49224 48953 82 175 0 49047 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 205596

[startup+702.3 s]
/proc/loadavg: 4.08 3.65 2.13 5/198 13742
/proc/meminfo: memFree=24897516/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=219068 CPUtime=701.79 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 54335 0 0 0 70163 16 0 0 25 0 1 0 509918290 224325632 54290 33554432000 134512640 135226915 4293625712 18446744073709551615 134536774 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 54767 54290 82 175 0 54590 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 227768

[startup+762.301 s]
/proc/loadavg: 4.06 3.73 2.25 5/198 13744
/proc/meminfo: memFree=24859412/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=255548 CPUtime=761.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 63508 0 0 0 76160 20 0 0 25 0 1 0 509918290 261681152 63463 33554432000 134512640 135226915 4293625712 18446744073709551615 134538615 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 63887 63463 82 175 0 63710 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 264248

[startup+822.301 s]
/proc/loadavg: 4.02 3.77 2.36 5/198 13746
/proc/meminfo: memFree=24851096/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=255548 CPUtime=821.79 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 63508 0 0 0 82159 20 0 0 25 0 1 0 509918290 261681152 63463 33554432000 134512640 135226915 4293625712 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 63887 63463 82 175 0 63710 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 264248

[startup+882.307 s]
/proc/loadavg: 4.01 3.81 2.46 5/198 13747
/proc/meminfo: memFree=24774692/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=255548 CPUtime=881.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 63509 0 0 0 88160 20 0 0 25 0 1 0 509918290 261681152 63464 33554432000 134512640 135226915 4293625712 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 63887 63464 82 175 0 63710 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 264248

[startup+942.301 s]
/proc/loadavg: 4.04 3.86 2.56 5/198 13749
/proc/meminfo: memFree=24699276/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=265816 CPUtime=941.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 66100 0 0 0 94158 22 0 0 25 0 1 0 509918290 272195584 66055 33554432000 134512640 135226915 4293625712 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 66454 66055 82 175 0 66277 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 274516

[startup+1002.3 s]
/proc/loadavg: 4.01 3.88 2.64 5/198 13750
/proc/meminfo: memFree=24633392/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=320664 CPUtime=1001.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 79832 0 0 0 100153 27 0 0 25 0 1 0 509918290 328359936 79787 33554432000 134512640 135226915 4293625712 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 80166 79787 82 175 0 79989 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 329364

[startup+1062.3 s]
/proc/loadavg: 4.03 3.91 2.73 5/198 13752
/proc/meminfo: memFree=24605344/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=341452 CPUtime=1061.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 85055 0 0 0 106150 30 0 0 25 0 1 0 509918290 349646848 85010 33554432000 134512640 135226915 4293625712 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 85363 85010 82 175 0 85186 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 350152

[startup+1122.3 s]
/proc/loadavg: 4.11 3.96 2.82 5/198 13754
/proc/meminfo: memFree=24604932/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=341452 CPUtime=1121.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 85055 0 0 0 112150 30 0 0 25 0 1 0 509918290 349646848 85010 33554432000 134512640 135226915 4293625712 18446744073709551615 134537411 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 85363 85010 82 175 0 85186 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 350152

[startup+1182.3 s]
/proc/loadavg: 4.19 4.00 2.90 5/198 13755
/proc/meminfo: memFree=24551836/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=341452 CPUtime=1181.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 85055 0 0 0 118150 30 0 0 25 0 1 0 509918290 349646848 85010 33554432000 134512640 135226915 4293625712 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 85363 85010 82 175 0 85186 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 350152

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 2.97 5/198 13757
/proc/meminfo: memFree=24474300/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=341452 CPUtime=1241.8 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 85057 0 0 0 124150 30 0 0 25 0 1 0 509918290 349646848 85012 33554432000 134512640 135226915 4293625712 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 85363 85012 82 175 0 85186 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 350152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.95 3.99 3.03 3/192 13760
/proc/meminfo: memFree=24586920/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=341452 CPUtime=1299.51 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 85067 0 0 0 129921 30 0 0 25 0 1 0 509918290 349646848 85022 33554432000 134512640 135226915 4293625712 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 85363 85022 82 175 0 85186 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 350152

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.95 3.99 3.03 3/192 13760
/proc/meminfo: memFree=24586920/32951124 swapFree=67111524/67111528
[pid=13709] ppid=13707 vsize=8700 CPUtime=0.51 cores=1,3
/proc/13709/stat : 13709 (lysat.sh) S 13707 13709 13654 0 -1 4202496 354 8103 0 0 0 0 49 2 16 0 1 0 509918239 8908800 251 33554432000 4194304 4922060 140736246086528 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13709/statm: 2175 251 209 178 0 68 0
[pid=13716] ppid=13709 vsize=341452 CPUtime=1299.51 cores=1,3
/proc/13716/stat : 13716 (LySATi) R 13709 13709 13654 0 -1 4202496 85067 0 0 0 129921 30 0 0 25 0 1 0 509918290 349646848 85022 33554432000 134512640 135226915 4293625712 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/13716/statm: 85363 85022 82 175 0 85186 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 350152

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13709 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=490925
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 0.511921
# 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.7
CPU system time (s): 0.32
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 350152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.490925
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8457
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.00069 second user time and 5.09722 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-28 11:33:21
IDJOB=3308373
IDBENCH=20483
IDSOLVER=1692
FILE ID=node132/3308373-1303983200
RUNJOBID= node132-1303983198-13675
PBS_JOBID= 13168694
Free space on /tmp= 71864 MiB

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

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

MD5SUM BENCH= 82bf685774b76ba263c886940c3aa94d
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:      25572592 kB
Buffers:        726936 kB
Cached:        6090724 kB
SwapCached:          4 kB
Active:        1441088 kB
Inactive:      5446508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25572592 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10752 kB
Writeback:           0 kB
AnonPages:       69380 kB
Mapped:          15996 kB
Slab:           425440 kB
PageTables:       5676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   235236 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= 71844 MiB
End job on node132 at 2011-04-28 11:55:03