Trace number 2667651

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 NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT8 261.122 261.213

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_10_10.r.opb
MD5SUM41d5abe94732aa440d44e4bcd1eb4f30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.607906
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667651-1276596055.opb>
0.00/0.01	c original problem has 50 variables (50 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 50
0.00/0.01	c feasible solution found by trivial heuristic, objective value  5.000000e+01
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (2 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 50 variables (50 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.02	c     100 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c conflict/interconss = 0
0.00/0.02	c 
0.00/0.02	c # should binary conflicts be preferred?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c conflict/preferbinary = TRUE
0.00/0.02	c 
0.00/0.02	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c constraints/agelimit = 1
0.00/0.02	c 
0.00/0.02	c # should enforcement of pseudo solution be disabled?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/disableenfops = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = 0
0.00/0.02	c 
0.00/0.02	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.00/0.02	c # [type: char, range: {lafpsqd}, default: l]
0.00/0.02	c lp/pricing = a
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # priority of node selection rule <dfs> in standard mode
0.00/0.02	c # [type: int, range: [-536870912,536870911], default: 0]
0.00/0.02	c nodeselection/dfs/stdpriority = 1000000
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c t 0.0s|     1 |     0 |   143 |     - | 393k|   0 |  50 |  50 | 100 |  50 | 100 |   0 |   0 |   0 | 5.000000e+00 | 5.000000e+01 | 900.00%
0.00/0.03	o 49
0.00/0.03	c R 0.0s|     1 |     0 |   143 |     - | 396k|   0 |  50 |  50 | 100 |  50 | 100 |   0 |   0 |   0 | 5.000000e+00 | 4.900000e+01 | 880.00%
0.00/0.03	o 48
0.00/0.03	c s 0.0s|     1 |     0 |   143 |     - | 397k|   0 |  50 |  50 | 100 |  50 | 100 |   0 |   0 |   0 | 5.000000e+00 | 4.800000e+01 | 860.00%
0.00/0.05	c   0.0s|     1 |     0 |   179 |     - | 484k|   0 |  49 |  50 | 100 |  50 | 101 |   1 |   0 |   0 | 5.053613e+00 | 4.800000e+01 | 849.82%
0.00/0.05	o 11
0.00/0.05	c b 0.0s|     1 |     0 |   179 |     - | 486k|   0 |  49 |  50 | 100 |  50 | 101 |   1 |   0 |   0 | 5.053613e+00 | 1.100000e+01 | 117.67%
0.05/0.07	c   0.1s|     1 |     0 |   211 |     - | 632k|   0 |  48 |  50 | 100 |  50 | 102 |   2 |   0 |   0 | 5.078548e+00 | 1.100000e+01 | 116.60%
0.05/0.07	o 11
0.05/0.07	c s 0.1s|     1 |     0 |   211 |     - | 634k|   0 |  48 |  50 | 100 |  50 | 102 |   2 |   0 |   0 | 5.078548e+00 | 1.100000e+01 | 116.60%
0.05/0.07	o 9
0.05/0.07	c b 0.1s|     1 |     0 |   211 |     - | 636k|   0 |  48 |  50 | 100 |  50 | 102 |   2 |   0 |   0 | 5.078548e+00 | 9.000000e+00 |  77.22%
0.05/0.09	c   0.1s|     1 |     0 |   243 |     - | 777k|   0 |  46 |  50 | 100 |  50 | 103 |   3 |   0 |   0 | 5.108211e+00 | 9.000000e+00 |  76.19%
0.09/0.11	c   0.1s|     1 |     0 |   263 |     - | 911k|   0 |  46 |  50 | 100 |  50 | 104 |   4 |   0 |   0 | 5.124516e+00 | 9.000000e+00 |  75.63%
0.09/0.13	c   0.1s|     1 |     0 |   312 |     - |1045k|   0 |  44 |  50 | 100 |  50 | 105 |   5 |   0 |   0 | 5.141585e+00 | 9.000000e+00 |  75.04%
0.09/0.15	c   0.1s|     1 |     0 |   355 |     - |1136k|   0 |  46 |  50 | 100 |  50 | 106 |   6 |   0 |   0 | 5.155166e+00 | 9.000000e+00 |  74.58%
0.09/0.17	c   0.1s|     1 |     0 |   389 |     - |1146k|   0 |  43 |  50 | 100 |  50 | 107 |   7 |   0 |   0 | 5.158887e+00 | 9.000000e+00 |  74.46%
0.09/0.19	c   0.2s|     1 |     0 |   429 |     - |1149k|   0 |  45 |  50 | 100 |  50 | 108 |   8 |   0 |   0 | 5.166358e+00 | 9.000000e+00 |  74.20%
0.49/0.52	c   0.5s|     1 |     2 |   429 |     - |1152k|   0 |  45 |  50 | 100 |  50 | 108 |   8 |   0 |  22 | 5.166358e+00 | 9.000000e+00 |  74.20%
0.89/0.94	o 8
0.89/0.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.94	c * 0.8s|  3674 |    31 |   429 |   0.0 |1196k|  44 |   - |  50 | 121 |   0 |   0 |   8 |2120 |  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
1.59/1.69	c   1.5s| 10000 |    30 |   429 |   0.0 |1200k|  44 |   - |  50 | 120 |   0 |   0 |   8 |5845 |  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
2.89/2.93	c   2.5s| 20000 |    24 |   429 |   0.0 |1204k|  44 |   - |  50 | 123 |   0 |   0 |   8 |  11k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
4.09/4.11	c   3.5s| 30000 |    27 |   429 |   0.0 |1204k|  44 |   - |  50 | 117 |   0 |   0 |   8 |  17k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
5.29/5.32	c   4.6s| 40000 |    35 |   429 |   0.0 |1209k|  44 |   - |  50 | 118 |   0 |   0 |   8 |  23k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
6.38/6.48	c   5.5s| 50000 |    24 |   429 |   0.0 |1203k|  44 |   - |  50 | 112 |   0 |   0 |   8 |  29k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
7.58/7.68	c   6.6s| 60000 |    18 |   429 |   0.0 |1202k|  44 |   - |  50 | 111 |   0 |   0 |   8 |  35k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
8.78/8.88	c   7.6s| 70000 |    24 |   429 |   0.0 |1208k|  44 |   - |  50 | 118 |   0 |   0 |   8 |  41k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
9.98/10.09	c   8.6s| 80000 |    26 |   429 |   0.0 |1207k|  44 |   - |  50 | 113 |   0 |   0 |   8 |  46k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
11.18/11.29	c   9.6s| 90000 |    31 |   429 |   0.0 |1208k|  44 |   - |  50 | 107 |   0 |   0 |   8 |  52k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
12.47/12.50	c  10.7s|100000 |    26 |   429 |   0.0 |1208k|  44 |   - |  50 | 111 |   0 |   0 |   8 |  58k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
13.68/13.70	c  11.7s|110000 |    23 |   429 |   0.0 |1212k|  44 |   - |  50 | 119 |   0 |   0 |   8 |  64k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
14.87/14.90	c  12.7s|120000 |    20 |   429 |   0.0 |1207k|  44 |   - |  50 | 111 |   0 |   0 |   8 |  70k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
16.07/16.10	c  13.7s|130000 |    20 |   429 |   0.0 |1206k|  44 |   - |  50 | 108 |   0 |   0 |   8 |  76k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
17.28/17.31	c  14.8s|140000 |    30 |   429 |   0.0 |1212k|  44 |   - |  50 | 115 |   0 |   0 |   8 |  81k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
18.47/18.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.47/18.53	c  15.8s|150000 |    23 |   429 |   0.0 |1211k|  44 |   - |  50 | 115 |   0 |   0 |   8 |  87k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
19.68/19.74	c  16.8s|160000 |    23 |   429 |   0.0 |1209k|  44 |   - |  50 | 111 |   0 |   0 |   8 |  93k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
20.88/20.97	c  17.8s|170000 |    21 |   429 |   0.0 |1210k|  44 |   - |  50 | 111 |   0 |   0 |   8 |  99k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
22.07/22.16	c  18.8s|180000 |    22 |   429 |   0.0 |1210k|  44 |   - |  50 | 108 |   0 |   0 |   8 | 105k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
23.27/23.35	c  19.9s|190000 |    14 |   429 |   0.0 |1207k|  44 |   - |  50 | 107 |   0 |   0 |   8 | 111k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
24.48/24.55	c  20.9s|200000 |    18 |   429 |   0.0 |1211k|  44 |   - |  50 | 111 |   0 |   0 |   8 | 116k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
25.67/25.76	c  21.9s|210000 |    24 |   429 |   0.0 |1213k|  44 |   - |  50 | 113 |   0 |   0 |   8 | 122k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
26.87/26.97	c  22.9s|220000 |    24 |   429 |   0.0 |1213k|  44 |   - |  50 | 112 |   0 |   0 |   8 | 128k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
28.07/28.16	c  24.0s|230000 |    23 |   429 |   0.0 |1214k|  44 |   - |  50 | 117 |   0 |   0 |   8 | 134k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
29.27/29.36	c  25.0s|240000 |    22 |   429 |   0.0 |1212k|  44 |   - |  50 | 112 |   0 |   0 |   8 | 140k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
30.47/30.57	c  26.0s|250000 |    15 |   429 |   0.0 |1212k|  44 |   - |  50 | 112 |   0 |   0 |   8 | 145k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
31.66/31.76	c  27.0s|260000 |    30 |   429 |   0.0 |1216k|  44 |   - |  50 | 111 |   0 |   0 |   8 | 151k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
32.88/32.97	c  28.0s|270000 |    33 |   429 |   0.0 |1217k|  44 |   - |  50 | 111 |   0 |   0 |   8 | 156k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
34.08/34.16	c  29.0s|280000 |    19 |   429 |   0.0 |1212k|  44 |   - |  50 | 108 |   0 |   0 |   8 | 162k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
35.27/35.34	c  30.0s|290000 |    23 |   429 |   0.0 |1214k|  45 |   - |  50 | 110 |   0 |   0 |   8 | 168k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
36.47/36.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.47/36.53	c  31.0s|300000 |    24 |   429 |   0.0 |1215k|  45 |   - |  50 | 110 |   0 |   0 |   8 | 173k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
37.66/37.71	c  32.0s|310000 |    23 |   429 |   0.0 |1214k|  45 |   - |  50 | 109 |   0 |   0 |   8 | 179k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
38.87/38.92	c  33.1s|320000 |    20 |   429 |   0.0 |1216k|  45 |   - |  50 | 114 |   0 |   0 |   8 | 185k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
40.07/40.14	c  34.1s|330000 |    25 |   429 |   0.0 |1218k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 191k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
41.27/41.35	c  35.2s|340000 |    26 |   429 |   0.0 |1218k|  45 |   - |  50 | 114 |   0 |   0 |   8 | 197k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
42.47/42.56	c  36.2s|350000 |    17 |   429 |   0.0 |1212k|  45 |   - |  50 | 105 |   0 |   0 |   8 | 202k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
43.66/43.77	c  37.2s|360000 |    22 |   429 |   0.0 |1215k|  45 |   - |  50 | 109 |   0 |   0 |   8 | 208k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
44.86/44.95	c  38.2s|370000 |    14 |   429 |   0.0 |1215k|  45 |   - |  50 | 109 |   0 |   0 |   8 | 214k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
46.07/46.14	c  39.3s|380000 |    24 |   429 |   0.0 |1217k|  45 |   - |  50 | 113 |   0 |   0 |   8 | 219k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
47.27/47.35	c  40.2s|390000 |    31 |   429 |   0.0 |1222k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 225k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
48.47/48.56	c  41.3s|400000 |    20 |   429 |   0.0 |1216k|  45 |   - |  50 | 108 |   0 |   0 |   8 | 231k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
49.66/49.76	c  42.3s|410000 |    25 |   429 |   0.0 |1217k|  45 |   - |  50 | 106 |   0 |   0 |   8 | 237k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
50.87/50.95	c  43.3s|420000 |    19 |   429 |   0.0 |1216k|  45 |   - |  50 | 109 |   0 |   0 |   8 | 242k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
52.06/52.17	c  44.4s|430000 |    22 |   429 |   0.0 |1222k|  45 |   - |  50 | 126 |   0 |   0 |   8 | 248k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
53.27/53.38	c  45.4s|440000 |    11 |   429 |   0.0 |1217k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 254k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
54.46/54.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.46/54.57	c  46.4s|450000 |    22 |   429 |   0.0 |1216k|  45 |   - |  50 | 106 |   0 |   0 |   8 | 260k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
55.66/55.76	c  47.4s|460000 |    22 |   429 |   0.0 |1218k|  45 |   - |  50 | 110 |   0 |   0 |   8 | 265k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
56.86/56.96	c  48.4s|470000 |    17 |   429 |   0.0 |1216k|  45 |   - |  50 | 107 |   0 |   0 |   8 | 271k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
58.17/58.23	c  49.5s|480000 |    25 |   429 |   0.0 |1225k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 277k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
59.46/59.51	c  50.6s|490000 |    23 |   429 |   0.0 |1226k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 283k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
60.66/60.76	c  51.6s|500000 |    22 |   429 |   0.0 |1222k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 289k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
61.96/62.00	c  52.7s|510000 |    29 |   429 |   0.0 |1227k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 295k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
63.16/63.24	c  53.7s|520000 |    26 |   429 |   0.0 |1224k|  45 |   - |  50 | 117 |   0 |   0 |   8 | 301k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
64.46/64.52	c  54.8s|530000 |    23 |   429 |   0.0 |1227k|  45 |   - |  50 | 126 |   0 |   0 |   8 | 307k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
65.76/65.81	c  56.0s|540000 |    27 |   429 |   0.0 |1229k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 313k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
66.97/67.07	c  57.0s|550000 |    31 |   429 |   0.0 |1228k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 319k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
68.26/68.34	c  58.1s|560000 |    25 |   429 |   0.0 |1229k|  45 |   - |  50 | 129 |   0 |   0 |   8 | 325k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
69.46/69.58	c  59.2s|570000 |    22 |   429 |   0.0 |1226k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 331k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
70.76/70.85	c  60.2s|580000 |    18 |   429 |   0.0 |1226k|  45 |   - |  50 | 126 |   0 |   0 |   8 | 337k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
72.05/72.11	c  61.3s|590000 |    28 |   429 |   0.0 |1229k|  45 |   - |  50 | 124 |   0 |   0 |   8 | 343k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
73.26/73.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.26/73.36	c  62.4s|600000 |    24 |   429 |   0.0 |1226k|  45 |   - |  50 | 118 |   0 |   0 |   8 | 349k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
74.55/74.62	c  63.4s|610000 |    25 |   429 |   0.0 |1230k|  45 |   - |  50 | 129 |   0 |   0 |   8 | 355k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
75.77/75.87	c  64.5s|620000 |    22 |   429 |   0.0 |1226k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 361k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
77.05/77.17	c  65.6s|630000 |    20 |   429 |   0.0 |1228k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 367k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
78.35/78.43	c  66.7s|640000 |    21 |   429 |   0.0 |1229k|  45 |   - |  50 | 130 |   0 |   0 |   8 | 373k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
79.56/79.69	c  67.7s|650000 |    25 |   429 |   0.0 |1228k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 379k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
80.85/80.94	c  68.8s|660000 |    30 |   429 |   0.0 |1227k|  45 |   - |  50 | 117 |   0 |   0 |   8 | 385k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
82.05/82.16	c  69.8s|670000 |    24 |   429 |   0.0 |1228k|  45 |   - |  50 | 126 |   0 |   0 |   8 | 391k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
83.35/83.41	c  70.9s|680000 |    28 |   429 |   0.0 |1229k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 397k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
84.56/84.68	c  72.0s|690000 |    30 |   429 |   0.0 |1229k|  45 |   - |  50 | 120 |   0 |   0 |   8 | 403k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
85.86/85.96	c  73.1s|700000 |    28 |   429 |   0.0 |1231k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 409k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
87.15/87.20	c  74.1s|710000 |    21 |   429 |   0.0 |1226k|  45 |   - |  50 | 119 |   0 |   0 |   8 | 415k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
88.35/88.44	c  75.2s|720000 |    24 |   429 |   0.0 |1227k|  45 |   - |  50 | 120 |   0 |   0 |   8 | 420k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
89.55/89.68	c  76.2s|730000 |    16 |   429 |   0.0 |1225k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 426k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
90.85/90.95	c  77.3s|740000 |    21 |   429 |   0.0 |1227k|  45 |   - |  50 | 120 |   0 |   0 |   8 | 432k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
92.06/92.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.06/92.18	c  78.4s|750000 |    21 |   429 |   0.0 |1226k|  45 |   - |  50 | 120 |   0 |   0 |   8 | 438k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
93.36/93.45	c  79.5s|760000 |    26 |   429 |   0.0 |1230k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 444k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
94.65/94.70	c  80.5s|770000 |    15 |   429 |   0.0 |1224k|  45 |   - |  50 | 119 |   0 |   0 |   8 | 450k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
95.85/95.97	c  81.6s|780000 |    25 |   429 |   0.0 |1228k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 456k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
97.05/97.19	c  82.6s|790000 |    22 |   429 |   0.0 |1228k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 462k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
98.35/98.42	c  83.7s|800000 |    24 |   429 |   0.0 |1228k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 468k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
99.55/99.68	c  84.7s|810000 |    20 |   429 |   0.0 |1228k|  45 |   - |  50 | 127 |   0 |   0 |   8 | 474k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
100.85/100.91	c  85.8s|820000 |    27 |   429 |   0.0 |1230k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 480k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
102.04/102.17	c  86.8s|830000 |    19 |   429 |   0.0 |1230k|  45 |   - |  50 | 136 |   0 |   0 |   8 | 486k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
103.35/103.44	c  87.9s|840000 |    17 |   429 |   0.0 |1229k|  45 |   - |  50 | 135 |   0 |   0 |   8 | 492k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
104.65/104.71	c  89.0s|850000 |    20 |   429 |   0.0 |1227k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 498k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
105.85/105.96	c  90.1s|860000 |    23 |   429 |   0.0 |1228k|  45 |   - |  50 | 120 |   0 |   0 |   8 | 504k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
107.15/107.23	c  91.2s|870000 |    21 |   429 |   0.0 |1230k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 510k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
108.35/108.48	c  92.2s|880000 |    27 |   429 |   0.0 |1228k|  45 |   - |  50 | 118 |   0 |   0 |   8 | 516k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
109.65/109.77	c  93.4s|890000 |    20 |   429 |   0.0 |1224k|  45 |   - |  50 | 114 |   0 |   0 |   8 | 522k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
110.95/111.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.95/111.03	c  94.5s|900000 |    25 |   429 |   0.0 |1229k|  45 |   - |  50 | 124 |   0 |   0 |   8 | 528k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
112.16/112.27	c  95.5s|910000 |    22 |   429 |   0.0 |1225k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 534k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
113.45/113.52	c  96.5s|920000 |    23 |   429 |   0.0 |1231k|  45 |   - |  50 | 129 |   0 |   0 |   8 | 540k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
114.65/114.78	c  97.6s|930000 |    26 |   429 |   0.0 |1227k|  45 |   - |  50 | 119 |   0 |   0 |   8 | 546k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
115.95/116.03	c  98.7s|940000 |    16 |   429 |   0.0 |1228k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 552k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
117.24/117.30	c  99.8s|950000 |    23 |   429 |   0.0 |1230k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 558k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
118.45/118.55	c   101s|960000 |    24 |   429 |   0.0 |1229k|  45 |   - |  50 | 124 |   0 |   0 |   8 | 564k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
119.65/119.80	c   102s|970000 |    24 |   429 |   0.0 |1228k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 569k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
120.95/121.03	c   103s|980000 |    27 |   429 |   0.0 |1228k|  45 |   - |  50 | 119 |   0 |   0 |   8 | 575k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
122.14/122.27	c   104s|990000 |    18 |   429 |   0.0 |1227k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 581k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
123.44/123.51	c   105s|  1000k|    22 |   429 |   0.0 |1231k|  45 |   - |  50 | 127 |   0 |   0 |   8 | 586k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
124.64/124.78	c   106s|  1010k|    17 |   429 |   0.0 |1227k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 592k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
125.95/126.01	c   107s|  1020k|    11 |   429 |   0.0 |1228k|  45 |   - |  50 | 133 |   0 |   0 |   8 | 598k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
127.14/127.26	c   108s|  1030k|    18 |   429 |   0.0 |1227k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 604k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
128.34/128.49	c   109s|  1040k|    24 |   429 |   0.0 |1227k|  45 |   - |  50 | 117 |   0 |   0 |   8 | 610k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
129.65/129.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.65/129.72	c   110s|  1050k|    21 |   429 |   0.0 |1225k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 616k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
130.84/130.97	c   111s|  1060k|    20 |   429 |   0.0 |1228k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 622k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
132.14/132.21	c   112s|  1070k|    18 |   429 |   0.0 |1226k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 628k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
133.34/133.47	c   114s|  1080k|    26 |   429 |   0.0 |1227k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 634k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
134.64/134.74	c   115s|  1090k|    24 |   429 |   0.0 |1230k|  45 |   - |  50 | 126 |   0 |   0 |   8 | 639k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
135.94/136.00	c   116s|  1100k|    21 |   429 |   0.0 |1226k|  45 |   - |  50 | 117 |   0 |   0 |   8 | 645k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
137.14/137.23	c   117s|  1110k|    19 |   429 |   0.0 |1227k|  45 |   - |  50 | 119 |   0 |   0 |   8 | 651k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
138.34/138.46	c   118s|  1120k|    25 |   429 |   0.0 |1227k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 657k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
139.64/139.72	c   119s|  1130k|    18 |   429 |   0.0 |1225k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 663k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
140.84/140.97	c   120s|  1140k|    24 |   429 |   0.0 |1228k|  45 |   - |  50 | 120 |   0 |   0 |   8 | 669k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
142.14/142.23	c   121s|  1150k|    25 |   429 |   0.0 |1227k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 675k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
143.34/143.48	c   122s|  1160k|    22 |   429 |   0.0 |1227k|  45 |   - |  50 | 118 |   0 |   0 |   8 | 681k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
144.64/144.72	c   123s|  1170k|    19 |   429 |   0.0 |1225k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 687k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
145.83/145.95	c   124s|  1180k|    19 |   429 |   0.0 |1224k|  45 |   - |  50 | 112 |   0 |   0 |   8 | 693k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
147.04/147.19	c   125s|  1190k|    21 |   429 |   0.0 |1227k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 699k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
148.35/148.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.35/148.42	c   126s|  1200k|    13 |   429 |   0.0 |1228k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 705k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
149.54/149.68	c   127s|  1210k|    19 |   429 |   0.0 |1225k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 711k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
150.84/150.91	c   128s|  1220k|    23 |   429 |   0.0 |1229k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 717k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
152.03/152.13	c   129s|  1230k|    25 |   429 |   0.0 |1227k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 722k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
153.24/153.34	c   130s|  1240k|    26 |   429 |   0.0 |1229k|  45 |   - |  50 | 119 |   0 |   0 |   8 | 728k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
154.44/154.56	c   131s|  1250k|    20 |   429 |   0.0 |1225k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 734k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
155.73/155.81	c   133s|  1260k|    31 |   429 |   0.0 |1233k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 740k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
156.93/157.09	c   134s|  1270k|    26 |   429 |   0.0 |1231k|  45 |   - |  50 | 124 |   0 |   0 |   8 | 746k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
158.24/158.33	c   135s|  1280k|    23 |   429 |   0.0 |1228k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 752k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
159.44/159.57	c   136s|  1290k|    14 |   429 |   0.0 |1226k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 758k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
160.73/160.80	c   137s|  1300k|    23 |   429 |   0.0 |1229k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 763k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
161.93/162.04	c   138s|  1310k|    17 |   429 |   0.0 |1230k|  45 |   - |  50 | 128 |   0 |   0 |   8 | 769k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
163.13/163.28	c   139s|  1320k|    22 |   429 |   0.0 |1230k|  45 |   - |  50 | 127 |   0 |   0 |   8 | 775k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
164.43/164.53	c   140s|  1330k|    22 |   429 |   0.0 |1228k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 781k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
165.62/165.77	c   141s|  1340k|    23 |   429 |   0.0 |1230k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 787k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
166.93/167.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.93/167.04	c   142s|  1350k|    28 |   429 |   0.0 |1228k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 793k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
168.14/168.28	c   143s|  1360k|    23 |   429 |   0.0 |1227k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 799k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
169.43/169.53	c   144s|  1370k|    15 |   429 |   0.0 |1227k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 805k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
170.62/170.79	c   145s|  1380k|    14 |   429 |   0.0 |1226k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 811k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
171.93/172.02	c   146s|  1390k|    20 |   429 |   0.0 |1227k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 816k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
173.13/173.25	c   147s|  1400k|    26 |   429 |   0.0 |1227k|  45 |   - |  50 | 117 |   0 |   0 |   8 | 822k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
174.33/174.49	c   148s|  1410k|    16 |   429 |   0.0 |1224k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 828k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
175.63/175.76	c   149s|  1420k|    22 |   429 |   0.0 |1227k|  45 |   - |  50 | 118 |   0 |   0 |   8 | 834k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
176.83/177.00	c   150s|  1430k|    27 |   429 |   0.0 |1230k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 840k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
178.13/178.25	c   152s|  1440k|    19 |   429 |   0.0 |1228k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 846k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
179.33/179.48	c   153s|  1450k|    25 |   429 |   0.0 |1227k|  45 |   - |  50 | 116 |   0 |   0 |   8 | 851k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
180.62/180.75	c   154s|  1460k|    17 |   429 |   0.0 |1229k|  45 |   - |  50 | 127 |   0 |   0 |   8 | 857k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
181.83/181.99	c   155s|  1470k|    26 |   429 |   0.0 |1228k|  45 |   - |  50 | 120 |   0 |   0 |   8 | 863k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
183.13/183.21	c   156s|  1480k|     8 |   429 |   0.0 |1225k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 869k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
184.32/184.47	c   157s|  1490k|    22 |   429 |   0.0 |1232k|  45 |   - |  50 | 130 |   0 |   0 |   8 | 875k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
185.63/185.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.63/185.73	c   158s|  1500k|    22 |   429 |   0.0 |1230k|  45 |   - |  50 | 126 |   0 |   0 |   8 | 881k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
186.83/186.95	c   159s|  1510k|    15 |   429 |   0.0 |1232k|  45 |   - |  50 | 135 |   0 |   0 |   8 | 887k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
188.03/188.19	c   160s|  1520k|    20 |   429 |   0.0 |1228k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 893k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
189.33/189.42	c   161s|  1530k|    26 |   429 |   0.0 |1227k|  45 |   - |  50 | 114 |   0 |   0 |   8 | 899k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
190.52/190.65	c   162s|  1540k|    15 |   429 |   0.0 |1225k|  45 |   - |  50 | 117 |   0 |   0 |   8 | 904k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
191.82/191.91	c   163s|  1550k|    18 |   429 |   0.0 |1228k|  45 |   - |  50 | 122 |   0 |   0 |   8 | 910k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
193.03/193.14	c   164s|  1560k|    18 |   429 |   0.0 |1228k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 916k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
194.32/194.43	c   165s|  1570k|    20 |   429 |   0.0 |1224k|  45 |   - |  50 | 110 |   0 |   0 |   8 | 922k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
195.52/195.67	c   166s|  1580k|    17 |   429 |   0.0 |1225k|  45 |   - |  50 | 114 |   0 |   0 |   8 | 928k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
196.72/196.89	c   167s|  1590k|    17 |   429 |   0.0 |1227k|  45 |   - |  50 | 123 |   0 |   0 |   8 | 934k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
198.02/198.13	c   168s|  1600k|    19 |   429 |   0.0 |1229k|  45 |   - |  50 | 124 |   0 |   0 |   8 | 940k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
199.22/199.38	c   170s|  1610k|    26 |   429 |   0.0 |1229k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 946k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
200.52/200.60	c   171s|  1620k|    14 |   429 |   0.0 |1224k|  45 |   - |  50 | 117 |   0 |   0 |   8 | 952k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
201.72/201.83	c   172s|  1630k|    19 |   429 |   0.0 |1226k|  45 |   - |  50 | 115 |   0 |   0 |   8 | 957k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
202.91/203.05	c   173s|  1640k|    25 |   429 |   0.0 |1230k|  45 |   - |  50 | 121 |   0 |   0 |   8 | 963k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
204.12/204.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.12/204.28	c   174s|  1650k|    13 |   429 |   0.0 |1221k|  45 |   - |  50 | 108 |   0 |   0 |   8 | 969k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
205.42/205.52	c   175s|  1660k|    18 |   429 |   0.0 |1224k|  45 |   - |  50 | 112 |   0 |   0 |   8 | 975k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
206.62/206.74	c   176s|  1670k|    17 |   429 |   0.0 |1225k|  45 |   - |  50 | 118 |   0 |   0 |   8 | 981k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
207.82/207.96	c   177s|  1680k|    21 |   429 |   0.0 |1228k|  45 |   - |  50 | 119 |   0 |   0 |   8 | 986k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
209.11/209.20	c   178s|  1690k|    21 |   429 |   0.0 |1231k|  45 |   - |  50 | 129 |   0 |   0 |   8 | 992k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
210.32/210.41	c   179s|  1700k|    21 |   429 |   0.0 |1229k|  45 |   - |  50 | 125 |   0 |   0 |   8 | 998k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
211.52/211.64	c   180s|  1710k|    20 |   429 |   0.0 |1229k|  45 |   - |  50 | 126 |   0 |   0 |   8 |1004k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
212.72/212.83	c   181s|  1720k|    19 |   429 |   0.0 |1225k|  45 |   - |  50 | 115 |   0 |   0 |   8 |1010k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
213.92/214.02	c   182s|  1730k|    24 |   429 |   0.0 |1228k|  45 |   - |  50 | 119 |   0 |   0 |   8 |1016k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
215.12/215.27	c   183s|  1740k|    13 |   429 |   0.0 |1224k|  45 |   - |  50 | 115 |   0 |   0 |   8 |1022k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
216.41/216.50	c   184s|  1750k|    12 |   429 |   0.0 |1224k|  45 |   - |  50 | 118 |   0 |   0 |   8 |1027k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
217.62/217.73	c   185s|  1760k|    21 |   429 |   0.0 |1226k|  45 |   - |  50 | 117 |   0 |   0 |   8 |1033k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
218.82/218.97	c   186s|  1770k|    10 |   429 |   0.0 |1225k|  45 |   - |  50 | 118 |   0 |   0 |   8 |1039k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
220.11/220.20	c   187s|  1780k|    14 |   429 |   0.0 |1223k|  45 |   - |  50 | 113 |   0 |   0 |   8 |1045k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
221.31/221.45	c   188s|  1790k|    22 |   429 |   0.0 |1226k|  45 |   - |  50 | 114 |   0 |   0 |   8 |1051k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
222.61/222.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.61/222.71	c   189s|  1800k|    22 |   429 |   0.0 |1227k|  45 |   - |  50 | 117 |   0 |   0 |   8 |1057k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
223.81/223.98	c   191s|  1810k|    27 |   429 |   0.0 |1230k|  45 |   - |  50 | 122 |   0 |   0 |   8 |1063k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
225.11/225.22	c   192s|  1820k|    25 |   429 |   0.0 |1229k|  45 |   - |  50 | 120 |   0 |   0 |   8 |1069k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
226.31/226.48	c   193s|  1830k|    24 |   429 |   0.0 |1228k|  45 |   - |  50 | 120 |   0 |   0 |   8 |1074k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
227.61/227.73	c   194s|  1840k|    21 |   429 |   0.0 |1229k|  45 |   - |  50 | 124 |   0 |   0 |   8 |1080k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
228.81/228.97	c   195s|  1850k|    19 |   429 |   0.0 |1229k|  45 |   - |  50 | 127 |   0 |   0 |   8 |1086k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
230.11/230.23	c   196s|  1860k|    14 |   429 |   0.0 |1229k|  45 |   - |  50 | 127 |   0 |   0 |   8 |1092k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
231.31/231.47	c   197s|  1870k|    20 |   429 |   0.0 |1227k|  45 |   - |  50 | 121 |   0 |   0 |   8 |1098k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
232.60/232.71	c   198s|  1880k|    22 |   429 |   0.0 |1229k|  45 |   - |  50 | 125 |   0 |   0 |   8 |1104k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
233.91/234.00	c   199s|  1890k|    16 |   429 |   0.0 |1228k|  45 |   - |  50 | 124 |   0 |   0 |   8 |1110k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
235.11/235.22	c   200s|  1900k|    17 |   429 |   0.0 |1228k|  45 |   - |  50 | 125 |   0 |   0 |   8 |1115k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
236.32/236.44	c   201s|  1910k|    17 |   429 |   0.0 |1227k|  45 |   - |  50 | 119 |   0 |   0 |   8 |1121k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
237.52/237.64	c   202s|  1920k|    19 |   429 |   0.0 |1225k|  45 |   - |  50 | 113 |   0 |   0 |   8 |1127k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
238.71/238.89	c   203s|  1930k|    19 |   429 |   0.0 |1228k|  45 |   - |  50 | 122 |   0 |   0 |   8 |1133k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
240.00/240.14	c   204s|  1940k|    25 |   429 |   0.0 |1228k|  45 |   - |  50 | 118 |   0 |   0 |   8 |1139k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
241.20/241.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.20/241.37	c   205s|  1950k|    21 |   429 |   0.0 |1229k|  45 |   - |  50 | 124 |   0 |   0 |   8 |1145k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
242.40/242.58	c   206s|  1960k|    20 |   429 |   0.0 |1230k|  45 |   - |  50 | 125 |   0 |   0 |   8 |1151k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
243.70/243.80	c   207s|  1970k|    23 |   429 |   0.0 |1230k|  45 |   - |  50 | 126 |   0 |   0 |   8 |1156k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
244.90/245.07	c   208s|  1980k|    19 |   429 |   0.0 |1232k|  45 |   - |  50 | 137 |   0 |   0 |   8 |1162k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
246.11/246.30	c   209s|  1990k|    21 |   429 |   0.0 |1227k|  45 |   - |  50 | 120 |   0 |   0 |   8 |1168k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
247.41/247.54	c   211s|  2000k|    23 |   429 |   0.0 |1228k|  45 |   - |  50 | 121 |   0 |   0 |   8 |1174k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
248.60/248.78	c   212s|  2010k|    22 |   429 |   0.0 |1227k|  45 |   - |  50 | 119 |   0 |   0 |   8 |1179k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
249.90/250.01	c   213s|  2020k|    18 |   429 |   0.0 |1226k|  45 |   - |  50 | 118 |   0 |   0 |   8 |1185k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
251.10/251.24	c   214s|  2030k|    20 |   429 |   0.0 |1227k|  45 |   - |  50 | 118 |   0 |   0 |   8 |1191k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
252.30/252.48	c   215s|  2040k|    20 |   429 |   0.0 |1226k|  45 |   - |  50 | 117 |   0 |   0 |   8 |1197k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
253.50/253.68	c   216s|  2050k|    20 |   429 |   0.0 |1231k|  45 |   - |  50 | 131 |   0 |   0 |   8 |1202k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
254.80/254.91	c   217s|  2060k|    17 |   429 |   0.0 |1226k|  45 |   - |  50 | 121 |   0 |   0 |   8 |1208k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
256.00/256.11	c   218s|  2070k|    15 |   429 |   0.0 |1226k|  45 |   - |  50 | 122 |   0 |   0 |   8 |1214k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
257.21/257.31	c   219s|  2080k|    18 |   429 |   0.0 |1226k|  45 |   - |  50 | 119 |   0 |   0 |   8 |1220k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
258.31/258.50	c   220s|  2090k|    12 |   429 |   0.0 |1228k|  45 |   - |  50 | 124 |   0 |   0 |   8 |1225k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
259.60/259.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.60/259.73	c   221s|  2100k|    19 |   429 |   0.0 |1228k|  45 |   - |  50 | 124 |   0 |   0 |   8 |1231k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
260.80/260.98	c   222s|  2110k|    19 |   429 |   0.0 |1226k|  45 |   - |  50 | 118 |   0 |   0 |   8 |1237k|  22 | 5.203444e+00 | 8.000000e+00 |  53.74%
261.10/261.20	c 
261.10/261.20	c SCIP Status        : problem is solved [optimal solution found]
261.10/261.20	c Solving Time (sec) : 222.14
261.10/261.20	c Solving Nodes      : 2111836
261.10/261.20	c Primal Bound       : +8.00000000000000e+00 (18 solutions)
261.10/261.20	c Dual Bound         : +8.00000000000000e+00
261.10/261.20	c Gap                : 0.00 %
261.10/261.20	s OPTIMUM FOUND
261.10/261.20	v x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 x34 -x33 -x32 x31 -x30 -x29 -x28 x27 -x26 x25 -x24 
261.10/261.20	v -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
261.10/261.20	c SCIP Status        : problem is solved [optimal solution found]
261.10/261.20	c Solving Time       :     222.14
261.10/261.20	c Original Problem   :
261.10/261.20	c   Problem name     : HOME/instance-2667651-1276596055.opb
261.10/261.20	c   Variables        : 50 (50 binary, 0 integer, 0 implicit integer, 0 continuous)
261.10/261.20	c   Constraints      : 100 initial, 100 maximal
261.10/261.20	c Presolved Problem  :
261.10/261.20	c   Problem name     : t_HOME/instance-2667651-1276596055.opb
261.10/261.20	c   Variables        : 50 (50 binary, 0 integer, 0 implicit integer, 0 continuous)
261.10/261.20	c   Constraints      : 100 initial, 160 maximal
261.10/261.20	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
261.10/261.20	c   trivial          :       0.00          0          0          0          0          0          0          0          0
261.10/261.20	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
261.10/261.20	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
261.10/261.20	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
261.10/261.20	c   implics          :       0.00          0          0          0          0          0          0          0          0
261.10/261.20	c   probing          :       0.00          0          0          0          0          0          0          0          0
261.10/261.20	c   logicor          :       0.00          0          0          0          0          0          0          0          0
261.10/261.20	c   root node        :          -         50          -          -         50          -          -          -          -
261.10/261.20	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
261.10/261.20	c   integral         :          0          0          0          1          0          0          0          0          0          2
261.10/261.20	c   logicor          :        100+         9    3610334          0          0    1154398    2108051          0          0          0
261.10/261.20	c   countsols        :          0          0          0          0          1          0          0          0          0          0
261.10/261.20	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
261.10/261.20	c   integral         :       0.30       0.00       0.00       0.30       0.00
261.10/261.20	c   logicor          :      46.39       0.00      46.39       0.00       0.00
261.10/261.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00
261.10/261.20	c Propagators        :       Time      Calls    Cutoffs    DomReds
261.10/261.20	c   vbounds          :       2.58          2          0          0
261.10/261.20	c   rootredcost      :       2.38          1          0          0
261.10/261.20	c   pseudoobj        :      54.90    5401998      76198   24601728
261.10/261.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
261.10/261.20	c   propagation      :      26.62    1230596    1227658    1227658       18.6      10879       21.3          -
261.10/261.20	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
261.10/261.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
261.10/261.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
261.10/261.20	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
261.10/261.20	c   applied globally :          -          -          -    1234023       18.6          -          -          -
261.10/261.20	c   applied locally  :          -          -          -       4500       31.9          -          -          -
261.10/261.20	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
261.10/261.20	c   cut pool         :       0.00          8          -          -         33          -    (maximal pool size: 424)
261.10/261.20	c   redcost          :       0.00          9          0          0          0          0
261.10/261.20	c   impliedbounds    :       0.00          9          0          0          0          0
261.10/261.20	c   intobj           :       0.00          0          0          0          0          0
261.10/261.20	c   cgmip            :       0.00          0          0          0          0          0
261.10/261.20	c   gomory           :       0.06          9          0          0          2          0
261.10/261.20	c   strongcg         :       0.02          9          0          0        422          0
261.10/261.20	c   cmir             :       0.01          9          0          0          0          0
261.10/261.20	c   flowcover        :       0.06          9          0          0          0          0
261.10/261.20	c   clique           :       0.00          1          0          0          0          0
261.10/261.20	c   zerohalf         :       0.00          0          0          0          0          0
261.10/261.20	c   mcf              :       0.00          1          0          0          0          0
261.10/261.20	c   rapidlearning    :       0.00          0          0          0          0          0
261.10/261.20	c Pricers            :       Time      Calls       Vars
261.10/261.20	c   problem variables:       0.00          0          0
261.10/261.20	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
261.10/261.20	c   relpscost        :       0.30          1          0          0          0          0          2
261.10/261.20	c   pscost           :       0.00          0          0          0          0          0          0
261.10/261.20	c   inference        :      12.31    1623140          0          0          0          0    3246280
261.10/261.20	c   mostinf          :       0.00          0          0          0          0          0          0
261.10/261.20	c   leastinf         :       0.00          0          0          0          0          0          0
261.10/261.20	c   fullstrong       :       0.00          0          0          0          0          0          0
261.10/261.20	c   allfullstrong    :       0.00          0          0          0          0          0          0
261.10/261.20	c   random           :       0.00          0          0          0          0          0          0
261.10/261.20	c Primal Heuristics  :       Time      Calls      Found
261.10/261.20	c   LP solutions     :       0.00          -          0
261.10/261.20	c   pseudo solutions :       0.00          -          1
261.10/261.20	c   crossover        :       0.00          0          0
261.10/261.20	c   oneopt           :       1.38          3          2
261.10/261.20	c   trivial          :       0.00          2          3
261.10/261.20	c   simplerounding   :       0.00          9          8
261.10/261.20	c   zirounding       :       0.00          1          1
261.10/261.20	c   rounding         :       0.00          9          1
261.10/261.20	c   shifting         :       0.00          9          2
261.10/261.20	c   intshifting      :       0.00          0          0
261.10/261.20	c   twoopt           :       0.00          0          0
261.10/261.20	c   fixandinfer      :       0.00          0          0
261.10/261.20	c   feaspump         :       0.00          0          0
261.10/261.20	c   coefdiving       :       0.00          0          0
261.10/261.20	c   pscostdiving     :       0.00          0          0
261.10/261.20	c   fracdiving       :       0.00          0          0
261.10/261.20	c   veclendiving     :       0.00          0          0
261.10/261.20	c   intdiving        :       0.00          0          0
261.10/261.20	c   actconsdiving    :       0.00          0          0
261.10/261.20	c   objpscostdiving  :       0.00          0          0
261.10/261.20	c   rootsoldiving    :       0.00          0          0
261.10/261.20	c   linesearchdiving :       0.00          0          0
261.10/261.20	c   guideddiving     :       0.00          0          0
261.10/261.20	c   octane           :       0.00          0          0
261.10/261.20	c   rens             :       0.01          0          0
261.10/261.20	c   rins             :       0.00          0          0
261.10/261.20	c   localbranching   :       0.00          0          0
261.10/261.20	c   mutation         :       0.00          0          0
261.10/261.20	c   dins             :       0.00          0          0
261.10/261.20	c   undercover       :       0.00          0          0
261.10/261.20	c   nlp              :       0.97          0          0
261.10/261.20	c   trysol           :       0.99          0          0
261.10/261.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
261.10/261.20	c   primal LP        :       0.00          0          0       0.00          -
261.10/261.20	c   dual LP          :       0.02          9        429      47.67   21450.00
261.10/261.20	c   lex dual LP      :       0.00          0          0       0.00          -
261.10/261.20	c   barrier LP       :       0.00          0          0       0.00          -
261.10/261.20	c   diving/probing LP:       0.00          0          0       0.00          -
261.10/261.20	c   strong branching :       0.30         22       2509     114.05    8363.33
261.10/261.20	c     (at root node) :          -         22       2509     114.05          -
261.10/261.20	c   conflict analysis:       0.00          0          0       0.00          -
261.10/261.20	c B&B Tree           :
261.10/261.20	c   number of runs   :          1
261.10/261.20	c   nodes            :    2111836
261.10/261.20	c   nodes (total)    :    2111836
261.10/261.20	c   nodes left       :          0
261.10/261.20	c   max depth        :         45
261.10/261.20	c   max depth (total):         45
261.10/261.20	c   backtracks       :     913205 (43.2%)
261.10/261.20	c   delayed cutoffs  :    1134443
261.10/261.20	c   repropagations   :    1669189 (16693826 domain reductions, 741902 cutoffs)
261.10/261.20	c   avg switch length:       2.54
261.10/261.20	c   switching time   :      30.33
261.10/261.20	c Solution           :
261.10/261.20	c   Solutions found  :         18 (7 improvements)
261.10/261.20	c   First Solution   : +5.00000000000000e+01   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
261.10/261.20	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 3674 nodes, 0.84 seconds, depth 40, found by <relaxation>)
261.10/261.20	c   Dual Bound       : +8.00000000000000e+00
261.10/261.20	c   Gap              :       0.00 %
261.10/261.20	c   Root Dual Bound  : +5.16635837721607e+00
261.10/261.20	c   Root Iterations  :        429
261.10/261.21	c Time complete: 261.11.

Verifier Data

OK	8

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667651-1276596055/watcher-2667651-1276596055 -o /tmp/evaluation-result-2667651-1276596055/solver-2667651-1276596055 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667651-1276596055.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.03 1.00 3/106 5226
/proc/meminfo: memFree=1817488/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=7724 CPUtime=0
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 1005 0 0 0 0 0 0 0 20 0 1 0 35209514 7909376 924 1992294400 4194304 8223781 140735191887232 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5226/statm: 1931 933 348 984 0 944 0

[startup+0.064344 s]
/proc/loadavg: 1.05 1.03 1.00 3/106 5226
/proc/meminfo: memFree=1817488/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=13224 CPUtime=0.05
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 3374 0 0 0 4 1 0 0 20 0 1 0 35209514 13541376 2411 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3306 2411 549 984 0 2319 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13224

[startup+0.101348 s]
/proc/loadavg: 1.05 1.03 1.00 3/106 5226
/proc/meminfo: memFree=1817488/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=13844 CPUtime=0.09
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 3507 0 0 0 8 1 0 0 20 0 1 0 35209514 14176256 2543 1992294400 4194304 8223781 140735191887232 18446744073709551615 6059637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3461 2543 551 984 0 2474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13844

[startup+0.301368 s]
/proc/loadavg: 1.05 1.03 1.00 3/106 5226
/proc/meminfo: memFree=1817488/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14324 CPUtime=0.29
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4284 0 0 0 27 2 0 0 20 0 1 0 35209514 14667776 2709 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3581 2709 564 984 0 2594 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14324

[startup+0.701409 s]
/proc/loadavg: 1.05 1.03 1.00 3/106 5226
/proc/meminfo: memFree=1817488/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14296 CPUtime=0.69
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4323 0 0 0 64 5 0 0 21 0 1 0 35209514 14639104 2708 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3574 2708 570 984 0 2587 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14296

[startup+1.50149 s]
/proc/loadavg: 1.05 1.03 1.00 2/107 5227
/proc/meminfo: memFree=1808180/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14296 CPUtime=1.49
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4323 0 0 0 131 18 0 0 23 0 1 0 35209514 14639104 2708 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3574 2708 570 984 0 2587 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14296

[startup+3.10065 s]
/proc/loadavg: 1.05 1.03 1.00 2/107 5227
/proc/meminfo: memFree=1807932/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14440 CPUtime=3.09
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4329 0 0 0 268 41 0 0 25 0 1 0 35209514 14786560 2714 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3610 2714 570 984 0 2623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14440

[startup+6.30098 s]
/proc/loadavg: 1.04 1.03 1.00 2/107 5227
/proc/meminfo: memFree=1807932/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14440 CPUtime=6.28
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4333 0 0 0 538 90 0 0 25 0 1 0 35209514 14786560 2718 1992294400 4194304 8223781 140735191887232 18446744073709551615 4676271 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/5226/statm: 3610 2718 570 984 0 2623 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14440

[startup+12.7006 s]
/proc/loadavg: 1.04 1.03 1.00 2/107 5236
/proc/meminfo: memFree=1807436/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14440 CPUtime=12.67
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4339 0 0 0 1085 182 0 0 25 0 1 0 35209514 14786560 2724 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3610 2724 570 984 0 2623 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14440

[startup+25.5009 s]
/proc/loadavg: 1.03 1.03 1.00 2/107 5236
/proc/meminfo: memFree=1807436/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14440 CPUtime=25.47
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4348 0 0 0 2168 379 0 0 25 0 1 0 35209514 14786560 2733 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3610 2733 570 984 0 2623 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14440

[startup+51.1016 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 5236
/proc/meminfo: memFree=1807436/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14440 CPUtime=51.06
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4349 0 0 0 4343 763 0 0 25 0 1 0 35209514 14786560 2734 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3610 2734 570 984 0 2623 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14440

[startup+102.309 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 5238
/proc/meminfo: memFree=1807436/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=102.26
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4364 0 0 0 8696 1530 0 0 25 0 1 0 35209514 14938112 2749 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2749 570 984 0 2660 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14588

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 5240
/proc/meminfo: memFree=1807188/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=162.23
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4364 0 0 0 13802 2421 0 0 25 0 1 0 35209514 14938112 2749 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2749 570 984 0 2660 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 14588

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 5240
/proc/meminfo: memFree=1807188/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=222.21
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4365 0 0 0 18907 3314 0 0 25 0 1 0 35209514 14938112 2750 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2750 570 984 0 2660 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14588

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 5242
/proc/meminfo: memFree=1807188/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=230.21
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 19585 3436 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 14588

[startup+243.108 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5242
/proc/meminfo: memFree=1807188/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=243.01
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 20674 3627 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 243.01
Current children cumulated vsize (KiB) 14588

[startup+249.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5242
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=249.4
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 21220 3720 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 249.4
Current children cumulated vsize (KiB) 14588

[startup+255.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5242
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=255.8
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 21762 3818 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 255.8
Current children cumulated vsize (KiB) 14588

[startup+259.101 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 5242
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=259
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 22035 3865 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 259
Current children cumulated vsize (KiB) 14588

[startup+259.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5242
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=259.8
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 22102 3878 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 259.8
Current children cumulated vsize (KiB) 14588

[startup+260.708 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5242
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=260.61
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 22170 3891 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 260.61
Current children cumulated vsize (KiB) 14588

[startup+261.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5242
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=261
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 22205 3895 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 261
Current children cumulated vsize (KiB) 14588

[startup+261.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 5242
/proc/meminfo: memFree=1807064/2059040 swapFree=4135652/4192956
[pid=5226] ppid=5224 vsize=14588 CPUtime=261.1
/proc/5226/stat : 5226 (pbscip.linux.x8) R 5224 5226 4850 0 -1 4202496 4366 0 0 0 22213 3897 0 0 25 0 1 0 35209514 14938112 2751 1992294400 4194304 8223781 140735191887232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5226/statm: 3647 2751 570 984 0 2660 0
Current children cumulated CPU time (s) 261.1
Current children cumulated vsize (KiB) 14588

Child status: 0
Real time (s): 261.213
CPU time (s): 261.122
CPU user time (s): 222.149
CPU system time (s): 38.9731
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 14588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.149
system time used= 38.9731
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4376
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= 2
involuntary context switches= 3467

runsolver used 0.386941 second user time and 1.2998 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 12:00:56
IDJOB=2667651
IDBENCH=2882
IDSOLVER=1169
FILE ID=node002/2667651-1276596055
PBS_JOBID= 11172228
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_10_10.r.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667651-1276596055/watcher-2667651-1276596055 -o /tmp/evaluation-result-2667651-1276596055/solver-2667651-1276596055 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667651-1276596055.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 41d5abe94732aa440d44e4bcd1eb4f30
RANDOM SEED=814263224

node002.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1817892 kB
Buffers:         44924 kB
Cached:         105952 kB
SwapCached:      10548 kB
Active:          92956 kB
Inactive:        71064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1817892 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            4464 kB
Writeback:           0 kB
AnonPages:       11620 kB
Mapped:           9256 kB
Slab:            55236 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181460 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62568 MiB
End job on node002 at 2010-06-15 12:05:17