Trace number 4779510

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
NaPS 1.04? (TO) 3600.12 3611.95

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM0e700fc92a231fc1e477aebd59f20b52
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark134
Best CPU time to get the best result obtained on this benchmark57600.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4779510-1782133666.opb
0.00/0.03	c NaPS 1.03a50.
0.00/0.03	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.03	c Input file name: HOME/instance-4779510-1782133666.opb
0.00/0.03	c Parsing PB file...
0.00/0.03	c goal was devided by 1 with offset 218.
0.18/0.25	c assumptions before coding: 
0.18/0.28	c initScipForCoop
0.18/0.30	c Running SCIP presolver (time limit: 10 sec)...
0.18/0.30	c solveScip
0.18/0.30	c initScipForCoop
0.18/0.30	c Cooperative mode: scip_coop_offset=218.000000
0.18/0.30	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.18/0.30	c Running SCIP presolve for solve-time propagation (rounds=3)
0.18/0.32	c presolving:
0.29/0.34	c (round 1, fast)       1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
0.29/0.37	c    (0.1s) running MILP presolver
0.29/0.41	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.29/0.41	c (round 2, medium)     1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
0.39/0.44	c    (0.1s) probing: 51/3295 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.44	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.39/0.47	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
0.39/0.47	c  1 deleted vars, 6383 deleted constraints, 3531 added constraints, 0 tightened bounds, 0 added holes, 136 changed sides, 162 changed coefficients
0.39/0.47	c  0 implications, 134 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.39/0.47	c presolved problem has 3295 variables (3295 bin, 0 int, 0 cont) and 3531 constraints
0.39/0.47	c     346 constraints of type <knapsack>
0.39/0.47	c    3185 constraints of type <linear>
0.39/0.47	c transformed objective value is always integral (scale: 1)
0.39/0.47	c Presolving Time: 0.16
0.39/0.49	c presolving:
0.39/0.52	c (round 1, fast)       1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
0.49/0.55	c    (0.1s) running MILP presolver
0.49/0.59	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.49/0.59	c (round 2, medium)     1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
0.49/0.60	c (round 3, exhaustive) 1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 346 upgd conss, 0 impls, 134 clqs, 0 implints
0.49/0.60	c (round 4, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 206 chg coeffs, 346 upgd conss, 0 impls, 189 clqs, 0 implints
0.57/0.61	c (round 5, exhaustive) 1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 207 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
0.57/0.61	c (round 6, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 229 chg sides, 281 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
0.57/0.63	c    (0.2s) probing: 51/3295 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.57/0.63	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.57/0.68	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.66/0.70	c    (0.2s) symmetry computation finished: 1365 generators found (max: 1500, log10 of symmetry group size: 410.91) (symcode time: 0.01)
0.66/0.73	c dynamic symmetry handling statistics:
0.66/0.73	c    orbitopal reduction:       no components
0.66/0.73	c    orbital reduction:         no components
0.66/0.73	c    lexicographic reduction:   no permutations
0.66/0.73	c handled 1365 out of 1365 symmetry components
0.66/0.73	c (round 7, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 295 chg coeffs, 679 upgd conss, 0 impls, 1554 clqs, 0 implints
0.66/0.73	c (round 8, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 299 chg coeffs, 2044 upgd conss, 0 impls, 1554 clqs, 0 implints
0.66/0.75	c presolving (9 rounds: 9 fast, 8 medium, 5 exhaustive):
0.66/0.75	c  1 deleted vars, 6383 deleted constraints, 4902 added constraints, 0 tightened bounds, 0 added holes, 229 changed sides, 299 changed coefficients
0.66/0.75	c  0 implications, 1554 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.66/0.75	c presolved problem has 3295 variables (3295 bin, 0 int, 0 cont) and 4902 constraints
0.66/0.75	c     679 constraints of type <knapsack>
0.66/0.75	c    1371 constraints of type <setppc>
0.66/0.75	c    2852 constraints of type <linear>
0.66/0.75	c transformed objective value is always integral (scale: 1)
0.66/0.75	c Presolving Time: 0.26
0.66/0.75	c 
0.76/0.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.76/0.88	c   0.4s|     1 |     0 |  1362 |     - |   164M |   0 |3295 |4954 |4902 |   0 |  0 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.16/1.28	c   0.8s|     1 |     0 |  6232 |     - |   167M |   0 |3295 |4954 |4911 |   9 |  1 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.26/1.35	c   0.9s|     1 |     0 |  6622 |     - |   170M |   0 |3295 |4957 |4922 |  20 |  2 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.36/1.44	c   1.0s|     1 |     0 |  7010 |     - |   174M |   0 |3295 |4957 |4933 |  31 |  3 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.46/1.52	c   1.0s|     1 |     0 |  7169 |     - |   175M |   0 |3295 |4957 |4942 |  40 |  4 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.56/1.61	c   1.1s|     1 |     0 |  7202 |     - |   181M |   0 |3295 |4957 |4950 |  48 |  5 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.66/1.70	c   1.2s|     1 |     0 |  7223 |     - |   185M |   0 |3295 |4957 |4959 |  57 |  6 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.66/1.79	c   1.3s|     1 |     0 |  7619 |     - |   188M |   0 |3295 |4957 |4968 |  66 |  7 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.76/1.89	c   1.4s|     1 |     0 |  8305 |     - |   190M |   0 |3295 |4957 |4976 |  74 |  8 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.86/1.99	c   1.5s|     1 |     0 |  8373 |     - |   194M |   0 |3295 |4957 |4985 |  83 |  9 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1.97/2.08	c   1.6s|     1 |     0 |  8441 |     - |   198M |   0 |3295 |4957 |4994 |  92 | 10 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2.07/2.13	c   1.6s|     1 |     0 |  8472 |     - |   199M |   0 |3295 |4957 |5003 | 101 | 11 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2.46/2.55	c   2.1s|     1 |     2 | 13221 |     - |   200M |   0 |3295 |4966 |5003 | 101 | 11 |  64 |  15 |-9.100000e+01 |      --      |    Inf | unknown
7.74/7.83	c   7.4s|   100 |    74 | 82158 | 745.4 |   208M |  21 |3295 |5056 |   0 | 197 |  0 | 154 |  15 |-9.100000e+01 |      --      |    Inf |   1.40%
10.33/10.48	c 
10.33/10.48	c SCIP Status        : solving was interrupted [time limit reached]
10.33/10.48	c Solving Time (sec) : 10.00
10.33/10.48	c Solving Nodes      : 169
10.33/10.48	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.33/10.48	c Dual Bound         : -9.10000000000000e+01
10.33/10.48	c Gap                : infinite
10.33/10.48	c SCIP status: 23 (TIMELIMIT)
10.33/10.48	c solveScip: freeing transform (!can_skip_free_transform)
10.43/10.50	c SCIP presolver: sst_unknown
10.43/10.50	c Converting 6383 PB-constraints to clauses...
10.43/10.50	c   -- Clauses(.)/Splits(s): #######################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################estimatedAdderCost: 25
10.43/10.52	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 25
10.43/10.53	c Try to convert by bdds
10.43/10.53	c D: 1
10.43/10.53	c estimatedAdderCost: 33
10.43/10.53	c Try to convert by bdds
10.43/10.54	c D: 1
10.43/10.54	c estimatedAdderCost: 33
10.43/10.54	c Try to convert by bdds
10.43/10.55	c D: 1
10.43/10.55	c estimatedAdderCost: 26
10.43/10.55	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 26
10.43/10.56	c Try to convert by bdds
10.43/10.56	c D: 1
10.43/10.56	c estimatedAdderCost: 25
10.43/10.56	c Try to convert by bdds
10.43/10.57	c D: 1
10.43/10.57	c estimatedAdderCost: 33
10.43/10.57	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 33
10.43/10.58	c Try to convert by bdds
10.43/10.58	c D: 1
10.43/10.58	c estimatedAdderCost: 33
10.43/10.58	c Try to convert by bdds
10.43/10.59	c D: 1
10.43/10.59	c estimatedAdderCost: 26
10.43/10.59	c Try to convert by bdds
10.52/10.60	c D: 1
10.52/10.60	c estimatedAdderCost: 26
10.52/10.60	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 34
10.52/10.61	c Try to convert by bdds
10.52/10.61	c D: 1
10.52/10.61	c estimatedAdderCost: 34
10.52/10.61	c Try to convert by bdds
10.52/10.62	c D: 1
10.52/10.62	c estimatedAdderCost: 33
10.52/10.62	c Try to convert by bdds
10.52/10.63	c D: 1
10.52/10.63	c estimatedAdderCost: 34
10.52/10.63	c Try to convert by bdds
10.52/10.64	c D: 1
10.52/10.64	c estimatedAdderCost: 34
10.52/10.64	c Try to convert by bdds
10.52/10.65	c D: 1
10.52/10.65	c estimatedAdderCost: 26
10.52/10.65	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 26
10.52/10.66	c Try to convert by bdds
10.52/10.66	c D: 1
10.52/10.66	c estimatedAdderCost: 27
10.52/10.66	c Try to convert by bdds
10.52/10.67	c D: 1
10.52/10.67	c estimatedAdderCost: 25
10.52/10.67	c Try to convert by bdds
10.52/10.68	c D: 1
10.52/10.68	c estimatedAdderCost: 33
10.52/10.68	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 33
10.52/10.69	c Try to convert by bdds
10.52/10.69	c D: 1
10.52/10.69	c estimatedAdderCost: 33
10.52/10.69	c Try to convert by bdds
10.62/10.70	c D: 1
10.62/10.70	c estimatedAdderCost: 33
10.62/10.70	c Try to convert by bdds
10.62/10.71	c D: 1
10.62/10.71	c estimatedAdderCost: 26
10.62/10.71	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 26
10.62/10.72	c Try to convert by bdds
10.62/10.72	c D: 1
10.62/10.72	c estimatedAdderCost: 34
10.62/10.72	c Try to convert by bdds
10.62/10.73	c D: 1
10.62/10.73	c estimatedAdderCost: 34
10.62/10.73	c Try to convert by bdds
10.62/10.74	c D: 1
10.62/10.74	c estimatedAdderCost: 34
10.62/10.74	c Try to convert by bdds
10.62/10.75	c D: 1
10.62/10.75	c estimatedAdderCost: 34
10.62/10.75	c Try to convert by bdds
10.62/10.76	c D: 1
10.62/10.76	c estimatedAdderCost: 33
10.62/10.76	c Try to convert by bdds
10.62/10.77	c D: 1
10.62/10.77	c estimatedAdderCost: 34
10.62/10.77	c Try to convert by bdds
10.62/10.78	c D: 1
10.62/10.78	c estimatedAdderCost: 34
10.62/10.78	c Try to convert by bdds
10.62/10.79	c D: 1
10.62/10.79	c estimatedAdderCost: 26
10.62/10.79	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 26
10.72/10.80	c Try to convert by bdds
10.72/10.80	c D: 1
10.72/10.80	c estimatedAdderCost: 27
10.72/10.80	c Try to convert by bdds
10.72/10.81	c D: 1
10.72/10.81	c estimatedAdderCost: 34
10.72/10.81	c Try to convert by bdds
10.72/10.82	c D: 1
10.72/10.82	c estimatedAdderCost: 34
10.72/10.82	c Try to convert by bdds
10.72/10.83	c D: 1
10.72/10.83	c estimatedAdderCost: 35
10.72/10.83	c Try to convert by bdds
10.72/10.84	c D: 1
10.72/10.84	c estimatedAdderCost: 33
10.72/10.84	c Try to convert by bdds
10.72/10.85	c D: 1
10.72/10.85	c estimatedAdderCost: 34
10.72/10.85	c Try to convert by bdds
10.72/10.86	c D: 1
10.72/10.86	c estimatedAdderCost: 34
10.72/10.86	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 34
10.72/10.87	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 34
10.72/10.88	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 35
10.72/10.89	c Try to convert by bdds
10.72/10.90	c D: 1
10.72/10.90	c estimatedAdderCost: 26
10.72/10.90	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 26
10.82/10.90	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 27
10.82/10.91	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 27
10.82/10.91	c Try to convert by bdds
10.82/10.92	c D: 1
10.82/10.92	c estimatedAdderCost: 25
10.82/10.92	c Try to convert by bdds
10.82/10.93	c D: 1
10.82/10.93	c estimatedAdderCost: 33
10.82/10.93	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 33
10.82/10.94	c Try to convert by bdds
10.82/10.94	c D: 1
10.82/10.94	c estimatedAdderCost: 33
10.82/10.94	c Try to convert by bdds
10.82/10.95	c D: 1
10.82/10.95	c estimatedAdderCost: 33
10.82/10.95	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 33
10.82/10.96	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 26
10.82/10.97	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 26
10.82/10.98	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 34
10.82/10.98	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 34
10.82/10.99	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 34
10.82/11.00	c Try to convert by bdds
10.94/11.01	c D: 1
10.94/11.01	c estimatedAdderCost: 34
10.94/11.01	c Try to convert by bdds
10.94/11.02	c D: 1
10.94/11.02	c estimatedAdderCost: 34
10.94/11.02	c Try to convert by bdds
10.94/11.03	c D: 1
10.94/11.03	c estimatedAdderCost: 34
10.94/11.03	c Try to convert by bdds
10.94/11.04	c D: 1
10.94/11.04	c estimatedAdderCost: 33
10.94/11.04	c Try to convert by bdds
10.94/11.05	c D: 1
10.94/11.05	c estimatedAdderCost: 34
10.94/11.05	c Try to convert by bdds
10.94/11.06	c D: 1
10.94/11.06	c estimatedAdderCost: 34
10.94/11.06	c Try to convert by bdds
10.94/11.07	c D: 1
10.94/11.07	c estimatedAdderCost: 26
10.94/11.07	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 26
10.94/11.08	c Try to convert by bdds
10.94/11.08	c D: 1
10.94/11.08	c estimatedAdderCost: 27
10.94/11.08	c Try to convert by bdds
10.94/11.09	c D: 1
10.94/11.09	c estimatedAdderCost: 34
10.94/11.09	c Try to convert by bdds
10.94/11.10	c D: 1
10.94/11.10	c estimatedAdderCost: 34
10.94/11.10	c Try to convert by bdds
10.94/11.11	c D: 1
10.94/11.11	c estimatedAdderCost: 35
10.94/11.11	c Try to convert by bdds
11.04/11.12	c D: 1
11.04/11.12	c estimatedAdderCost: 34
11.04/11.12	c Try to convert by bdds
11.04/11.13	c D: 1
11.04/11.13	c estimatedAdderCost: 34
11.04/11.13	c Try to convert by bdds
11.04/11.14	c D: 1
11.04/11.14	c estimatedAdderCost: 35
11.04/11.14	c Try to convert by bdds
11.04/11.15	c D: 1
11.04/11.15	c estimatedAdderCost: 33
11.04/11.15	c Try to convert by bdds
11.04/11.16	c D: 1
11.04/11.16	c estimatedAdderCost: 34
11.04/11.16	c Try to convert by bdds
11.04/11.17	c D: 1
11.04/11.17	c estimatedAdderCost: 34
11.04/11.17	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 34
11.04/11.18	c Try to convert by bdds
11.04/11.18	c D: 1
11.04/11.18	c estimatedAdderCost: 34
11.04/11.18	c Try to convert by bdds
11.04/11.19	c D: 1
11.04/11.19	c estimatedAdderCost: 35
11.04/11.19	c Try to convert by bdds
11.12/11.20	c D: 1
11.12/11.20	c estimatedAdderCost: 26
11.12/11.20	c Try to convert by bdds
11.12/11.21	c D: 1
11.12/11.21	c estimatedAdderCost: 26
11.12/11.21	c Try to convert by bdds
11.12/11.22	c D: 1
11.12/11.22	c estimatedAdderCost: 27
11.12/11.22	c Try to convert by bdds
11.12/11.22	c D: 1
11.12/11.22	c estimatedAdderCost: 27
11.12/11.22	c Try to convert by bdds
11.12/11.23	c D: 1
11.12/11.23	c estimatedAdderCost: 34
11.12/11.23	c Try to convert by bdds
11.12/11.24	c D: 1
11.12/11.24	c estimatedAdderCost: 34
11.12/11.24	c Try to convert by bdds
11.12/11.25	c D: 1
11.12/11.25	c estimatedAdderCost: 35
11.12/11.25	c Try to convert by bdds
11.12/11.26	c D: 1
11.12/11.26	c estimatedAdderCost: 35
11.12/11.26	c Try to convert by bdds
11.12/11.27	c D: 1
11.12/11.27	c estimatedAdderCost: 33
11.12/11.27	c Try to convert by bdds
11.12/11.28	c D: 1
11.12/11.28	c estimatedAdderCost: 34
11.12/11.28	c Try to convert by bdds
11.12/11.29	c D: 1
11.12/11.29	c estimatedAdderCost: 34
11.12/11.29	c Try to convert by bdds
11.22/11.30	c D: 1
11.22/11.30	c estimatedAdderCost: 34
11.22/11.30	c Try to convert by bdds
11.22/11.31	c D: 1
11.22/11.31	c estimatedAdderCost: 34
11.22/11.31	c Try to convert by bdds
11.22/11.32	c D: 1
11.22/11.32	c estimatedAdderCost: 35
11.22/11.32	c Try to convert by bdds
11.22/11.33	c D: 1
11.22/11.33	c estimatedAdderCost: 34
11.22/11.33	c Try to convert by bdds
11.22/11.34	c D: 1
11.22/11.34	c estimatedAdderCost: 34
11.22/11.34	c Try to convert by bdds
11.22/11.35	c D: 1
11.22/11.35	c estimatedAdderCost: 35
11.22/11.35	c Try to convert by bdds
11.22/11.36	c D: 1
11.22/11.36	c estimatedAdderCost: 35
11.22/11.36	c Try to convert by bdds
11.22/11.37	c D: 1
11.22/11.37	c estimatedAdderCost: 26
11.22/11.37	c Try to convert by bdds
11.22/11.37	c D: 1
11.22/11.37	c estimatedAdderCost: 26
11.22/11.37	c Try to convert by bdds
11.22/11.38	c D: 1
11.22/11.38	c estimatedAdderCost: 27
11.22/11.38	c Try to convert by bdds
11.22/11.39	c D: 1
11.22/11.39	c estimatedAdderCost: 27
11.22/11.39	c Try to convert by bdds
11.22/11.39	c D: 1
11.22/11.39	c estimatedAdderCost: 27
11.22/11.39	c Try to convert by bdds
11.32/11.40	c D: 1
11.32/11.40	c estimatedAdderCost: 25
11.32/11.40	c Try to convert by bdds
11.32/11.41	c D: 1
11.32/11.41	c estimatedAdderCost: 33
11.32/11.41	c Try to convert by bdds
11.32/11.42	c D: 1
11.32/11.42	c estimatedAdderCost: 33
11.32/11.42	c Try to convert by bdds
11.32/11.42	c D: 1
11.32/11.42	c estimatedAdderCost: 33
11.32/11.42	c Try to convert by bdds
11.32/11.43	c D: 1
11.32/11.43	c estimatedAdderCost: 33
11.32/11.43	c Try to convert by bdds
11.32/11.44	c D: 1
11.32/11.44	c estimatedAdderCost: 33
11.32/11.44	c Try to convert by bdds
11.32/11.45	c D: 1
11.32/11.45	c estimatedAdderCost: 33
11.32/11.45	c Try to convert by bdds
11.32/11.46	c D: 1
11.32/11.46	c estimatedAdderCost: 26
11.32/11.46	c Try to convert by bdds
11.32/11.47	c D: 1
11.32/11.47	c estimatedAdderCost: 26
11.32/11.47	c Try to convert by bdds
11.32/11.47	c D: 1
11.32/11.47	c estimatedAdderCost: 34
11.32/11.47	c Try to convert by bdds
11.32/11.48	c D: 1
11.32/11.48	c estimatedAdderCost: 34
11.32/11.48	c Try to convert by bdds
11.32/11.49	c D: 1
11.32/11.49	c estimatedAdderCost: 34
11.32/11.49	c Try to convert by bdds
11.42/11.50	c D: 1
11.42/11.50	c estimatedAdderCost: 34
11.42/11.50	c Try to convert by bdds
11.42/11.51	c D: 1
11.42/11.51	c estimatedAdderCost: 34
11.42/11.51	c Try to convert by bdds
11.42/11.52	c D: 1
11.42/11.52	c estimatedAdderCost: 34
11.42/11.52	c Try to convert by bdds
11.42/11.53	c D: 1
11.42/11.53	c estimatedAdderCost: 34
11.42/11.53	c Try to convert by bdds
11.42/11.54	c D: 1
11.42/11.54	c estimatedAdderCost: 34
11.42/11.54	c Try to convert by bdds
11.42/11.55	c D: 1
11.42/11.55	c estimatedAdderCost: 33
11.42/11.55	c Try to convert by bdds
11.42/11.56	c D: 1
11.42/11.56	c estimatedAdderCost: 34
11.42/11.56	c Try to convert by bdds
11.42/11.57	c D: 1
11.42/11.57	c estimatedAdderCost: 34
11.42/11.57	c Try to convert by bdds
11.42/11.58	c D: 1
11.42/11.58	c estimatedAdderCost: 26
11.42/11.58	c Try to convert by bdds
11.42/11.59	c D: 1
11.42/11.59	c estimatedAdderCost: 26
11.42/11.59	c Try to convert by bdds
11.42/11.59	c D: 1
11.42/11.59	c estimatedAdderCost: 27
11.42/11.59	c Try to convert by bdds
11.52/11.60	c D: 1
11.52/11.60	c estimatedAdderCost: 34
11.52/11.60	c Try to convert by bdds
11.52/11.61	c D: 1
11.52/11.61	c estimatedAdderCost: 34
11.52/11.61	c Try to convert by bdds
11.52/11.62	c D: 1
11.52/11.62	c estimatedAdderCost: 35
11.52/11.62	c Try to convert by bdds
11.52/11.63	c D: 1
11.52/11.63	c estimatedAdderCost: 34
11.52/11.63	c Try to convert by bdds
11.52/11.64	c D: 1
11.52/11.64	c estimatedAdderCost: 34
11.52/11.64	c Try to convert by bdds
11.52/11.65	c D: 1
11.52/11.65	c estimatedAdderCost: 35
11.52/11.65	c Try to convert by bdds
11.52/11.66	c D: 1
11.52/11.66	c estimatedAdderCost: 34
11.52/11.66	c Try to convert by bdds
11.52/11.67	c D: 1
11.52/11.67	c estimatedAdderCost: 34
11.52/11.67	c Try to convert by bdds
11.52/11.68	c D: 1
11.52/11.68	c estimatedAdderCost: 35
11.52/11.68	c Try to convert by bdds
11.52/11.69	c D: 1
11.52/11.69	c estimatedAdderCost: 33
11.52/11.69	c Try to convert by bdds
11.62/11.70	c D: 1
11.62/11.70	c estimatedAdderCost: 34
11.62/11.70	c Try to convert by bdds
11.62/11.71	c D: 1
11.62/11.71	c estimatedAdderCost: 34
11.62/11.71	c Try to convert by bdds
11.62/11.72	c D: 1
11.62/11.72	c estimatedAdderCost: 34
11.62/11.72	c Try to convert by bdds
11.62/11.73	c D: 1
11.62/11.73	c estimatedAdderCost: 34
11.62/11.73	c Try to convert by bdds
11.62/11.74	c D: 1
11.62/11.74	c estimatedAdderCost: 35
11.62/11.74	c Try to convert by bdds
11.62/11.75	c D: 1
11.62/11.75	c estimatedAdderCost: 26
11.62/11.75	c Try to convert by bdds
11.62/11.75	c D: 1
11.62/11.75	c estimatedAdderCost: 26
11.62/11.75	c Try to convert by bdds
11.62/11.76	c D: 1
11.62/11.76	c estimatedAdderCost: 27
11.62/11.76	c Try to convert by bdds
11.62/11.77	c D: 1
11.62/11.77	c estimatedAdderCost: 27
11.62/11.77	c Try to convert by bdds
11.62/11.77	c D: 1
11.62/11.77	c estimatedAdderCost: 34
11.62/11.77	c Try to convert by bdds
11.62/11.78	c D: 1
11.62/11.78	c estimatedAdderCost: 34
11.62/11.78	c Try to convert by bdds
11.62/11.79	c D: 1
11.62/11.79	c estimatedAdderCost: 35
11.62/11.79	c Try to convert by bdds
11.72/11.80	c D: 1
11.72/11.80	c estimatedAdderCost: 35
11.72/11.80	c Try to convert by bdds
11.72/11.81	c D: 1
11.72/11.81	c estimatedAdderCost: 34
11.72/11.81	c Try to convert by bdds
11.72/11.82	c D: 1
11.72/11.82	c estimatedAdderCost: 34
11.72/11.82	c Try to convert by bdds
11.72/11.83	c D: 1
11.72/11.83	c estimatedAdderCost: 35
11.72/11.83	c Try to convert by bdds
11.72/11.84	c D: 1
11.72/11.84	c estimatedAdderCost: 35
11.72/11.84	c Try to convert by bdds
11.72/11.85	c D: 1
11.72/11.85	c estimatedAdderCost: 33
11.72/11.85	c Try to convert by bdds
11.72/11.86	c D: 1
11.72/11.86	c estimatedAdderCost: 34
11.72/11.86	c Try to convert by bdds
11.72/11.87	c D: 1
11.72/11.87	c estimatedAdderCost: 34
11.72/11.87	c Try to convert by bdds
11.72/11.88	c D: 1
11.72/11.88	c estimatedAdderCost: 34
11.72/11.88	c Try to convert by bdds
11.72/11.89	c D: 1
11.72/11.89	c estimatedAdderCost: 34
11.72/11.89	c Try to convert by bdds
11.82/11.90	c D: 1
11.82/11.90	c estimatedAdderCost: 35
11.82/11.90	c Try to convert by bdds
11.82/11.91	c D: 1
11.82/11.91	c estimatedAdderCost: 34
11.82/11.91	c Try to convert by bdds
11.82/11.92	c D: 1
11.82/11.92	c estimatedAdderCost: 34
11.82/11.92	c Try to convert by bdds
11.82/11.93	c D: 1
11.82/11.93	c estimatedAdderCost: 35
11.82/11.93	c Try to convert by bdds
11.82/11.94	c D: 1
11.82/11.94	c estimatedAdderCost: 35
11.82/11.94	c Try to convert by bdds
11.82/11.95	c D: 1
11.82/11.95	c estimatedAdderCost: 26
11.82/11.95	c Try to convert by bdds
11.82/11.96	c D: 1
11.82/11.96	c estimatedAdderCost: 26
11.82/11.96	c Try to convert by bdds
11.82/11.96	c D: 1
11.82/11.96	c estimatedAdderCost: 27
11.82/11.96	c Try to convert by bdds
11.82/11.97	c D: 1
11.82/11.97	c estimatedAdderCost: 27
11.82/11.97	c Try to convert by bdds
11.82/11.98	c D: 1
11.82/11.98	c estimatedAdderCost: 27
11.82/11.98	c Try to convert by bdds
11.82/11.98	c D: 1
11.82/11.98	c estimatedAdderCost: 34
11.82/11.98	c Try to convert by bdds
11.82/11.99	c D: 1
11.82/11.99	c estimatedAdderCost: 34
11.82/11.99	c Try to convert by bdds
11.82/12.00	c D: 1
11.82/12.00	c estimatedAdderCost: 35
11.82/12.00	c Try to convert by bdds
11.93/12.01	c D: 1
11.93/12.01	c estimatedAdderCost: 35
11.93/12.01	c Try to convert by bdds
11.93/12.02	c D: 1
11.93/12.02	c estimatedAdderCost: 35
11.93/12.02	c Try to convert by bdds
11.93/12.03	c D: 1
11.93/12.03	c estimatedAdderCost: 33
11.93/12.03	c Try to convert by bdds
11.93/12.04	c D: 1
11.93/12.04	c estimatedAdderCost: 34
11.93/12.04	c Try to convert by bdds
11.93/12.05	c D: 1
11.93/12.05	c estimatedAdderCost: 34
11.93/12.05	c Try to convert by bdds
11.93/12.06	c D: 1
11.93/12.06	c estimatedAdderCost: 34
11.93/12.06	c Try to convert by bdds
11.93/12.07	c D: 1
11.93/12.07	c estimatedAdderCost: 34
11.93/12.07	c Try to convert by bdds
11.93/12.08	c D: 1
11.93/12.08	c estimatedAdderCost: 35
11.93/12.08	c Try to convert by bdds
11.93/12.09	c D: 1
11.93/12.09	c estimatedAdderCost: 34
11.93/12.09	c Try to convert by bdds
11.93/12.10	c D: 1
11.93/12.10	c estimatedAdderCost: 34
11.93/12.10	c Try to convert by bdds
12.03/12.11	c D: 1
12.03/12.11	c estimatedAdderCost: 35
12.03/12.11	c Try to convert by bdds
12.03/12.12	c D: 1
12.03/12.12	c estimatedAdderCost: 35
12.03/12.12	c Try to convert by bdds
12.03/12.13	c D: 1
12.03/12.13	c estimatedAdderCost: 34
12.03/12.13	c Try to convert by bdds
12.03/12.14	c D: 1
12.03/12.14	c estimatedAdderCost: 34
12.03/12.14	c Try to convert by bdds
12.03/12.15	c D: 1
12.03/12.15	c estimatedAdderCost: 35
12.03/12.15	c Try to convert by bdds
12.03/12.16	c D: 1
12.03/12.16	c estimatedAdderCost: 35
12.03/12.16	c Try to convert by bdds
12.03/12.17	c D: 1
12.03/12.17	c estimatedAdderCost: 35
12.03/12.17	c Try to convert by bdds
12.03/12.18	c D: 1
12.03/12.18	c estimatedAdderCost: 26
12.03/12.18	c Try to convert by bdds
12.03/12.19	c D: 1
12.03/12.19	c estimatedAdderCost: 26
12.03/12.19	c Try to convert by bdds
12.12/12.20	c D: 1
12.12/12.20	c estimatedAdderCost: 27
12.12/12.20	c Try to convert by bdds
12.12/12.20	c D: 1
12.12/12.20	c estimatedAdderCost: 27
12.12/12.20	c Try to convert by bdds
12.12/12.21	c D: 1
12.12/12.21	c estimatedAdderCost: 27
12.12/12.21	c Try to convert by bdds
12.12/12.22	c D: 1
12.12/12.22	c estimatedAdderCost: 27
12.12/12.22	c Try to convert by bdds
12.12/12.22	c D: 1
12.12/12.22	c estimatedAdderCost: 25
12.12/12.22	c Try to convert by bdds
12.12/12.23	c D: 1
12.12/12.23	c estimatedAdderCost: 33
12.12/12.23	c Try to convert by bdds
12.12/12.24	c D: 1
12.12/12.24	c estimatedAdderCost: 33
12.12/12.24	c Try to convert by bdds
12.12/12.25	c D: 1
12.12/12.25	c estimatedAdderCost: 33
12.12/12.25	c Try to convert by bdds
12.12/12.26	c D: 1
12.12/12.26	c estimatedAdderCost: 33
12.12/12.26	c Try to convert by bdds
12.12/12.27	c D: 1
12.12/12.27	c estimatedAdderCost: 33
12.12/12.27	c Try to convert by bdds
12.12/12.28	c D: 1
12.12/12.28	c estimatedAdderCost: 33
12.12/12.28	c Try to convert by bdds
12.12/12.29	c D: 1
12.12/12.29	c estimatedAdderCost: 33
12.12/12.29	c Try to convert by bdds
12.22/12.30	c D: 1
12.22/12.30	c estimatedAdderCost: 26
12.22/12.30	c Try to convert by bdds
12.22/12.31	c D: 1
12.22/12.31	c estimatedAdderCost: 26
12.22/12.31	c Try to convert by bdds
12.22/12.31	c D: 1
12.22/12.31	c estimatedAdderCost: 34
12.22/12.31	c Try to convert by bdds
12.22/12.32	c D: 1
12.22/12.32	c estimatedAdderCost: 34
12.22/12.32	c Try to convert by bdds
12.22/12.33	c D: 1
12.22/12.33	c estimatedAdderCost: 34
12.22/12.33	c Try to convert by bdds
12.22/12.34	c D: 1
12.22/12.34	c estimatedAdderCost: 34
12.22/12.34	c Try to convert by bdds
12.22/12.35	c D: 1
12.22/12.35	c estimatedAdderCost: 34
12.22/12.35	c Try to convert by bdds
12.22/12.36	c D: 1
12.22/12.36	c estimatedAdderCost: 34
12.22/12.36	c Try to convert by bdds
12.22/12.37	c D: 1
12.22/12.37	c estimatedAdderCost: 34
12.22/12.37	c Try to convert by bdds
12.22/12.38	c D: 1
12.22/12.38	c estimatedAdderCost: 34
12.22/12.38	c Try to convert by bdds
12.22/12.39	c D: 1
12.22/12.39	c estimatedAdderCost: 34
12.22/12.39	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 34
12.32/12.40	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 33
12.32/12.41	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 34
12.32/12.42	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 34
12.32/12.43	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 26
12.32/12.44	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 26
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 27
12.32/12.45	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 34
12.32/12.46	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 34
12.32/12.47	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 35
12.32/12.48	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 34
12.32/12.49	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 34
12.42/12.50	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 35
12.42/12.51	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 34
12.42/12.52	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 34
12.42/12.53	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 35
12.42/12.54	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 34
12.42/12.55	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 34
12.42/12.56	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 35
12.42/12.57	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 33
12.42/12.58	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 34
12.42/12.59	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 34
12.52/12.60	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 34
12.52/12.61	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 34
12.52/12.62	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 35
12.52/12.63	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 26
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 26
12.52/12.64	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 27
12.52/12.65	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 27
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 34
12.52/12.66	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 34
12.52/12.67	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 35
12.52/12.68	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 35
12.52/12.69	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 34
12.62/12.70	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 34
12.62/12.71	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 35
12.62/12.72	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 35
12.62/12.73	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 34
12.62/12.74	c Try to convert by bdds
12.62/12.75	c D: 1
12.62/12.75	c estimatedAdderCost: 34
12.62/12.75	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 35
12.62/12.76	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 35
12.62/12.77	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 33
12.62/12.79	c Try to convert by bdds
12.62/12.79	c D: 1
12.62/12.79	c estimatedAdderCost: 34
12.62/12.79	c Try to convert by bdds
12.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 34
12.72/12.80	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 34
12.72/12.81	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 34
12.72/12.82	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 35
12.72/12.83	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 34
12.72/12.84	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 34
12.72/12.85	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 35
12.72/12.86	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 35
12.72/12.87	c Try to convert by bdds
12.72/12.88	c D: 1
12.72/12.88	c estimatedAdderCost: 26
12.72/12.88	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 26
12.72/12.89	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 27
12.82/12.90	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 27
12.82/12.90	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 27
12.82/12.91	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 34
12.82/12.92	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 34
12.82/12.93	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 35
12.82/12.94	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 35
12.82/12.95	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 35
12.82/12.96	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 34
12.82/12.97	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 34
12.82/12.98	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 35
12.82/12.99	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 35
12.82/13.00	c Try to convert by bdds
12.93/13.01	c D: 1
12.93/13.01	c estimatedAdderCost: 35
12.93/13.01	c Try to convert by bdds
12.93/13.02	c D: 1
12.93/13.02	c estimatedAdderCost: 33
12.93/13.02	c Try to convert by bdds
12.93/13.03	c D: 1
12.93/13.03	c estimatedAdderCost: 34
12.93/13.03	c Try to convert by bdds
12.93/13.04	c D: 1
12.93/13.04	c estimatedAdderCost: 34
12.93/13.04	c Try to convert by bdds
12.93/13.05	c D: 1
12.93/13.05	c estimatedAdderCost: 34
12.93/13.05	c Try to convert by bdds
12.93/13.06	c D: 1
12.93/13.06	c estimatedAdderCost: 34
12.93/13.06	c Try to convert by bdds
12.93/13.07	c D: 1
12.93/13.07	c estimatedAdderCost: 35
12.93/13.07	c Try to convert by bdds
12.93/13.08	c D: 1
12.93/13.08	c estimatedAdderCost: 34
12.93/13.08	c Try to convert by bdds
12.93/13.09	c D: 1
12.93/13.09	c estimatedAdderCost: 34
12.93/13.09	c Try to convert by bdds
12.93/13.10	c D: 1
12.93/13.10	c estimatedAdderCost: 35
12.93/13.10	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 35
13.03/13.11	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 34
13.03/13.12	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 34
13.03/13.13	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 35
13.03/13.14	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 35
13.03/13.15	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 35
13.03/13.16	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 26
13.03/13.17	c Try to convert by bdds
13.03/13.18	c D: 1
13.03/13.18	c estimatedAdderCost: 26
13.03/13.18	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 27
13.03/13.19	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 27
13.03/13.19	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 27
13.12/13.20	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 27
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 34
13.12/13.21	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 34
13.12/13.22	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 35
13.12/13.23	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 35
13.12/13.24	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 35
13.12/13.25	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 35
13.12/13.26	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 33
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 34
13.12/13.28	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 34
13.12/13.29	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 34
13.22/13.30	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 34
13.22/13.31	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 35
13.22/13.32	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 34
13.22/13.34	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 34
13.22/13.35	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 35
13.22/13.36	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 35
13.22/13.37	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 34
13.22/13.38	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 34
13.22/13.39	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 35
13.32/13.40	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 35
13.32/13.41	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 35
13.32/13.42	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 34
13.32/13.43	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 34
13.32/13.44	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 35
13.32/13.45	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 35
13.32/13.46	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 35
13.32/13.47	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 35
13.32/13.48	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 26
13.32/13.49	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 26
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 27
13.42/13.50	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 27
13.42/13.51	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 27
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 27
13.42/13.52	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 27
13.42/13.53	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 25
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 33
13.42/13.54	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 33
13.42/13.55	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 33
13.42/13.56	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 33
13.42/13.57	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 33
13.42/13.58	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 33
13.42/13.59	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 33
13.52/13.60	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 33
13.52/13.61	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 26
13.52/13.62	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 26
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 34
13.52/13.63	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 34
13.52/13.64	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 34
13.52/13.65	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 34
13.52/13.66	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 34
13.52/13.67	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 34
13.52/13.68	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 34
13.52/13.69	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 34
13.62/13.70	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 34
13.62/13.71	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 34
13.62/13.72	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 34
13.62/13.73	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 34
13.62/13.74	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 33
13.62/13.75	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 34
13.62/13.76	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 34
13.62/13.77	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 26
13.62/13.78	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 26
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 27
13.62/13.79	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 34
13.72/13.80	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 34
13.72/13.81	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 35
13.72/13.82	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 34
13.72/13.83	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 34
13.72/13.84	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 35
13.72/13.85	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 34
13.72/13.86	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 34
13.72/13.87	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 35
13.72/13.88	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 34
13.72/13.89	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 34
13.82/13.90	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 35
13.82/13.91	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 34
13.82/13.92	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 34
13.82/13.93	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 35
13.82/13.94	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 33
13.82/13.95	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 34
13.82/13.96	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 34
13.82/13.97	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 34
13.82/13.98	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 34
13.82/13.99	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 35
13.82/14.00	c Try to convert by bdds
13.93/14.01	c D: 1
13.93/14.01	c estimatedAdderCost: 26
13.93/14.01	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 26
13.93/14.02	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 27
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 27
13.93/14.03	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 34
13.93/14.04	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 34
13.93/14.05	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 35
13.93/14.06	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 35
13.93/14.07	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 34
13.93/14.08	c Try to convert by bdds
13.93/14.11	c D: 1
13.93/14.11	c estimatedAdderCost: 34
13.93/14.11	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 35
14.04/14.12	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 35
14.04/14.13	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 34
14.04/14.14	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 34
14.04/14.15	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 35
14.04/14.16	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 35
14.04/14.17	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 34
14.04/14.18	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 34
14.04/14.19	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 35
14.12/14.20	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 35
14.12/14.21	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 33
14.12/14.22	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 34
14.12/14.23	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 34
14.12/14.24	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 34
14.12/14.25	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 34
14.12/14.26	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 35
14.12/14.27	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 34
14.12/14.28	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 34
14.12/14.29	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 35
14.22/14.30	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 35
14.22/14.31	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 26
14.22/14.32	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 26
14.22/14.33	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 27
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 27
14.22/14.34	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 27
14.22/14.35	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 34
14.22/14.36	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 34
14.22/14.37	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 35
14.22/14.38	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 35
14.22/14.39	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 35
14.32/14.40	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 34
14.32/14.41	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 34
14.32/14.42	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 35
14.32/14.43	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 35
14.32/14.44	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 35
14.32/14.45	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 34
14.32/14.46	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 34
14.32/14.47	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 35
14.32/14.48	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 35
14.32/14.49	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 35
14.42/14.50	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 33
14.42/14.51	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 34
14.42/14.52	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 34
14.42/14.53	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 34
14.42/14.54	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 34
14.42/14.55	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 35
14.42/14.56	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 34
14.42/14.57	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 34
14.42/14.58	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 35
14.42/14.59	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 35
14.52/14.60	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 34
14.52/14.61	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 34
14.52/14.62	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 35
14.52/14.63	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 35
14.52/14.64	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 35
14.52/14.65	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 26
14.52/14.66	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 26
14.52/14.67	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 27
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 27
14.52/14.68	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 27
14.52/14.69	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 27
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 34
14.62/14.70	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 34
14.62/14.71	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 35
14.62/14.72	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 35
14.62/14.73	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 35
14.62/14.75	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 35
14.62/14.76	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 34
14.62/14.77	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 34
14.62/14.78	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 35
14.62/14.79	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 35
14.72/14.80	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 35
14.72/14.81	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 35
14.72/14.82	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 33
14.72/14.83	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 34
14.72/14.84	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 34
14.72/14.85	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 34
14.72/14.86	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 34
14.72/14.87	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 35
14.72/14.88	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 34
14.72/14.89	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 34
14.82/14.90	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 35
14.82/14.91	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 35
14.82/14.92	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 34
14.82/14.93	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 34
14.82/14.94	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 35
14.82/14.95	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 35
14.82/14.96	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 35
14.82/14.97	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 34
14.82/14.98	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 34
14.82/14.99	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 35
14.82/15.00	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 35
14.93/15.01	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 35
14.93/15.02	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 35
14.93/15.03	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 26
14.93/15.04	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 26
14.93/15.05	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 27
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 27
14.93/15.06	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 27
14.93/15.07	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 27
14.93/15.08	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 27
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 34
14.93/15.09	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 34
14.93/15.10	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 35
15.03/15.11	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 35
15.03/15.12	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 35
15.03/15.13	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 35
15.03/15.14	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 35
15.03/15.15	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 33
15.03/15.16	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 34
15.03/15.17	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 34
15.03/15.18	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 34
15.03/15.19	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 34
15.12/15.20	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 35
15.12/15.21	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 34
15.12/15.23	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 34
15.12/15.24	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 35
15.12/15.25	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 35
15.12/15.26	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 34
15.12/15.27	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 34
15.12/15.28	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 35
15.12/15.29	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 35
15.22/15.30	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 35
15.22/15.31	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 34
15.22/15.32	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 34
15.22/15.33	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 35
15.22/15.34	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 35
15.22/15.35	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 35
15.22/15.36	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 35
15.22/15.37	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 34
15.22/15.38	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 34
15.22/15.39	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 35
15.32/15.40	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 35
15.32/15.41	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 35
15.32/15.42	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 35
15.32/15.43	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 35
15.32/15.44	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 26
15.32/15.45	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 26
15.32/15.46	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 27
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 27
15.32/15.47	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 27
15.32/15.48	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 27
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 27
15.32/15.49	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 27
15.42/15.50	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 25
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 33
15.42/15.51	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 33
15.42/15.52	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 33
15.42/15.53	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 33
15.42/15.54	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 33
15.42/15.55	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 33
15.42/15.56	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 33
15.42/15.57	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 33
15.42/15.58	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 33
15.42/15.59	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 26
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 26
15.52/15.60	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 34
15.52/15.61	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 34
15.52/15.62	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 34
15.52/15.63	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 34
15.52/15.64	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 34
15.52/15.65	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 34
15.52/15.66	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 34
15.52/15.67	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 34
15.52/15.68	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 34
15.52/15.69	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 34
15.62/15.70	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 34
15.62/15.71	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 34
15.62/15.72	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 34
15.62/15.73	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 34
15.62/15.74	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 33
15.62/15.75	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 34
15.62/15.76	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 34
15.62/15.77	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 26
15.62/15.78	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 26
15.62/15.79	c Try to convert by bdds
15.62/15.80	c D: 1
15.62/15.80	c estimatedAdderCost: 27
15.62/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 34
15.72/15.80	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 34
15.72/15.81	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 35
15.72/15.82	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 34
15.72/15.83	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 34
15.72/15.84	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 35
15.72/15.85	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 34
15.72/15.86	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 34
15.72/15.87	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 35
15.72/15.88	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 34
15.72/15.89	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 34
15.82/15.90	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 35
15.82/15.91	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 34
15.82/15.92	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 34
15.82/15.93	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 35
15.82/15.94	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 34
15.82/15.96	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 34
15.82/15.97	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 35
15.82/15.98	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 33
15.82/15.99	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 34
15.82/16.00	c Try to convert by bdds
15.82/16.01	c D: 1
15.82/16.01	c estimatedAdderCost: 34
15.82/16.01	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 34
15.93/16.02	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 34
15.93/16.03	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 35
15.93/16.04	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 26
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 26
15.93/16.05	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 27
15.93/16.06	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 27
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 34
15.93/16.07	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 34
15.93/16.08	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 35
15.93/16.09	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 35
15.93/16.10	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 34
16.03/16.11	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 34
16.03/16.13	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 35
16.03/16.14	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 35
16.03/16.15	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 34
16.03/16.16	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 34
16.03/16.17	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 35
16.03/16.18	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 35
16.03/16.19	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 34
16.11/16.20	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 34
16.11/16.21	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 35
16.11/16.22	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 35
16.11/16.23	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 34
16.11/16.24	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 34
16.11/16.25	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 35
16.11/16.26	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 35
16.11/16.27	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 33
16.11/16.28	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 34
16.11/16.29	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 34
16.21/16.30	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 34
16.21/16.31	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 34
16.21/16.32	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 35
16.21/16.33	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 34
16.21/16.34	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 34
16.21/16.35	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 35
16.21/16.36	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 35
16.21/16.37	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 26
16.21/16.38	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 26
16.21/16.39	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 27
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 27
16.31/16.40	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 27
16.31/16.41	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 34
16.31/16.42	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 34
16.31/16.43	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 35
16.31/16.44	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 35
16.31/16.45	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 35
16.31/16.46	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 34
16.31/16.47	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 34
16.31/16.48	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 35
16.31/16.49	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 35
16.41/16.50	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 35
16.41/16.51	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 34
16.41/16.52	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 34
16.41/16.53	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 35
16.41/16.54	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 35
16.41/16.55	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 35
16.41/16.56	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 34
16.41/16.57	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 34
16.41/16.58	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 35
16.41/16.59	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 35
16.51/16.60	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 35
16.51/16.62	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 33
16.51/16.63	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 34
16.51/16.64	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 34
16.51/16.65	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 34
16.51/16.66	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 34
16.51/16.67	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 35
16.51/16.68	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 34
16.51/16.69	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 34
16.61/16.70	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 35
16.61/16.71	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 35
16.61/16.72	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 34
16.61/16.73	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 34
16.61/16.74	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 35
16.61/16.75	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 35
16.61/16.76	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 35
16.61/16.77	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 26
16.61/16.78	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 26
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 27
16.61/16.79	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 27
16.71/16.80	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 27
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 27
16.71/16.81	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 34
16.71/16.82	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 34
16.71/16.83	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 35
16.71/16.84	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 35
16.71/16.85	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 35
16.71/16.86	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 35
16.71/16.87	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 34
16.71/16.88	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 34
16.71/16.89	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 35
16.81/16.90	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 35
16.81/16.91	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 35
16.81/16.93	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 35
16.81/16.94	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 34
16.81/16.95	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 34
16.81/16.96	c Try to convert by bdds
16.81/16.97	c D: 1
16.81/16.97	c estimatedAdderCost: 35
16.81/16.97	c Try to convert by bdds
16.81/16.98	c D: 1
16.81/16.98	c estimatedAdderCost: 35
16.81/16.98	c Try to convert by bdds
16.81/16.99	c D: 1
16.81/16.99	c estimatedAdderCost: 35
16.81/16.99	c Try to convert by bdds
16.81/17.00	c D: 1
16.81/17.00	c estimatedAdderCost: 35
16.81/17.00	c Try to convert by bdds
16.93/17.01	c D: 1
16.93/17.01	c estimatedAdderCost: 33
16.93/17.01	c Try to convert by bdds
16.93/17.02	c D: 1
16.93/17.02	c estimatedAdderCost: 34
16.93/17.02	c Try to convert by bdds
16.93/17.03	c D: 1
16.93/17.03	c estimatedAdderCost: 34
16.93/17.03	c Try to convert by bdds
16.93/17.04	c D: 1
16.93/17.04	c estimatedAdderCost: 34
16.93/17.04	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 34
16.93/17.05	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 35
16.93/17.06	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 34
16.93/17.07	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 34
16.93/17.08	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 35
16.93/17.09	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 35
16.93/17.10	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 34
17.03/17.11	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 34
17.03/17.12	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 35
17.03/17.13	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 35
17.03/17.14	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 35
17.03/17.15	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 34
17.03/17.16	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 34
17.03/17.17	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 35
17.03/17.18	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 35
17.03/17.19	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 35
17.11/17.21	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 35
17.11/17.22	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 26
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 26
17.11/17.23	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 27
17.11/17.24	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 27
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 27
17.11/17.25	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 27
17.11/17.26	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 27
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 34
17.11/17.27	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 34
17.11/17.28	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 35
17.11/17.29	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 35
17.21/17.31	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 35
17.21/17.32	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 35
17.21/17.33	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 35
17.21/17.34	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 34
17.21/17.35	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 34
17.21/17.36	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 35
17.21/17.37	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 35
17.21/17.38	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 35
17.21/17.39	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 35
17.31/17.40	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 35
17.31/17.41	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 33
17.31/17.42	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 34
17.31/17.43	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 34
17.31/17.44	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 34
17.31/17.45	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 34
17.31/17.46	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 35
17.31/17.47	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 34
17.31/17.48	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 34
17.31/17.49	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 35
17.41/17.50	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 35
17.41/17.51	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 34
17.41/17.52	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 34
17.41/17.53	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 35
17.41/17.54	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 35
17.41/17.56	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 35
17.41/17.57	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 34
17.41/17.58	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 34
17.41/17.59	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 35
17.51/17.60	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 35
17.51/17.61	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 35
17.51/17.62	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 35
17.51/17.63	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 34
17.51/17.64	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 34
17.51/17.65	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 35
17.51/17.66	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 35
17.51/17.67	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 35
17.51/17.68	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 35
17.51/17.69	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 35
17.61/17.70	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 26
17.61/17.71	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 26
17.61/17.72	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 27
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 27
17.61/17.73	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 27
17.61/17.74	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 27
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 27
17.61/17.75	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 27
17.61/17.76	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 34
17.61/17.77	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 34
17.61/17.78	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 35
17.71/17.83	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 35
17.71/17.84	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 35
17.71/17.85	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 35
17.71/17.86	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 35
17.71/17.87	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 35
17.71/17.88	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 33
17.71/17.89	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 34
17.81/17.90	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 34
17.81/17.91	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 34
17.81/17.92	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 34
17.81/17.93	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 35
17.81/17.94	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 34
17.81/17.95	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 34
17.81/17.96	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 35
17.81/17.97	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 35
17.81/17.98	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 34
17.81/17.99	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 34
17.81/18.00	c Try to convert by bdds
17.92/18.01	c D: 1
17.92/18.01	c estimatedAdderCost: 35
17.92/18.01	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 35
17.92/18.02	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 35
17.92/18.04	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 34
17.92/18.05	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 34
17.92/18.06	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 35
17.92/18.07	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 35
17.92/18.08	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 35
17.92/18.09	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 35
17.92/18.10	c Try to convert by bdds
18.02/18.11	c D: 1
18.02/18.11	c estimatedAdderCost: 34
18.02/18.11	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 34
18.02/18.12	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 35
18.02/18.13	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 35
18.02/18.14	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 35
18.02/18.15	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 35
18.02/18.16	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 35
18.02/18.17	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 34
18.02/18.18	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 34
18.02/18.19	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 35
18.11/18.20	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 35
18.11/18.21	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 35
18.11/18.22	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 35
18.11/18.24	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 35
18.11/18.25	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 35
18.11/18.26	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 26
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 26
18.11/18.27	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 27
18.11/18.28	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 27
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 27
18.11/18.29	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 27
18.21/18.30	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 27
18.21/18.31	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 27
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 27
18.21/18.32	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 25
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 33
18.21/18.33	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 33
18.21/18.34	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 33
18.21/18.35	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 33
18.21/18.36	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 33
18.21/18.37	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 33
18.21/18.38	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 33
18.21/18.39	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 33
18.31/18.40	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 33
18.31/18.41	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 33
18.31/18.42	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 26
18.31/18.43	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 26
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 34
18.31/18.44	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 34
18.31/18.45	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 34
18.31/18.46	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 34
18.31/18.47	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 34
18.31/18.48	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 34
18.31/18.49	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 34
18.41/18.50	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 34
18.41/18.51	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 34
18.41/18.52	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 34
18.41/18.53	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 34
18.41/18.54	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 34
18.41/18.55	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 34
18.41/18.56	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 34
18.41/18.57	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 34
18.41/18.58	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 34
18.41/18.59	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 33
18.51/18.60	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 34
18.51/18.61	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 34
18.51/18.62	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 26
18.51/18.63	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 26
18.51/18.64	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 27
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 34
18.51/18.65	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 34
18.51/18.66	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 35
18.51/18.68	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 34
18.51/18.69	c Try to convert by bdds
18.60/18.70	c D: 1
18.60/18.70	c estimatedAdderCost: 34
18.60/18.70	c Try to convert by bdds
18.60/18.71	c D: 1
18.60/18.71	c estimatedAdderCost: 35
18.60/18.71	c Try to convert by bdds
18.60/18.72	c D: 1
18.60/18.72	c estimatedAdderCost: 34
18.60/18.72	c Try to convert by bdds
18.60/18.73	c D: 1
18.60/18.73	c estimatedAdderCost: 34
18.60/18.73	c Try to convert by bdds
18.60/18.74	c D: 1
18.60/18.74	c estimatedAdderCost: 35
18.60/18.74	c Try to convert by bdds
18.60/18.75	c D: 1
18.60/18.75	c estimatedAdderCost: 34
18.60/18.75	c Try to convert by bdds
18.60/18.76	c D: 1
18.60/18.76	c estimatedAdderCost: 34
18.60/18.76	c Try to convert by bdds
18.60/18.77	c D: 1
18.60/18.77	c estimatedAdderCost: 35
18.60/18.77	c Try to convert by bdds
18.60/18.78	c D: 1
18.60/18.78	c estimatedAdderCost: 34
18.60/18.78	c Try to convert by bdds
18.60/18.79	c D: 1
18.60/18.79	c estimatedAdderCost: 34
18.60/18.79	c Try to convert by bdds
18.70/18.80	c D: 1
18.70/18.80	c estimatedAdderCost: 35
18.70/18.80	c Try to convert by bdds
18.70/18.81	c D: 1
18.70/18.81	c estimatedAdderCost: 34
18.70/18.81	c Try to convert by bdds
18.70/18.82	c D: 1
18.70/18.82	c estimatedAdderCost: 34
18.70/18.82	c Try to convert by bdds
18.70/18.83	c D: 1
18.70/18.83	c estimatedAdderCost: 35
18.70/18.83	c Try to convert by bdds
18.70/18.84	c D: 1
18.70/18.84	c estimatedAdderCost: 34
18.70/18.84	c Try to convert by bdds
18.70/18.85	c D: 1
18.70/18.85	c estimatedAdderCost: 34
18.70/18.85	c Try to convert by bdds
18.70/18.86	c D: 1
18.70/18.86	c estimatedAdderCost: 35
18.70/18.86	c Try to convert by bdds
18.70/18.87	c D: 1
18.70/18.87	c estimatedAdderCost: 33
18.70/18.87	c Try to convert by bdds
18.70/18.88	c D: 1
18.70/18.88	c estimatedAdderCost: 34
18.70/18.88	c Try to convert by bdds
18.70/18.89	c D: 1
18.70/18.89	c estimatedAdderCost: 34
18.70/18.89	c Try to convert by bdds
18.80/18.90	c D: 1
18.80/18.90	c estimatedAdderCost: 34
18.80/18.90	c Try to convert by bdds
18.80/18.91	c D: 1
18.80/18.91	c estimatedAdderCost: 34
18.80/18.91	c Try to convert by bdds
18.80/18.92	c D: 1
18.80/18.92	c estimatedAdderCost: 35
18.80/18.92	c Try to convert by bdds
18.80/18.93	c D: 1
18.80/18.93	c estimatedAdderCost: 26
18.80/18.93	c Try to convert by bdds
18.80/18.94	c D: 1
18.80/18.94	c estimatedAdderCost: 26
18.80/18.94	c Try to convert by bdds
18.80/18.95	c D: 1
18.80/18.95	c estimatedAdderCost: 27
18.80/18.95	c Try to convert by bdds
18.80/18.95	c D: 1
18.80/18.95	c estimatedAdderCost: 27
18.80/18.95	c Try to convert by bdds
18.80/18.96	c D: 1
18.80/18.96	c estimatedAdderCost: 34
18.80/18.96	c Try to convert by bdds
18.80/18.97	c D: 1
18.80/18.97	c estimatedAdderCost: 34
18.80/18.97	c Try to convert by bdds
18.80/18.98	c D: 1
18.80/18.98	c estimatedAdderCost: 35
18.80/18.98	c Try to convert by bdds
18.80/18.99	c D: 1
18.80/18.99	c estimatedAdderCost: 35
18.80/18.99	c Try to convert by bdds
18.80/19.00	c D: 1
18.80/19.00	c estimatedAdderCost: 34
18.80/19.00	c Try to convert by bdds
18.92/19.01	c D: 1
18.92/19.01	c estimatedAdderCost: 34
18.92/19.01	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 35
18.92/19.02	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 35
18.92/19.03	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 34
18.92/19.04	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 34
18.92/19.05	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 35
18.92/19.06	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 35
18.92/19.07	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 34
18.92/19.08	c Try to convert by bdds
18.92/19.09	c D: 1
18.92/19.09	c estimatedAdderCost: 34
18.92/19.09	c Try to convert by bdds
18.92/19.11	c D: 1
18.92/19.11	c estimatedAdderCost: 35
18.92/19.11	c Try to convert by bdds
19.02/19.12	c D: 1
19.02/19.12	c estimatedAdderCost: 35
19.02/19.12	c Try to convert by bdds
19.02/19.13	c D: 1
19.02/19.13	c estimatedAdderCost: 34
19.02/19.13	c Try to convert by bdds
19.02/19.14	c D: 1
19.02/19.14	c estimatedAdderCost: 34
19.02/19.14	c Try to convert by bdds
19.02/19.15	c D: 1
19.02/19.15	c estimatedAdderCost: 35
19.02/19.15	c Try to convert by bdds
19.02/19.16	c D: 1
19.02/19.16	c estimatedAdderCost: 35
19.02/19.16	c Try to convert by bdds
19.02/19.17	c D: 1
19.02/19.17	c estimatedAdderCost: 34
19.02/19.17	c Try to convert by bdds
19.02/19.18	c D: 1
19.02/19.18	c estimatedAdderCost: 34
19.02/19.18	c Try to convert by bdds
19.02/19.19	c D: 1
19.02/19.19	c estimatedAdderCost: 35
19.02/19.19	c Try to convert by bdds
19.10/19.20	c D: 1
19.10/19.20	c estimatedAdderCost: 35
19.10/19.20	c Try to convert by bdds
19.10/19.21	c D: 1
19.10/19.21	c estimatedAdderCost: 33
19.10/19.21	c Try to convert by bdds
19.10/19.22	c D: 1
19.10/19.22	c estimatedAdderCost: 34
19.10/19.22	c Try to convert by bdds
19.10/19.23	c D: 1
19.10/19.23	c estimatedAdderCost: 34
19.10/19.23	c Try to convert by bdds
19.10/19.24	c D: 1
19.10/19.24	c estimatedAdderCost: 34
19.10/19.24	c Try to convert by bdds
19.10/19.25	c D: 1
19.10/19.25	c estimatedAdderCost: 34
19.10/19.25	c Try to convert by bdds
19.10/19.26	c D: 1
19.10/19.26	c estimatedAdderCost: 35
19.10/19.26	c Try to convert by bdds
19.10/19.27	c D: 1
19.10/19.27	c estimatedAdderCost: 34
19.10/19.27	c Try to convert by bdds
19.10/19.28	c D: 1
19.10/19.28	c estimatedAdderCost: 34
19.10/19.28	c Try to convert by bdds
19.10/19.29	c D: 1
19.10/19.29	c estimatedAdderCost: 35
19.10/19.29	c Try to convert by bdds
19.20/19.30	c D: 1
19.20/19.30	c estimatedAdderCost: 35
19.20/19.30	c Try to convert by bdds
19.20/19.31	c D: 1
19.20/19.31	c estimatedAdderCost: 26
19.20/19.31	c Try to convert by bdds
19.20/19.32	c D: 1
19.20/19.32	c estimatedAdderCost: 26
19.20/19.32	c Try to convert by bdds
19.20/19.33	c D: 1
19.20/19.33	c estimatedAdderCost: 27
19.20/19.33	c Try to convert by bdds
19.20/19.33	c D: 1
19.20/19.33	c estimatedAdderCost: 27
19.20/19.33	c Try to convert by bdds
19.20/19.34	c D: 1
19.20/19.34	c estimatedAdderCost: 27
19.20/19.34	c Try to convert by bdds
19.20/19.35	c D: 1
19.20/19.35	c estimatedAdderCost: 34
19.20/19.35	c Try to convert by bdds
19.20/19.36	c D: 1
19.20/19.36	c estimatedAdderCost: 34
19.20/19.36	c Try to convert by bdds
19.20/19.37	c D: 1
19.20/19.37	c estimatedAdderCost: 35
19.20/19.37	c Try to convert by bdds
19.20/19.38	c D: 1
19.20/19.38	c estimatedAdderCost: 35
19.20/19.38	c Try to convert by bdds
19.20/19.39	c D: 1
19.20/19.39	c estimatedAdderCost: 35
19.20/19.39	c Try to convert by bdds
19.30/19.40	c D: 1
19.30/19.40	c estimatedAdderCost: 34
19.30/19.40	c Try to convert by bdds
19.30/19.41	c D: 1
19.30/19.41	c estimatedAdderCost: 34
19.30/19.41	c Try to convert by bdds
19.30/19.42	c D: 1
19.30/19.42	c estimatedAdderCost: 35
19.30/19.42	c Try to convert by bdds
19.30/19.43	c D: 1
19.30/19.43	c estimatedAdderCost: 35
19.30/19.43	c Try to convert by bdds
19.30/19.44	c D: 1
19.30/19.44	c estimatedAdderCost: 35
19.30/19.44	c Try to convert by bdds
19.30/19.45	c D: 1
19.30/19.45	c estimatedAdderCost: 34
19.30/19.45	c Try to convert by bdds
19.30/19.46	c D: 1
19.30/19.46	c estimatedAdderCost: 34
19.30/19.46	c Try to convert by bdds
19.30/19.47	c D: 1
19.30/19.47	c estimatedAdderCost: 35
19.30/19.47	c Try to convert by bdds
19.30/19.48	c D: 1
19.30/19.48	c estimatedAdderCost: 35
19.30/19.48	c Try to convert by bdds
19.30/19.49	c D: 1
19.30/19.49	c estimatedAdderCost: 35
19.30/19.49	c Try to convert by bdds
19.40/19.50	c D: 1
19.40/19.50	c estimatedAdderCost: 34
19.40/19.50	c Try to convert by bdds
19.40/19.51	c D: 1
19.40/19.51	c estimatedAdderCost: 34
19.40/19.51	c Try to convert by bdds
19.40/19.52	c D: 1
19.40/19.52	c estimatedAdderCost: 35
19.40/19.52	c Try to convert by bdds
19.40/19.53	c D: 1
19.40/19.53	c estimatedAdderCost: 35
19.40/19.53	c Try to convert by bdds
19.40/19.55	c D: 1
19.40/19.55	c estimatedAdderCost: 35
19.40/19.55	c Try to convert by bdds
19.40/19.56	c D: 1
19.40/19.56	c estimatedAdderCost: 34
19.40/19.56	c Try to convert by bdds
19.40/19.57	c D: 1
19.40/19.57	c estimatedAdderCost: 34
19.40/19.57	c Try to convert by bdds
19.40/19.58	c D: 1
19.40/19.58	c estimatedAdderCost: 35
19.40/19.58	c Try to convert by bdds
19.40/19.59	c D: 1
19.40/19.59	c estimatedAdderCost: 35
19.40/19.59	c Try to convert by bdds
19.50/19.60	c D: 1
19.50/19.60	c estimatedAdderCost: 35
19.50/19.60	c Try to convert by bdds
19.50/19.61	c D: 1
19.50/19.61	c estimatedAdderCost: 33
19.50/19.61	c Try to convert by bdds
19.50/19.62	c D: 1
19.50/19.62	c estimatedAdderCost: 34
19.50/19.62	c Try to convert by bdds
19.50/19.63	c D: 1
19.50/19.63	c estimatedAdderCost: 34
19.50/19.63	c Try to convert by bdds
19.50/19.64	c D: 1
19.50/19.64	c estimatedAdderCost: 34
19.50/19.64	c Try to convert by bdds
19.50/19.65	c D: 1
19.50/19.65	c estimatedAdderCost: 34
19.50/19.65	c Try to convert by bdds
19.50/19.66	c D: 1
19.50/19.66	c estimatedAdderCost: 35
19.50/19.66	c Try to convert by bdds
19.50/19.67	c D: 1
19.50/19.67	c estimatedAdderCost: 34
19.50/19.67	c Try to convert by bdds
19.50/19.68	c D: 1
19.50/19.68	c estimatedAdderCost: 34
19.50/19.68	c Try to convert by bdds
19.50/19.69	c D: 1
19.50/19.69	c estimatedAdderCost: 35
19.50/19.69	c Try to convert by bdds
19.60/19.70	c D: 1
19.60/19.70	c estimatedAdderCost: 35
19.60/19.70	c Try to convert by bdds
19.60/19.71	c D: 1
19.60/19.71	c estimatedAdderCost: 34
19.60/19.71	c Try to convert by bdds
19.60/19.72	c D: 1
19.60/19.72	c estimatedAdderCost: 34
19.60/19.72	c Try to convert by bdds
19.60/19.73	c D: 1
19.60/19.73	c estimatedAdderCost: 35
19.60/19.73	c Try to convert by bdds
19.60/19.74	c D: 1
19.60/19.74	c estimatedAdderCost: 35
19.60/19.74	c Try to convert by bdds
19.60/19.75	c D: 1
19.60/19.75	c estimatedAdderCost: 35
19.60/19.75	c Try to convert by bdds
19.60/19.76	c D: 1
19.60/19.76	c estimatedAdderCost: 26
19.60/19.76	c Try to convert by bdds
19.60/19.77	c D: 1
19.60/19.77	c estimatedAdderCost: 26
19.60/19.77	c Try to convert by bdds
19.60/19.78	c D: 1
19.60/19.78	c estimatedAdderCost: 27
19.60/19.78	c Try to convert by bdds
19.60/19.78	c D: 1
19.60/19.78	c estimatedAdderCost: 27
19.60/19.78	c Try to convert by bdds
19.60/19.79	c D: 1
19.60/19.79	c estimatedAdderCost: 27
19.60/19.79	c Try to convert by bdds
19.70/19.80	c D: 1
19.70/19.80	c estimatedAdderCost: 27
19.70/19.80	c Try to convert by bdds
19.70/19.80	c D: 1
19.70/19.80	c estimatedAdderCost: 34
19.70/19.80	c Try to convert by bdds
19.70/19.81	c D: 1
19.70/19.81	c estimatedAdderCost: 34
19.70/19.81	c Try to convert by bdds
19.70/19.82	c D: 1
19.70/19.82	c estimatedAdderCost: 35
19.70/19.82	c Try to convert by bdds
19.70/19.84	c D: 1
19.70/19.84	c estimatedAdderCost: 35
19.70/19.84	c Try to convert by bdds
19.70/19.85	c D: 1
19.70/19.85	c estimatedAdderCost: 35
19.70/19.85	c Try to convert by bdds
19.70/19.86	c D: 1
19.70/19.86	c estimatedAdderCost: 35
19.70/19.86	c Try to convert by bdds
19.70/19.87	c D: 1
19.70/19.87	c estimatedAdderCost: 34
19.70/19.87	c Try to convert by bdds
19.70/19.88	c D: 1
19.70/19.88	c estimatedAdderCost: 34
19.70/19.88	c Try to convert by bdds
19.70/19.89	c D: 1
19.70/19.89	c estimatedAdderCost: 35
19.70/19.89	c Try to convert by bdds
19.80/19.90	c D: 1
19.80/19.90	c estimatedAdderCost: 35
19.80/19.90	c Try to convert by bdds
19.80/19.91	c D: 1
19.80/19.91	c estimatedAdderCost: 35
19.80/19.91	c Try to convert by bdds
19.80/19.92	c D: 1
19.80/19.92	c estimatedAdderCost: 35
19.80/19.92	c Try to convert by bdds
19.80/19.93	c D: 1
19.80/19.93	c estimatedAdderCost: 34
19.80/19.93	c Try to convert by bdds
19.80/19.94	c D: 1
19.80/19.94	c estimatedAdderCost: 34
19.80/19.94	c Try to convert by bdds
19.80/19.95	c D: 1
19.80/19.95	c estimatedAdderCost: 35
19.80/19.95	c Try to convert by bdds
19.80/19.96	c D: 1
19.80/19.96	c estimatedAdderCost: 35
19.80/19.96	c Try to convert by bdds
19.80/19.97	c D: 1
19.80/19.97	c estimatedAdderCost: 35
19.80/19.97	c Try to convert by bdds
19.80/19.98	c D: 1
19.80/19.98	c estimatedAdderCost: 35
19.80/19.98	c Try to convert by bdds
19.80/19.99	c D: 1
19.80/19.99	c estimatedAdderCost: 34
19.80/19.99	c Try to convert by bdds
19.80/20.00	c D: 1
19.80/20.00	c estimatedAdderCost: 34
19.80/20.00	c Try to convert by bdds
19.92/20.01	c D: 1
19.92/20.01	c estimatedAdderCost: 35
19.92/20.01	c Try to convert by bdds
19.92/20.02	c D: 1
19.92/20.02	c estimatedAdderCost: 35
19.92/20.02	c Try to convert by bdds
19.92/20.04	c D: 1
19.92/20.04	c estimatedAdderCost: 35
19.92/20.04	c Try to convert by bdds
19.92/20.05	c D: 1
19.92/20.05	c estimatedAdderCost: 35
19.92/20.05	c Try to convert by bdds
19.92/20.06	c D: 1
19.92/20.06	c estimatedAdderCost: 33
19.92/20.06	c Try to convert by bdds
19.92/20.07	c D: 1
19.92/20.07	c estimatedAdderCost: 34
19.92/20.07	c Try to convert by bdds
19.92/20.08	c D: 1
19.92/20.08	c estimatedAdderCost: 34
19.92/20.08	c Try to convert by bdds
19.92/20.09	c D: 1
19.92/20.09	c estimatedAdderCost: 34
19.92/20.09	c Try to convert by bdds
19.92/20.10	c D: 1
19.92/20.10	c estimatedAdderCost: 34
19.92/20.10	c Try to convert by bdds
19.92/20.11	c D: 1
19.92/20.11	c estimatedAdderCost: 35
19.92/20.11	c Try to convert by bdds
20.02/20.12	c D: 1
20.02/20.12	c estimatedAdderCost: 34
20.02/20.12	c Try to convert by bdds
20.02/20.13	c D: 1
20.02/20.13	c estimatedAdderCost: 34
20.02/20.13	c Try to convert by bdds
20.02/20.14	c D: 1
20.02/20.14	c estimatedAdderCost: 35
20.02/20.14	c Try to convert by bdds
20.02/20.15	c D: 1
20.02/20.15	c estimatedAdderCost: 35
20.02/20.15	c Try to convert by bdds
20.02/20.16	c D: 1
20.02/20.16	c estimatedAdderCost: 34
20.02/20.16	c Try to convert by bdds
20.02/20.17	c D: 1
20.02/20.17	c estimatedAdderCost: 34
20.02/20.17	c Try to convert by bdds
20.02/20.18	c D: 1
20.02/20.18	c estimatedAdderCost: 35
20.02/20.18	c Try to convert by bdds
20.02/20.19	c D: 1
20.02/20.19	c estimatedAdderCost: 35
20.02/20.19	c Try to convert by bdds
20.10/20.20	c D: 1
20.10/20.20	c estimatedAdderCost: 35
20.10/20.20	c Try to convert by bdds
20.10/20.21	c D: 1
20.10/20.21	c estimatedAdderCost: 34
20.10/20.21	c Try to convert by bdds
20.10/20.22	c D: 1
20.10/20.22	c estimatedAdderCost: 34
20.10/20.22	c Try to convert by bdds
20.10/20.23	c D: 1
20.10/20.23	c estimatedAdderCost: 35
20.10/20.23	c Try to convert by bdds
20.10/20.24	c D: 1
20.10/20.24	c estimatedAdderCost: 35
20.10/20.24	c Try to convert by bdds
20.10/20.25	c D: 1
20.10/20.25	c estimatedAdderCost: 35
20.10/20.25	c Try to convert by bdds
20.10/20.26	c D: 1
20.10/20.26	c estimatedAdderCost: 35
20.10/20.26	c Try to convert by bdds
20.10/20.28	c D: 1
20.10/20.28	c estimatedAdderCost: 26
20.10/20.28	c Try to convert by bdds
20.10/20.28	c D: 1
20.10/20.28	c estimatedAdderCost: 26
20.10/20.28	c Try to convert by bdds
20.10/20.29	c D: 1
20.10/20.29	c estimatedAdderCost: 27
20.10/20.29	c Try to convert by bdds
20.20/20.30	c D: 1
20.20/20.30	c estimatedAdderCost: 27
20.20/20.30	c Try to convert by bdds
20.20/20.30	c D: 1
20.20/20.30	c estimatedAdderCost: 27
20.20/20.30	c Try to convert by bdds
20.20/20.31	c D: 1
20.20/20.31	c estimatedAdderCost: 27
20.20/20.31	c Try to convert by bdds
20.20/20.32	c D: 1
20.20/20.32	c estimatedAdderCost: 27
20.20/20.32	c Try to convert by bdds
20.20/20.32	c D: 1
20.20/20.32	c estimatedAdderCost: 34
20.20/20.32	c Try to convert by bdds
20.20/20.33	c D: 1
20.20/20.33	c estimatedAdderCost: 34
20.20/20.33	c Try to convert by bdds
20.20/20.34	c D: 1
20.20/20.34	c estimatedAdderCost: 35
20.20/20.34	c Try to convert by bdds
20.20/20.35	c D: 1
20.20/20.35	c estimatedAdderCost: 35
20.20/20.35	c Try to convert by bdds
20.20/20.37	c D: 1
20.20/20.37	c estimatedAdderCost: 35
20.20/20.37	c Try to convert by bdds
20.20/20.38	c D: 1
20.20/20.38	c estimatedAdderCost: 35
20.20/20.38	c Try to convert by bdds
20.20/20.39	c D: 1
20.20/20.39	c estimatedAdderCost: 35
20.20/20.39	c Try to convert by bdds
20.30/20.40	c D: 1
20.30/20.40	c estimatedAdderCost: 34
20.30/20.40	c Try to convert by bdds
20.30/20.41	c D: 1
20.30/20.41	c estimatedAdderCost: 34
20.30/20.41	c Try to convert by bdds
20.30/20.42	c D: 1
20.30/20.42	c estimatedAdderCost: 35
20.30/20.42	c Try to convert by bdds
20.30/20.43	c D: 1
20.30/20.43	c estimatedAdderCost: 35
20.30/20.43	c Try to convert by bdds
20.30/20.44	c D: 1
20.30/20.44	c estimatedAdderCost: 35
20.30/20.44	c Try to convert by bdds
20.30/20.45	c D: 1
20.30/20.45	c estimatedAdderCost: 35
20.30/20.45	c Try to convert by bdds
20.30/20.46	c D: 1
20.30/20.46	c estimatedAdderCost: 35
20.30/20.46	c Try to convert by bdds
20.30/20.47	c D: 1
20.30/20.47	c estimatedAdderCost: 34
20.30/20.47	c Try to convert by bdds
20.30/20.48	c D: 1
20.30/20.48	c estimatedAdderCost: 34
20.30/20.48	c Try to convert by bdds
20.30/20.49	c D: 1
20.30/20.49	c estimatedAdderCost: 35
20.30/20.49	c Try to convert by bdds
20.40/20.50	c D: 1
20.40/20.50	c estimatedAdderCost: 35
20.40/20.50	c Try to convert by bdds
20.40/20.51	c D: 1
20.40/20.51	c estimatedAdderCost: 35
20.40/20.51	c Try to convert by bdds
20.40/20.52	c D: 1
20.40/20.52	c estimatedAdderCost: 35
20.40/20.52	c Try to convert by bdds
20.40/20.54	c D: 1
20.40/20.54	c estimatedAdderCost: 35
20.40/20.54	c Try to convert by bdds
20.40/20.55	c D: 1
20.40/20.55	c estimatedAdderCost: 33
20.40/20.55	c Try to convert by bdds
20.40/20.56	c D: 1
20.40/20.56	c estimatedAdderCost: 34
20.40/20.56	c Try to convert by bdds
20.40/20.57	c D: 1
20.40/20.57	c estimatedAdderCost: 34
20.40/20.57	c Try to convert by bdds
20.40/20.58	c D: 1
20.40/20.58	c estimatedAdderCost: 34
20.40/20.58	c Try to convert by bdds
20.40/20.59	c D: 1
20.40/20.59	c estimatedAdderCost: 34
20.40/20.59	c Try to convert by bdds
20.50/20.60	c D: 1
20.50/20.60	c estimatedAdderCost: 35
20.50/20.60	c Try to convert by bdds
20.50/20.61	c D: 1
20.50/20.61	c estimatedAdderCost: 34
20.50/20.61	c Try to convert by bdds
20.50/20.62	c D: 1
20.50/20.62	c estimatedAdderCost: 34
20.50/20.62	c Try to convert by bdds
20.50/20.63	c D: 1
20.50/20.63	c estimatedAdderCost: 35
20.50/20.63	c Try to convert by bdds
20.50/20.64	c D: 1
20.50/20.64	c estimatedAdderCost: 35
20.50/20.64	c Try to convert by bdds
20.50/20.65	c D: 1
20.50/20.65	c estimatedAdderCost: 34
20.50/20.65	c Try to convert by bdds
20.50/20.66	c D: 1
20.50/20.66	c estimatedAdderCost: 34
20.50/20.66	c Try to convert by bdds
20.50/20.67	c D: 1
20.50/20.67	c estimatedAdderCost: 35
20.50/20.67	c Try to convert by bdds
20.50/20.68	c D: 1
20.50/20.68	c estimatedAdderCost: 35
20.50/20.68	c Try to convert by bdds
20.50/20.69	c D: 1
20.50/20.69	c estimatedAdderCost: 35
20.50/20.69	c Try to convert by bdds
20.60/20.70	c D: 1
20.60/20.70	c estimatedAdderCost: 34
20.60/20.70	c Try to convert by bdds
20.60/20.71	c D: 1
20.60/20.71	c estimatedAdderCost: 34
20.60/20.71	c Try to convert by bdds
20.60/20.72	c D: 1
20.60/20.72	c estimatedAdderCost: 35
20.60/20.72	c Try to convert by bdds
20.60/20.73	c D: 1
20.60/20.73	c estimatedAdderCost: 35
20.60/20.73	c Try to convert by bdds
20.60/20.74	c D: 1
20.60/20.74	c estimatedAdderCost: 35
20.60/20.74	c Try to convert by bdds
20.60/20.75	c D: 1
20.60/20.75	c estimatedAdderCost: 35
20.60/20.75	c Try to convert by bdds
20.60/20.76	c D: 1
20.60/20.76	c estimatedAdderCost: 34
20.60/20.76	c Try to convert by bdds
20.60/20.78	c D: 1
20.60/20.78	c estimatedAdderCost: 34
20.60/20.78	c Try to convert by bdds
20.60/20.79	c D: 1
20.60/20.79	c estimatedAdderCost: 35
20.60/20.79	c Try to convert by bdds
20.70/20.80	c D: 1
20.70/20.80	c estimatedAdderCost: 35
20.70/20.80	c Try to convert by bdds
20.70/20.81	c D: 1
20.70/20.81	c estimatedAdderCost: 35
20.70/20.81	c Try to convert by bdds
20.70/20.82	c D: 1
20.70/20.82	c estimatedAdderCost: 35
20.70/20.82	c Try to convert by bdds
20.70/20.83	c D: 1
20.70/20.83	c estimatedAdderCost: 35
20.70/20.83	c Try to convert by bdds
20.70/20.84	c D: 1
20.70/20.84	c estimatedAdderCost: 26
20.70/20.84	c Try to convert by bdds
20.70/20.85	c D: 1
20.70/20.85	c estimatedAdderCost: 26
20.70/20.85	c Try to convert by bdds
20.70/20.85	c D: 1
20.70/20.85	c estimatedAdderCost: 27
20.70/20.85	c Try to convert by bdds
20.70/20.86	c D: 1
20.70/20.86	c estimatedAdderCost: 27
20.70/20.86	c Try to convert by bdds
20.70/20.87	c D: 1
20.70/20.87	c estimatedAdderCost: 27
20.70/20.87	c Try to convert by bdds
20.70/20.87	c D: 1
20.70/20.87	c estimatedAdderCost: 27
20.70/20.87	c Try to convert by bdds
20.70/20.88	c D: 1
20.70/20.88	c estimatedAdderCost: 27
20.70/20.88	c Try to convert by bdds
20.70/20.89	c D: 1
20.70/20.89	c estimatedAdderCost: 27
20.70/20.89	c Try to convert by bdds
20.70/20.89	c D: 1
20.70/20.89	c estimatedAdderCost: 34
20.70/20.89	c Try to convert by bdds
20.80/20.90	c D: 1
20.80/20.90	c estimatedAdderCost: 34
20.80/20.90	c Try to convert by bdds
20.80/20.92	c D: 1
20.80/20.92	c estimatedAdderCost: 35
20.80/20.92	c Try to convert by bdds
20.80/20.93	c D: 1
20.80/20.93	c estimatedAdderCost: 35
20.80/20.93	c Try to convert by bdds
20.80/20.94	c D: 1
20.80/20.94	c estimatedAdderCost: 35
20.80/20.94	c Try to convert by bdds
20.80/20.95	c D: 1
20.80/20.95	c estimatedAdderCost: 35
20.80/20.95	c Try to convert by bdds
20.80/20.96	c D: 1
20.80/20.96	c estimatedAdderCost: 35
20.80/20.96	c Try to convert by bdds
20.80/20.97	c D: 1
20.80/20.97	c estimatedAdderCost: 35
20.80/20.97	c Try to convert by bdds
20.80/20.98	c D: 1
20.80/20.98	c estimatedAdderCost: 34
20.80/20.98	c Try to convert by bdds
20.80/20.99	c D: 1
20.80/20.99	c estimatedAdderCost: 34
20.80/20.99	c Try to convert by bdds
20.80/21.00	c D: 1
20.80/21.00	c estimatedAdderCost: 35
20.80/21.00	c Try to convert by bdds
20.91/21.01	c D: 1
20.91/21.01	c estimatedAdderCost: 35
20.91/21.01	c Try to convert by bdds
20.91/21.02	c D: 1
20.91/21.02	c estimatedAdderCost: 35
20.91/21.02	c Try to convert by bdds
20.91/21.03	c D: 1
20.91/21.03	c estimatedAdderCost: 35
20.91/21.03	c Try to convert by bdds
20.91/21.04	c D: 1
20.91/21.04	c estimatedAdderCost: 35
20.91/21.04	c Try to convert by bdds
20.91/21.05	c D: 1
20.91/21.05	c estimatedAdderCost: 35
20.91/21.05	c Try to convert by bdds
20.91/21.07	c D: 1
20.91/21.07	c estimatedAdderCost: 33
20.91/21.07	c Try to convert by bdds
20.91/21.07	c D: 1
20.91/21.07	c estimatedAdderCost: 34
20.91/21.07	c Try to convert by bdds
20.91/21.09	c D: 1
20.91/21.09	c estimatedAdderCost: 34
20.91/21.09	c Try to convert by bdds
20.91/21.10	c D: 1
20.91/21.10	c estimatedAdderCost: 34
20.91/21.10	c Try to convert by bdds
20.91/21.11	c D: 1
20.91/21.11	c estimatedAdderCost: 34
20.91/21.11	c Try to convert by bdds
21.01/21.12	c D: 1
21.01/21.12	c estimatedAdderCost: 35
21.01/21.12	c Try to convert by bdds
21.01/21.13	c D: 1
21.01/21.13	c estimatedAdderCost: 34
21.01/21.13	c Try to convert by bdds
21.01/21.14	c D: 1
21.01/21.14	c estimatedAdderCost: 34
21.01/21.14	c Try to convert by bdds
21.01/21.15	c D: 1
21.01/21.15	c estimatedAdderCost: 35
21.01/21.15	c Try to convert by bdds
21.01/21.16	c D: 1
21.01/21.16	c estimatedAdderCost: 35
21.01/21.16	c Try to convert by bdds
21.01/21.17	c D: 1
21.01/21.17	c estimatedAdderCost: 34
21.01/21.17	c Try to convert by bdds
21.01/21.18	c D: 1
21.01/21.18	c estimatedAdderCost: 34
21.01/21.18	c Try to convert by bdds
21.01/21.19	c D: 1
21.01/21.19	c estimatedAdderCost: 35
21.01/21.19	c Try to convert by bdds
21.10/21.20	c D: 1
21.10/21.20	c estimatedAdderCost: 35
21.10/21.20	c Try to convert by bdds
21.10/21.21	c D: 1
21.10/21.21	c estimatedAdderCost: 35
21.10/21.21	c Try to convert by bdds
21.10/21.22	c D: 1
21.10/21.22	c estimatedAdderCost: 34
21.10/21.22	c Try to convert by bdds
21.10/21.23	c D: 1
21.10/21.23	c estimatedAdderCost: 34
21.10/21.23	c Try to convert by bdds
21.10/21.24	c D: 1
21.10/21.24	c estimatedAdderCost: 35
21.10/21.24	c Try to convert by bdds
21.10/21.25	c D: 1
21.10/21.25	c estimatedAdderCost: 35
21.10/21.25	c Try to convert by bdds
21.10/21.26	c D: 1
21.10/21.26	c estimatedAdderCost: 35
21.10/21.26	c Try to convert by bdds
21.10/21.27	c D: 1
21.10/21.27	c estimatedAdderCost: 35
21.10/21.27	c Try to convert by bdds
21.10/21.28	c D: 1
21.10/21.28	c estimatedAdderCost: 34
21.10/21.28	c Try to convert by bdds
21.10/21.29	c D: 1
21.10/21.29	c estimatedAdderCost: 34
21.10/21.29	c Try to convert by bdds
21.20/21.30	c D: 1
21.20/21.30	c estimatedAdderCost: 35
21.20/21.30	c Try to convert by bdds
21.20/21.32	c D: 1
21.20/21.32	c estimatedAdderCost: 35
21.20/21.32	c Try to convert by bdds
21.20/21.33	c D: 1
21.20/21.33	c estimatedAdderCost: 35
21.20/21.33	c Try to convert by bdds
21.20/21.34	c D: 1
21.20/21.34	c estimatedAdderCost: 35
21.20/21.34	c Try to convert by bdds
21.20/21.35	c D: 1
21.20/21.35	c estimatedAdderCost: 35
21.20/21.35	c Try to convert by bdds
21.20/21.36	c D: 1
21.20/21.36	c estimatedAdderCost: 34
21.20/21.36	c Try to convert by bdds
21.20/21.37	c D: 1
21.20/21.37	c estimatedAdderCost: 34
21.20/21.37	c Try to convert by bdds
21.20/21.38	c D: 1
21.20/21.38	c estimatedAdderCost: 35
21.20/21.38	c Try to convert by bdds
21.20/21.39	c D: 1
21.20/21.39	c estimatedAdderCost: 35
21.20/21.39	c Try to convert by bdds
21.30/21.40	c D: 1
21.30/21.40	c estimatedAdderCost: 35
21.30/21.40	c Try to convert by bdds
21.30/21.41	c D: 1
21.30/21.41	c estimatedAdderCost: 35
21.30/21.41	c Try to convert by bdds
21.30/21.42	c D: 1
21.30/21.42	c estimatedAdderCost: 35
21.30/21.42	c Try to convert by bdds
21.30/21.43	c D: 1
21.30/21.43	c estimatedAdderCost: 35
21.30/21.43	c Try to convert by bdds
21.30/21.44	c D: 1
21.30/21.44	c estimatedAdderCost: 26
21.30/21.44	c Try to convert by bdds
21.30/21.45	c D: 1
21.30/21.45	c estimatedAdderCost: 26
21.30/21.45	c Try to convert by bdds
21.30/21.46	c D: 1
21.30/21.46	c estimatedAdderCost: 27
21.30/21.46	c Try to convert by bdds
21.30/21.46	c D: 1
21.30/21.46	c estimatedAdderCost: 27
21.30/21.46	c Try to convert by bdds
21.30/21.47	c D: 1
21.30/21.47	c estimatedAdderCost: 27
21.30/21.47	c Try to convert by bdds
21.30/21.48	c D: 1
21.30/21.48	c estimatedAdderCost: 27
21.30/21.48	c Try to convert by bdds
21.30/21.48	c D: 1
21.30/21.48	c estimatedAdderCost: 27
21.30/21.48	c Try to convert by bdds
21.30/21.49	c D: 1
21.30/21.49	c estimatedAdderCost: 27
21.30/21.49	c Try to convert by bdds
21.40/21.50	c D: 1
21.40/21.50	c estimatedAdderCost: 27
21.40/21.50	c Try to convert by bdds
21.40/21.50	c D: 1
21.40/21.50	c estimatedAdderCost: 34
21.40/21.50	c Try to convert by bdds
21.40/21.51	c D: 1
21.40/21.51	c estimatedAdderCost: 34
21.40/21.51	c Try to convert by bdds
21.40/21.53	c D: 1
21.40/21.53	c estimatedAdderCost: 35
21.40/21.53	c Try to convert by bdds
21.40/21.54	c D: 1
21.40/21.54	c estimatedAdderCost: 35
21.40/21.54	c Try to convert by bdds
21.40/21.55	c D: 1
21.40/21.55	c estimatedAdderCost: 35
21.40/21.55	c Try to convert by bdds
21.40/21.56	c D: 1
21.40/21.56	c estimatedAdderCost: 35
21.40/21.56	c Try to convert by bdds
21.40/21.57	c D: 1
21.40/21.57	c estimatedAdderCost: 35
21.40/21.57	c Try to convert by bdds
21.40/21.58	c D: 1
21.40/21.58	c estimatedAdderCost: 35
21.40/21.58	c Try to convert by bdds
21.40/21.59	c D: 1
21.40/21.59	c estimatedAdderCost: 35
21.40/21.59	c Try to convert by bdds
21.50/21.60	c D: 1
21.50/21.60	c estimatedAdderCost: 33
21.50/21.60	c Try to convert by bdds
21.50/21.61	c D: 1
21.50/21.61	c estimatedAdderCost: 34
21.50/21.61	c Try to convert by bdds
21.50/21.62	c D: 1
21.50/21.62	c estimatedAdderCost: 34
21.50/21.62	c Try to convert by bdds
21.50/21.63	c D: 1
21.50/21.63	c estimatedAdderCost: 34
21.50/21.63	c Try to convert by bdds
21.50/21.64	c D: 1
21.50/21.64	c estimatedAdderCost: 34
21.50/21.64	c Try to convert by bdds
21.50/21.65	c D: 1
21.50/21.65	c estimatedAdderCost: 35
21.50/21.65	c Try to convert by bdds
21.50/21.66	c D: 1
21.50/21.66	c estimatedAdderCost: 34
21.50/21.66	c Try to convert by bdds
21.50/21.67	c D: 1
21.50/21.67	c estimatedAdderCost: 34
21.50/21.67	c Try to convert by bdds
21.50/21.68	c D: 1
21.50/21.68	c estimatedAdderCost: 35
21.50/21.68	c Try to convert by bdds
21.50/21.69	c D: 1
21.50/21.69	c estimatedAdderCost: 35
21.50/21.69	c Try to convert by bdds
21.60/21.70	c D: 1
21.60/21.70	c estimatedAdderCost: 34
21.60/21.70	c Try to convert by bdds
21.60/21.71	c D: 1
21.60/21.71	c estimatedAdderCost: 34
21.60/21.71	c Try to convert by bdds
21.60/21.72	c D: 1
21.60/21.72	c estimatedAdderCost: 35
21.60/21.72	c Try to convert by bdds
21.60/21.73	c D: 1
21.60/21.73	c estimatedAdderCost: 35
21.60/21.73	c Try to convert by bdds
21.60/21.74	c D: 1
21.60/21.74	c estimatedAdderCost: 35
21.60/21.74	c Try to convert by bdds
21.60/21.76	c D: 1
21.60/21.76	c estimatedAdderCost: 34
21.60/21.76	c Try to convert by bdds
21.60/21.77	c D: 1
21.60/21.77	c estimatedAdderCost: 34
21.60/21.77	c Try to convert by bdds
21.60/21.78	c D: 1
21.60/21.78	c estimatedAdderCost: 35
21.60/21.78	c Try to convert by bdds
21.60/21.79	c D: 1
21.60/21.79	c estimatedAdderCost: 35
21.60/21.79	c Try to convert by bdds
21.70/21.80	c D: 1
21.70/21.80	c estimatedAdderCost: 35
21.70/21.80	c Try to convert by bdds
21.70/21.81	c D: 1
21.70/21.81	c estimatedAdderCost: 35
21.70/21.81	c Try to convert by bdds
21.70/21.82	c D: 1
21.70/21.82	c estimatedAdderCost: 34
21.70/21.82	c Try to convert by bdds
21.70/21.83	c D: 1
21.70/21.83	c estimatedAdderCost: 34
21.70/21.83	c Try to convert by bdds
21.70/21.84	c D: 1
21.70/21.84	c estimatedAdderCost: 35
21.70/21.84	c Try to convert by bdds
21.70/21.85	c D: 1
21.70/21.85	c estimatedAdderCost: 35
21.70/21.85	c Try to convert by bdds
21.70/21.86	c D: 1
21.70/21.86	c estimatedAdderCost: 35
21.70/21.86	c Try to convert by bdds
21.70/21.87	c D: 1
21.70/21.87	c estimatedAdderCost: 35
21.70/21.87	c Try to convert by bdds
21.70/21.88	c D: 1
21.70/21.88	c estimatedAdderCost: 35
21.70/21.88	c Try to convert by bdds
21.70/21.89	c D: 1
21.70/21.89	c estimatedAdderCost: 34
21.70/21.89	c Try to convert by bdds
21.80/21.90	c D: 1
21.80/21.90	c estimatedAdderCost: 34
21.80/21.90	c Try to convert by bdds
21.80/21.91	c D: 1
21.80/21.91	c estimatedAdderCost: 35
21.80/21.91	c Try to convert by bdds
21.80/21.92	c D: 1
21.80/21.92	c estimatedAdderCost: 35
21.80/21.92	c Try to convert by bdds
21.80/21.94	c D: 1
21.80/21.94	c estimatedAdderCost: 35
21.80/21.94	c Try to convert by bdds
21.80/21.95	c D: 1
21.80/21.95	c estimatedAdderCost: 35
21.80/21.95	c Try to convert by bdds
21.80/21.96	c D: 1
21.80/21.96	c estimatedAdderCost: 35
21.80/21.96	c Try to convert by bdds
21.80/21.97	c D: 1
21.80/21.97	c estimatedAdderCost: 35
21.80/21.97	c Try to convert by bdds
21.80/21.98	c D: 1
21.80/21.98	c estimatedAdderCost: 34
21.80/21.98	c Try to convert by bdds
21.80/21.99	c D: 1
21.80/21.99	c estimatedAdderCost: 34
21.80/21.99	c Try to convert by bdds
21.80/22.00	c D: 1
21.80/22.00	c estimatedAdderCost: 35
21.80/22.00	c Try to convert by bdds
21.91/22.01	c D: 1
21.91/22.01	c estimatedAdderCost: 35
21.91/22.01	c Try to convert by bdds
21.91/22.02	c D: 1
21.91/22.02	c estimatedAdderCost: 35
21.91/22.02	c Try to convert by bdds
21.91/22.03	c D: 1
21.91/22.03	c estimatedAdderCost: 35
21.91/22.03	c Try to convert by bdds
21.91/22.04	c D: 1
21.91/22.04	c estimatedAdderCost: 35
21.91/22.04	c Try to convert by bdds
21.91/22.05	c D: 1
21.91/22.05	c estimatedAdderCost: 35
21.91/22.05	c Try to convert by bdds
21.91/22.06	c D: 1
21.91/22.06	c estimatedAdderCost: 35
21.91/22.06	c Try to convert by bdds
21.91/22.07	c D: 1
21.91/22.07	c estimatedAdderCost: 26
21.91/22.07	c Try to convert by bdds
21.91/22.08	c D: 1
21.91/22.08	c estimatedAdderCost: 26
21.91/22.08	c Try to convert by bdds
21.91/22.09	c D: 1
21.91/22.09	c estimatedAdderCost: 27
21.91/22.09	c Try to convert by bdds
21.91/22.09	c D: 1
21.91/22.09	c estimatedAdderCost: 27
21.91/22.09	c Try to convert by bdds
21.91/22.10	c D: 1
21.91/22.10	c estimatedAdderCost: 27
21.91/22.10	c Try to convert by bdds
21.91/22.11	c D: 1
21.91/22.11	c estimatedAdderCost: 27
21.91/22.11	c Try to convert by bdds
22.01/22.12	c D: 1
22.01/22.12	c estimatedAdderCost: 27
22.01/22.12	c Try to convert by bdds
22.01/22.12	c D: 1
22.01/22.12	c estimatedAdderCost: 27
22.01/22.12	c Try to convert by bdds
22.01/22.13	c D: 1
22.01/22.13	c estimatedAdderCost: 27
22.01/22.13	c Try to convert by bdds
22.01/22.14	c D: 1
22.01/22.14	c estimatedAdderCost: 27
22.01/22.14	c Try to convert by bdds
22.01/22.14	c D: 1
22.01/22.14	c estimatedAdderCost: 25
22.01/22.14	c Try to convert by bdds
22.01/22.15	c D: 1
22.01/22.15	c estimatedAdderCost: 33
22.01/22.15	c Try to convert by bdds
22.01/22.16	c D: 1
22.01/22.16	c estimatedAdderCost: 33
22.01/22.16	c Try to convert by bdds
22.01/22.17	c D: 1
22.01/22.17	c estimatedAdderCost: 33
22.01/22.17	c Try to convert by bdds
22.01/22.18	c D: 1
22.01/22.18	c estimatedAdderCost: 33
22.01/22.18	c Try to convert by bdds
22.01/22.19	c D: 1
22.01/22.19	c estimatedAdderCost: 33
22.01/22.19	c Try to convert by bdds
22.09/22.20	c D: 1
22.09/22.20	c estimatedAdderCost: 33
22.09/22.20	c Try to convert by bdds
22.09/22.21	c D: 1
22.09/22.21	c estimatedAdderCost: 33
22.09/22.21	c Try to convert by bdds
22.09/22.22	c D: 1
22.09/22.22	c estimatedAdderCost: 33
22.09/22.22	c Try to convert by bdds
22.09/22.23	c D: 1
22.09/22.23	c estimatedAdderCost: 33
22.09/22.23	c Try to convert by bdds
22.09/22.24	c D: 1
22.09/22.24	c estimatedAdderCost: 33
22.09/22.24	c Try to convert by bdds
22.09/22.24	c D: 1
22.09/22.24	c estimatedAdderCost: 33
22.09/22.24	c Try to convert by bdds
22.09/22.25	c D: 1
22.09/22.25	c estimatedAdderCost: 26
22.09/22.25	c Try to convert by bdds
22.09/22.26	c D: 1
22.09/22.26	c estimatedAdderCost: 26
22.09/22.26	c Try to convert by bdds
22.09/22.27	c D: 1
22.09/22.27	c estimatedAdderCost: 34
22.09/22.27	c Try to convert by bdds
22.09/22.28	c D: 1
22.09/22.28	c estimatedAdderCost: 34
22.09/22.28	c Try to convert by bdds
22.09/22.29	c D: 1
22.09/22.29	c estimatedAdderCost: 34
22.09/22.29	c Try to convert by bdds
22.19/22.30	c D: 1
22.19/22.30	c estimatedAdderCost: 34
22.19/22.30	c Try to convert by bdds
22.19/22.31	c D: 1
22.19/22.31	c estimatedAdderCost: 34
22.19/22.31	c Try to convert by bdds
22.19/22.32	c D: 1
22.19/22.32	c estimatedAdderCost: 34
22.19/22.32	c Try to convert by bdds
22.19/22.33	c D: 1
22.19/22.33	c estimatedAdderCost: 34
22.19/22.33	c Try to convert by bdds
22.19/22.34	c D: 1
22.19/22.34	c estimatedAdderCost: 34
22.19/22.34	c Try to convert by bdds
22.19/22.35	c D: 1
22.19/22.35	c estimatedAdderCost: 34
22.19/22.35	c Try to convert by bdds
22.19/22.36	c D: 1
22.19/22.36	c estimatedAdderCost: 34
22.19/22.36	c Try to convert by bdds
22.19/22.37	c D: 1
22.19/22.37	c estimatedAdderCost: 34
22.19/22.37	c Try to convert by bdds
22.19/22.38	c D: 1
22.19/22.38	c estimatedAdderCost: 34
22.19/22.38	c Try to convert by bdds
22.19/22.39	c D: 1
22.19/22.39	c estimatedAdderCost: 34
22.19/22.39	c Try to convert by bdds
22.29/22.40	c D: 1
22.29/22.40	c estimatedAdderCost: 34
22.29/22.40	c Try to convert by bdds
22.29/22.41	c D: 1
22.29/22.41	c estimatedAdderCost: 34
22.29/22.41	c Try to convert by bdds
22.29/22.42	c D: 1
22.29/22.42	c estimatedAdderCost: 34
22.29/22.42	c Try to convert by bdds
22.29/22.43	c D: 1
22.29/22.43	c estimatedAdderCost: 34
22.29/22.43	c Try to convert by bdds
22.29/22.44	c D: 1
22.29/22.44	c estimatedAdderCost: 34
22.29/22.44	c Try to convert by bdds
22.29/22.45	c D: 1
22.29/22.45	c estimatedAdderCost: 33
22.29/22.45	c Try to convert by bdds
22.29/22.46	c D: 1
22.29/22.46	c estimatedAdderCost: 34
22.29/22.46	c Try to convert by bdds
22.29/22.47	c D: 1
22.29/22.47	c estimatedAdderCost: 34
22.29/22.47	c Try to convert by bdds
22.29/22.48	c D: 1
22.29/22.48	c estimatedAdderCost: 26
22.29/22.48	c Try to convert by bdds
22.29/22.49	c D: 1
22.29/22.49	c estimatedAdderCost: 26
22.29/22.49	c Try to convert by bdds
22.29/22.49	c D: 1
22.29/22.49	c estimatedAdderCost: 27
22.29/22.49	c Try to convert by bdds
22.39/22.50	c D: 1
22.39/22.50	c estimatedAdderCost: 34
22.39/22.50	c Try to convert by bdds
22.39/22.51	c D: 1
22.39/22.51	c estimatedAdderCost: 34
22.39/22.51	c Try to convert by bdds
22.39/22.52	c D: 1
22.39/22.52	c estimatedAdderCost: 35
22.39/22.52	c Try to convert by bdds
22.39/22.53	c D: 1
22.39/22.53	c estimatedAdderCost: 34
22.39/22.53	c Try to convert by bdds
22.39/22.54	c D: 1
22.39/22.54	c estimatedAdderCost: 34
22.39/22.54	c Try to convert by bdds
22.39/22.55	c D: 1
22.39/22.55	c estimatedAdderCost: 35
22.39/22.55	c Try to convert by bdds
22.39/22.56	c D: 1
22.39/22.56	c estimatedAdderCost: 34
22.39/22.56	c Try to convert by bdds
22.39/22.57	c D: 1
22.39/22.57	c estimatedAdderCost: 34
22.39/22.57	c Try to convert by bdds
22.39/22.58	c D: 1
22.39/22.58	c estimatedAdderCost: 35
22.39/22.58	c Try to convert by bdds
22.39/22.59	c D: 1
22.39/22.59	c estimatedAdderCost: 34
22.39/22.59	c Try to convert by bdds
22.49/22.60	c D: 1
22.49/22.60	c estimatedAdderCost: 34
22.49/22.60	c Try to convert by bdds
22.49/22.61	c D: 1
22.49/22.61	c estimatedAdderCost: 35
22.49/22.61	c Try to convert by bdds
22.49/22.63	c D: 1
22.49/22.63	c estimatedAdderCost: 34
22.49/22.63	c Try to convert by bdds
22.49/22.64	c D: 1
22.49/22.64	c estimatedAdderCost: 34
22.49/22.64	c Try to convert by bdds
22.49/22.65	c D: 1
22.49/22.65	c estimatedAdderCost: 35
22.49/22.65	c Try to convert by bdds
22.49/22.66	c D: 1
22.49/22.66	c estimatedAdderCost: 34
22.49/22.66	c Try to convert by bdds
22.49/22.67	c D: 1
22.49/22.67	c estimatedAdderCost: 34
22.49/22.67	c Try to convert by bdds
22.49/22.68	c D: 1
22.49/22.68	c estimatedAdderCost: 35
22.49/22.68	c Try to convert by bdds
22.49/22.69	c D: 1
22.49/22.69	c estimatedAdderCost: 34
22.49/22.69	c Try to convert by bdds
22.59/22.70	c D: 1
22.59/22.70	c estimatedAdderCost: 34
22.59/22.70	c Try to convert by bdds
22.59/22.71	c D: 1
22.59/22.71	c estimatedAdderCost: 35
22.59/22.71	c Try to convert by bdds
22.59/22.72	c D: 1
22.59/22.72	c estimatedAdderCost: 34
22.59/22.72	c Try to convert by bdds
22.59/22.73	c D: 1
22.59/22.73	c estimatedAdderCost: 34
22.59/22.73	c Try to convert by bdds
22.59/22.74	c D: 1
22.59/22.74	c estimatedAdderCost: 35
22.59/22.74	c Try to convert by bdds
22.59/22.75	c D: 1
22.59/22.75	c estimatedAdderCost: 33
22.59/22.75	c Try to convert by bdds
22.59/22.76	c D: 1
22.59/22.76	c estimatedAdderCost: 34
22.59/22.76	c Try to convert by bdds
22.59/22.77	c D: 1
22.59/22.77	c estimatedAdderCost: 34
22.59/22.77	c Try to convert by bdds
22.59/22.78	c D: 1
22.59/22.78	c estimatedAdderCost: 34
22.59/22.78	c Try to convert by bdds
22.59/22.79	c D: 1
22.59/22.79	c estimatedAdderCost: 34
22.59/22.79	c Try to convert by bdds
22.69/22.80	c D: 1
22.69/22.80	c estimatedAdderCost: 35
22.69/22.80	c Try to convert by bdds
22.69/22.81	c D: 1
22.69/22.81	c estimatedAdderCost: 26
22.69/22.81	c Try to convert by bdds
22.69/22.82	c D: 1
22.69/22.82	c estimatedAdderCost: 26
22.69/22.82	c Try to convert by bdds
22.69/22.82	c D: 1
22.69/22.82	c estimatedAdderCost: 27
22.69/22.82	c Try to convert by bdds
22.69/22.83	c D: 1
22.69/22.83	c estimatedAdderCost: 27
22.69/22.83	c Try to convert by bdds
22.69/22.84	c D: 1
22.69/22.84	c estimatedAdderCost: 34
22.69/22.84	c Try to convert by bdds
22.69/22.85	c D: 1
22.69/22.85	c estimatedAdderCost: 34
22.69/22.85	c Try to convert by bdds
22.69/22.86	c D: 1
22.69/22.86	c estimatedAdderCost: 35
22.69/22.86	c Try to convert by bdds
22.69/22.87	c D: 1
22.69/22.87	c estimatedAdderCost: 35
22.69/22.87	c Try to convert by bdds
22.69/22.88	c D: 1
22.69/22.88	c estimatedAdderCost: 34
22.69/22.88	c Try to convert by bdds
22.69/22.89	c D: 1
22.69/22.89	c estimatedAdderCost: 34
22.69/22.89	c Try to convert by bdds
22.79/22.90	c D: 1
22.79/22.90	c estimatedAdderCost: 35
22.79/22.90	c Try to convert by bdds
22.79/22.91	c D: 1
22.79/22.91	c estimatedAdderCost: 35
22.79/22.91	c Try to convert by bdds
22.79/22.92	c D: 1
22.79/22.92	c estimatedAdderCost: 34
22.79/22.92	c Try to convert by bdds
22.79/22.93	c D: 1
22.79/22.93	c estimatedAdderCost: 34
22.79/22.93	c Try to convert by bdds
22.79/22.94	c D: 1
22.79/22.94	c estimatedAdderCost: 35
22.79/22.94	c Try to convert by bdds
22.79/22.95	c D: 1
22.79/22.95	c estimatedAdderCost: 35
22.79/22.95	c Try to convert by bdds
22.79/22.96	c D: 1
22.79/22.96	c estimatedAdderCost: 34
22.79/22.96	c Try to convert by bdds
22.79/22.97	c D: 1
22.79/22.97	c estimatedAdderCost: 34
22.79/22.97	c Try to convert by bdds
22.79/22.98	c D: 1
22.79/22.98	c estimatedAdderCost: 35
22.79/22.98	c Try to convert by bdds
22.79/22.99	c D: 1
22.79/22.99	c estimatedAdderCost: 35
22.79/22.99	c Try to convert by bdds
22.79/23.00	c D: 1
22.79/23.00	c estimatedAdderCost: 34
22.79/23.00	c Try to convert by bdds
22.91/23.01	c D: 1
22.91/23.01	c estimatedAdderCost: 34
22.91/23.01	c Try to convert by bdds
22.91/23.02	c D: 1
22.91/23.02	c estimatedAdderCost: 35
22.91/23.02	c Try to convert by bdds
22.91/23.03	c D: 1
22.91/23.03	c estimatedAdderCost: 35
22.91/23.03	c Try to convert by bdds
22.91/23.05	c D: 1
22.91/23.05	c estimatedAdderCost: 34
22.91/23.05	c Try to convert by bdds
22.91/23.06	c D: 1
22.91/23.06	c estimatedAdderCost: 34
22.91/23.06	c Try to convert by bdds
22.91/23.07	c D: 1
22.91/23.07	c estimatedAdderCost: 35
22.91/23.07	c Try to convert by bdds
22.91/23.08	c D: 1
22.91/23.08	c estimatedAdderCost: 35
22.91/23.08	c Try to convert by bdds
22.91/23.09	c D: 1
22.91/23.09	c estimatedAdderCost: 34
22.91/23.09	c Try to convert by bdds
22.91/23.10	c D: 1
22.91/23.10	c estimatedAdderCost: 34
22.91/23.10	c Try to convert by bdds
22.91/23.11	c D: 1
22.91/23.11	c estimatedAdderCost: 35
22.91/23.11	c Try to convert by bdds
23.01/23.12	c D: 1
23.01/23.12	c estimatedAdderCost: 35
23.01/23.12	c Try to convert by bdds
23.01/23.13	c D: 1
23.01/23.13	c estimatedAdderCost: 33
23.01/23.13	c Try to convert by bdds
23.01/23.14	c D: 1
23.01/23.14	c estimatedAdderCost: 34
23.01/23.14	c Try to convert by bdds
23.01/23.15	c D: 1
23.01/23.15	c estimatedAdderCost: 34
23.01/23.15	c Try to convert by bdds
23.01/23.16	c D: 1
23.01/23.16	c estimatedAdderCost: 34
23.01/23.16	c Try to convert by bdds
23.01/23.17	c D: 1
23.01/23.17	c estimatedAdderCost: 34
23.01/23.17	c Try to convert by bdds
23.01/23.18	c D: 1
23.01/23.18	c estimatedAdderCost: 35
23.01/23.18	c Try to convert by bdds
23.01/23.19	c D: 1
23.01/23.19	c estimatedAdderCost: 34
23.01/23.19	c Try to convert by bdds
23.09/23.20	c D: 1
23.09/23.20	c estimatedAdderCost: 34
23.09/23.20	c Try to convert by bdds
23.09/23.21	c D: 1
23.09/23.21	c estimatedAdderCost: 35
23.09/23.21	c Try to convert by bdds
23.09/23.22	c D: 1
23.09/23.22	c estimatedAdderCost: 35
23.09/23.22	c Try to convert by bdds
23.09/23.23	c D: 1
23.09/23.23	c estimatedAdderCost: 26
23.09/23.23	c Try to convert by bdds
23.09/23.24	c D: 1
23.09/23.24	c estimatedAdderCost: 26
23.09/23.24	c Try to convert by bdds
23.09/23.24	c D: 1
23.09/23.24	c estimatedAdderCost: 27
23.09/23.24	c Try to convert by bdds
23.09/23.25	c D: 1
23.09/23.25	c estimatedAdderCost: 27
23.09/23.25	c Try to convert by bdds
23.09/23.26	c D: 1
23.09/23.26	c estimatedAdderCost: 27
23.09/23.26	c Try to convert by bdds
23.09/23.26	c D: 1
23.09/23.26	c estimatedAdderCost: 34
23.09/23.26	c Try to convert by bdds
23.09/23.27	c D: 1
23.09/23.27	c estimatedAdderCost: 34
23.09/23.27	c Try to convert by bdds
23.09/23.28	c D: 1
23.09/23.28	c estimatedAdderCost: 35
23.09/23.28	c Try to convert by bdds
23.09/23.30	c D: 1
23.09/23.30	c estimatedAdderCost: 35
23.09/23.30	c Try to convert by bdds
23.19/23.31	c D: 1
23.19/23.31	c estimatedAdderCost: 35
23.19/23.31	c Try to convert by bdds
23.19/23.32	c D: 1
23.19/23.32	c estimatedAdderCost: 34
23.19/23.32	c Try to convert by bdds
23.19/23.33	c D: 1
23.19/23.33	c estimatedAdderCost: 34
23.19/23.33	c Try to convert by bdds
23.19/23.34	c D: 1
23.19/23.34	c estimatedAdderCost: 35
23.19/23.34	c Try to convert by bdds
23.19/23.35	c D: 1
23.19/23.35	c estimatedAdderCost: 35
23.19/23.35	c Try to convert by bdds
23.19/23.36	c D: 1
23.19/23.36	c estimatedAdderCost: 35
23.19/23.36	c Try to convert by bdds
23.19/23.37	c D: 1
23.19/23.37	c estimatedAdderCost: 34
23.19/23.37	c Try to convert by bdds
23.19/23.38	c D: 1
23.19/23.38	c estimatedAdderCost: 34
23.19/23.38	c Try to convert by bdds
23.19/23.39	c D: 1
23.19/23.39	c estimatedAdderCost: 35
23.19/23.39	c Try to convert by bdds
23.29/23.40	c D: 1
23.29/23.40	c estimatedAdderCost: 35
23.29/23.40	c Try to convert by bdds
23.29/23.41	c D: 1
23.29/23.41	c estimatedAdderCost: 35
23.29/23.41	c Try to convert by bdds
23.29/23.42	c D: 1
23.29/23.42	c estimatedAdderCost: 34
23.29/23.42	c Try to convert by bdds
23.29/23.43	c D: 1
23.29/23.43	c estimatedAdderCost: 34
23.29/23.43	c Try to convert by bdds
23.29/23.44	c D: 1
23.29/23.44	c estimatedAdderCost: 35
23.29/23.44	c Try to convert by bdds
23.29/23.45	c D: 1
23.29/23.45	c estimatedAdderCost: 35
23.29/23.45	c Try to convert by bdds
23.29/23.46	c D: 1
23.29/23.46	c estimatedAdderCost: 35
23.29/23.46	c Try to convert by bdds
23.29/23.47	c D: 1
23.29/23.47	c estimatedAdderCost: 34
23.29/23.47	c Try to convert by bdds
23.29/23.48	c D: 1
23.29/23.48	c estimatedAdderCost: 34
23.29/23.48	c Try to convert by bdds
23.29/23.49	c D: 1
23.29/23.49	c estimatedAdderCost: 35
23.29/23.49	c Try to convert by bdds
23.39/23.50	c D: 1
23.39/23.50	c estimatedAdderCost: 35
23.39/23.50	c Try to convert by bdds
23.39/23.51	c D: 1
23.39/23.51	c estimatedAdderCost: 35
23.39/23.51	c Try to convert by bdds
23.39/23.52	c D: 1
23.39/23.52	c estimatedAdderCost: 34
23.39/23.52	c Try to convert by bdds
23.39/23.54	c D: 1
23.39/23.54	c estimatedAdderCost: 34
23.39/23.54	c Try to convert by bdds
23.39/23.55	c D: 1
23.39/23.55	c estimatedAdderCost: 35
23.39/23.55	c Try to convert by bdds
23.39/23.56	c D: 1
23.39/23.56	c estimatedAdderCost: 35
23.39/23.56	c Try to convert by bdds
23.39/23.57	c D: 1
23.39/23.57	c estimatedAdderCost: 35
23.39/23.57	c Try to convert by bdds
23.39/23.58	c D: 1
23.39/23.58	c estimatedAdderCost: 33
23.39/23.58	c Try to convert by bdds
23.39/23.59	c D: 1
23.39/23.59	c estimatedAdderCost: 34
23.39/23.59	c Try to convert by bdds
23.49/23.60	c D: 1
23.49/23.60	c estimatedAdderCost: 34
23.49/23.60	c Try to convert by bdds
23.49/23.61	c D: 1
23.49/23.61	c estimatedAdderCost: 34
23.49/23.61	c Try to convert by bdds
23.49/23.62	c D: 1
23.49/23.62	c estimatedAdderCost: 34
23.49/23.62	c Try to convert by bdds
23.49/23.63	c D: 1
23.49/23.63	c estimatedAdderCost: 35
23.49/23.63	c Try to convert by bdds
23.49/23.64	c D: 1
23.49/23.64	c estimatedAdderCost: 34
23.49/23.64	c Try to convert by bdds
23.49/23.65	c D: 1
23.49/23.65	c estimatedAdderCost: 34
23.49/23.65	c Try to convert by bdds
23.49/23.66	c D: 1
23.49/23.66	c estimatedAdderCost: 35
23.49/23.66	c Try to convert by bdds
23.49/23.67	c D: 1
23.49/23.67	c estimatedAdderCost: 35
23.49/23.67	c Try to convert by bdds
23.49/23.68	c D: 1
23.49/23.68	c estimatedAdderCost: 34
23.49/23.68	c Try to convert by bdds
23.49/23.69	c D: 1
23.49/23.69	c estimatedAdderCost: 34
23.49/23.69	c Try to convert by bdds
23.59/23.70	c D: 1
23.59/23.70	c estimatedAdderCost: 35
23.59/23.70	c Try to convert by bdds
23.59/23.71	c D: 1
23.59/23.71	c estimatedAdderCost: 35
23.59/23.71	c Try to convert by bdds
23.59/23.72	c D: 1
23.59/23.72	c estimatedAdderCost: 35
23.59/23.72	c Try to convert by bdds
23.59/23.73	c D: 1
23.59/23.73	c estimatedAdderCost: 26
23.59/23.73	c Try to convert by bdds
23.59/23.74	c D: 1
23.59/23.74	c estimatedAdderCost: 26
23.59/23.74	c Try to convert by bdds
23.59/23.74	c D: 1
23.59/23.74	c estimatedAdderCost: 27
23.59/23.74	c Try to convert by bdds
23.59/23.75	c D: 1
23.59/23.75	c estimatedAdderCost: 27
23.59/23.75	c Try to convert by bdds
23.59/23.76	c D: 1
23.59/23.76	c estimatedAdderCost: 27
23.59/23.76	c Try to convert by bdds
23.59/23.77	c D: 1
23.59/23.77	c estimatedAdderCost: 27
23.59/23.77	c Try to convert by bdds
23.59/23.77	c D: 1
23.59/23.77	c estimatedAdderCost: 34
23.59/23.77	c Try to convert by bdds
23.59/23.78	c D: 1
23.59/23.78	c estimatedAdderCost: 34
23.59/23.78	c Try to convert by bdds
23.59/23.79	c D: 1
23.59/23.79	c estimatedAdderCost: 35
23.59/23.79	c Try to convert by bdds
23.69/23.80	c D: 1
23.69/23.80	c estimatedAdderCost: 35
23.69/23.80	c Try to convert by bdds
23.69/23.81	c D: 1
23.69/23.81	c estimatedAdderCost: 35
23.69/23.81	c Try to convert by bdds
23.69/23.82	c D: 1
23.69/23.82	c estimatedAdderCost: 35
23.69/23.82	c Try to convert by bdds
23.69/23.83	c D: 1
23.69/23.83	c estimatedAdderCost: 34
23.69/23.83	c Try to convert by bdds
23.69/23.84	c D: 1
23.69/23.84	c estimatedAdderCost: 34
23.69/23.84	c Try to convert by bdds
23.69/23.85	c D: 1
23.69/23.85	c estimatedAdderCost: 35
23.69/23.85	c Try to convert by bdds
23.69/23.87	c D: 1
23.69/23.87	c estimatedAdderCost: 35
23.69/23.87	c Try to convert by bdds
23.69/23.88	c D: 1
23.69/23.88	c estimatedAdderCost: 35
23.69/23.88	c Try to convert by bdds
23.69/23.89	c D: 1
23.69/23.89	c estimatedAdderCost: 35
23.69/23.89	c Try to convert by bdds
23.79/23.90	c D: 1
23.79/23.90	c estimatedAdderCost: 34
23.79/23.90	c Try to convert by bdds
23.79/23.91	c D: 1
23.79/23.91	c estimatedAdderCost: 34
23.79/23.91	c Try to convert by bdds
23.79/23.92	c D: 1
23.79/23.92	c estimatedAdderCost: 35
23.79/23.92	c Try to convert by bdds
23.79/23.93	c D: 1
23.79/23.93	c estimatedAdderCost: 35
23.79/23.93	c Try to convert by bdds
23.79/23.94	c D: 1
23.79/23.94	c estimatedAdderCost: 35
23.79/23.94	c Try to convert by bdds
23.79/23.95	c D: 1
23.79/23.95	c estimatedAdderCost: 35
23.79/23.95	c Try to convert by bdds
23.79/23.96	c D: 1
23.79/23.96	c estimatedAdderCost: 34
23.79/23.96	c Try to convert by bdds
23.79/23.97	c D: 1
23.79/23.97	c estimatedAdderCost: 34
23.79/23.97	c Try to convert by bdds
23.79/23.98	c D: 1
23.79/23.98	c estimatedAdderCost: 35
23.79/23.98	c Try to convert by bdds
23.79/23.99	c D: 1
23.79/23.99	c estimatedAdderCost: 35
23.79/23.99	c Try to convert by bdds
23.79/24.00	c D: 1
23.79/24.00	c estimatedAdderCost: 35
23.79/24.00	c Try to convert by bdds
23.90/24.01	c D: 1
23.90/24.01	c estimatedAdderCost: 35
23.90/24.01	c Try to convert by bdds
23.90/24.02	c D: 1
23.90/24.02	c estimatedAdderCost: 34
23.90/24.02	c Try to convert by bdds
23.90/24.03	c D: 1
23.90/24.03	c estimatedAdderCost: 34
23.90/24.03	c Try to convert by bdds
23.90/24.04	c D: 1
23.90/24.04	c estimatedAdderCost: 35
23.90/24.04	c Try to convert by bdds
23.90/24.05	c D: 1
23.90/24.05	c estimatedAdderCost: 35
23.90/24.05	c Try to convert by bdds
23.90/24.07	c D: 1
23.90/24.07	c estimatedAdderCost: 35
23.90/24.07	c Try to convert by bdds
23.90/24.08	c D: 1
23.90/24.08	c estimatedAdderCost: 35
23.90/24.08	c Try to convert by bdds
23.90/24.09	c D: 1
23.90/24.09	c estimatedAdderCost: 33
23.90/24.09	c Try to convert by bdds
23.90/24.10	c D: 1
23.90/24.10	c estimatedAdderCost: 34
23.90/24.10	c Try to convert by bdds
23.90/24.11	c D: 1
23.90/24.11	c estimatedAdderCost: 34
23.90/24.11	c Try to convert by bdds
24.00/24.12	c D: 1
24.00/24.12	c estimatedAdderCost: 34
24.00/24.12	c Try to convert by bdds
24.00/24.13	c D: 1
24.00/24.13	c estimatedAdderCost: 34
24.00/24.13	c Try to convert by bdds
24.00/24.14	c D: 1
24.00/24.14	c estimatedAdderCost: 35
24.00/24.14	c Try to convert by bdds
24.00/24.15	c D: 1
24.00/24.15	c estimatedAdderCost: 34
24.00/24.15	c Try to convert by bdds
24.00/24.16	c D: 1
24.00/24.16	c estimatedAdderCost: 34
24.00/24.16	c Try to convert by bdds
24.00/24.17	c D: 1
24.00/24.17	c estimatedAdderCost: 35
24.00/24.17	c Try to convert by bdds
24.00/24.18	c D: 1
24.00/24.18	c estimatedAdderCost: 35
24.00/24.18	c Try to convert by bdds
24.00/24.19	c D: 1
24.00/24.19	c estimatedAdderCost: 34
24.00/24.19	c Try to convert by bdds
24.09/24.20	c D: 1
24.09/24.20	c estimatedAdderCost: 34
24.09/24.20	c Try to convert by bdds
24.09/24.21	c D: 1
24.09/24.21	c estimatedAdderCost: 35
24.09/24.21	c Try to convert by bdds
24.09/24.22	c D: 1
24.09/24.22	c estimatedAdderCost: 35
24.09/24.22	c Try to convert by bdds
24.09/24.23	c D: 1
24.09/24.23	c estimatedAdderCost: 35
24.09/24.23	c Try to convert by bdds
24.09/24.24	c D: 1
24.09/24.24	c estimatedAdderCost: 34
24.09/24.24	c Try to convert by bdds
24.09/24.25	c D: 1
24.09/24.25	c estimatedAdderCost: 34
24.09/24.25	c Try to convert by bdds
24.09/24.26	c D: 1
24.09/24.26	c estimatedAdderCost: 35
24.09/24.26	c Try to convert by bdds
24.09/24.27	c D: 1
24.09/24.27	c estimatedAdderCost: 35
24.09/24.27	c Try to convert by bdds
24.09/24.28	c D: 1
24.09/24.28	c estimatedAdderCost: 35
24.09/24.28	c Try to convert by bdds
24.09/24.29	c D: 1
24.09/24.29	c estimatedAdderCost: 35
24.09/24.29	c Try to convert by bdds
24.19/24.30	c D: 1
24.19/24.30	c estimatedAdderCost: 26
24.19/24.30	c Try to convert by bdds
24.19/24.31	c D: 1
24.19/24.31	c estimatedAdderCost: 26
24.19/24.31	c Try to convert by bdds
24.19/24.32	c D: 1
24.19/24.32	c estimatedAdderCost: 27
24.19/24.32	c Try to convert by bdds
24.19/24.32	c D: 1
24.19/24.32	c estimatedAdderCost: 27
24.19/24.32	c Try to convert by bdds
24.19/24.33	c D: 1
24.19/24.33	c estimatedAdderCost: 27
24.19/24.33	c Try to convert by bdds
24.19/24.34	c D: 1
24.19/24.34	c estimatedAdderCost: 27
24.19/24.34	c Try to convert by bdds
24.19/24.34	c D: 1
24.19/24.34	c estimatedAdderCost: 27
24.19/24.34	c Try to convert by bdds
24.19/24.35	c D: 1
24.19/24.35	c estimatedAdderCost: 34
24.19/24.35	c Try to convert by bdds
24.19/24.36	c D: 1
24.19/24.36	c estimatedAdderCost: 34
24.19/24.36	c Try to convert by bdds
24.19/24.37	c D: 1
24.19/24.37	c estimatedAdderCost: 35
24.19/24.37	c Try to convert by bdds
24.19/24.38	c D: 1
24.19/24.38	c estimatedAdderCost: 35
24.19/24.38	c Try to convert by bdds
24.19/24.39	c D: 1
24.19/24.39	c estimatedAdderCost: 35
24.19/24.39	c Try to convert by bdds
24.29/24.40	c D: 1
24.29/24.40	c estimatedAdderCost: 35
24.29/24.40	c Try to convert by bdds
24.29/24.41	c D: 1
24.29/24.41	c estimatedAdderCost: 35
24.29/24.41	c Try to convert by bdds
24.29/24.42	c D: 1
24.29/24.42	c estimatedAdderCost: 34
24.29/24.42	c Try to convert by bdds
24.29/24.43	c D: 1
24.29/24.43	c estimatedAdderCost: 34
24.29/24.43	c Try to convert by bdds
24.29/24.44	c D: 1
24.29/24.44	c estimatedAdderCost: 35
24.29/24.44	c Try to convert by bdds
24.29/24.46	c D: 1
24.29/24.46	c estimatedAdderCost: 35
24.29/24.46	c Try to convert by bdds
24.29/24.47	c D: 1
24.29/24.47	c estimatedAdderCost: 35
24.29/24.47	c Try to convert by bdds
24.29/24.48	c D: 1
24.29/24.48	c estimatedAdderCost: 35
24.29/24.48	c Try to convert by bdds
24.29/24.49	c D: 1
24.29/24.49	c estimatedAdderCost: 35
24.29/24.49	c Try to convert by bdds
24.39/24.50	c D: 1
24.39/24.50	c estimatedAdderCost: 34
24.39/24.50	c Try to convert by bdds
24.39/24.51	c D: 1
24.39/24.51	c estimatedAdderCost: 34
24.39/24.51	c Try to convert by bdds
24.39/24.52	c D: 1
24.39/24.52	c estimatedAdderCost: 35
24.39/24.52	c Try to convert by bdds
24.39/24.53	c D: 1
24.39/24.53	c estimatedAdderCost: 35
24.39/24.53	c Try to convert by bdds
24.39/24.54	c D: 1
24.39/24.54	c estimatedAdderCost: 35
24.39/24.54	c Try to convert by bdds
24.39/24.55	c D: 1
24.39/24.55	c estimatedAdderCost: 35
24.39/24.55	c Try to convert by bdds
24.39/24.56	c D: 1
24.39/24.56	c estimatedAdderCost: 35
24.39/24.56	c Try to convert by bdds
24.39/24.57	c D: 1
24.39/24.57	c estimatedAdderCost: 34
24.39/24.57	c Try to convert by bdds
24.39/24.58	c D: 1
24.39/24.58	c estimatedAdderCost: 34
24.39/24.58	c Try to convert by bdds
24.39/24.59	c D: 1
24.39/24.59	c estimatedAdderCost: 35
24.39/24.59	c Try to convert by bdds
24.49/24.60	c D: 1
24.49/24.60	c estimatedAdderCost: 35
24.49/24.60	c Try to convert by bdds
24.49/24.61	c D: 1
24.49/24.61	c estimatedAdderCost: 35
24.49/24.61	c Try to convert by bdds
24.49/24.62	c D: 1
24.49/24.62	c estimatedAdderCost: 35
24.49/24.62	c Try to convert by bdds
24.49/24.63	c D: 1
24.49/24.63	c estimatedAdderCost: 35
24.49/24.63	c Try to convert by bdds
24.49/24.64	c D: 1
24.49/24.64	c estimatedAdderCost: 33
24.49/24.64	c Try to convert by bdds
24.49/24.65	c D: 1
24.49/24.65	c estimatedAdderCost: 34
24.49/24.65	c Try to convert by bdds
24.49/24.66	c D: 1
24.49/24.66	c estimatedAdderCost: 34
24.49/24.66	c Try to convert by bdds
24.49/24.67	c D: 1
24.49/24.67	c estimatedAdderCost: 34
24.49/24.67	c Try to convert by bdds
24.49/24.68	c D: 1
24.49/24.68	c estimatedAdderCost: 34
24.49/24.68	c Try to convert by bdds
24.49/24.69	c D: 1
24.49/24.69	c estimatedAdderCost: 35
24.49/24.69	c Try to convert by bdds
24.59/24.71	c D: 1
24.59/24.71	c estimatedAdderCost: 34
24.59/24.71	c Try to convert by bdds
24.59/24.72	c D: 1
24.59/24.72	c estimatedAdderCost: 34
24.59/24.72	c Try to convert by bdds
24.59/24.73	c D: 1
24.59/24.73	c estimatedAdderCost: 35
24.59/24.73	c Try to convert by bdds
24.59/24.74	c D: 1
24.59/24.74	c estimatedAdderCost: 35
24.59/24.74	c Try to convert by bdds
24.59/24.75	c D: 1
24.59/24.75	c estimatedAdderCost: 34
24.59/24.75	c Try to convert by bdds
24.59/24.76	c D: 1
24.59/24.76	c estimatedAdderCost: 34
24.59/24.76	c Try to convert by bdds
24.59/24.77	c D: 1
24.59/24.77	c estimatedAdderCost: 35
24.59/24.77	c Try to convert by bdds
24.59/24.78	c D: 1
24.59/24.78	c estimatedAdderCost: 35
24.59/24.78	c Try to convert by bdds
24.59/24.79	c D: 1
24.59/24.79	c estimatedAdderCost: 35
24.59/24.79	c Try to convert by bdds
24.69/24.80	c D: 1
24.69/24.80	c estimatedAdderCost: 34
24.69/24.80	c Try to convert by bdds
24.69/24.81	c D: 1
24.69/24.81	c estimatedAdderCost: 34
24.69/24.81	c Try to convert by bdds
24.69/24.82	c D: 1
24.69/24.82	c estimatedAdderCost: 35
24.69/24.82	c Try to convert by bdds
24.69/24.83	c D: 1
24.69/24.83	c estimatedAdderCost: 35
24.69/24.83	c Try to convert by bdds
24.69/24.84	c D: 1
24.69/24.84	c estimatedAdderCost: 35
24.69/24.84	c Try to convert by bdds
24.69/24.85	c D: 1
24.69/24.85	c estimatedAdderCost: 35
24.69/24.85	c Try to convert by bdds
24.69/24.86	c D: 1
24.69/24.86	c estimatedAdderCost: 34
24.69/24.86	c Try to convert by bdds
24.69/24.87	c D: 1
24.69/24.87	c estimatedAdderCost: 34
24.69/24.87	c Try to convert by bdds
24.69/24.88	c D: 1
24.69/24.88	c estimatedAdderCost: 35
24.69/24.88	c Try to convert by bdds
24.69/24.89	c D: 1
24.69/24.89	c estimatedAdderCost: 35
24.69/24.89	c Try to convert by bdds
24.79/24.90	c D: 1
24.79/24.90	c estimatedAdderCost: 35
24.79/24.90	c Try to convert by bdds
24.79/24.91	c D: 1
24.79/24.91	c estimatedAdderCost: 35
24.79/24.91	c Try to convert by bdds
24.79/24.92	c D: 1
24.79/24.92	c estimatedAdderCost: 35
24.79/24.92	c Try to convert by bdds
24.79/24.93	c D: 1
24.79/24.93	c estimatedAdderCost: 26
24.79/24.93	c Try to convert by bdds
24.79/24.94	c D: 1
24.79/24.94	c estimatedAdderCost: 26
24.79/24.94	c Try to convert by bdds
24.79/24.95	c D: 1
24.79/24.95	c estimatedAdderCost: 27
24.79/24.95	c Try to convert by bdds
24.79/24.96	c D: 1
24.79/24.96	c estimatedAdderCost: 27
24.79/24.96	c Try to convert by bdds
24.79/24.96	c D: 1
24.79/24.96	c estimatedAdderCost: 27
24.79/24.96	c Try to convert by bdds
24.79/24.97	c D: 1
24.79/24.97	c estimatedAdderCost: 27
24.79/24.97	c Try to convert by bdds
24.79/24.98	c D: 1
24.79/24.98	c estimatedAdderCost: 27
24.79/24.98	c Try to convert by bdds
24.79/24.98	c D: 1
24.79/24.98	c estimatedAdderCost: 27
24.79/24.98	c Try to convert by bdds
24.79/24.99	c D: 1
24.79/24.99	c estimatedAdderCost: 34
24.79/24.99	c Try to convert by bdds
24.79/25.00	c D: 1
24.79/25.00	c estimatedAdderCost: 34
24.79/25.00	c Try to convert by bdds
24.90/25.01	c D: 1
24.90/25.01	c estimatedAdderCost: 35
24.90/25.01	c Try to convert by bdds
24.90/25.02	c D: 1
24.90/25.02	c estimatedAdderCost: 35
24.90/25.02	c Try to convert by bdds
24.90/25.03	c D: 1
24.90/25.03	c estimatedAdderCost: 35
24.90/25.03	c Try to convert by bdds
24.90/25.04	c D: 1
24.90/25.04	c estimatedAdderCost: 35
24.90/25.04	c Try to convert by bdds
24.90/25.05	c D: 1
24.90/25.05	c estimatedAdderCost: 35
24.90/25.05	c Try to convert by bdds
24.90/25.06	c D: 1
24.90/25.06	c estimatedAdderCost: 35
24.90/25.06	c Try to convert by bdds
24.90/25.07	c D: 1
24.90/25.07	c estimatedAdderCost: 34
24.90/25.07	c Try to convert by bdds
24.90/25.08	c D: 1
24.90/25.08	c estimatedAdderCost: 34
24.90/25.08	c Try to convert by bdds
24.90/25.09	c D: 1
24.90/25.09	c estimatedAdderCost: 35
24.90/25.09	c Try to convert by bdds
24.90/25.10	c D: 1
24.90/25.10	c estimatedAdderCost: 35
24.90/25.10	c Try to convert by bdds
25.00/25.12	c D: 1
25.00/25.12	c estimatedAdderCost: 35
25.00/25.12	c Try to convert by bdds
25.00/25.13	c D: 1
25.00/25.13	c estimatedAdderCost: 35
25.00/25.13	c Try to convert by bdds
25.00/25.14	c D: 1
25.00/25.14	c estimatedAdderCost: 35
25.00/25.14	c Try to convert by bdds
25.00/25.15	c D: 1
25.00/25.15	c estimatedAdderCost: 35
25.00/25.15	c Try to convert by bdds
25.00/25.16	c D: 1
25.00/25.16	c estimatedAdderCost: 34
25.00/25.16	c Try to convert by bdds
25.00/25.17	c D: 1
25.00/25.17	c estimatedAdderCost: 34
25.00/25.17	c Try to convert by bdds
25.00/25.18	c D: 1
25.00/25.18	c estimatedAdderCost: 35
25.00/25.18	c Try to convert by bdds
25.00/25.19	c D: 1
25.00/25.19	c estimatedAdderCost: 35
25.00/25.19	c Try to convert by bdds
25.09/25.20	c D: 1
25.09/25.20	c estimatedAdderCost: 35
25.09/25.20	c Try to convert by bdds
25.09/25.21	c D: 1
25.09/25.21	c estimatedAdderCost: 35
25.09/25.21	c Try to convert by bdds
25.19/25.30	c D: 1
25.19/25.30	c estimatedAdderCost: 35
25.19/25.30	c Try to convert by bdds
25.19/25.31	c D: 1
25.19/25.31	c estimatedAdderCost: 35
25.19/25.31	c Try to convert by bdds
25.19/25.32	c D: 1
25.19/25.32	c estimatedAdderCost: 33
25.19/25.32	c Try to convert by bdds
25.19/25.33	c D: 1
25.19/25.33	c estimatedAdderCost: 34
25.19/25.33	c Try to convert by bdds
25.19/25.34	c D: 1
25.19/25.34	c estimatedAdderCost: 34
25.19/25.34	c Try to convert by bdds
25.19/25.35	c D: 1
25.19/25.35	c estimatedAdderCost: 34
25.19/25.35	c Try to convert by bdds
25.19/25.36	c D: 1
25.19/25.36	c estimatedAdderCost: 34
25.19/25.36	c Try to convert by bdds
25.19/25.37	c D: 1
25.19/25.37	c estimatedAdderCost: 35
25.19/25.37	c Try to convert by bdds
25.19/25.38	c D: 1
25.19/25.38	c estimatedAdderCost: 34
25.19/25.38	c Try to convert by bdds
25.19/25.39	c D: 1
25.19/25.39	c estimatedAdderCost: 34
25.19/25.39	c Try to convert by bdds
25.29/25.40	c D: 1
25.29/25.40	c estimatedAdderCost: 35
25.29/25.40	c Try to convert by bdds
25.29/25.42	c D: 1
25.29/25.42	c estimatedAdderCost: 35
25.29/25.42	c Try to convert by bdds
25.29/25.43	c D: 1
25.29/25.43	c estimatedAdderCost: 34
25.29/25.43	c Try to convert by bdds
25.29/25.44	c D: 1
25.29/25.44	c estimatedAdderCost: 34
25.29/25.44	c Try to convert by bdds
25.29/25.45	c D: 1
25.29/25.45	c estimatedAdderCost: 35
25.29/25.45	c Try to convert by bdds
25.29/25.46	c D: 1
25.29/25.46	c estimatedAdderCost: 35
25.29/25.46	c Try to convert by bdds
25.29/25.47	c D: 1
25.29/25.47	c estimatedAdderCost: 35
25.29/25.47	c Try to convert by bdds
25.29/25.48	c D: 1
25.29/25.48	c estimatedAdderCost: 34
25.29/25.48	c Try to convert by bdds
25.29/25.49	c D: 1
25.29/25.49	c estimatedAdderCost: 34
25.29/25.49	c Try to convert by bdds
25.39/25.50	c D: 1
25.39/25.50	c estimatedAdderCost: 35
25.39/25.50	c Try to convert by bdds
25.39/25.51	c D: 1
25.39/25.51	c estimatedAdderCost: 35
25.39/25.51	c Try to convert by bdds
25.39/25.52	c D: 1
25.39/25.52	c estimatedAdderCost: 35
25.39/25.52	c Try to convert by bdds
25.39/25.53	c D: 1
25.39/25.53	c estimatedAdderCost: 35
25.39/25.53	c Try to convert by bdds
25.39/25.54	c D: 1
25.39/25.54	c estimatedAdderCost: 34
25.39/25.54	c Try to convert by bdds
25.39/25.55	c D: 1
25.39/25.55	c estimatedAdderCost: 34
25.39/25.55	c Try to convert by bdds
25.39/25.56	c D: 1
25.39/25.56	c estimatedAdderCost: 35
25.39/25.56	c Try to convert by bdds
25.39/25.57	c D: 1
25.39/25.57	c estimatedAdderCost: 35
25.39/25.57	c Try to convert by bdds
25.39/25.58	c D: 1
25.39/25.58	c estimatedAdderCost: 35
25.39/25.58	c Try to convert by bdds
25.39/25.59	c D: 1
25.39/25.59	c estimatedAdderCost: 35
25.39/25.59	c Try to convert by bdds
25.49/25.60	c D: 1
25.49/25.60	c estimatedAdderCost: 35
25.49/25.60	c Try to convert by bdds
25.49/25.61	c D: 1
25.49/25.61	c estimatedAdderCost: 34
25.49/25.61	c Try to convert by bdds
25.49/25.62	c D: 1
25.49/25.62	c estimatedAdderCost: 34
25.49/25.62	c Try to convert by bdds
25.49/25.63	c D: 1
25.49/25.63	c estimatedAdderCost: 35
25.49/25.63	c Try to convert by bdds
25.49/25.64	c D: 1
25.49/25.64	c estimatedAdderCost: 35
25.49/25.64	c Try to convert by bdds
25.49/25.66	c D: 1
25.49/25.66	c estimatedAdderCost: 35
25.49/25.66	c Try to convert by bdds
25.49/25.67	c D: 1
25.49/25.67	c estimatedAdderCost: 35
25.49/25.67	c Try to convert by bdds
25.49/25.68	c D: 1
25.49/25.68	c estimatedAdderCost: 35
25.49/25.68	c Try to convert by bdds
25.49/25.69	c D: 1
25.49/25.69	c estimatedAdderCost: 35
25.49/25.69	c Try to convert by bdds
25.59/25.70	c D: 1
25.59/25.70	c estimatedAdderCost: 26
25.59/25.70	c Try to convert by bdds
25.59/25.70	c D: 1
25.59/25.70	c estimatedAdderCost: 26
25.59/25.70	c Try to convert by bdds
25.59/25.71	c D: 1
25.59/25.71	c estimatedAdderCost: 27
25.59/25.71	c Try to convert by bdds
25.59/25.72	c D: 1
25.59/25.72	c estimatedAdderCost: 27
25.59/25.72	c Try to convert by bdds
25.59/25.72	c D: 1
25.59/25.72	c estimatedAdderCost: 27
25.59/25.72	c Try to convert by bdds
25.59/25.73	c D: 1
25.59/25.73	c estimatedAdderCost: 27
25.59/25.73	c Try to convert by bdds
25.59/25.74	c D: 1
25.59/25.74	c estimatedAdderCost: 27
25.59/25.74	c Try to convert by bdds
25.59/25.75	c D: 1
25.59/25.75	c estimatedAdderCost: 27
25.59/25.75	c Try to convert by bdds
25.59/25.75	c D: 1
25.59/25.75	c estimatedAdderCost: 27
25.59/25.75	c Try to convert by bdds
25.59/25.76	c D: 1
25.59/25.76	c estimatedAdderCost: 34
25.59/25.76	c Try to convert by bdds
25.59/25.77	c D: 1
25.59/25.77	c estimatedAdderCost: 34
25.59/25.77	c Try to convert by bdds
25.59/25.78	c D: 1
25.59/25.78	c estimatedAdderCost: 35
25.59/25.78	c Try to convert by bdds
25.59/25.79	c D: 1
25.59/25.79	c estimatedAdderCost: 35
25.59/25.79	c Try to convert by bdds
25.69/25.80	c D: 1
25.69/25.80	c estimatedAdderCost: 35
25.69/25.80	c Try to convert by bdds
25.69/25.81	c D: 1
25.69/25.81	c estimatedAdderCost: 35
25.69/25.81	c Try to convert by bdds
25.69/25.82	c D: 1
25.69/25.82	c estimatedAdderCost: 35
25.69/25.82	c Try to convert by bdds
25.69/25.83	c D: 1
25.69/25.83	c estimatedAdderCost: 35
25.69/25.83	c Try to convert by bdds
25.69/25.84	c D: 1
25.69/25.84	c estimatedAdderCost: 35
25.69/25.84	c Try to convert by bdds
25.69/25.85	c D: 1
25.69/25.85	c estimatedAdderCost: 34
25.69/25.85	c Try to convert by bdds
25.69/25.86	c D: 1
25.69/25.86	c estimatedAdderCost: 34
25.69/25.86	c Try to convert by bdds
25.69/25.87	c D: 1
25.69/25.87	c estimatedAdderCost: 35
25.69/25.87	c Try to convert by bdds
25.69/25.88	c D: 1
25.69/25.88	c estimatedAdderCost: 35
25.69/25.88	c Try to convert by bdds
25.69/25.90	c D: 1
25.69/25.90	c estimatedAdderCost: 35
25.69/25.90	c Try to convert by bdds
25.79/25.91	c D: 1
25.79/25.91	c estimatedAdderCost: 35
25.79/25.91	c Try to convert by bdds
25.79/25.92	c D: 1
25.79/25.92	c estimatedAdderCost: 35
25.79/25.92	c Try to convert by bdds
25.79/25.93	c D: 1
25.79/25.93	c estimatedAdderCost: 35
25.79/25.93	c Try to convert by bdds
25.79/25.94	c D: 1
25.79/25.94	c estimatedAdderCost: 35
25.79/25.94	c Try to convert by bdds
25.79/25.95	c D: 1
25.79/25.95	c estimatedAdderCost: 33
25.79/25.95	c Try to convert by bdds
25.79/25.96	c D: 1
25.79/25.96	c estimatedAdderCost: 34
25.79/25.96	c Try to convert by bdds
25.79/25.97	c D: 1
25.79/25.97	c estimatedAdderCost: 34
25.79/25.97	c Try to convert by bdds
25.79/25.98	c D: 1
25.79/25.98	c estimatedAdderCost: 34
25.79/25.98	c Try to convert by bdds
25.79/25.99	c D: 1
25.79/25.99	c estimatedAdderCost: 34
25.79/25.99	c Try to convert by bdds
25.79/26.00	c D: 1
25.79/26.00	c estimatedAdderCost: 35
25.79/26.00	c Try to convert by bdds
25.79/26.01	c D: 1
25.79/26.01	c estimatedAdderCost: 34
25.79/26.01	c Try to convert by bdds
25.91/26.02	c D: 1
25.91/26.02	c estimatedAdderCost: 34
25.91/26.02	c Try to convert by bdds
25.91/26.03	c D: 1
25.91/26.03	c estimatedAdderCost: 35
25.91/26.03	c Try to convert by bdds
25.91/26.04	c D: 1
25.91/26.04	c estimatedAdderCost: 35
25.91/26.04	c Try to convert by bdds
25.91/26.05	c D: 1
25.91/26.05	c estimatedAdderCost: 34
25.91/26.05	c Try to convert by bdds
25.91/26.06	c D: 1
25.91/26.06	c estimatedAdderCost: 34
25.91/26.06	c Try to convert by bdds
25.91/26.07	c D: 1
25.91/26.07	c estimatedAdderCost: 35
25.91/26.07	c Try to convert by bdds
25.91/26.08	c D: 1
25.91/26.08	c estimatedAdderCost: 35
25.91/26.08	c Try to convert by bdds
25.91/26.09	c D: 1
25.91/26.09	c estimatedAdderCost: 35
25.91/26.09	c Try to convert by bdds
25.91/26.10	c D: 1
25.91/26.10	c estimatedAdderCost: 34
25.91/26.10	c Try to convert by bdds
26.00/26.11	c D: 1
26.00/26.11	c estimatedAdderCost: 34
26.00/26.11	c Try to convert by bdds
26.00/26.12	c D: 1
26.00/26.12	c estimatedAdderCost: 35
26.00/26.12	c Try to convert by bdds
26.00/26.13	c D: 1
26.00/26.13	c estimatedAdderCost: 35
26.00/26.13	c Try to convert by bdds
26.00/26.14	c D: 1
26.00/26.14	c estimatedAdderCost: 35
26.00/26.14	c Try to convert by bdds
26.00/26.15	c D: 1
26.00/26.15	c estimatedAdderCost: 35
26.00/26.15	c Try to convert by bdds
26.00/26.16	c D: 1
26.00/26.16	c estimatedAdderCost: 34
26.00/26.16	c Try to convert by bdds
26.00/26.17	c D: 1
26.00/26.17	c estimatedAdderCost: 34
26.00/26.17	c Try to convert by bdds
26.00/26.18	c D: 1
26.00/26.18	c estimatedAdderCost: 35
26.00/26.18	c Try to convert by bdds
26.09/26.20	c D: 1
26.09/26.20	c estimatedAdderCost: 35
26.09/26.20	c Try to convert by bdds
26.09/26.21	c D: 1
26.09/26.21	c estimatedAdderCost: 35
26.09/26.21	c Try to convert by bdds
26.09/26.22	c D: 1
26.09/26.22	c estimatedAdderCost: 35
26.09/26.22	c Try to convert by bdds
26.09/26.23	c D: 1
26.09/26.23	c estimatedAdderCost: 35
26.09/26.23	c Try to convert by bdds
26.09/26.24	c D: 1
26.09/26.24	c estimatedAdderCost: 34
26.09/26.24	c Try to convert by bdds
26.09/26.25	c D: 1
26.09/26.25	c estimatedAdderCost: 34
26.09/26.25	c Try to convert by bdds
26.09/26.26	c D: 1
26.09/26.26	c estimatedAdderCost: 35
26.09/26.26	c Try to convert by bdds
26.09/26.27	c D: 1
26.09/26.27	c estimatedAdderCost: 35
26.09/26.27	c Try to convert by bdds
26.09/26.28	c D: 1
26.09/26.28	c estimatedAdderCost: 35
26.09/26.28	c Try to convert by bdds
26.09/26.29	c D: 1
26.09/26.29	c estimatedAdderCost: 35
26.09/26.29	c Try to convert by bdds
26.19/26.30	c D: 1
26.19/26.30	c estimatedAdderCost: 35
26.19/26.30	c Try to convert by bdds
26.19/26.31	c D: 1
26.19/26.31	c estimatedAdderCost: 35
26.19/26.31	c Try to convert by bdds
26.19/26.32	c D: 1
26.19/26.32	c estimatedAdderCost: 34
26.19/26.32	c Try to convert by bdds
26.19/26.33	c D: 1
26.19/26.33	c estimatedAdderCost: 34
26.19/26.33	c Try to convert by bdds
26.19/26.34	c D: 1
26.19/26.34	c estimatedAdderCost: 35
26.19/26.34	c Try to convert by bdds
26.19/26.35	c D: 1
26.19/26.35	c estimatedAdderCost: 35
26.19/26.35	c Try to convert by bdds
26.19/26.36	c D: 1
26.19/26.36	c estimatedAdderCost: 35
26.19/26.36	c Try to convert by bdds
26.19/26.37	c D: 1
26.19/26.37	c estimatedAdderCost: 35
26.19/26.37	c Try to convert by bdds
26.19/26.38	c D: 1
26.19/26.38	c estimatedAdderCost: 35
26.19/26.38	c Try to convert by bdds
26.19/26.39	c D: 1
26.19/26.39	c estimatedAdderCost: 35
26.19/26.39	c Try to convert by bdds
26.29/26.41	c D: 1
26.29/26.41	c estimatedAdderCost: 35
26.29/26.41	c Try to convert by bdds
26.29/26.42	c D: 1
26.29/26.42	c estimatedAdderCost: 26
26.29/26.42	c Try to convert by bdds
26.29/26.42	c D: 1
26.29/26.42	c estimatedAdderCost: 26
26.29/26.42	c Try to convert by bdds
26.29/26.43	c D: 1
26.29/26.43	c estimatedAdderCost: 27
26.29/26.43	c Try to convert by bdds
26.29/26.44	c D: 1
26.29/26.44	c estimatedAdderCost: 27
26.29/26.44	c Try to convert by bdds
26.29/26.44	c D: 1
26.29/26.44	c estimatedAdderCost: 27
26.29/26.44	c Try to convert by bdds
26.29/26.45	c D: 1
26.29/26.45	c estimatedAdderCost: 27
26.29/26.45	c Try to convert by bdds
26.29/26.46	c D: 1
26.29/26.46	c estimatedAdderCost: 27
26.29/26.46	c Try to convert by bdds
26.29/26.46	c D: 1
26.29/26.46	c estimatedAdderCost: 27
26.29/26.46	c Try to convert by bdds
26.29/26.47	c D: 1
26.29/26.47	c estimatedAdderCost: 27
26.29/26.47	c Try to convert by bdds
26.29/26.48	c D: 1
26.29/26.48	c estimatedAdderCost: 27
26.29/26.48	c Try to convert by bdds
26.29/26.48	c D: 1
26.29/26.48	c estimatedAdderCost: 34
26.29/26.48	c Try to convert by bdds
26.29/26.49	c D: 1
26.29/26.49	c estimatedAdderCost: 34
26.29/26.49	c Try to convert by bdds
26.39/26.50	c D: 1
26.39/26.50	c estimatedAdderCost: 35
26.39/26.50	c Try to convert by bdds
26.39/26.52	c D: 1
26.39/26.52	c estimatedAdderCost: 35
26.39/26.52	c Try to convert by bdds
26.39/26.53	c D: 1
26.39/26.53	c estimatedAdderCost: 35
26.39/26.53	c Try to convert by bdds
26.39/26.54	c D: 1
26.39/26.54	c estimatedAdderCost: 35
26.39/26.54	c Try to convert by bdds
26.39/26.55	c D: 1
26.39/26.55	c estimatedAdderCost: 35
26.39/26.55	c Try to convert by bdds
26.39/26.56	c D: 1
26.39/26.56	c estimatedAdderCost: 35
26.39/26.56	c Try to convert by bdds
26.39/26.57	c D: 1
26.39/26.57	c estimatedAdderCost: 35
26.39/26.57	c Try to convert by bdds
26.39/26.58	c D: 1
26.39/26.58	c estimatedAdderCost: 35
26.39/26.58	c Try to convert by bdds
26.39/26.59	c D: 1
26.39/26.59	c estimatedAdderCost: 33
26.39/26.59	c Try to convert by bdds
26.49/26.60	c D: 1
26.49/26.60	c estimatedAdderCost: 34
26.49/26.60	c Try to convert by bdds
26.49/26.61	c D: 1
26.49/26.61	c estimatedAdderCost: 34
26.49/26.61	c Try to convert by bdds
26.49/26.62	c D: 1
26.49/26.62	c estimatedAdderCost: 34
26.49/26.62	c Try to convert by bdds
26.49/26.63	c D: 1
26.49/26.63	c estimatedAdderCost: 34
26.49/26.63	c Try to convert by bdds
26.49/26.64	c D: 1
26.49/26.64	c estimatedAdderCost: 35
26.49/26.64	c Try to convert by bdds
26.49/26.65	c D: 1
26.49/26.65	c estimatedAdderCost: 34
26.49/26.65	c Try to convert by bdds
26.49/26.66	c D: 1
26.49/26.66	c estimatedAdderCost: 34
26.49/26.66	c Try to convert by bdds
26.49/26.67	c D: 1
26.49/26.67	c estimatedAdderCost: 35
26.49/26.67	c Try to convert by bdds
26.49/26.68	c D: 1
26.49/26.68	c estimatedAdderCost: 35
26.49/26.68	c Try to convert by bdds
26.49/26.69	c D: 1
26.49/26.69	c estimatedAdderCost: 34
26.49/26.69	c Try to convert by bdds
26.59/26.70	c D: 1
26.59/26.70	c estimatedAdderCost: 34
26.59/26.70	c Try to convert by bdds
26.59/26.71	c D: 1
26.59/26.71	c estimatedAdderCost: 35
26.59/26.71	c Try to convert by bdds
26.59/26.72	c D: 1
26.59/26.72	c estimatedAdderCost: 35
26.59/26.72	c Try to convert by bdds
26.59/26.73	c D: 1
26.59/26.73	c estimatedAdderCost: 35
26.59/26.73	c Try to convert by bdds
26.59/26.74	c D: 1
26.59/26.74	c estimatedAdderCost: 34
26.59/26.74	c Try to convert by bdds
26.59/26.75	c D: 1
26.59/26.75	c estimatedAdderCost: 34
26.59/26.75	c Try to convert by bdds
26.59/26.77	c D: 1
26.59/26.77	c estimatedAdderCost: 35
26.59/26.77	c Try to convert by bdds
26.59/26.78	c D: 1
26.59/26.78	c estimatedAdderCost: 35
26.59/26.78	c Try to convert by bdds
26.59/26.79	c D: 1
26.59/26.79	c estimatedAdderCost: 35
26.59/26.79	c Try to convert by bdds
26.69/26.80	c D: 1
26.69/26.80	c estimatedAdderCost: 35
26.69/26.80	c Try to convert by bdds
26.69/26.81	c D: 1
26.69/26.81	c estimatedAdderCost: 34
26.69/26.81	c Try to convert by bdds
26.69/26.82	c D: 1
26.69/26.82	c estimatedAdderCost: 34
26.69/26.82	c Try to convert by bdds
26.69/26.83	c D: 1
26.69/26.83	c estimatedAdderCost: 35
26.69/26.83	c Try to convert by bdds
26.69/26.84	c D: 1
26.69/26.84	c estimatedAdderCost: 35
26.69/26.84	c Try to convert by bdds
26.69/26.85	c D: 1
26.69/26.85	c estimatedAdderCost: 35
26.69/26.85	c Try to convert by bdds
26.69/26.86	c D: 1
26.69/26.86	c estimatedAdderCost: 35
26.69/26.86	c Try to convert by bdds
26.69/26.87	c D: 1
26.69/26.87	c estimatedAdderCost: 35
26.69/26.87	c Try to convert by bdds
26.69/26.88	c D: 1
26.69/26.88	c estimatedAdderCost: 34
26.69/26.88	c Try to convert by bdds
26.69/26.89	c D: 1
26.69/26.89	c estimatedAdderCost: 34
26.69/26.89	c Try to convert by bdds
26.79/26.90	c D: 1
26.79/26.90	c estimatedAdderCost: 35
26.79/26.90	c Try to convert by bdds
26.79/26.91	c D: 1
26.79/26.91	c estimatedAdderCost: 35
26.79/26.91	c Try to convert by bdds
26.79/26.92	c D: 1
26.79/26.92	c estimatedAdderCost: 35
26.79/26.92	c Try to convert by bdds
26.79/26.93	c D: 1
26.79/26.93	c estimatedAdderCost: 35
26.79/26.93	c Try to convert by bdds
26.79/26.94	c D: 1
26.79/26.94	c estimatedAdderCost: 35
26.79/26.94	c Try to convert by bdds
26.79/26.96	c D: 1
26.79/26.96	c estimatedAdderCost: 35
26.79/26.96	c Try to convert by bdds
26.79/26.97	c D: 1
26.79/26.97	c estimatedAdderCost: 34
26.79/26.97	c Try to convert by bdds
26.79/26.98	c D: 1
26.79/26.98	c estimatedAdderCost: 34
26.79/26.98	c Try to convert by bdds
26.79/26.99	c D: 1
26.79/26.99	c estimatedAdderCost: 35
26.79/26.99	c Try to convert by bdds
26.79/27.00	c D: 1
26.79/27.00	c estimatedAdderCost: 35
26.79/27.00	c Try to convert by bdds
26.79/27.01	c D: 1
26.79/27.01	c estimatedAdderCost: 35
26.79/27.01	c Try to convert by bdds
26.90/27.02	c D: 1
26.90/27.02	c estimatedAdderCost: 35
26.90/27.02	c Try to convert by bdds
26.90/27.03	c D: 1
26.90/27.03	c estimatedAdderCost: 35
26.90/27.03	c Try to convert by bdds
26.90/27.04	c D: 1
26.90/27.04	c estimatedAdderCost: 35
26.90/27.04	c Try to convert by bdds
26.90/27.05	c D: 1
26.90/27.05	c estimatedAdderCost: 35
26.90/27.05	c Try to convert by bdds
26.90/27.06	c D: 1
26.90/27.06	c estimatedAdderCost: 34
26.90/27.06	c Try to convert by bdds
26.90/27.07	c D: 1
26.90/27.07	c estimatedAdderCost: 34
26.90/27.07	c Try to convert by bdds
26.90/27.08	c D: 1
26.90/27.08	c estimatedAdderCost: 35
26.90/27.08	c Try to convert by bdds
26.90/27.09	c D: 1
26.90/27.09	c estimatedAdderCost: 35
26.90/27.09	c Try to convert by bdds
26.90/27.10	c D: 1
26.90/27.10	c estimatedAdderCost: 35
26.90/27.10	c Try to convert by bdds
27.00/27.11	c D: 1
27.00/27.11	c estimatedAdderCost: 35
27.00/27.11	c Try to convert by bdds
27.00/27.12	c D: 1
27.00/27.12	c estimatedAdderCost: 35
27.00/27.12	c Try to convert by bdds
27.00/27.14	c D: 1
27.00/27.14	c estimatedAdderCost: 35
27.00/27.14	c Try to convert by bdds
27.00/27.15	c D: 1
27.00/27.15	c estimatedAdderCost: 35
27.00/27.15	c Try to convert by bdds
27.00/27.16	c D: 1
27.00/27.16	c estimatedAdderCost: 35
27.00/27.16	c Try to convert by bdds
27.00/27.17	c D: 1
27.00/27.17	c estimatedAdderCost: 26
27.00/27.17	c Try to convert by bdds
27.00/27.17	c D: 1
27.00/27.17	c estimatedAdderCost: 26
27.00/27.17	c Try to convert by bdds
27.00/27.18	c D: 1
27.00/27.18	c estimatedAdderCost: 27
27.00/27.18	c Try to convert by bdds
27.00/27.19	c D: 1
27.00/27.19	c estimatedAdderCost: 27
27.00/27.19	c Try to convert by bdds
27.00/27.19	c D: 1
27.00/27.19	c estimatedAdderCost: 27
27.00/27.19	c Try to convert by bdds
27.09/27.20	c D: 1
27.09/27.20	c estimatedAdderCost: 27
27.09/27.20	c Try to convert by bdds
27.09/27.21	c D: 1
27.09/27.21	c estimatedAdderCost: 27
27.09/27.21	c Try to convert by bdds
27.09/27.22	c D: 1
27.09/27.22	c estimatedAdderCost: 27
27.09/27.22	c Try to convert by bdds
27.09/27.22	c D: 1
27.09/27.22	c estimatedAdderCost: 27
27.09/27.22	c Try to convert by bdds
27.09/27.23	c D: 1
27.09/27.23	c estimatedAdderCost: 27
27.09/27.23	c Try to convert by bdds
27.09/27.24	c D: 1
27.09/27.24	c estimatedAdderCost: 27
27.09/27.24	c Try to convert by bdds
27.09/27.24	c D: 1
27.09/27.24	c estimatedAdderCost: 25
27.09/27.24	c Try to convert by bdds
27.09/27.25	c D: 1
27.09/27.25	c estimatedAdderCost: 33
27.09/27.25	c Try to convert by bdds
27.09/27.26	c D: 1
27.09/27.26	c estimatedAdderCost: 33
27.09/27.26	c Try to convert by bdds
27.09/27.27	c D: 1
27.09/27.27	c estimatedAdderCost: 33
27.09/27.27	c Try to convert by bdds
27.09/27.28	c D: 1
27.09/27.28	c estimatedAdderCost: 33
27.09/27.28	c Try to convert by bdds
27.09/27.29	c D: 1
27.09/27.29	c estimatedAdderCost: 33
27.09/27.29	c Try to convert by bdds
27.19/27.30	c D: 1
27.19/27.30	c estimatedAdderCost: 33
27.19/27.30	c Try to convert by bdds
27.19/27.31	c D: 1
27.19/27.31	c estimatedAdderCost: 33
27.19/27.31	c Try to convert by bdds
27.19/27.32	c D: 1
27.19/27.32	c estimatedAdderCost: 33
27.19/27.32	c Try to convert by bdds
27.19/27.32	c D: 1
27.19/27.32	c estimatedAdderCost: 33
27.19/27.32	c Try to convert by bdds
27.19/27.33	c D: 1
27.19/27.33	c estimatedAdderCost: 33
27.19/27.33	c Try to convert by bdds
27.19/27.34	c D: 1
27.19/27.34	c estimatedAdderCost: 33
27.19/27.34	c Try to convert by bdds
27.19/27.35	c D: 1
27.19/27.35	c estimatedAdderCost: 33
27.19/27.35	c Try to convert by bdds
27.19/27.36	c D: 1
27.19/27.36	c estimatedAdderCost: 26
27.19/27.36	c Try to convert by bdds
27.19/27.37	c D: 1
27.19/27.37	c estimatedAdderCost: 26
27.19/27.37	c Try to convert by bdds
27.19/27.38	c D: 1
27.19/27.38	c estimatedAdderCost: 34
27.19/27.38	c Try to convert by bdds
27.19/27.39	c D: 1
27.19/27.39	c estimatedAdderCost: 34
27.19/27.39	c Try to convert by bdds
27.29/27.40	c D: 1
27.29/27.40	c estimatedAdderCost: 34
27.29/27.40	c Try to convert by bdds
27.29/27.41	c D: 1
27.29/27.41	c estimatedAdderCost: 34
27.29/27.41	c Try to convert by bdds
27.29/27.42	c D: 1
27.29/27.42	c estimatedAdderCost: 34
27.29/27.42	c Try to convert by bdds
27.29/27.43	c D: 1
27.29/27.43	c estimatedAdderCost: 34
27.29/27.43	c Try to convert by bdds
27.29/27.44	c D: 1
27.29/27.44	c estimatedAdderCost: 34
27.29/27.44	c Try to convert by bdds
27.29/27.45	c D: 1
27.29/27.45	c estimatedAdderCost: 34
27.29/27.45	c Try to convert by bdds
27.29/27.46	c D: 1
27.29/27.46	c estimatedAdderCost: 34
27.29/27.46	c Try to convert by bdds
27.29/27.47	c D: 1
27.29/27.47	c estimatedAdderCost: 34
27.29/27.47	c Try to convert by bdds
27.29/27.48	c D: 1
27.29/27.48	c estimatedAdderCost: 34
27.29/27.48	c Try to convert by bdds
27.29/27.49	c D: 1
27.29/27.49	c estimatedAdderCost: 34
27.29/27.49	c Try to convert by bdds
27.39/27.50	c D: 1
27.39/27.50	c estimatedAdderCost: 34
27.39/27.50	c Try to convert by bdds
27.39/27.51	c D: 1
27.39/27.51	c estimatedAdderCost: 34
27.39/27.51	c Try to convert by bdds
27.39/27.52	c D: 1
27.39/27.52	c estimatedAdderCost: 34
27.39/27.52	c Try to convert by bdds
27.39/27.53	c D: 1
27.39/27.53	c estimatedAdderCost: 34
27.39/27.53	c Try to convert by bdds
27.39/27.54	c D: 1
27.39/27.54	c estimatedAdderCost: 34
27.39/27.54	c Try to convert by bdds
27.39/27.55	c D: 1
27.39/27.55	c estimatedAdderCost: 34
27.39/27.55	c Try to convert by bdds
27.39/27.56	c D: 1
27.39/27.56	c estimatedAdderCost: 34
27.39/27.56	c Try to convert by bdds
27.39/27.57	c D: 1
27.39/27.57	c estimatedAdderCost: 34
27.39/27.57	c Try to convert by bdds
27.39/27.58	c D: 1
27.39/27.58	c estimatedAdderCost: 33
27.39/27.58	c Try to convert by bdds
27.39/27.59	c D: 1
27.39/27.59	c estimatedAdderCost: 34
27.39/27.59	c Try to convert by bdds
27.48/27.60	c D: 1
27.48/27.60	c estimatedAdderCost: 34
27.48/27.60	c Try to convert by bdds
27.48/27.61	c D: 1
27.48/27.61	c estimatedAdderCost: 26
27.48/27.61	c Try to convert by bdds
27.48/27.62	c D: 1
27.48/27.62	c estimatedAdderCost: 26
27.48/27.62	c Try to convert by bdds
27.48/27.62	c D: 1
27.48/27.62	c estimatedAdderCost: 27
27.48/27.62	c Try to convert by bdds
27.48/27.63	c D: 1
27.48/27.63	c estimatedAdderCost: 34
27.48/27.63	c Try to convert by bdds
27.48/27.64	c D: 1
27.48/27.64	c estimatedAdderCost: 34
27.48/27.64	c Try to convert by bdds
27.48/27.65	c D: 1
27.48/27.65	c estimatedAdderCost: 35
27.48/27.65	c Try to convert by bdds
27.48/27.66	c D: 1
27.48/27.66	c estimatedAdderCost: 34
27.48/27.66	c Try to convert by bdds
27.48/27.67	c D: 1
27.48/27.67	c estimatedAdderCost: 34
27.48/27.67	c Try to convert by bdds
27.48/27.68	c D: 1
27.48/27.68	c estimatedAdderCost: 35
27.48/27.68	c Try to convert by bdds
27.48/27.69	c D: 1
27.48/27.69	c estimatedAdderCost: 34
27.48/27.69	c Try to convert by bdds
27.58/27.70	c D: 1
27.58/27.70	c estimatedAdderCost: 34
27.58/27.70	c Try to convert by bdds
27.58/27.71	c D: 1
27.58/27.71	c estimatedAdderCost: 35
27.58/27.71	c Try to convert by bdds
27.58/27.72	c D: 1
27.58/27.72	c estimatedAdderCost: 34
27.58/27.72	c Try to convert by bdds
27.58/27.73	c D: 1
27.58/27.73	c estimatedAdderCost: 34
27.58/27.73	c Try to convert by bdds
27.58/27.74	c D: 1
27.58/27.74	c estimatedAdderCost: 35
27.58/27.74	c Try to convert by bdds
27.58/27.75	c D: 1
27.58/27.75	c estimatedAdderCost: 34
27.58/27.75	c Try to convert by bdds
27.58/27.76	c D: 1
27.58/27.76	c estimatedAdderCost: 34
27.58/27.76	c Try to convert by bdds
27.58/27.77	c D: 1
27.58/27.77	c estimatedAdderCost: 35
27.58/27.77	c Try to convert by bdds
27.58/27.78	c D: 1
27.58/27.78	c estimatedAdderCost: 34
27.58/27.78	c Try to convert by bdds
27.58/27.79	c D: 1
27.58/27.79	c estimatedAdderCost: 34
27.58/27.79	c Try to convert by bdds
27.68/27.81	c D: 1
27.68/27.81	c estimatedAdderCost: 35
27.68/27.81	c Try to convert by bdds
27.68/27.82	c D: 1
27.68/27.82	c estimatedAdderCost: 34
27.68/27.82	c Try to convert by bdds
27.68/27.83	c D: 1
27.68/27.83	c estimatedAdderCost: 34
27.68/27.83	c Try to convert by bdds
27.68/27.84	c D: 1
27.68/27.84	c estimatedAdderCost: 35
27.68/27.84	c Try to convert by bdds
27.68/27.85	c D: 1
27.68/27.85	c estimatedAdderCost: 34
27.68/27.85	c Try to convert by bdds
27.68/27.86	c D: 1
27.68/27.86	c estimatedAdderCost: 34
27.68/27.86	c Try to convert by bdds
27.68/27.87	c D: 1
27.68/27.87	c estimatedAdderCost: 35
27.68/27.87	c Try to convert by bdds
27.68/27.88	c D: 1
27.68/27.88	c estimatedAdderCost: 34
27.68/27.88	c Try to convert by bdds
27.68/27.89	c D: 1
27.68/27.89	c estimatedAdderCost: 34
27.68/27.89	c Try to convert by bdds
27.78/27.90	c D: 1
27.78/27.90	c estimatedAdderCost: 35
27.78/27.90	c Try to convert by bdds
27.78/27.91	c D: 1
27.78/27.91	c estimatedAdderCost: 33
27.78/27.91	c Try to convert by bdds
27.78/27.92	c D: 1
27.78/27.92	c estimatedAdderCost: 34
27.78/27.92	c Try to convert by bdds
27.78/27.93	c D: 1
27.78/27.93	c estimatedAdderCost: 34
27.78/27.93	c Try to convert by bdds
27.78/27.94	c D: 1
27.78/27.94	c estimatedAdderCost: 34
27.78/27.94	c Try to convert by bdds
27.78/27.95	c D: 1
27.78/27.95	c estimatedAdderCost: 34
27.78/27.95	c Try to convert by bdds
27.78/27.96	c D: 1
27.78/27.96	c estimatedAdderCost: 35
27.78/27.96	c Try to convert by bdds
27.78/27.97	c D: 1
27.78/27.97	c estimatedAdderCost: 26
27.78/27.97	c Try to convert by bdds
27.78/27.98	c D: 1
27.78/27.98	c estimatedAdderCost: 26
27.78/27.98	c Try to convert by bdds
27.78/27.98	c D: 1
27.78/27.98	c estimatedAdderCost: 27
27.78/27.98	c Try to convert by bdds
27.78/27.99	c D: 1
27.78/27.99	c estimatedAdderCost: 27
27.78/27.99	c Try to convert by bdds
27.78/28.00	c D: 1
27.78/28.00	c estimatedAdderCost: 34
27.78/28.00	c Try to convert by bdds
27.78/28.01	c D: 1
27.78/28.01	c estimatedAdderCost: 34
27.78/28.01	c Try to convert by bdds
27.90/28.02	c D: 1
27.90/28.02	c estimatedAdderCost: 35
27.90/28.02	c Try to convert by bdds
27.90/28.03	c D: 1
27.90/28.03	c estimatedAdderCost: 35
27.90/28.03	c Try to convert by bdds
27.90/28.04	c D: 1
27.90/28.04	c estimatedAdderCost: 34
27.90/28.04	c Try to convert by bdds
27.90/28.05	c D: 1
27.90/28.05	c estimatedAdderCost: 34
27.90/28.05	c Try to convert by bdds
27.90/28.06	c D: 1
27.90/28.06	c estimatedAdderCost: 35
27.90/28.06	c Try to convert by bdds
27.90/28.07	c D: 1
27.90/28.07	c estimatedAdderCost: 35
27.90/28.07	c Try to convert by bdds
27.90/28.08	c D: 1
27.90/28.08	c estimatedAdderCost: 34
27.90/28.08	c Try to convert by bdds
27.90/28.09	c D: 1
27.90/28.09	c estimatedAdderCost: 34
27.90/28.09	c Try to convert by bdds
27.90/28.10	c D: 1
27.90/28.10	c estimatedAdderCost: 35
27.90/28.10	c Try to convert by bdds
28.00/28.11	c D: 1
28.00/28.11	c estimatedAdderCost: 35
28.00/28.11	c Try to convert by bdds
28.00/28.12	c D: 1
28.00/28.12	c estimatedAdderCost: 34
28.00/28.12	c Try to convert by bdds
28.00/28.13	c D: 1
28.00/28.13	c estimatedAdderCost: 34
28.00/28.13	c Try to convert by bdds
28.00/28.14	c D: 1
28.00/28.14	c estimatedAdderCost: 35
28.00/28.14	c Try to convert by bdds
28.00/28.15	c D: 1
28.00/28.15	c estimatedAdderCost: 35
28.00/28.15	c Try to convert by bdds
28.00/28.16	c D: 1
28.00/28.16	c estimatedAdderCost: 34
28.00/28.16	c Try to convert by bdds
28.00/28.17	c D: 1
28.00/28.17	c estimatedAdderCost: 34
28.00/28.17	c Try to convert by bdds
28.00/28.18	c D: 1
28.00/28.18	c estimatedAdderCost: 35
28.00/28.18	c Try to convert by bdds
28.08/28.20	c D: 1
28.08/28.20	c estimatedAdderCost: 35
28.08/28.20	c Try to convert by bdds
28.08/28.21	c D: 1
28.08/28.21	c estimatedAdderCost: 34
28.08/28.21	c Try to convert by bdds
28.08/28.22	c D: 1
28.08/28.22	c estimatedAdderCost: 34
28.08/28.22	c Try to convert by bdds
28.08/28.23	c D: 1
28.08/28.23	c estimatedAdderCost: 35
28.08/28.23	c Try to convert by bdds
28.08/28.24	c D: 1
28.08/28.24	c estimatedAdderCost: 35
28.08/28.24	c Try to convert by bdds
28.08/28.25	c D: 1
28.08/28.25	c estimatedAdderCost: 34
28.08/28.25	c Try to convert by bdds
28.08/28.26	c D: 1
28.08/28.26	c estimatedAdderCost: 34
28.08/28.26	c Try to convert by bdds
28.08/28.27	c D: 1
28.08/28.27	c estimatedAdderCost: 35
28.08/28.27	c Try to convert by bdds
28.08/28.28	c D: 1
28.08/28.28	c estimatedAdderCost: 35
28.08/28.28	c Try to convert by bdds
28.08/28.29	c D: 1
28.08/28.29	c estimatedAdderCost: 34
28.08/28.29	c Try to convert by bdds
28.18/28.30	c D: 1
28.18/28.30	c estimatedAdderCost: 34
28.18/28.30	c Try to convert by bdds
28.18/28.31	c D: 1
28.18/28.31	c estimatedAdderCost: 35
28.18/28.31	c Try to convert by bdds
28.18/28.32	c D: 1
28.18/28.32	c estimatedAdderCost: 35
28.18/28.32	c Try to convert by bdds
28.18/28.33	c D: 1
28.18/28.33	c estimatedAdderCost: 33
28.18/28.33	c Try to convert by bdds
28.18/28.34	c D: 1
28.18/28.34	c estimatedAdderCost: 34
28.18/28.34	c Try to convert by bdds
28.18/28.35	c D: 1
28.18/28.35	c estimatedAdderCost: 34
28.18/28.35	c Try to convert by bdds
28.18/28.36	c D: 1
28.18/28.36	c estimatedAdderCost: 34
28.18/28.36	c Try to convert by bdds
28.18/28.37	c D: 1
28.18/28.37	c estimatedAdderCost: 34
28.18/28.37	c Try to convert by bdds
28.18/28.38	c D: 1
28.18/28.38	c estimatedAdderCost: 35
28.18/28.38	c Try to convert by bdds
28.18/28.39	c D: 1
28.18/28.39	c estimatedAdderCost: 34
28.18/28.39	c Try to convert by bdds
28.28/28.40	c D: 1
28.28/28.40	c estimatedAdderCost: 34
28.28/28.40	c Try to convert by bdds
28.28/28.41	c D: 1
28.28/28.41	c estimatedAdderCost: 35
28.28/28.41	c Try to convert by bdds
28.28/28.42	c D: 1
28.28/28.42	c estimatedAdderCost: 35
28.28/28.42	c Try to convert by bdds
28.28/28.43	c D: 1
28.28/28.43	c estimatedAdderCost: 26
28.28/28.43	c Try to convert by bdds
28.28/28.44	c D: 1
28.28/28.44	c estimatedAdderCost: 26
28.28/28.44	c Try to convert by bdds
28.28/28.45	c D: 1
28.28/28.45	c estimatedAdderCost: 27
28.28/28.45	c Try to convert by bdds
28.28/28.45	c D: 1
28.28/28.45	c estimatedAdderCost: 27
28.28/28.45	c Try to convert by bdds
28.28/28.46	c D: 1
28.28/28.46	c estimatedAdderCost: 27
28.28/28.46	c Try to convert by bdds
28.28/28.47	c D: 1
28.28/28.47	c estimatedAdderCost: 34
28.28/28.47	c Try to convert by bdds
28.28/28.48	c D: 1
28.28/28.48	c estimatedAdderCost: 34
28.28/28.48	c Try to convert by bdds
28.28/28.49	c D: 1
28.28/28.49	c estimatedAdderCost: 35
28.28/28.49	c Try to convert by bdds
28.38/28.50	c D: 1
28.38/28.50	c estimatedAdderCost: 35
28.38/28.50	c Try to convert by bdds
28.38/28.51	c D: 1
28.38/28.51	c estimatedAdderCost: 35
28.38/28.51	c Try to convert by bdds
28.38/28.52	c D: 1
28.38/28.52	c estimatedAdderCost: 34
28.38/28.52	c Try to convert by bdds
28.38/28.53	c D: 1
28.38/28.53	c estimatedAdderCost: 34
28.38/28.53	c Try to convert by bdds
28.38/28.54	c D: 1
28.38/28.54	c estimatedAdderCost: 35
28.38/28.54	c Try to convert by bdds
28.38/28.55	c D: 1
28.38/28.55	c estimatedAdderCost: 35
28.38/28.55	c Try to convert by bdds
28.38/28.56	c D: 1
28.38/28.56	c estimatedAdderCost: 35
28.38/28.56	c Try to convert by bdds
28.38/28.57	c D: 1
28.38/28.57	c estimatedAdderCost: 34
28.38/28.57	c Try to convert by bdds
28.38/28.58	c D: 1
28.38/28.58	c estimatedAdderCost: 34
28.38/28.58	c Try to convert by bdds
28.38/28.59	c D: 1
28.38/28.59	c estimatedAdderCost: 35
28.38/28.59	c Try to convert by bdds
28.48/28.61	c D: 1
28.48/28.61	c estimatedAdderCost: 35
28.48/28.61	c Try to convert by bdds
28.48/28.62	c D: 1
28.48/28.62	c estimatedAdderCost: 35
28.48/28.62	c Try to convert by bdds
28.48/28.63	c D: 1
28.48/28.63	c estimatedAdderCost: 34
28.48/28.63	c Try to convert by bdds
28.48/28.64	c D: 1
28.48/28.64	c estimatedAdderCost: 34
28.48/28.64	c Try to convert by bdds
28.48/28.65	c D: 1
28.48/28.65	c estimatedAdderCost: 35
28.48/28.65	c Try to convert by bdds
28.48/28.66	c D: 1
28.48/28.66	c estimatedAdderCost: 35
28.48/28.66	c Try to convert by bdds
28.48/28.67	c D: 1
28.48/28.67	c estimatedAdderCost: 35
28.48/28.67	c Try to convert by bdds
28.48/28.68	c D: 1
28.48/28.68	c estimatedAdderCost: 34
28.48/28.68	c Try to convert by bdds
28.48/28.69	c D: 1
28.48/28.69	c estimatedAdderCost: 34
28.48/28.69	c Try to convert by bdds
28.58/28.70	c D: 1
28.58/28.70	c estimatedAdderCost: 35
28.58/28.70	c Try to convert by bdds
28.58/28.71	c D: 1
28.58/28.71	c estimatedAdderCost: 35
28.58/28.71	c Try to convert by bdds
28.58/28.72	c D: 1
28.58/28.72	c estimatedAdderCost: 35
28.58/28.72	c Try to convert by bdds
28.58/28.73	c D: 1
28.58/28.73	c estimatedAdderCost: 34
28.58/28.73	c Try to convert by bdds
28.58/28.74	c D: 1
28.58/28.74	c estimatedAdderCost: 34
28.58/28.74	c Try to convert by bdds
28.58/28.75	c D: 1
28.58/28.75	c estimatedAdderCost: 35
28.58/28.75	c Try to convert by bdds
28.58/28.76	c D: 1
28.58/28.76	c estimatedAdderCost: 35
28.58/28.76	c Try to convert by bdds
28.58/28.77	c D: 1
28.58/28.77	c estimatedAdderCost: 35
28.58/28.77	c Try to convert by bdds
28.58/28.78	c D: 1
28.58/28.78	c estimatedAdderCost: 34
28.58/28.78	c Try to convert by bdds
28.58/28.80	c D: 1
28.58/28.80	c estimatedAdderCost: 34
28.58/28.80	c Try to convert by bdds
28.68/28.81	c D: 1
28.68/28.81	c estimatedAdderCost: 35
28.68/28.81	c Try to convert by bdds
28.68/28.82	c D: 1
28.68/28.82	c estimatedAdderCost: 35
28.68/28.82	c Try to convert by bdds
28.68/28.83	c D: 1
28.68/28.83	c estimatedAdderCost: 35
28.68/28.83	c Try to convert by bdds
28.68/28.84	c D: 1
28.68/28.84	c estimatedAdderCost: 33
28.68/28.84	c Try to convert by bdds
28.68/28.85	c D: 1
28.68/28.85	c estimatedAdderCost: 34
28.68/28.85	c Try to convert by bdds
28.68/28.86	c D: 1
28.68/28.86	c estimatedAdderCost: 34
28.68/28.86	c Try to convert by bdds
28.68/28.87	c D: 1
28.68/28.87	c estimatedAdderCost: 34
28.68/28.87	c Try to convert by bdds
28.68/28.88	c D: 1
28.68/28.88	c estimatedAdderCost: 34
28.68/28.88	c Try to convert by bdds
28.68/28.89	c D: 1
28.68/28.89	c estimatedAdderCost: 35
28.68/28.89	c Try to convert by bdds
28.78/28.90	c D: 1
28.78/28.90	c estimatedAdderCost: 34
28.78/28.90	c Try to convert by bdds
28.78/28.91	c D: 1
28.78/28.91	c estimatedAdderCost: 34
28.78/28.91	c Try to convert by bdds
28.78/28.92	c D: 1
28.78/28.92	c estimatedAdderCost: 35
28.78/28.92	c Try to convert by bdds
28.78/28.93	c D: 1
28.78/28.93	c estimatedAdderCost: 35
28.78/28.93	c Try to convert by bdds
28.78/28.94	c D: 1
28.78/28.94	c estimatedAdderCost: 34
28.78/28.94	c Try to convert by bdds
28.78/28.95	c D: 1
28.78/28.95	c estimatedAdderCost: 34
28.78/28.95	c Try to convert by bdds
28.78/28.96	c D: 1
28.78/28.96	c estimatedAdderCost: 35
28.78/28.96	c Try to convert by bdds
28.78/28.97	c D: 1
28.78/28.97	c estimatedAdderCost: 35
28.78/28.97	c Try to convert by bdds
28.78/28.98	c D: 1
28.78/28.98	c estimatedAdderCost: 35
28.78/28.98	c Try to convert by bdds
28.78/28.99	c D: 1
28.78/28.99	c estimatedAdderCost: 26
28.78/28.99	c Try to convert by bdds
28.78/29.00	c D: 1
28.78/29.00	c estimatedAdderCost: 26
28.78/29.00	c Try to convert by bdds
28.78/29.01	c D: 1
28.78/29.01	c estimatedAdderCost: 27
28.78/29.01	c Try to convert by bdds
28.90/29.01	c D: 1
28.90/29.01	c estimatedAdderCost: 27
28.90/29.01	c Try to convert by bdds
28.90/29.02	c D: 1
28.90/29.02	c estimatedAdderCost: 27
28.90/29.02	c Try to convert by bdds
28.90/29.03	c D: 1
28.90/29.03	c estimatedAdderCost: 27
28.90/29.03	c Try to convert by bdds
28.90/29.03	c D: 1
28.90/29.03	c estimatedAdderCost: 34
28.90/29.03	c Try to convert by bdds
28.90/29.04	c D: 1
28.90/29.04	c estimatedAdderCost: 34
28.90/29.04	c Try to convert by bdds
28.90/29.05	c D: 1
28.90/29.05	c estimatedAdderCost: 35
28.90/29.05	c Try to convert by bdds
28.90/29.07	c D: 1
28.90/29.07	c estimatedAdderCost: 35
28.90/29.07	c Try to convert by bdds
28.90/29.08	c D: 1
28.90/29.08	c estimatedAdderCost: 35
28.90/29.08	c Try to convert by bdds
28.90/29.09	c D: 1
28.90/29.09	c estimatedAdderCost: 35
28.90/29.09	c Try to convert by bdds
28.90/29.10	c D: 1
28.90/29.10	c estimatedAdderCost: 34
28.90/29.10	c Try to convert by bdds
28.90/29.11	c D: 1
28.90/29.11	c estimatedAdderCost: 34
28.90/29.11	c Try to convert by bdds
28.99/29.12	c D: 1
28.99/29.12	c estimatedAdderCost: 35
28.99/29.12	c Try to convert by bdds
28.99/29.13	c D: 1
28.99/29.13	c estimatedAdderCost: 35
28.99/29.13	c Try to convert by bdds
28.99/29.14	c D: 1
28.99/29.14	c estimatedAdderCost: 35
28.99/29.14	c Try to convert by bdds
28.99/29.15	c D: 1
28.99/29.15	c estimatedAdderCost: 35
28.99/29.15	c Try to convert by bdds
28.99/29.16	c D: 1
28.99/29.16	c estimatedAdderCost: 34
28.99/29.16	c Try to convert by bdds
28.99/29.17	c D: 1
28.99/29.17	c estimatedAdderCost: 34
28.99/29.17	c Try to convert by bdds
28.99/29.18	c D: 1
28.99/29.18	c estimatedAdderCost: 35
28.99/29.18	c Try to convert by bdds
28.99/29.19	c D: 1
28.99/29.19	c estimatedAdderCost: 35
28.99/29.19	c Try to convert by bdds
29.08/29.20	c D: 1
29.08/29.20	c estimatedAdderCost: 35
29.08/29.20	c Try to convert by bdds
29.08/29.21	c D: 1
29.08/29.21	c estimatedAdderCost: 35
29.08/29.21	c Try to convert by bdds
29.08/29.22	c D: 1
29.08/29.22	c estimatedAdderCost: 34
29.08/29.22	c Try to convert by bdds
29.08/29.24	c D: 1
29.08/29.24	c estimatedAdderCost: 34
29.08/29.24	c Try to convert by bdds
29.08/29.25	c D: 1
29.08/29.25	c estimatedAdderCost: 35
29.08/29.25	c Try to convert by bdds
29.08/29.26	c D: 1
29.08/29.26	c estimatedAdderCost: 35
29.08/29.26	c Try to convert by bdds
29.08/29.27	c D: 1
29.08/29.27	c estimatedAdderCost: 35
29.08/29.27	c Try to convert by bdds
29.08/29.28	c D: 1
29.08/29.28	c estimatedAdderCost: 35
29.08/29.28	c Try to convert by bdds
29.08/29.29	c D: 1
29.08/29.29	c estimatedAdderCost: 34
29.08/29.29	c Try to convert by bdds
29.18/29.30	c D: 1
29.18/29.30	c estimatedAdderCost: 34
29.18/29.30	c Try to convert by bdds
29.18/29.31	c D: 1
29.18/29.31	c estimatedAdderCost: 35
29.18/29.31	c Try to convert by bdds
29.18/29.32	c D: 1
29.18/29.32	c estimatedAdderCost: 35
29.18/29.32	c Try to convert by bdds
29.18/29.33	c D: 1
29.18/29.33	c estimatedAdderCost: 35
29.18/29.33	c Try to convert by bdds
29.18/29.34	c D: 1
29.18/29.34	c estimatedAdderCost: 35
29.18/29.34	c Try to convert by bdds
29.18/29.35	c D: 1
29.18/29.35	c estimatedAdderCost: 34
29.18/29.35	c Try to convert by bdds
29.18/29.36	c D: 1
29.18/29.36	c estimatedAdderCost: 34
29.18/29.36	c Try to convert by bdds
29.18/29.37	c D: 1
29.18/29.37	c estimatedAdderCost: 35
29.18/29.37	c Try to convert by bdds
29.18/29.38	c D: 1
29.18/29.38	c estimatedAdderCost: 35
29.18/29.38	c Try to convert by bdds
29.18/29.39	c D: 1
29.18/29.39	c estimatedAdderCost: 35
29.18/29.39	c Try to convert by bdds
29.28/29.40	c D: 1
29.28/29.40	c estimatedAdderCost: 35
29.28/29.40	c Try to convert by bdds
29.28/29.42	c D: 1
29.28/29.42	c estimatedAdderCost: 33
29.28/29.42	c Try to convert by bdds
29.28/29.43	c D: 1
29.28/29.43	c estimatedAdderCost: 34
29.28/29.43	c Try to convert by bdds
29.28/29.44	c D: 1
29.28/29.44	c estimatedAdderCost: 34
29.28/29.44	c Try to convert by bdds
29.28/29.45	c D: 1
29.28/29.45	c estimatedAdderCost: 34
29.28/29.45	c Try to convert by bdds
29.28/29.46	c D: 1
29.28/29.46	c estimatedAdderCost: 34
29.28/29.46	c Try to convert by bdds
29.28/29.47	c D: 1
29.28/29.47	c estimatedAdderCost: 35
29.28/29.47	c Try to convert by bdds
29.28/29.48	c D: 1
29.28/29.48	c estimatedAdderCost: 34
29.28/29.48	c Try to convert by bdds
29.28/29.49	c D: 1
29.28/29.49	c estimatedAdderCost: 34
29.28/29.49	c Try to convert by bdds
29.38/29.50	c D: 1
29.38/29.50	c estimatedAdderCost: 35
29.38/29.50	c Try to convert by bdds
29.38/29.51	c D: 1
29.38/29.51	c estimatedAdderCost: 35
29.38/29.51	c Try to convert by bdds
29.38/29.52	c D: 1
29.38/29.52	c estimatedAdderCost: 34
29.38/29.52	c Try to convert by bdds
29.38/29.53	c D: 1
29.38/29.53	c estimatedAdderCost: 34
29.38/29.53	c Try to convert by bdds
29.38/29.54	c D: 1
29.38/29.54	c estimatedAdderCost: 35
29.38/29.54	c Try to convert by bdds
29.38/29.55	c D: 1
29.38/29.55	c estimatedAdderCost: 35
29.38/29.55	c Try to convert by bdds
29.38/29.56	c D: 1
29.38/29.56	c estimatedAdderCost: 35
29.38/29.56	c Try to convert by bdds
29.38/29.57	c D: 1
29.38/29.57	c estimatedAdderCost: 34
29.38/29.57	c Try to convert by bdds
29.38/29.58	c D: 1
29.38/29.58	c estimatedAdderCost: 34
29.38/29.58	c Try to convert by bdds
29.38/29.59	c D: 1
29.38/29.59	c estimatedAdderCost: 35
29.38/29.59	c Try to convert by bdds
29.48/29.60	c D: 1
29.48/29.60	c estimatedAdderCost: 35
29.48/29.60	c Try to convert by bdds
29.48/29.61	c D: 1
29.48/29.61	c estimatedAdderCost: 35
29.48/29.61	c Try to convert by bdds
29.48/29.62	c D: 1
29.48/29.62	c estimatedAdderCost: 35
29.48/29.62	c Try to convert by bdds
29.48/29.64	c D: 1
29.48/29.64	c estimatedAdderCost: 26
29.48/29.64	c Try to convert by bdds
29.48/29.64	c D: 1
29.48/29.64	c estimatedAdderCost: 26
29.48/29.64	c Try to convert by bdds
29.48/29.65	c D: 1
29.48/29.65	c estimatedAdderCost: 27
29.48/29.65	c Try to convert by bdds
29.48/29.66	c D: 1
29.48/29.66	c estimatedAdderCost: 27
29.48/29.66	c Try to convert by bdds
29.48/29.66	c D: 1
29.48/29.66	c estimatedAdderCost: 27
29.48/29.66	c Try to convert by bdds
29.48/29.67	c D: 1
29.48/29.67	c estimatedAdderCost: 27
29.48/29.67	c Try to convert by bdds
29.48/29.68	c D: 1
29.48/29.68	c estimatedAdderCost: 27
29.48/29.68	c Try to convert by bdds
29.48/29.68	c D: 1
29.48/29.68	c estimatedAdderCost: 34
29.48/29.68	c Try to convert by bdds
29.48/29.69	c D: 1
29.48/29.69	c estimatedAdderCost: 34
29.48/29.69	c Try to convert by bdds
29.58/29.70	c D: 1
29.58/29.70	c estimatedAdderCost: 35
29.58/29.70	c Try to convert by bdds
29.58/29.72	c D: 1
29.58/29.72	c estimatedAdderCost: 35
29.58/29.72	c Try to convert by bdds
29.58/29.73	c D: 1
29.58/29.73	c estimatedAdderCost: 35
29.58/29.73	c Try to convert by bdds
29.58/29.74	c D: 1
29.58/29.74	c estimatedAdderCost: 35
29.58/29.74	c Try to convert by bdds
29.58/29.75	c D: 1
29.58/29.75	c estimatedAdderCost: 35
29.58/29.75	c Try to convert by bdds
29.58/29.76	c D: 1
29.58/29.76	c estimatedAdderCost: 34
29.58/29.76	c Try to convert by bdds
29.58/29.77	c D: 1
29.58/29.77	c estimatedAdderCost: 34
29.58/29.77	c Try to convert by bdds
29.58/29.78	c D: 1
29.58/29.78	c estimatedAdderCost: 35
29.58/29.78	c Try to convert by bdds
29.58/29.79	c D: 1
29.58/29.79	c estimatedAdderCost: 35
29.58/29.79	c Try to convert by bdds
29.68/29.80	c D: 1
29.68/29.80	c estimatedAdderCost: 35
29.68/29.80	c Try to convert by bdds
29.68/29.81	c D: 1
29.68/29.81	c estimatedAdderCost: 35
29.68/29.81	c Try to convert by bdds
29.68/29.82	c D: 1
29.68/29.82	c estimatedAdderCost: 35
29.68/29.82	c Try to convert by bdds
29.68/29.83	c D: 1
29.68/29.83	c estimatedAdderCost: 34
29.68/29.83	c Try to convert by bdds
29.68/29.84	c D: 1
29.68/29.84	c estimatedAdderCost: 34
29.68/29.84	c Try to convert by bdds
29.68/29.85	c D: 1
29.68/29.85	c estimatedAdderCost: 35
29.68/29.85	c Try to convert by bdds
29.68/29.86	c D: 1
29.68/29.86	c estimatedAdderCost: 35
29.68/29.86	c Try to convert by bdds
29.68/29.87	c D: 1
29.68/29.87	c estimatedAdderCost: 35
29.68/29.87	c Try to convert by bdds
29.68/29.89	c D: 1
29.68/29.89	c estimatedAdderCost: 35
29.68/29.89	c Try to convert by bdds
29.78/29.90	c D: 1
29.78/29.90	c estimatedAdderCost: 35
29.78/29.90	c Try to convert by bdds
29.78/29.91	c D: 1
29.78/29.91	c estimatedAdderCost: 34
29.78/29.91	c Try to convert by bdds
29.78/29.92	c D: 1
29.78/29.92	c estimatedAdderCost: 34
29.78/29.92	c Try to convert by bdds
29.78/29.93	c D: 1
29.78/29.93	c estimatedAdderCost: 35
29.78/29.93	c Try to convert by bdds
29.78/29.94	c D: 1
29.78/29.94	c estimatedAdderCost: 35
29.78/29.94	c Try to convert by bdds
29.78/29.95	c D: 1
29.78/29.95	c estimatedAdderCost: 35
29.78/29.95	c Try to convert by bdds
29.78/29.96	c D: 1
29.78/29.96	c estimatedAdderCost: 35
29.78/29.96	c Try to convert by bdds
29.78/29.97	c D: 1
29.78/29.97	c estimatedAdderCost: 35
29.78/29.97	c Try to convert by bdds
29.78/29.98	c D: 1
29.78/29.98	c estimatedAdderCost: 34
29.78/29.98	c Try to convert by bdds
29.78/29.99	c D: 1
29.78/29.99	c estimatedAdderCost: 34
29.78/29.99	c Try to convert by bdds
29.78/30.00	c D: 1
29.78/30.00	c estimatedAdderCost: 35
29.78/30.00	c Try to convert by bdds
29.89/30.01	c D: 1
29.89/30.01	c estimatedAdderCost: 35
29.89/30.01	c Try to convert by bdds
29.89/30.02	c D: 1
29.89/30.02	c estimatedAdderCost: 35
29.89/30.02	c Try to convert by bdds
29.89/30.03	c D: 1
29.89/30.03	c estimatedAdderCost: 35
29.89/30.03	c Try to convert by bdds
29.89/30.05	c D: 1
29.89/30.05	c estimatedAdderCost: 35
29.89/30.05	c Try to convert by bdds
29.89/30.06	c D: 1
29.89/30.06	c estimatedAdderCost: 33
29.89/30.06	c Try to convert by bdds
29.89/30.07	c D: 1
29.89/30.07	c estimatedAdderCost: 34
29.89/30.07	c Try to convert by bdds
29.89/30.08	c D: 1
29.89/30.08	c estimatedAdderCost: 34
29.89/30.08	c Try to convert by bdds
29.89/30.09	c D: 1
29.89/30.09	c estimatedAdderCost: 34
29.89/30.09	c Try to convert by bdds
29.89/30.10	c D: 1
29.89/30.10	c estimatedAdderCost: 34
29.89/30.10	c Try to convert by bdds
29.89/30.11	c D: 1
29.89/30.11	c estimatedAdderCost: 35
29.89/30.11	c Try to convert by bdds
29.99/30.12	c D: 1
29.99/30.12	c estimatedAdderCost: 34
29.99/30.12	c Try to convert by bdds
29.99/30.13	c D: 1
29.99/30.13	c estimatedAdderCost: 34
29.99/30.13	c Try to convert by bdds
29.99/30.14	c D: 1
29.99/30.14	c estimatedAdderCost: 35
29.99/30.14	c Try to convert by bdds
29.99/30.15	c D: 1
29.99/30.15	c estimatedAdderCost: 35
29.99/30.15	c Try to convert by bdds
29.99/30.16	c D: 1
29.99/30.16	c estimatedAdderCost: 34
29.99/30.16	c Try to convert by bdds
29.99/30.17	c D: 1
29.99/30.17	c estimatedAdderCost: 34
29.99/30.17	c Try to convert by bdds
29.99/30.18	c D: 1
29.99/30.18	c estimatedAdderCost: 35
29.99/30.18	c Try to convert by bdds
29.99/30.19	c D: 1
29.99/30.19	c estimatedAdderCost: 35
29.99/30.19	c Try to convert by bdds
30.08/30.20	c D: 1
30.08/30.20	c estimatedAdderCost: 35
30.08/30.20	c Try to convert by bdds
30.08/30.21	c D: 1
30.08/30.21	c estimatedAdderCost: 34
30.08/30.21	c Try to convert by bdds
30.08/30.22	c D: 1
30.08/30.22	c estimatedAdderCost: 34
30.08/30.22	c Try to convert by bdds
30.08/30.23	c D: 1
30.08/30.23	c estimatedAdderCost: 35
30.08/30.23	c Try to convert by bdds
30.08/30.24	c D: 1
30.08/30.24	c estimatedAdderCost: 35
30.08/30.24	c Try to convert by bdds
30.08/30.25	c D: 1
30.08/30.25	c estimatedAdderCost: 35
30.08/30.25	c Try to convert by bdds
30.08/30.27	c D: 1
30.08/30.27	c estimatedAdderCost: 35
30.08/30.27	c Try to convert by bdds
30.08/30.28	c D: 1
30.08/30.28	c estimatedAdderCost: 34
30.08/30.28	c Try to convert by bdds
30.08/30.29	c D: 1
30.08/30.29	c estimatedAdderCost: 34
30.08/30.29	c Try to convert by bdds
30.17/30.30	c D: 1
30.17/30.30	c estimatedAdderCost: 35
30.17/30.30	c Try to convert by bdds
30.17/30.31	c D: 1
30.17/30.31	c estimatedAdderCost: 35
30.17/30.31	c Try to convert by bdds
30.17/30.32	c D: 1
30.17/30.32	c estimatedAdderCost: 35
30.17/30.32	c Try to convert by bdds
30.17/30.33	c D: 1
30.17/30.33	c estimatedAdderCost: 35
30.17/30.33	c Try to convert by bdds
30.17/30.34	c D: 1
30.17/30.34	c estimatedAdderCost: 35
30.17/30.34	c Try to convert by bdds
30.17/30.35	c D: 1
30.17/30.35	c estimatedAdderCost: 26
30.17/30.35	c Try to convert by bdds
30.17/30.36	c D: 1
30.17/30.36	c estimatedAdderCost: 26
30.17/30.36	c Try to convert by bdds
30.17/30.36	c D: 1
30.17/30.36	c estimatedAdderCost: 27
30.17/30.36	c Try to convert by bdds
30.17/30.37	c D: 1
30.17/30.37	c estimatedAdderCost: 27
30.17/30.37	c Try to convert by bdds
30.17/30.38	c D: 1
30.17/30.38	c estimatedAdderCost: 27
30.17/30.38	c Try to convert by bdds
30.17/30.39	c D: 1
30.17/30.39	c estimatedAdderCost: 27
30.17/30.39	c Try to convert by bdds
30.17/30.39	c D: 1
30.17/30.39	c estimatedAdderCost: 27
30.17/30.39	c Try to convert by bdds
30.27/30.40	c D: 1
30.27/30.40	c estimatedAdderCost: 27
30.27/30.40	c Try to convert by bdds
30.27/30.41	c D: 1
30.27/30.41	c estimatedAdderCost: 34
30.27/30.41	c Try to convert by bdds
30.27/30.42	c D: 1
30.27/30.42	c estimatedAdderCost: 34
30.27/30.42	c Try to convert by bdds
30.27/30.43	c D: 1
30.27/30.43	c estimatedAdderCost: 35
30.27/30.43	c Try to convert by bdds
30.27/30.44	c D: 1
30.27/30.44	c estimatedAdderCost: 35
30.27/30.44	c Try to convert by bdds
30.27/30.45	c D: 1
30.27/30.45	c estimatedAdderCost: 35
30.27/30.45	c Try to convert by bdds
30.27/30.46	c D: 1
30.27/30.46	c estimatedAdderCost: 35
30.27/30.46	c Try to convert by bdds
30.27/30.47	c D: 1
30.27/30.47	c estimatedAdderCost: 35
30.27/30.47	c Try to convert by bdds
30.27/30.48	c D: 1
30.27/30.48	c estimatedAdderCost: 35
30.27/30.48	c Try to convert by bdds
30.27/30.49	c D: 1
30.27/30.49	c estimatedAdderCost: 34
30.27/30.49	c Try to convert by bdds
30.37/30.50	c D: 1
30.37/30.50	c estimatedAdderCost: 34
30.37/30.50	c Try to convert by bdds
30.37/30.51	c D: 1
30.37/30.51	c estimatedAdderCost: 35
30.37/30.51	c Try to convert by bdds
30.37/30.52	c D: 1
30.37/30.52	c estimatedAdderCost: 35
30.37/30.52	c Try to convert by bdds
30.37/30.53	c D: 1
30.37/30.53	c estimatedAdderCost: 35
30.37/30.53	c Try to convert by bdds
30.37/30.54	c D: 1
30.37/30.54	c estimatedAdderCost: 35
30.37/30.54	c Try to convert by bdds
30.37/30.56	c D: 1
30.37/30.56	c estimatedAdderCost: 35
30.37/30.56	c Try to convert by bdds
30.37/30.57	c D: 1
30.37/30.57	c estimatedAdderCost: 35
30.37/30.57	c Try to convert by bdds
30.37/30.58	c D: 1
30.37/30.58	c estimatedAdderCost: 34
30.37/30.58	c Try to convert by bdds
30.37/30.59	c D: 1
30.37/30.59	c estimatedAdderCost: 34
30.37/30.59	c Try to convert by bdds
30.47/30.60	c D: 1
30.47/30.60	c estimatedAdderCost: 35
30.47/30.60	c Try to convert by bdds
30.47/30.61	c D: 1
30.47/30.61	c estimatedAdderCost: 35
30.47/30.61	c Try to convert by bdds
30.47/30.62	c D: 1
30.47/30.62	c estimatedAdderCost: 35
30.47/30.62	c Try to convert by bdds
30.47/30.63	c D: 1
30.47/30.63	c estimatedAdderCost: 35
30.47/30.63	c Try to convert by bdds
30.47/30.64	c D: 1
30.47/30.64	c estimatedAdderCost: 35
30.47/30.64	c Try to convert by bdds
30.47/30.65	c D: 1
30.47/30.65	c estimatedAdderCost: 35
30.47/30.65	c Try to convert by bdds
30.47/30.66	c D: 1
30.47/30.66	c estimatedAdderCost: 34
30.47/30.66	c Try to convert by bdds
30.47/30.67	c D: 1
30.47/30.67	c estimatedAdderCost: 34
30.47/30.67	c Try to convert by bdds
30.47/30.68	c D: 1
30.47/30.68	c estimatedAdderCost: 35
30.47/30.68	c Try to convert by bdds
30.47/30.69	c D: 1
30.47/30.69	c estimatedAdderCost: 35
30.47/30.69	c Try to convert by bdds
30.57/30.70	c D: 1
30.57/30.70	c estimatedAdderCost: 35
30.57/30.70	c Try to convert by bdds
30.57/30.72	c D: 1
30.57/30.72	c estimatedAdderCost: 35
30.57/30.72	c Try to convert by bdds
30.57/30.73	c D: 1
30.57/30.73	c estimatedAdderCost: 35
30.57/30.73	c Try to convert by bdds
30.57/30.74	c D: 1
30.57/30.74	c estimatedAdderCost: 35
30.57/30.74	c Try to convert by bdds
30.57/30.75	c D: 1
30.57/30.75	c estimatedAdderCost: 33
30.57/30.75	c Try to convert by bdds
30.57/30.76	c D: 1
30.57/30.76	c estimatedAdderCost: 34
30.57/30.76	c Try to convert by bdds
30.57/30.77	c D: 1
30.57/30.77	c estimatedAdderCost: 34
30.57/30.77	c Try to convert by bdds
30.57/30.78	c D: 1
30.57/30.78	c estimatedAdderCost: 34
30.57/30.78	c Try to convert by bdds
30.57/30.79	c D: 1
30.57/30.79	c estimatedAdderCost: 34
30.57/30.79	c Try to convert by bdds
30.67/30.80	c D: 1
30.67/30.80	c estimatedAdderCost: 35
30.67/30.80	c Try to convert by bdds
30.67/30.81	c D: 1
30.67/30.81	c estimatedAdderCost: 34
30.67/30.81	c Try to convert by bdds
30.67/30.82	c D: 1
30.67/30.82	c estimatedAdderCost: 34
30.67/30.82	c Try to convert by bdds
30.67/30.83	c D: 1
30.67/30.83	c estimatedAdderCost: 35
30.67/30.83	c Try to convert by bdds
30.67/30.84	c D: 1
30.67/30.84	c estimatedAdderCost: 35
30.67/30.84	c Try to convert by bdds
30.67/30.85	c D: 1
30.67/30.85	c estimatedAdderCost: 34
30.67/30.85	c Try to convert by bdds
30.67/30.86	c D: 1
30.67/30.86	c estimatedAdderCost: 34
30.67/30.86	c Try to convert by bdds
30.67/30.87	c D: 1
30.67/30.87	c estimatedAdderCost: 35
30.67/30.87	c Try to convert by bdds
30.67/30.88	c D: 1
30.67/30.88	c estimatedAdderCost: 35
30.67/30.88	c Try to convert by bdds
30.67/30.89	c D: 1
30.67/30.89	c estimatedAdderCost: 35
30.67/30.89	c Try to convert by bdds
30.77/30.90	c D: 1
30.77/30.90	c estimatedAdderCost: 34
30.77/30.90	c Try to convert by bdds
30.77/30.91	c D: 1
30.77/30.91	c estimatedAdderCost: 34
30.77/30.91	c Try to convert by bdds
30.77/30.92	c D: 1
30.77/30.92	c estimatedAdderCost: 35
30.77/30.92	c Try to convert by bdds
30.77/30.93	c D: 1
30.77/30.93	c estimatedAdderCost: 35
30.77/30.93	c Try to convert by bdds
30.77/30.95	c D: 1
30.77/30.95	c estimatedAdderCost: 35
30.77/30.95	c Try to convert by bdds
30.77/30.96	c D: 1
30.77/30.96	c estimatedAdderCost: 35
30.77/30.96	c Try to convert by bdds
30.77/30.97	c D: 1
30.77/30.97	c estimatedAdderCost: 34
30.77/30.97	c Try to convert by bdds
30.77/30.98	c D: 1
30.77/30.98	c estimatedAdderCost: 34
30.77/30.98	c Try to convert by bdds
30.77/30.99	c D: 1
30.77/30.99	c estimatedAdderCost: 35
30.77/30.99	c Try to convert by bdds
30.77/31.00	c D: 1
30.77/31.00	c estimatedAdderCost: 35
30.77/31.00	c Try to convert by bdds
30.89/31.01	c D: 1
30.89/31.01	c estimatedAdderCost: 35
30.89/31.01	c Try to convert by bdds
30.89/31.02	c D: 1
30.89/31.02	c estimatedAdderCost: 35
30.89/31.02	c Try to convert by bdds
30.89/31.03	c D: 1
30.89/31.03	c estimatedAdderCost: 35
30.89/31.03	c Try to convert by bdds
30.89/31.04	c D: 1
30.89/31.04	c estimatedAdderCost: 34
30.89/31.04	c Try to convert by bdds
30.89/31.05	c D: 1
30.89/31.05	c estimatedAdderCost: 34
30.89/31.05	c Try to convert by bdds
30.89/31.06	c D: 1
30.89/31.06	c estimatedAdderCost: 35
30.89/31.06	c Try to convert by bdds
30.89/31.07	c D: 1
30.89/31.07	c estimatedAdderCost: 35
30.89/31.07	c Try to convert by bdds
30.89/31.08	c D: 1
30.89/31.08	c estimatedAdderCost: 35
30.89/31.08	c Try to convert by bdds
30.89/31.09	c D: 1
30.89/31.09	c estimatedAdderCost: 35
30.89/31.09	c Try to convert by bdds
30.89/31.10	c D: 1
30.89/31.10	c estimatedAdderCost: 35
30.89/31.10	c Try to convert by bdds
30.99/31.12	c D: 1
30.99/31.12	c estimatedAdderCost: 35
30.99/31.12	c Try to convert by bdds
30.99/31.13	c D: 1
30.99/31.13	c estimatedAdderCost: 26
30.99/31.13	c Try to convert by bdds
30.99/31.13	c D: 1
30.99/31.13	c estimatedAdderCost: 26
30.99/31.13	c Try to convert by bdds
30.99/31.14	c D: 1
30.99/31.14	c estimatedAdderCost: 27
30.99/31.14	c Try to convert by bdds
30.99/31.15	c D: 1
30.99/31.15	c estimatedAdderCost: 27
30.99/31.15	c Try to convert by bdds
30.99/31.15	c D: 1
30.99/31.15	c estimatedAdderCost: 27
30.99/31.15	c Try to convert by bdds
30.99/31.16	c D: 1
30.99/31.16	c estimatedAdderCost: 27
30.99/31.16	c Try to convert by bdds
30.99/31.17	c D: 1
30.99/31.17	c estimatedAdderCost: 27
30.99/31.17	c Try to convert by bdds
30.99/31.17	c D: 1
30.99/31.17	c estimatedAdderCost: 27
30.99/31.17	c Try to convert by bdds
30.99/31.18	c D: 1
30.99/31.18	c estimatedAdderCost: 27
30.99/31.18	c Try to convert by bdds
30.99/31.19	c D: 1
30.99/31.19	c estimatedAdderCost: 34
30.99/31.19	c Try to convert by bdds
31.07/31.20	c D: 1
31.07/31.20	c estimatedAdderCost: 34
31.07/31.20	c Try to convert by bdds
31.07/31.21	c D: 1
31.07/31.21	c estimatedAdderCost: 35
31.07/31.21	c Try to convert by bdds
31.07/31.22	c D: 1
31.07/31.22	c estimatedAdderCost: 35
31.07/31.22	c Try to convert by bdds
31.07/31.23	c D: 1
31.07/31.23	c estimatedAdderCost: 35
31.07/31.23	c Try to convert by bdds
31.07/31.24	c D: 1
31.07/31.24	c estimatedAdderCost: 35
31.07/31.24	c Try to convert by bdds
31.07/31.25	c D: 1
31.07/31.25	c estimatedAdderCost: 35
31.07/31.25	c Try to convert by bdds
31.07/31.26	c D: 1
31.07/31.26	c estimatedAdderCost: 35
31.07/31.26	c Try to convert by bdds
31.07/31.27	c D: 1
31.07/31.27	c estimatedAdderCost: 35
31.07/31.27	c Try to convert by bdds
31.07/31.28	c D: 1
31.07/31.28	c estimatedAdderCost: 34
31.07/31.28	c Try to convert by bdds
31.07/31.29	c D: 1
31.07/31.29	c estimatedAdderCost: 34
31.07/31.29	c Try to convert by bdds
31.17/31.30	c D: 1
31.17/31.30	c estimatedAdderCost: 35
31.17/31.30	c Try to convert by bdds
31.17/31.32	c D: 1
31.17/31.32	c estimatedAdderCost: 35
31.17/31.32	c Try to convert by bdds
31.17/31.33	c D: 1
31.17/31.33	c estimatedAdderCost: 35
31.17/31.33	c Try to convert by bdds
31.17/31.34	c D: 1
31.17/31.34	c estimatedAdderCost: 35
31.17/31.34	c Try to convert by bdds
31.17/31.35	c D: 1
31.17/31.35	c estimatedAdderCost: 35
31.17/31.35	c Try to convert by bdds
31.17/31.36	c D: 1
31.17/31.36	c estimatedAdderCost: 35
31.17/31.36	c Try to convert by bdds
31.17/31.37	c D: 1
31.17/31.37	c estimatedAdderCost: 35
31.17/31.37	c Try to convert by bdds
31.17/31.38	c D: 1
31.17/31.38	c estimatedAdderCost: 34
31.17/31.38	c Try to convert by bdds
31.17/31.39	c D: 1
31.17/31.39	c estimatedAdderCost: 34
31.17/31.39	c Try to convert by bdds
31.27/31.40	c D: 1
31.27/31.40	c estimatedAdderCost: 35
31.27/31.40	c Try to convert by bdds
31.27/31.41	c D: 1
31.27/31.41	c estimatedAdderCost: 35
31.27/31.41	c Try to convert by bdds
31.27/31.42	c D: 1
31.27/31.42	c estimatedAdderCost: 35
31.27/31.42	c Try to convert by bdds
31.27/31.43	c D: 1
31.27/31.43	c estimatedAdderCost: 35
31.27/31.43	c Try to convert by bdds
31.27/31.44	c D: 1
31.27/31.44	c estimatedAdderCost: 35
31.27/31.44	c Try to convert by bdds
31.27/31.45	c D: 1
31.27/31.45	c estimatedAdderCost: 35
31.27/31.45	c Try to convert by bdds
31.27/31.46	c D: 1
31.27/31.46	c estimatedAdderCost: 35
31.27/31.46	c Try to convert by bdds
31.27/31.48	c D: 1
31.27/31.48	c estimatedAdderCost: 33
31.27/31.48	c Try to convert by bdds
31.27/31.49	c D: 1
31.27/31.49	c estimatedAdderCost: 34
31.27/31.49	c Try to convert by bdds
31.27/31.50	c D: 1
31.27/31.50	c estimatedAdderCost: 34
31.27/31.50	c Try to convert by bdds
31.37/31.51	c D: 1
31.37/31.51	c estimatedAdderCost: 34
31.37/31.51	c Try to convert by bdds
31.37/31.52	c D: 1
31.37/31.52	c estimatedAdderCost: 34
31.37/31.52	c Try to convert by bdds
31.37/31.53	c D: 1
31.37/31.53	c estimatedAdderCost: 35
31.37/31.53	c Try to convert by bdds
31.37/31.54	c D: 1
31.37/31.54	c estimatedAdderCost: 34
31.37/31.54	c Try to convert by bdds
31.37/31.55	c D: 1
31.37/31.55	c estimatedAdderCost: 34
31.37/31.55	c Try to convert by bdds
31.37/31.56	c D: 1
31.37/31.56	c estimatedAdderCost: 35
31.37/31.56	c Try to convert by bdds
31.37/31.57	c D: 1
31.37/31.57	c estimatedAdderCost: 35
31.37/31.57	c Try to convert by bdds
31.37/31.58	c D: 1
31.37/31.58	c estimatedAdderCost: 34
31.37/31.58	c Try to convert by bdds
31.37/31.59	c D: 1
31.37/31.59	c estimatedAdderCost: 34
31.37/31.59	c Try to convert by bdds
31.47/31.60	c D: 1
31.47/31.60	c estimatedAdderCost: 35
31.47/31.60	c Try to convert by bdds
31.47/31.61	c D: 1
31.47/31.61	c estimatedAdderCost: 35
31.47/31.61	c Try to convert by bdds
31.47/31.62	c D: 1
31.47/31.62	c estimatedAdderCost: 35
31.47/31.62	c Try to convert by bdds
31.47/31.63	c D: 1
31.47/31.63	c estimatedAdderCost: 34
31.47/31.63	c Try to convert by bdds
31.47/31.64	c D: 1
31.47/31.64	c estimatedAdderCost: 34
31.47/31.64	c Try to convert by bdds
31.47/31.65	c D: 1
31.47/31.65	c estimatedAdderCost: 35
31.47/31.65	c Try to convert by bdds
31.47/31.66	c D: 1
31.47/31.66	c estimatedAdderCost: 35
31.47/31.66	c Try to convert by bdds
31.47/31.67	c D: 1
31.47/31.67	c estimatedAdderCost: 35
31.47/31.67	c Try to convert by bdds
31.47/31.68	c D: 1
31.47/31.68	c estimatedAdderCost: 35
31.47/31.68	c Try to convert by bdds
31.47/31.69	c D: 1
31.47/31.69	c estimatedAdderCost: 34
31.47/31.69	c Try to convert by bdds
31.57/31.71	c D: 1
31.57/31.71	c estimatedAdderCost: 34
31.57/31.71	c Try to convert by bdds
31.57/31.72	c D: 1
31.57/31.72	c estimatedAdderCost: 35
31.57/31.72	c Try to convert by bdds
31.57/31.73	c D: 1
31.57/31.73	c estimatedAdderCost: 35
31.57/31.73	c Try to convert by bdds
31.57/31.74	c D: 1
31.57/31.74	c estimatedAdderCost: 35
31.57/31.74	c Try to convert by bdds
31.57/31.75	c D: 1
31.57/31.75	c estimatedAdderCost: 35
31.57/31.75	c Try to convert by bdds
31.57/31.76	c D: 1
31.57/31.76	c estimatedAdderCost: 35
31.57/31.76	c Try to convert by bdds
31.57/31.77	c D: 1
31.57/31.77	c estimatedAdderCost: 34
31.57/31.77	c Try to convert by bdds
31.57/31.78	c D: 1
31.57/31.78	c estimatedAdderCost: 34
31.57/31.78	c Try to convert by bdds
31.57/31.79	c D: 1
31.57/31.79	c estimatedAdderCost: 35
31.57/31.79	c Try to convert by bdds
31.67/31.80	c D: 1
31.67/31.80	c estimatedAdderCost: 35
31.67/31.80	c Try to convert by bdds
31.67/31.81	c D: 1
31.67/31.81	c estimatedAdderCost: 35
31.67/31.81	c Try to convert by bdds
31.67/31.82	c D: 1
31.67/31.82	c estimatedAdderCost: 35
31.67/31.82	c Try to convert by bdds
31.67/31.83	c D: 1
31.67/31.83	c estimatedAdderCost: 35
31.67/31.83	c Try to convert by bdds
31.67/31.84	c D: 1
31.67/31.84	c estimatedAdderCost: 35
31.67/31.84	c Try to convert by bdds
31.67/31.85	c D: 1
31.67/31.85	c estimatedAdderCost: 34
31.67/31.85	c Try to convert by bdds
31.67/31.87	c D: 1
31.67/31.87	c estimatedAdderCost: 34
31.67/31.87	c Try to convert by bdds
31.67/31.88	c D: 1
31.67/31.88	c estimatedAdderCost: 35
31.67/31.88	c Try to convert by bdds
31.67/31.89	c D: 1
31.67/31.89	c estimatedAdderCost: 35
31.67/31.89	c Try to convert by bdds
31.77/31.90	c D: 1
31.77/31.90	c estimatedAdderCost: 35
31.77/31.90	c Try to convert by bdds
31.77/31.91	c D: 1
31.77/31.91	c estimatedAdderCost: 35
31.77/31.91	c Try to convert by bdds
31.77/31.92	c D: 1
31.77/31.92	c estimatedAdderCost: 35
31.77/31.92	c Try to convert by bdds
31.77/31.93	c D: 1
31.77/31.93	c estimatedAdderCost: 35
31.77/31.93	c Try to convert by bdds
31.77/31.94	c D: 1
31.77/31.94	c estimatedAdderCost: 35
31.77/31.94	c Try to convert by bdds
31.77/31.95	c D: 1
31.77/31.95	c estimatedAdderCost: 26
31.77/31.95	c Try to convert by bdds
31.77/31.96	c D: 1
31.77/31.96	c estimatedAdderCost: 26
31.77/31.96	c Try to convert by bdds
31.77/31.96	c D: 1
31.77/31.96	c estimatedAdderCost: 27
31.77/31.96	c Try to convert by bdds
31.77/31.97	c D: 1
31.77/31.97	c estimatedAdderCost: 27
31.77/31.97	c Try to convert by bdds
31.77/31.98	c D: 1
31.77/31.98	c estimatedAdderCost: 27
31.77/31.98	c Try to convert by bdds
31.77/31.99	c D: 1
31.77/31.99	c estimatedAdderCost: 27
31.77/31.99	c Try to convert by bdds
31.77/31.99	c D: 1
31.77/31.99	c estimatedAdderCost: 27
31.77/31.99	c Try to convert by bdds
31.77/32.00	c D: 1
31.77/32.00	c estimatedAdderCost: 27
31.77/32.00	c Try to convert by bdds
31.77/32.01	c D: 1
31.77/32.01	c estimatedAdderCost: 27
31.77/32.01	c Try to convert by bdds
31.88/32.01	c D: 1
31.88/32.01	c estimatedAdderCost: 27
31.88/32.01	c Try to convert by bdds
31.88/32.02	c D: 1
31.88/32.02	c estimatedAdderCost: 34
31.88/32.02	c Try to convert by bdds
31.88/32.03	c D: 1
31.88/32.03	c estimatedAdderCost: 34
31.88/32.03	c Try to convert by bdds
31.88/32.04	c D: 1
31.88/32.04	c estimatedAdderCost: 35
31.88/32.04	c Try to convert by bdds
31.88/32.05	c D: 1
31.88/32.05	c estimatedAdderCost: 35
31.88/32.05	c Try to convert by bdds
31.88/32.06	c D: 1
31.88/32.06	c estimatedAdderCost: 35
31.88/32.06	c Try to convert by bdds
31.88/32.07	c D: 1
31.88/32.07	c estimatedAdderCost: 35
31.88/32.07	c Try to convert by bdds
31.88/32.08	c D: 1
31.88/32.08	c estimatedAdderCost: 35
31.88/32.08	c Try to convert by bdds
31.88/32.09	c D: 1
31.88/32.09	c estimatedAdderCost: 35
31.88/32.09	c Try to convert by bdds
31.88/32.11	c D: 1
31.88/32.11	c estimatedAdderCost: 35
31.88/32.11	c Try to convert by bdds
31.98/32.12	c D: 1
31.98/32.12	c estimatedAdderCost: 35
31.98/32.12	c Try to convert by bdds
31.98/32.13	c D: 1
31.98/32.13	c estimatedAdderCost: 34
31.98/32.13	c Try to convert by bdds
31.98/32.14	c D: 1
31.98/32.14	c estimatedAdderCost: 34
31.98/32.14	c Try to convert by bdds
31.98/32.15	c D: 1
31.98/32.15	c estimatedAdderCost: 35
31.98/32.15	c Try to convert by bdds
31.98/32.16	c D: 1
31.98/32.16	c estimatedAdderCost: 35
31.98/32.16	c Try to convert by bdds
31.98/32.17	c D: 1
31.98/32.17	c estimatedAdderCost: 35
31.98/32.17	c Try to convert by bdds
31.98/32.18	c D: 1
31.98/32.18	c estimatedAdderCost: 35
31.98/32.18	c Try to convert by bdds
31.98/32.19	c D: 1
31.98/32.19	c estimatedAdderCost: 35
31.98/32.19	c Try to convert by bdds
32.07/32.20	c D: 1
32.07/32.20	c estimatedAdderCost: 35
32.07/32.20	c Try to convert by bdds
32.07/32.21	c D: 1
32.07/32.21	c estimatedAdderCost: 35
32.07/32.21	c Try to convert by bdds
32.07/32.22	c D: 1
32.07/32.22	c estimatedAdderCost: 35
32.07/32.22	c Try to convert by bdds
32.07/32.23	c D: 1
32.07/32.23	c estimatedAdderCost: 33
32.07/32.23	c Try to convert by bdds
32.07/32.24	c D: 1
32.07/32.24	c estimatedAdderCost: 34
32.07/32.24	c Try to convert by bdds
32.07/32.25	c D: 1
32.07/32.25	c estimatedAdderCost: 34
32.07/32.25	c Try to convert by bdds
32.07/32.26	c D: 1
32.07/32.26	c estimatedAdderCost: 34
32.07/32.26	c Try to convert by bdds
32.07/32.27	c D: 1
32.07/32.27	c estimatedAdderCost: 34
32.07/32.27	c Try to convert by bdds
32.07/32.28	c D: 1
32.07/32.28	c estimatedAdderCost: 35
32.07/32.28	c Try to convert by bdds
32.17/32.30	c D: 1
32.17/32.30	c estimatedAdderCost: 34
32.17/32.30	c Try to convert by bdds
32.17/32.31	c D: 1
32.17/32.31	c estimatedAdderCost: 34
32.17/32.31	c Try to convert by bdds
32.17/32.32	c D: 1
32.17/32.32	c estimatedAdderCost: 35
32.17/32.32	c Try to convert by bdds
32.17/32.33	c D: 1
32.17/32.33	c estimatedAdderCost: 35
32.17/32.33	c Try to convert by bdds
32.17/32.34	c D: 1
32.17/32.34	c estimatedAdderCost: 34
32.17/32.34	c Try to convert by bdds
32.17/32.35	c D: 1
32.17/32.35	c estimatedAdderCost: 34
32.17/32.35	c Try to convert by bdds
32.17/32.36	c D: 1
32.17/32.36	c estimatedAdderCost: 35
32.17/32.36	c Try to convert by bdds
32.17/32.37	c D: 1
32.17/32.37	c estimatedAdderCost: 35
32.17/32.37	c Try to convert by bdds
32.17/32.38	c D: 1
32.17/32.38	c estimatedAdderCost: 35
32.17/32.38	c Try to convert by bdds
32.17/32.39	c D: 1
32.17/32.39	c estimatedAdderCost: 34
32.17/32.39	c Try to convert by bdds
32.27/32.40	c D: 1
32.27/32.40	c estimatedAdderCost: 34
32.27/32.40	c Try to convert by bdds
32.27/32.41	c D: 1
32.27/32.41	c estimatedAdderCost: 35
32.27/32.41	c Try to convert by bdds
32.27/32.42	c D: 1
32.27/32.42	c estimatedAdderCost: 35
32.27/32.42	c Try to convert by bdds
32.27/32.43	c D: 1
32.27/32.43	c estimatedAdderCost: 35
32.27/32.43	c Try to convert by bdds
32.27/32.44	c D: 1
32.27/32.44	c estimatedAdderCost: 35
32.27/32.44	c Try to convert by bdds
32.27/32.45	c D: 1
32.27/32.45	c estimatedAdderCost: 34
32.27/32.45	c Try to convert by bdds
32.27/32.46	c D: 1
32.27/32.46	c estimatedAdderCost: 34
32.27/32.46	c Try to convert by bdds
32.27/32.47	c D: 1
32.27/32.47	c estimatedAdderCost: 35
32.27/32.47	c Try to convert by bdds
32.27/32.49	c D: 1
32.27/32.49	c estimatedAdderCost: 35
32.27/32.49	c Try to convert by bdds
32.37/32.50	c D: 1
32.37/32.50	c estimatedAdderCost: 35
32.37/32.50	c Try to convert by bdds
32.37/32.51	c D: 1
32.37/32.51	c estimatedAdderCost: 35
32.37/32.51	c Try to convert by bdds
32.37/32.52	c D: 1
32.37/32.52	c estimatedAdderCost: 35
32.37/32.52	c Try to convert by bdds
32.37/32.53	c D: 1
32.37/32.53	c estimatedAdderCost: 34
32.37/32.53	c Try to convert by bdds
32.37/32.54	c D: 1
32.37/32.54	c estimatedAdderCost: 34
32.37/32.54	c Try to convert by bdds
32.37/32.55	c D: 1
32.37/32.55	c estimatedAdderCost: 35
32.37/32.55	c Try to convert by bdds
32.37/32.56	c D: 1
32.37/32.56	c estimatedAdderCost: 35
32.37/32.56	c Try to convert by bdds
32.37/32.57	c D: 1
32.37/32.57	c estimatedAdderCost: 35
32.37/32.57	c Try to convert by bdds
32.37/32.58	c D: 1
32.37/32.58	c estimatedAdderCost: 35
32.37/32.58	c Try to convert by bdds
32.37/32.59	c D: 1
32.37/32.59	c estimatedAdderCost: 35
32.37/32.59	c Try to convert by bdds
32.47/32.60	c D: 1
32.47/32.60	c estimatedAdderCost: 35
32.47/32.60	c Try to convert by bdds
32.47/32.61	c D: 1
32.47/32.61	c estimatedAdderCost: 34
32.47/32.61	c Try to convert by bdds
32.47/32.62	c D: 1
32.47/32.62	c estimatedAdderCost: 34
32.47/32.62	c Try to convert by bdds
32.47/32.63	c D: 1
32.47/32.63	c estimatedAdderCost: 35
32.47/32.63	c Try to convert by bdds
32.47/32.65	c D: 1
32.47/32.65	c estimatedAdderCost: 35
32.47/32.65	c Try to convert by bdds
32.47/32.66	c D: 1
32.47/32.66	c estimatedAdderCost: 35
32.47/32.66	c Try to convert by bdds
32.47/32.67	c D: 1
32.47/32.67	c estimatedAdderCost: 35
32.47/32.67	c Try to convert by bdds
32.47/32.68	c D: 1
32.47/32.68	c estimatedAdderCost: 35
32.47/32.68	c Try to convert by bdds
32.47/32.69	c D: 1
32.47/32.69	c estimatedAdderCost: 35
32.47/32.69	c Try to convert by bdds
32.57/32.70	c D: 1
32.57/32.70	c estimatedAdderCost: 35
32.57/32.70	c Try to convert by bdds
32.57/32.71	c D: 1
32.57/32.71	c estimatedAdderCost: 34
32.57/32.71	c Try to convert by bdds
32.57/32.72	c D: 1
32.57/32.72	c estimatedAdderCost: 34
32.57/32.72	c Try to convert by bdds
32.57/32.73	c D: 1
32.57/32.73	c estimatedAdderCost: 35
32.57/32.73	c Try to convert by bdds
32.57/32.74	c D: 1
32.57/32.74	c estimatedAdderCost: 35
32.57/32.74	c Try to convert by bdds
32.57/32.75	c D: 1
32.57/32.75	c estimatedAdderCost: 35
32.57/32.75	c Try to convert by bdds
32.57/32.76	c D: 1
32.57/32.76	c estimatedAdderCost: 35
32.57/32.76	c Try to convert by bdds
32.57/32.77	c D: 1
32.57/32.77	c estimatedAdderCost: 35
32.57/32.77	c Try to convert by bdds
32.57/32.78	c D: 1
32.57/32.78	c estimatedAdderCost: 35
32.57/32.78	c Try to convert by bdds
32.67/32.80	c D: 1
32.67/32.80	c estimatedAdderCost: 35
32.67/32.80	c Try to convert by bdds
32.67/32.81	c D: 1
32.67/32.81	c estimatedAdderCost: 35
32.67/32.81	c Try to convert by bdds
32.67/32.82	c D: 1
32.67/32.82	c estimatedAdderCost: 26
32.67/32.82	c Try to convert by bdds
32.67/32.82	c D: 1
32.67/32.82	c estimatedAdderCost: 26
32.67/32.82	c Try to convert by bdds
32.67/32.83	c D: 1
32.67/32.83	c estimatedAdderCost: 27
32.67/32.83	c Try to convert by bdds
32.67/32.84	c D: 1
32.67/32.84	c estimatedAdderCost: 27
32.67/32.84	c Try to convert by bdds
32.67/32.84	c D: 1
32.67/32.84	c estimatedAdderCost: 27
32.67/32.84	c Try to convert by bdds
32.67/32.85	c D: 1
32.67/32.85	c estimatedAdderCost: 27
32.67/32.85	c Try to convert by bdds
32.67/32.86	c D: 1
32.67/32.86	c estimatedAdderCost: 27
32.67/32.86	c Try to convert by bdds
32.67/32.87	c D: 1
32.67/32.87	c estimatedAdderCost: 27
32.67/32.87	c Try to convert by bdds
32.67/32.87	c D: 1
32.67/32.87	c estimatedAdderCost: 27
32.67/32.87	c Try to convert by bdds
32.67/32.88	c D: 1
32.67/32.88	c estimatedAdderCost: 27
32.67/32.88	c Try to convert by bdds
32.67/32.89	c D: 1
32.67/32.89	c estimatedAdderCost: 27
32.67/32.89	c Try to convert by bdds
32.67/32.89	c D: 1
32.67/32.89	c estimatedAdderCost: 34
32.67/32.89	c Try to convert by bdds
32.77/32.90	c D: 1
32.77/32.90	c estimatedAdderCost: 34
32.77/32.90	c Try to convert by bdds
32.77/32.91	c D: 1
32.77/32.91	c estimatedAdderCost: 35
32.77/32.91	c Try to convert by bdds
32.77/32.92	c D: 1
32.77/32.92	c estimatedAdderCost: 35
32.77/32.92	c Try to convert by bdds
32.77/32.94	c D: 1
32.77/32.94	c estimatedAdderCost: 35
32.77/32.94	c Try to convert by bdds
32.77/32.95	c D: 1
32.77/32.95	c estimatedAdderCost: 35
32.77/32.95	c Try to convert by bdds
32.77/32.96	c D: 1
32.77/32.96	c estimatedAdderCost: 35
32.77/32.96	c Try to convert by bdds
32.77/32.97	c D: 1
32.77/32.97	c estimatedAdderCost: 35
32.77/32.97	c Try to convert by bdds
32.77/32.98	c D: 1
32.77/32.98	c estimatedAdderCost: 35
32.77/32.98	c Try to convert by bdds
32.77/32.99	c D: 1
32.77/32.99	c estimatedAdderCost: 35
32.77/32.99	c Try to convert by bdds
32.77/33.00	c D: 1
32.77/33.00	c estimatedAdderCost: 35
32.77/33.00	c Try to convert by bdds
32.88/33.01	c D: 1
32.88/33.01	c estimatedAdderCost: 33
32.88/33.01	c Try to convert by bdds
32.88/33.02	c D: 1
32.88/33.02	c estimatedAdderCost: 34
32.88/33.02	c Try to convert by bdds
32.88/33.03	c D: 1
32.88/33.03	c estimatedAdderCost: 34
32.88/33.03	c Try to convert by bdds
32.88/33.04	c D: 1
32.88/33.04	c estimatedAdderCost: 34
32.88/33.04	c Try to convert by bdds
32.88/33.05	c D: 1
32.88/33.05	c estimatedAdderCost: 34
32.88/33.05	c Try to convert by bdds
32.88/33.06	c D: 1
32.88/33.06	c estimatedAdderCost: 35
32.88/33.06	c Try to convert by bdds
32.88/33.07	c D: 1
32.88/33.07	c estimatedAdderCost: 34
32.88/33.07	c Try to convert by bdds
32.88/33.08	c D: 1
32.88/33.08	c estimatedAdderCost: 34
32.88/33.08	c Try to convert by bdds
32.88/33.09	c D: 1
32.88/33.09	c estimatedAdderCost: 35
32.88/33.09	c Try to convert by bdds
32.88/33.10	c D: 1
32.88/33.10	c estimatedAdderCost: 35
32.88/33.10	c Try to convert by bdds
32.98/33.11	c D: 1
32.98/33.11	c estimatedAdderCost: 34
32.98/33.11	c Try to convert by bdds
32.98/33.12	c D: 1
32.98/33.12	c estimatedAdderCost: 34
32.98/33.12	c Try to convert by bdds
32.98/33.13	c D: 1
32.98/33.13	c estimatedAdderCost: 35
32.98/33.13	c Try to convert by bdds
32.98/33.15	c D: 1
32.98/33.15	c estimatedAdderCost: 35
32.98/33.15	c Try to convert by bdds
32.98/33.16	c D: 1
32.98/33.16	c estimatedAdderCost: 35
32.98/33.16	c Try to convert by bdds
32.98/33.17	c D: 1
32.98/33.17	c estimatedAdderCost: 34
32.98/33.17	c Try to convert by bdds
32.98/33.18	c D: 1
32.98/33.18	c estimatedAdderCost: 34
32.98/33.18	c Try to convert by bdds
32.98/33.19	c D: 1
32.98/33.19	c estimatedAdderCost: 35
32.98/33.19	c Try to convert by bdds
33.07/33.20	c D: 1
33.07/33.20	c estimatedAdderCost: 35
33.07/33.20	c Try to convert by bdds
33.07/33.21	c D: 1
33.07/33.21	c estimatedAdderCost: 35
33.07/33.21	c Try to convert by bdds
33.07/33.22	c D: 1
33.07/33.22	c estimatedAdderCost: 35
33.07/33.22	c Try to convert by bdds
33.07/33.23	c D: 1
33.07/33.23	c estimatedAdderCost: 34
33.07/33.23	c Try to convert by bdds
33.07/33.24	c D: 1
33.07/33.24	c estimatedAdderCost: 34
33.07/33.24	c Try to convert by bdds
33.07/33.25	c D: 1
33.07/33.25	c estimatedAdderCost: 35
33.07/33.25	c Try to convert by bdds
33.07/33.26	c D: 1
33.07/33.26	c estimatedAdderCost: 35
33.07/33.26	c Try to convert by bdds
33.07/33.27	c D: 1
33.07/33.27	c estimatedAdderCost: 35
33.07/33.27	c Try to convert by bdds
33.07/33.28	c D: 1
33.07/33.28	c estimatedAdderCost: 35
33.07/33.28	c Try to convert by bdds
33.07/33.29	c D: 1
33.07/33.29	c estimatedAdderCost: 35
33.07/33.29	c Try to convert by bdds
33.16/33.30	c D: 1
33.16/33.30	c estimatedAdderCost: 34
33.16/33.30	c Try to convert by bdds
33.16/33.32	c D: 1
33.16/33.32	c estimatedAdderCost: 34
33.16/33.32	c Try to convert by bdds
33.16/33.33	c D: 1
33.16/33.33	c estimatedAdderCost: 35
33.16/33.33	c Try to convert by bdds
33.16/33.34	c D: 1
33.16/33.34	c estimatedAdderCost: 35
33.16/33.34	c Try to convert by bdds
33.16/33.35	c D: 1
33.16/33.35	c estimatedAdderCost: 35
33.16/33.35	c Try to convert by bdds
33.16/33.36	c D: 1
33.16/33.36	c estimatedAdderCost: 35
33.16/33.36	c Try to convert by bdds
33.16/33.37	c D: 1
33.16/33.37	c estimatedAdderCost: 35
33.16/33.37	c Try to convert by bdds
33.16/33.38	c D: 1
33.16/33.38	c estimatedAdderCost: 35
33.16/33.38	c Try to convert by bdds
33.16/33.39	c D: 1
33.16/33.39	c estimatedAdderCost: 34
33.16/33.39	c Try to convert by bdds
33.26/33.40	c D: 1
33.26/33.40	c estimatedAdderCost: 34
33.26/33.40	c Try to convert by bdds
33.26/33.41	c D: 1
33.26/33.41	c estimatedAdderCost: 35
33.26/33.41	c Try to convert by bdds
33.26/33.42	c D: 1
33.26/33.42	c estimatedAdderCost: 35
33.26/33.42	c Try to convert by bdds
33.26/33.43	c D: 1
33.26/33.43	c estimatedAdderCost: 35
33.26/33.43	c Try to convert by bdds
33.26/33.44	c D: 1
33.26/33.44	c estimatedAdderCost: 35
33.26/33.44	c Try to convert by bdds
33.26/33.45	c D: 1
33.26/33.45	c estimatedAdderCost: 35
33.26/33.45	c Try to convert by bdds
33.26/33.46	c D: 1
33.26/33.46	c estimatedAdderCost: 35
33.26/33.46	c Try to convert by bdds
33.26/33.47	c D: 1
33.26/33.47	c estimatedAdderCost: 35
33.26/33.47	c Try to convert by bdds
33.26/33.49	c D: 1
33.26/33.49	c estimatedAdderCost: 34
33.26/33.49	c Try to convert by bdds
33.36/33.50	c D: 1
33.36/33.50	c estimatedAdderCost: 34
33.36/33.50	c Try to convert by bdds
33.36/33.51	c D: 1
33.36/33.51	c estimatedAdderCost: 35
33.36/33.51	c Try to convert by bdds
33.36/33.52	c D: 1
33.36/33.52	c estimatedAdderCost: 35
33.36/33.52	c Try to convert by bdds
33.36/33.53	c D: 1
33.36/33.53	c estimatedAdderCost: 35
33.36/33.53	c Try to convert by bdds
33.36/33.54	c D: 1
33.36/33.54	c estimatedAdderCost: 35
33.36/33.54	c Try to convert by bdds
33.36/33.55	c D: 1
33.36/33.55	c estimatedAdderCost: 35
33.36/33.55	c Try to convert by bdds
33.36/33.56	c D: 1
33.36/33.56	c estimatedAdderCost: 35
33.36/33.56	c Try to convert by bdds
33.36/33.57	c D: 1
33.36/33.57	c estimatedAdderCost: 35
33.36/33.57	c Try to convert by bdds
33.36/33.58	c D: 1
33.36/33.58	c estimatedAdderCost: 35
33.36/33.58	c Try to convert by bdds
33.36/33.59	c D: 1
33.36/33.59	c estimatedAdderCost: 34
33.36/33.59	c Try to convert by bdds
33.47/33.60	c D: 1
33.47/33.60	c estimatedAdderCost: 34
33.47/33.60	c Try to convert by bdds
33.47/33.61	c D: 1
33.47/33.61	c estimatedAdderCost: 35
33.47/33.61	c Try to convert by bdds
33.47/33.62	c D: 1
33.47/33.62	c estimatedAdderCost: 35
33.47/33.62	c Try to convert by bdds
33.47/33.63	c D: 1
33.47/33.63	c estimatedAdderCost: 35
33.47/33.63	c Try to convert by bdds
33.47/33.65	c D: 1
33.47/33.65	c estimatedAdderCost: 35
33.47/33.65	c Try to convert by bdds
33.47/33.66	c D: 1
33.47/33.66	c estimatedAdderCost: 35
33.47/33.66	c Try to convert by bdds
33.47/33.67	c D: 1
33.47/33.67	c estimatedAdderCost: 35
33.47/33.67	c Try to convert by bdds
33.47/33.68	c D: 1
33.47/33.68	c estimatedAdderCost: 35
33.47/33.68	c Try to convert by bdds
33.47/33.69	c D: 1
33.47/33.69	c estimatedAdderCost: 35
33.47/33.69	c Try to convert by bdds
33.57/33.70	c D: 1
33.57/33.70	c estimatedAdderCost: 35
33.57/33.70	c Try to convert by bdds
33.57/33.71	c D: 1
33.57/33.71	c estimatedAdderCost: 26
33.57/33.71	c Try to convert by bdds
33.57/33.72	c D: 1
33.57/33.72	c estimatedAdderCost: 26
33.57/33.72	c Try to convert by bdds
33.57/33.72	c D: 1
33.57/33.72	c estimatedAdderCost: 27
33.57/33.72	c Try to convert by bdds
33.57/33.73	c D: 1
33.57/33.73	c estimatedAdderCost: 27
33.57/33.73	c Try to convert by bdds
33.57/33.74	c D: 1
33.57/33.74	c estimatedAdderCost: 27
33.57/33.74	c Try to convert by bdds
33.57/33.74	c D: 1
33.57/33.74	c estimatedAdderCost: 27
33.57/33.74	c Try to convert by bdds
33.57/33.75	c D: 1
33.57/33.75	c estimatedAdderCost: 27
33.57/33.75	c Try to convert by bdds
33.57/33.76	c D: 1
33.57/33.76	c estimatedAdderCost: 27
33.57/33.76	c Try to convert by bdds
33.57/33.76	c D: 1
33.57/33.76	c estimatedAdderCost: 27
33.57/33.76	c Try to convert by bdds
33.57/33.77	c D: 1
33.57/33.77	c estimatedAdderCost: 27
33.57/33.77	c Try to convert by bdds
33.57/33.78	c D: 1
33.57/33.78	c estimatedAdderCost: 27
33.57/33.78	c Try to convert by bdds
33.57/33.79	c D: 1
33.57/33.79	c estimatedAdderCost: 27
33.57/33.79	c Try to convert by bdds
33.57/33.79	c D: 1
33.57/33.79	c estimatedAdderCost: 17
33.57/33.79	c Try to convert by bdds
33.57/33.79	c D: 1
33.57/33.79	c estimatedAdderCost: 35
33.57/33.79	c Try to convert by bdds
33.57/33.79	c D: 1
33.57/33.79	c estimatedAdderCost: 25
33.57/33.79	c Try to convert by bdds
33.67/33.80	c D: 1
33.67/33.80	c estimatedAdderCost: 29
33.67/33.80	c Try to convert by bdds
33.67/33.80	c D: 1
33.67/33.80	c estimatedAdderCost: 25
33.67/33.80	c Try to convert by bdds
33.67/33.80	c D: 1
33.67/33.80	c estimatedAdderCost: 29
33.67/33.80	c Try to convert by bdds
33.67/33.80	c D: 1
33.67/33.80	c estimatedAdderCost: 25
33.67/33.80	c Try to convert by bdds
33.67/33.80	c D: 1
33.67/33.80	c estimatedAdderCost: 25
33.67/33.80	c Try to convert by bdds
33.67/33.81	c D: 1
33.67/33.81	c estimatedAdderCost: 25
33.67/33.81	c Try to convert by bdds
33.67/33.81	c D: 1
33.67/33.81	c estimatedAdderCost: 29
33.67/33.81	c Try to convert by bdds
33.67/33.81	c D: 1
33.67/33.81	c estimatedAdderCost: 25
33.67/33.81	c Try to convert by bdds
33.67/33.81	c D: 1
33.67/33.81	c estimatedAdderCost: 29
33.67/33.81	c Try to convert by bdds
33.67/33.81	c D: 1
33.67/33.81	c estimatedAdderCost: 25
33.67/33.81	c Try to convert by bdds
33.67/33.82	c D: 1
33.67/33.82	c estimatedAdderCost: 29
33.67/33.82	c Try to convert by bdds
33.67/33.82	c D: 1
33.67/33.82	c estimatedAdderCost: 25
33.67/33.82	c Try to convert by bdds
33.67/33.82	c D: 1
33.67/33.82	c estimatedAdderCost: 33
33.67/33.82	c Try to convert by bdds
33.67/33.82	c D: 1
33.67/33.82	c estimatedAdderCost: 25
33.67/33.82	c Try to convert by bdds
33.67/33.82	c D: 1
33.67/33.82	c estimatedAdderCost: 25
33.67/33.82	c Try to convert by bdds
33.67/33.83	c D: 1
33.67/33.83	c estimatedAdderCost: 25
33.67/33.83	c Try to convert by bdds
33.67/33.83	c D: 1
33.67/33.83	c estimatedAdderCost: 26
33.67/33.83	c Try to convert by bdds
33.67/33.83	c D: 1
33.67/33.83	c estimatedAdderCost: 25
33.67/33.83	c Try to convert by bdds
33.67/33.83	c D: 1
33.67/33.83	c estimatedAdderCost: 25
33.67/33.83	c Try to convert by bdds
33.67/33.84	c D: 1
33.67/33.84	c estimatedAdderCost: 25
33.67/33.84	c Try to convert by bdds
33.67/33.84	c D: 1
33.67/33.84	c estimatedAdderCost: 25
33.67/33.84	c Try to convert by bdds
33.67/33.84	c D: 1
33.67/33.84	c estimatedAdderCost: 25
33.67/33.84	c Try to convert by bdds
33.67/33.84	c D: 1
33.67/33.84	c estimatedAdderCost: 26
33.67/33.84	c Try to convert by bdds
33.67/33.84	c D: 1
33.67/33.84	c estimatedAdderCost: 25
33.67/33.84	c Try to convert by bdds
33.67/33.85	c D: 1
33.67/33.85	c estimatedAdderCost: 29
33.67/33.85	c Try to convert by bdds
33.67/33.85	c D: 1
33.67/33.85	c estimatedAdderCost: 18
33.67/33.85	c Try to convert by bdds
33.67/33.85	c D: 1
33.67/33.85	c estimatedAdderCost: 28
33.67/33.85	c Try to convert by bdds
33.67/33.85	c D: 1
33.67/33.85	c estimatedAdderCost: 18
33.67/33.85	c Try to convert by bdds
33.67/33.85	c D: 1
33.67/33.85	c estimatedAdderCost: 22
33.67/33.85	c Try to convert by bdds
33.67/33.85	c D: 1
33.67/33.85	c estimatedAdderCost: 26
33.67/33.85	c Try to convert by bdds
33.67/33.85	c D: 1
33.67/33.85	c estimatedAdderCost: 30
33.67/33.85	c Try to convert by bdds
33.67/33.86	c D: 1
33.67/33.86	c estimatedAdderCost: 26
33.67/33.86	c Try to convert by bdds
33.67/33.86	c D: 1
33.67/33.86	c estimatedAdderCost: 33
33.67/33.86	c Try to convert by bdds
33.67/33.86	c D: 1
33.67/33.86	c estimatedAdderCost: 26
33.67/33.86	c Try to convert by bdds
33.67/33.86	c D: 1
33.67/33.86	c estimatedAdderCost: 33
33.67/33.86	c Try to convert by bdds
33.67/33.87	c D: 1
33.67/33.87	c estimatedAdderCost: 26
33.67/33.87	c Try to convert by bdds
33.67/33.87	c D: 1
33.67/33.87	c estimatedAdderCost: 39
33.67/33.87	c Try to convert by bdds
33.67/33.87	c D: 1
33.67/33.87	c estimatedAdderCost: 26
33.67/33.87	c Try to convert by bdds
33.67/33.87	c D: 1
33.67/33.87	c estimatedAdderCost: 36
33.67/33.87	c Try to convert by bdds
33.67/33.87	c D: 1
33.67/33.87	c estimatedAdderCost: 26
33.67/33.87	c Try to convert by bdds
33.67/33.88	c D: 1
33.67/33.88	c estimatedAdderCost: 30
33.67/33.88	c Try to convert by bdds
33.67/33.88	c D: 1
33.67/33.88	c estimatedAdderCost: 26
33.67/33.88	c Try to convert by bdds
33.67/33.88	c D: 1
33.67/33.88	c estimatedAdderCost: 39
33.67/33.88	c Try to convert by bdds
33.67/33.88	c D: 1
33.67/33.88	c estimatedAdderCost: 26
33.67/33.88	c Try to convert by bdds
33.67/33.89	c D: 1
33.67/33.89	c estimatedAdderCost: 30
33.67/33.89	c Try to convert by bdds
33.67/33.89	c D: 1
33.67/33.89	c estimatedAdderCost: 26
33.67/33.89	c Try to convert by bdds
33.67/33.89	c D: 1
33.67/33.89	c estimatedAdderCost: 25
33.67/33.89	c Try to convert by bdds
33.67/33.89	c D: 1
33.67/33.89	c estimatedAdderCost: 26
33.67/33.89	c Try to convert by bdds
33.67/33.89	c D: 1
33.67/33.89	c estimatedAdderCost: 39
33.67/33.89	c Try to convert by bdds
33.77/33.90	c D: 1
33.77/33.90	c estimatedAdderCost: 26
33.77/33.90	c Try to convert by bdds
33.77/33.90	c D: 1
33.77/33.90	c estimatedAdderCost: 26
33.77/33.90	c Try to convert by bdds
33.77/33.90	c D: 1
33.77/33.90	c estimatedAdderCost: 26
33.77/33.90	c Try to convert by bdds
33.77/33.90	c D: 1
33.77/33.90	c estimatedAdderCost: 39
33.77/33.90	c Try to convert by bdds
33.77/33.91	c D: 1
33.77/33.91	c estimatedAdderCost: 26
33.77/33.91	c Try to convert by bdds
33.77/33.91	c D: 1
33.77/33.91	c estimatedAdderCost: 28
33.77/33.91	c Try to convert by bdds
33.77/33.91	c D: 1
33.77/33.91	c estimatedAdderCost: 26
33.77/33.91	c Try to convert by bdds
33.77/33.91	c D: 1
33.77/33.91	c estimatedAdderCost: 25
33.77/33.91	c Try to convert by bdds
33.77/33.91	c D: 1
33.77/33.91	c estimatedAdderCost: 26
33.77/33.91	c Try to convert by bdds
33.77/33.92	c D: 1
33.77/33.92	c estimatedAdderCost: 27
33.77/33.92	c Try to convert by bdds
33.77/33.92	c D: 1
33.77/33.92	c estimatedAdderCost: 26
33.77/33.92	c Try to convert by bdds
33.77/33.92	c D: 1
33.77/33.92	c estimatedAdderCost: 26
33.77/33.92	c Try to convert by bdds
33.77/33.92	c D: 1
33.77/33.92	c estimatedAdderCost: 26
33.77/33.92	c Try to convert by bdds
33.77/33.93	c D: 1
33.77/33.93	c estimatedAdderCost: 27
33.77/33.93	c Try to convert by bdds
33.77/33.93	c D: 1
33.77/33.93	c estimatedAdderCost: 26
33.77/33.93	c Try to convert by bdds
33.77/33.93	c D: 1
33.77/33.93	c estimatedAdderCost: 26
33.77/33.93	c Try to convert by bdds
33.77/33.93	c D: 1
33.77/33.93	c estimatedAdderCost: 26
33.77/33.93	c Try to convert by bdds
33.77/33.93	c D: 1
33.77/33.93	c estimatedAdderCost: 26
33.77/33.93	c Try to convert by bdds
33.77/33.94	c D: 1
33.77/33.94	c estimatedAdderCost: 26
33.77/33.94	c Try to convert by bdds
33.77/33.94	c D: 1
33.77/33.94	c estimatedAdderCost: 27
33.77/33.94	c Try to convert by bdds
33.77/33.94	c D: 1
33.77/33.94	c estimatedAdderCost: 26
33.77/33.94	c Try to convert by bdds
33.77/33.94	c D: 1
33.77/33.94	c estimatedAdderCost: 27
33.77/33.94	c Try to convert by bdds
33.77/33.95	c D: 1
33.77/33.95	c estimatedAdderCost: 26
33.77/33.95	c Try to convert by bdds
33.77/33.95	c D: 1
33.77/33.95	c estimatedAdderCost: 26
33.77/33.95	c Try to convert by bdds
33.77/33.95	c D: 1
33.77/33.95	c estimatedAdderCost: 25
33.77/33.95	c Try to convert by bdds
33.77/33.95	c D: 1
33.77/33.95	c estimatedAdderCost: 29
33.77/33.95	c Try to convert by bdds
33.77/33.95	c D: 1
33.77/33.95	c estimatedAdderCost: 26
33.77/33.95	c Try to convert by bdds
33.77/33.96	c D: 1
33.77/33.96	c estimatedAdderCost: 30
33.77/33.96	c Try to convert by bdds
33.77/33.96	c D: 1
33.77/33.96	c estimatedAdderCost: 26
33.77/33.96	c Try to convert by bdds
33.77/33.96	c D: 1
33.77/33.96	c estimatedAdderCost: 33
33.77/33.96	c Try to convert by bdds
33.77/33.96	c D: 1
33.77/33.96	c estimatedAdderCost: 18
33.77/33.96	c Try to convert by bdds
33.77/33.97	c D: 1
33.77/33.97	c estimatedAdderCost: 28
33.77/33.97	c Try to convert by bdds
33.77/33.97	c D: 1
33.77/33.97	c estimatedAdderCost: 18
33.77/33.97	c Try to convert by bdds
33.77/33.97	c D: 1
33.77/33.97	c estimatedAdderCost: 19
33.77/33.97	c Try to convert by bdds
33.77/33.97	c D: 1
33.77/33.97	c estimatedAdderCost: 19
33.77/33.97	c Try to convert by bdds
33.77/33.97	c D: 1
33.77/33.97	c estimatedAdderCost: 22
33.77/33.97	c Try to convert by bdds
33.77/33.97	c D: 1
33.77/33.97	c estimatedAdderCost: 26
33.77/33.97	c Try to convert by bdds
33.77/33.97	c D: 1
33.77/33.97	c estimatedAdderCost: 39
33.77/33.97	c Try to convert by bdds
33.77/33.98	c D: 1
33.77/33.98	c estimatedAdderCost: 26
33.77/33.98	c Try to convert by bdds
33.77/33.98	c D: 1
33.77/33.98	c estimatedAdderCost: 33
33.77/33.98	c Try to convert by bdds
33.77/33.98	c D: 1
33.77/33.98	c estimatedAdderCost: 27
33.77/33.98	c Try to convert by bdds
33.77/33.99	c D: 1
33.77/33.99	c estimatedAdderCost: 26
33.77/33.99	c Try to convert by bdds
33.77/33.99	c D: 1
33.77/33.99	c estimatedAdderCost: 24
33.77/33.99	c Try to convert by bdds
33.77/33.99	c D: 1
33.77/33.99	c estimatedAdderCost: 26
33.77/33.99	c Try to convert by bdds
33.77/33.99	c D: 1
33.77/33.99	c estimatedAdderCost: 36
33.77/33.99	c Try to convert by bdds
33.77/34.00	c D: 1
33.77/34.00	c estimatedAdderCost: 27
33.77/34.00	c Try to convert by bdds
33.77/34.00	c D: 1
33.77/34.00	c estimatedAdderCost: 26
33.77/34.00	c Try to convert by bdds
33.77/34.00	c D: 1
33.77/34.00	c estimatedAdderCost: 25
33.77/34.00	c Try to convert by bdds
33.77/34.01	c D: 1
33.77/34.01	c estimatedAdderCost: 26
33.77/34.01	c Try to convert by bdds
33.89/34.01	c D: 1
33.89/34.01	c estimatedAdderCost: 39
33.89/34.01	c Try to convert by bdds
33.89/34.01	c D: 1
33.89/34.01	c estimatedAdderCost: 27
33.89/34.01	c Try to convert by bdds
33.89/34.02	c D: 1
33.89/34.02	c estimatedAdderCost: 26
33.89/34.02	c Try to convert by bdds
33.89/34.02	c D: 1
33.89/34.02	c estimatedAdderCost: 28
33.89/34.02	c Try to convert by bdds
33.89/34.02	c D: 1
33.89/34.02	c estimatedAdderCost: 26
33.89/34.02	c Try to convert by bdds
33.89/34.02	c D: 1
33.89/34.02	c estimatedAdderCost: 25
33.89/34.02	c Try to convert by bdds
33.89/34.03	c D: 1
33.89/34.03	c estimatedAdderCost: 27
33.89/34.03	c Try to convert by bdds
33.89/34.03	c D: 1
33.89/34.03	c estimatedAdderCost: 26
33.89/34.03	c Try to convert by bdds
33.89/34.04	c D: 1
33.89/34.04	c estimatedAdderCost: 27
33.89/34.04	c Try to convert by bdds
33.89/34.04	c D: 1
33.89/34.04	c estimatedAdderCost: 26
33.89/34.04	c Try to convert by bdds
33.89/34.04	c D: 1
33.89/34.04	c estimatedAdderCost: 25
33.89/34.04	c Try to convert by bdds
33.89/34.04	c D: 1
33.89/34.04	c estimatedAdderCost: 27
33.89/34.04	c Try to convert by bdds
33.89/34.05	c D: 1
33.89/34.05	c estimatedAdderCost: 26
33.89/34.05	c Try to convert by bdds
33.89/34.05	c D: 1
33.89/34.05	c estimatedAdderCost: 27
33.89/34.05	c Try to convert by bdds
33.89/34.05	c D: 1
33.89/34.05	c estimatedAdderCost: 26
33.89/34.05	c Try to convert by bdds
33.89/34.06	c D: 1
33.89/34.06	c estimatedAdderCost: 27
33.89/34.06	c Try to convert by bdds
33.89/34.06	c D: 1
33.89/34.06	c estimatedAdderCost: 27
33.89/34.06	c Try to convert by bdds
33.89/34.06	c D: 1
33.89/34.06	c estimatedAdderCost: 26
33.89/34.06	c Try to convert by bdds
33.89/34.07	c D: 1
33.89/34.07	c estimatedAdderCost: 28
33.89/34.07	c Try to convert by bdds
33.89/34.07	c D: 1
33.89/34.07	c estimatedAdderCost: 26
33.89/34.07	c Try to convert by bdds
33.89/34.07	c D: 1
33.89/34.07	c estimatedAdderCost: 26
33.89/34.07	c Try to convert by bdds
33.89/34.07	c D: 1
33.89/34.07	c estimatedAdderCost: 27
33.89/34.07	c Try to convert by bdds
33.89/34.08	c D: 1
33.89/34.08	c estimatedAdderCost: 26
33.89/34.08	c Try to convert by bdds
33.89/34.08	c D: 1
33.89/34.08	c estimatedAdderCost: 26
33.89/34.08	c Try to convert by bdds
33.89/34.08	c D: 1
33.89/34.08	c estimatedAdderCost: 26
33.89/34.08	c Try to convert by bdds
33.89/34.09	c D: 1
33.89/34.09	c estimatedAdderCost: 26
33.89/34.09	c Try to convert by bdds
33.89/34.09	c D: 1
33.89/34.09	c estimatedAdderCost: 27
33.89/34.09	c Try to convert by bdds
33.89/34.10	c D: 1
33.89/34.10	c estimatedAdderCost: 26
33.89/34.10	c Try to convert by bdds
33.89/34.10	c D: 1
33.89/34.10	c estimatedAdderCost: 27
33.89/34.10	c Try to convert by bdds
33.89/34.10	c D: 1
33.89/34.10	c estimatedAdderCost: 26
33.89/34.10	c Try to convert by bdds
33.89/34.10	c D: 1
33.89/34.10	c estimatedAdderCost: 27
33.89/34.10	c Try to convert by bdds
33.89/34.10	c D: 1
33.89/34.10	c estimatedAdderCost: 27
33.89/34.10	c Try to convert by bdds
33.99/34.11	c D: 1
33.99/34.11	c estimatedAdderCost: 26
33.99/34.11	c Try to convert by bdds
33.99/34.11	c D: 1
33.99/34.11	c estimatedAdderCost: 26
33.99/34.11	c Try to convert by bdds
33.99/34.12	c D: 1
33.99/34.12	c estimatedAdderCost: 26
33.99/34.12	c Try to convert by bdds
33.99/34.12	c D: 1
33.99/34.12	c estimatedAdderCost: 28
33.99/34.12	c Try to convert by bdds
33.99/34.12	c D: 1
33.99/34.12	c estimatedAdderCost: 27
33.99/34.12	c Try to convert by bdds
33.99/34.13	c D: 1
33.99/34.13	c estimatedAdderCost: 25
33.99/34.13	c Try to convert by bdds
33.99/34.13	c D: 1
33.99/34.13	c estimatedAdderCost: 25
33.99/34.13	c Try to convert by bdds
33.99/34.13	c D: 1
33.99/34.13	c estimatedAdderCost: 26
33.99/34.13	c Try to convert by bdds
33.99/34.13	c D: 1
33.99/34.13	c estimatedAdderCost: 33
33.99/34.13	c Try to convert by bdds
33.99/34.13	c D: 1
33.99/34.13	c estimatedAdderCost: 26
33.99/34.13	c Try to convert by bdds
33.99/34.14	c D: 1
33.99/34.14	c estimatedAdderCost: 39
33.99/34.14	c Try to convert by bdds
33.99/34.14	c D: 1
33.99/34.14	c estimatedAdderCost: 26
33.99/34.14	c Try to convert by bdds
33.99/34.14	c D: 1
33.99/34.14	c estimatedAdderCost: 39
33.99/34.14	c Try to convert by bdds
33.99/34.14	c D: 1
33.99/34.14	c estimatedAdderCost: 26
33.99/34.14	c Try to convert by bdds
33.99/34.15	c D: 1
33.99/34.15	c estimatedAdderCost: 33
33.99/34.15	c Try to convert by bdds
33.99/34.15	c D: 1
33.99/34.15	c estimatedAdderCost: 27
33.99/34.15	c Try to convert by bdds
33.99/34.15	c D: 1
33.99/34.15	c estimatedAdderCost: 18
33.99/34.15	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 18
33.99/34.16	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 18
33.99/34.16	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 25
33.99/34.16	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 19
33.99/34.16	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 22
33.99/34.16	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 19
33.99/34.16	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 24
33.99/34.16	c Try to convert by bdds
33.99/34.16	c D: 1
33.99/34.16	c estimatedAdderCost: 26
33.99/34.16	c Try to convert by bdds
33.99/34.17	c D: 1
33.99/34.17	c estimatedAdderCost: 26
33.99/34.17	c Try to convert by bdds
33.99/34.17	c D: 1
33.99/34.17	c estimatedAdderCost: 26
33.99/34.17	c Try to convert by bdds
33.99/34.17	c D: 1
33.99/34.17	c estimatedAdderCost: 39
33.99/34.17	c Try to convert by bdds
33.99/34.17	c D: 1
33.99/34.17	c estimatedAdderCost: 27
33.99/34.17	c Try to convert by bdds
33.99/34.18	c D: 1
33.99/34.18	c estimatedAdderCost: 27
33.99/34.18	c Try to convert by bdds
33.99/34.19	c D: 1
33.99/34.19	c estimatedAdderCost: 26
33.99/34.19	c Try to convert by bdds
33.99/34.19	c D: 1
33.99/34.19	c estimatedAdderCost: 26
33.99/34.19	c Try to convert by bdds
33.99/34.19	c D: 1
33.99/34.19	c estimatedAdderCost: 26
33.99/34.19	c Try to convert by bdds
33.99/34.19	c D: 1
33.99/34.19	c estimatedAdderCost: 26
33.99/34.19	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 27
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 27
34.07/34.20	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 26
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 27
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 26
34.07/34.21	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 26
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 27
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 27
34.07/34.22	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 26
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 29
34.07/34.23	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 26
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 26
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 27
34.07/34.24	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 27
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 26
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 26
34.07/34.25	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 26
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 28
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 27
34.07/34.26	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 27
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 26
34.07/34.27	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 26
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 26
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 28
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 27
34.07/34.28	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 27
34.07/34.29	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 26
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 28
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 26
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 28
34.17/34.30	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 27
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 27
34.17/34.31	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 26
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 28
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 26
34.17/34.32	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 25
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 27
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 27
34.17/34.33	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 26
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 28
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 26
34.17/34.34	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 26
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 27
34.17/34.35	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 27
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 25
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 29
34.17/34.36	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 26
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 36
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 26
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 30
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 26
34.17/34.37	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 24
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 26
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 36
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 27
34.17/34.38	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 26
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 26
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 26
34.17/34.39	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 39
34.27/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 27
34.27/34.40	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 27
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 18
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 22
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 18
34.27/34.41	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 19
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 24
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 19
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 25
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 19
34.27/34.42	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 23
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 26
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 28
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 26
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 27
34.27/34.43	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 27
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 27
34.27/34.44	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 27
34.27/34.45	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 26
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 26
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 26
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 27
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 27
34.27/34.46	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 27
34.27/34.47	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 27
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 26
34.27/34.48	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 26
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 26
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 28
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 27
34.27/34.49	c Try to convert by bdds
34.37/34.50	c D: 1
34.37/34.50	c estimatedAdderCost: 27
34.37/34.50	c Try to convert by bdds
34.37/34.51	c D: 1
34.37/34.51	c estimatedAdderCost: 27
34.37/34.51	c Try to convert by bdds
34.37/34.51	c D: 1
34.37/34.51	c estimatedAdderCost: 26
34.37/34.51	c Try to convert by bdds
34.37/34.51	c D: 1
34.37/34.51	c estimatedAdderCost: 28
34.37/34.51	c Try to convert by bdds
34.37/34.52	c D: 1
34.37/34.52	c estimatedAdderCost: 26
34.37/34.52	c Try to convert by bdds
34.37/34.52	c D: 1
34.37/34.52	c estimatedAdderCost: 25
34.37/34.52	c Try to convert by bdds
34.37/34.52	c D: 1
34.37/34.52	c estimatedAdderCost: 27
34.37/34.52	c Try to convert by bdds
34.37/34.53	c D: 1
34.37/34.53	c estimatedAdderCost: 27
34.37/34.53	c Try to convert by bdds
34.37/34.53	c D: 1
34.37/34.53	c estimatedAdderCost: 27
34.37/34.53	c Try to convert by bdds
34.37/34.54	c D: 1
34.37/34.54	c estimatedAdderCost: 26
34.37/34.54	c Try to convert by bdds
34.37/34.54	c D: 1
34.37/34.54	c estimatedAdderCost: 27
34.37/34.54	c Try to convert by bdds
34.37/34.55	c D: 1
34.37/34.55	c estimatedAdderCost: 26
34.37/34.55	c Try to convert by bdds
34.37/34.55	c D: 1
34.37/34.55	c estimatedAdderCost: 26
34.37/34.55	c Try to convert by bdds
34.37/34.55	c D: 1
34.37/34.55	c estimatedAdderCost: 27
34.37/34.55	c Try to convert by bdds
34.37/34.56	c D: 1
34.37/34.56	c estimatedAdderCost: 27
34.37/34.56	c Try to convert by bdds
34.37/34.56	c D: 1
34.37/34.56	c estimatedAdderCost: 27
34.37/34.56	c Try to convert by bdds
34.37/34.57	c D: 1
34.37/34.57	c estimatedAdderCost: 26
34.37/34.57	c Try to convert by bdds
34.37/34.57	c D: 1
34.37/34.57	c estimatedAdderCost: 27
34.37/34.57	c Try to convert by bdds
34.37/34.57	c D: 1
34.37/34.57	c estimatedAdderCost: 26
34.37/34.57	c Try to convert by bdds
34.37/34.58	c D: 1
34.37/34.58	c estimatedAdderCost: 28
34.37/34.58	c Try to convert by bdds
34.37/34.58	c D: 1
34.37/34.58	c estimatedAdderCost: 27
34.37/34.58	c Try to convert by bdds
34.37/34.58	c D: 1
34.37/34.58	c estimatedAdderCost: 27
34.37/34.58	c Try to convert by bdds
34.37/34.59	c D: 1
34.37/34.59	c estimatedAdderCost: 27
34.37/34.59	c Try to convert by bdds
34.47/34.60	c D: 1
34.47/34.60	c estimatedAdderCost: 26
34.47/34.60	c Try to convert by bdds
34.47/34.60	c D: 1
34.47/34.60	c estimatedAdderCost: 28
34.47/34.60	c Try to convert by bdds
34.47/34.60	c D: 1
34.47/34.60	c estimatedAdderCost: 26
34.47/34.60	c Try to convert by bdds
34.47/34.60	c D: 1
34.47/34.60	c estimatedAdderCost: 27
34.47/34.60	c Try to convert by bdds
34.47/34.61	c D: 1
34.47/34.61	c estimatedAdderCost: 27
34.47/34.61	c Try to convert by bdds
34.47/34.61	c D: 1
34.47/34.61	c estimatedAdderCost: 27
34.47/34.61	c Try to convert by bdds
34.47/34.62	c D: 1
34.47/34.62	c estimatedAdderCost: 27
34.47/34.62	c Try to convert by bdds
34.47/34.63	c D: 1
34.47/34.63	c estimatedAdderCost: 26
34.47/34.63	c Try to convert by bdds
34.47/34.63	c D: 1
34.47/34.63	c estimatedAdderCost: 29
34.47/34.63	c Try to convert by bdds
34.47/34.63	c D: 1
34.47/34.63	c estimatedAdderCost: 26
34.47/34.63	c Try to convert by bdds
34.47/34.63	c D: 1
34.47/34.63	c estimatedAdderCost: 27
34.47/34.63	c Try to convert by bdds
34.47/34.64	c D: 1
34.47/34.64	c estimatedAdderCost: 27
34.47/34.64	c Try to convert by bdds
34.47/34.64	c D: 1
34.47/34.64	c estimatedAdderCost: 27
34.47/34.64	c Try to convert by bdds
34.47/34.65	c D: 1
34.47/34.65	c estimatedAdderCost: 27
34.47/34.65	c Try to convert by bdds
34.47/34.65	c D: 1
34.47/34.65	c estimatedAdderCost: 25
34.47/34.65	c Try to convert by bdds
34.47/34.66	c D: 1
34.47/34.66	c estimatedAdderCost: 29
34.47/34.66	c Try to convert by bdds
34.47/34.66	c D: 1
34.47/34.66	c estimatedAdderCost: 26
34.47/34.66	c Try to convert by bdds
34.47/34.66	c D: 1
34.47/34.66	c estimatedAdderCost: 39
34.47/34.66	c Try to convert by bdds
34.47/34.66	c D: 1
34.47/34.66	c estimatedAdderCost: 26
34.47/34.66	c Try to convert by bdds
34.47/34.67	c D: 1
34.47/34.67	c estimatedAdderCost: 30
34.47/34.67	c Try to convert by bdds
34.47/34.67	c D: 1
34.47/34.67	c estimatedAdderCost: 26
34.47/34.67	c Try to convert by bdds
34.47/34.67	c D: 1
34.47/34.67	c estimatedAdderCost: 25
34.47/34.67	c Try to convert by bdds
34.47/34.67	c D: 1
34.47/34.67	c estimatedAdderCost: 26
34.47/34.67	c Try to convert by bdds
34.47/34.67	c D: 1
34.47/34.67	c estimatedAdderCost: 39
34.47/34.67	c Try to convert by bdds
34.47/34.68	c D: 1
34.47/34.68	c estimatedAdderCost: 27
34.47/34.68	c Try to convert by bdds
34.47/34.68	c D: 1
34.47/34.68	c estimatedAdderCost: 26
34.47/34.68	c Try to convert by bdds
34.47/34.68	c D: 1
34.47/34.68	c estimatedAdderCost: 26
34.47/34.68	c Try to convert by bdds
34.47/34.69	c D: 1
34.47/34.69	c estimatedAdderCost: 26
34.47/34.69	c Try to convert by bdds
34.47/34.69	c D: 1
34.47/34.69	c estimatedAdderCost: 26
34.47/34.69	c Try to convert by bdds
34.47/34.69	c D: 1
34.47/34.69	c estimatedAdderCost: 27
34.47/34.69	c Try to convert by bdds
34.57/34.70	c D: 1
34.57/34.70	c estimatedAdderCost: 27
34.57/34.70	c Try to convert by bdds
34.57/34.70	c D: 1
34.57/34.70	c estimatedAdderCost: 26
34.57/34.70	c Try to convert by bdds
34.57/34.71	c D: 1
34.57/34.71	c estimatedAdderCost: 28
34.57/34.71	c Try to convert by bdds
34.57/34.71	c D: 1
34.57/34.71	c estimatedAdderCost: 26
34.57/34.71	c Try to convert by bdds
34.57/34.71	c D: 1
34.57/34.71	c estimatedAdderCost: 27
34.57/34.71	c Try to convert by bdds
34.57/34.71	c D: 1
34.57/34.71	c estimatedAdderCost: 27
34.57/34.71	c Try to convert by bdds
34.57/34.72	c D: 1
34.57/34.72	c estimatedAdderCost: 27
34.57/34.72	c Try to convert by bdds
34.57/34.73	c D: 1
34.57/34.73	c estimatedAdderCost: 27
34.57/34.73	c Try to convert by bdds
34.57/34.73	c D: 1
34.57/34.73	c estimatedAdderCost: 18
34.57/34.73	c Try to convert by bdds
34.57/34.73	c D: 1
34.57/34.73	c estimatedAdderCost: 22
34.57/34.73	c Try to convert by bdds
34.57/34.74	c D: 1
34.57/34.74	c estimatedAdderCost: 18
34.57/34.74	c Try to convert by bdds
34.57/34.74	c D: 1
34.57/34.74	c estimatedAdderCost: 22
34.57/34.74	c Try to convert by bdds
34.57/34.74	c D: 1
34.57/34.74	c estimatedAdderCost: 19
34.57/34.74	c Try to convert by bdds
34.57/34.74	c D: 1
34.57/34.74	c estimatedAdderCost: 19
34.57/34.74	c Try to convert by bdds
34.57/34.74	c D: 1
34.57/34.74	c estimatedAdderCost: 26
34.57/34.74	c Try to convert by bdds
34.57/34.74	c D: 1
34.57/34.74	c estimatedAdderCost: 19
34.57/34.74	c Try to convert by bdds
34.57/34.75	c D: 1
34.57/34.75	c estimatedAdderCost: 24
34.57/34.75	c Try to convert by bdds
34.57/34.75	c D: 1
34.57/34.75	c estimatedAdderCost: 19
34.57/34.75	c Try to convert by bdds
34.57/34.75	c D: 1
34.57/34.75	c estimatedAdderCost: 23
34.57/34.75	c Try to convert by bdds
34.57/34.75	c D: 1
34.57/34.75	c estimatedAdderCost: 26
34.57/34.75	c Try to convert by bdds
34.57/34.75	c D: 1
34.57/34.75	c estimatedAdderCost: 27
34.57/34.75	c Try to convert by bdds
34.57/34.76	c D: 1
34.57/34.76	c estimatedAdderCost: 26
34.57/34.76	c Try to convert by bdds
34.57/34.76	c D: 1
34.57/34.76	c estimatedAdderCost: 28
34.57/34.76	c Try to convert by bdds
34.57/34.76	c D: 1
34.57/34.76	c estimatedAdderCost: 27
34.57/34.76	c Try to convert by bdds
34.57/34.77	c D: 1
34.57/34.77	c estimatedAdderCost: 27
34.57/34.77	c Try to convert by bdds
34.57/34.77	c D: 1
34.57/34.77	c estimatedAdderCost: 27
34.57/34.77	c Try to convert by bdds
34.57/34.78	c D: 1
34.57/34.78	c estimatedAdderCost: 27
34.57/34.78	c Try to convert by bdds
34.57/34.79	c D: 1
34.57/34.79	c estimatedAdderCost: 26
34.57/34.79	c Try to convert by bdds
34.57/34.79	c D: 1
34.57/34.79	c estimatedAdderCost: 26
34.57/34.79	c Try to convert by bdds
34.57/34.79	c D: 1
34.57/34.79	c estimatedAdderCost: 26
34.57/34.79	c Try to convert by bdds
34.57/34.79	c D: 1
34.57/34.79	c estimatedAdderCost: 27
34.57/34.79	c Try to convert by bdds
34.67/34.80	c D: 1
34.67/34.80	c estimatedAdderCost: 27
34.67/34.80	c Try to convert by bdds
34.67/34.80	c D: 1
34.67/34.80	c estimatedAdderCost: 27
34.67/34.80	c Try to convert by bdds
34.67/34.81	c D: 1
34.67/34.81	c estimatedAdderCost: 27
34.67/34.81	c Try to convert by bdds
34.67/34.81	c D: 1
34.67/34.81	c estimatedAdderCost: 27
34.67/34.81	c Try to convert by bdds
34.67/34.82	c D: 1
34.67/34.82	c estimatedAdderCost: 26
34.67/34.82	c Try to convert by bdds
34.67/34.82	c D: 1
34.67/34.82	c estimatedAdderCost: 28
34.67/34.82	c Try to convert by bdds
34.67/34.83	c D: 1
34.67/34.83	c estimatedAdderCost: 26
34.67/34.83	c Try to convert by bdds
34.67/34.83	c D: 1
34.67/34.83	c estimatedAdderCost: 26
34.67/34.83	c Try to convert by bdds
34.67/34.83	c D: 1
34.67/34.83	c estimatedAdderCost: 27
34.67/34.83	c Try to convert by bdds
34.67/34.84	c D: 1
34.67/34.84	c estimatedAdderCost: 27
34.67/34.84	c Try to convert by bdds
34.67/34.84	c D: 1
34.67/34.84	c estimatedAdderCost: 27
34.67/34.84	c Try to convert by bdds
34.67/34.85	c D: 1
34.67/34.85	c estimatedAdderCost: 27
34.67/34.85	c Try to convert by bdds
34.67/34.86	c D: 1
34.67/34.86	c estimatedAdderCost: 26
34.67/34.86	c Try to convert by bdds
34.67/34.86	c D: 1
34.67/34.86	c estimatedAdderCost: 28
34.67/34.86	c Try to convert by bdds
34.67/34.86	c D: 1
34.67/34.86	c estimatedAdderCost: 26
34.67/34.86	c Try to convert by bdds
34.67/34.86	c D: 1
34.67/34.86	c estimatedAdderCost: 27
34.67/34.86	c Try to convert by bdds
34.67/34.86	c D: 1
34.67/34.86	c estimatedAdderCost: 27
34.67/34.86	c Try to convert by bdds
34.67/34.87	c D: 1
34.67/34.87	c estimatedAdderCost: 27
34.67/34.87	c Try to convert by bdds
34.67/34.88	c D: 1
34.67/34.88	c estimatedAdderCost: 27
34.67/34.88	c Try to convert by bdds
34.67/34.88	c D: 1
34.67/34.88	c estimatedAdderCost: 27
34.67/34.88	c Try to convert by bdds
34.67/34.89	c D: 1
34.67/34.89	c estimatedAdderCost: 26
34.67/34.89	c Try to convert by bdds
34.67/34.89	c D: 1
34.67/34.89	c estimatedAdderCost: 28
34.67/34.89	c Try to convert by bdds
34.67/34.89	c D: 1
34.67/34.89	c estimatedAdderCost: 26
34.67/34.89	c Try to convert by bdds
34.77/34.90	c D: 1
34.77/34.90	c estimatedAdderCost: 29
34.77/34.90	c Try to convert by bdds
34.77/34.90	c D: 1
34.77/34.90	c estimatedAdderCost: 27
34.77/34.90	c Try to convert by bdds
34.77/34.91	c D: 1
34.77/34.91	c estimatedAdderCost: 27
34.77/34.91	c Try to convert by bdds
34.77/34.91	c D: 1
34.77/34.91	c estimatedAdderCost: 27
34.77/34.91	c Try to convert by bdds
34.77/34.92	c D: 1
34.77/34.92	c estimatedAdderCost: 27
34.77/34.92	c Try to convert by bdds
34.77/34.92	c D: 1
34.77/34.92	c estimatedAdderCost: 26
34.77/34.92	c Try to convert by bdds
34.77/34.93	c D: 1
34.77/34.93	c estimatedAdderCost: 29
34.77/34.93	c Try to convert by bdds
34.77/34.93	c D: 1
34.77/34.93	c estimatedAdderCost: 26
34.77/34.93	c Try to convert by bdds
34.77/34.93	c D: 1
34.77/34.93	c estimatedAdderCost: 27
34.77/34.93	c Try to convert by bdds
34.77/34.93	c D: 1
34.77/34.93	c estimatedAdderCost: 27
34.77/34.93	c Try to convert by bdds
34.77/34.94	c D: 1
34.77/34.94	c estimatedAdderCost: 27
34.77/34.94	c Try to convert by bdds
34.77/34.95	c D: 1
34.77/34.95	c estimatedAdderCost: 27
34.77/34.95	c Try to convert by bdds
34.77/34.95	c D: 1
34.77/34.95	c estimatedAdderCost: 27
34.77/34.95	c Try to convert by bdds
34.77/34.96	c D: 1
34.77/34.96	c estimatedAdderCost: 26
34.77/34.96	c Try to convert by bdds
34.77/34.96	c D: 1
34.77/34.96	c estimatedAdderCost: 30
34.77/34.96	c Try to convert by bdds
34.77/34.96	c D: 1
34.77/34.96	c estimatedAdderCost: 26
34.77/34.96	c Try to convert by bdds
34.77/34.97	c D: 1
34.77/34.97	c estimatedAdderCost: 27
34.77/34.97	c Try to convert by bdds
34.77/34.97	c D: 1
34.77/34.97	c estimatedAdderCost: 27
34.77/34.97	c Try to convert by bdds
34.77/34.97	c D: 1
34.77/34.97	c estimatedAdderCost: 27
34.77/34.97	c Try to convert by bdds
34.77/34.98	c D: 1
34.77/34.98	c estimatedAdderCost: 27
34.77/34.98	c Try to convert by bdds
34.77/34.99	c D: 1
34.77/34.99	c estimatedAdderCost: 27
34.77/34.99	c Try to convert by bdds
34.77/34.99	c D: 1
34.77/34.99	c estimatedAdderCost: 25
34.77/34.99	c Try to convert by bdds
34.77/35.00	c D: 1
34.77/35.00	c estimatedAdderCost: 29
34.77/35.00	c Try to convert by bdds
34.77/35.00	c D: 1
34.77/35.00	c estimatedAdderCost: 26
34.77/35.00	c Try to convert by bdds
34.77/35.00	c D: 1
34.77/35.00	c estimatedAdderCost: 25
34.77/35.00	c Try to convert by bdds
34.77/35.00	c D: 1
34.77/35.00	c estimatedAdderCost: 26
34.77/35.00	c Try to convert by bdds
34.77/35.01	c D: 1
34.77/35.01	c estimatedAdderCost: 39
34.77/35.01	c Try to convert by bdds
34.77/35.01	c D: 1
34.77/35.01	c estimatedAdderCost: 26
34.77/35.01	c Try to convert by bdds
34.88/35.01	c D: 1
34.88/35.01	c estimatedAdderCost: 28
34.88/35.01	c Try to convert by bdds
34.88/35.01	c D: 1
34.88/35.01	c estimatedAdderCost: 26
34.88/35.01	c Try to convert by bdds
34.88/35.01	c D: 1
34.88/35.01	c estimatedAdderCost: 25
34.88/35.01	c Try to convert by bdds
34.88/35.02	c D: 1
34.88/35.02	c estimatedAdderCost: 27
34.88/35.02	c Try to convert by bdds
34.88/35.02	c D: 1
34.88/35.02	c estimatedAdderCost: 26
34.88/35.02	c Try to convert by bdds
34.88/35.03	c D: 1
34.88/35.03	c estimatedAdderCost: 27
34.88/35.03	c Try to convert by bdds
34.88/35.03	c D: 1
34.88/35.03	c estimatedAdderCost: 26
34.88/35.03	c Try to convert by bdds
34.88/35.03	c D: 1
34.88/35.03	c estimatedAdderCost: 26
34.88/35.03	c Try to convert by bdds
34.88/35.03	c D: 1
34.88/35.03	c estimatedAdderCost: 27
34.88/35.03	c Try to convert by bdds
34.88/35.04	c D: 1
34.88/35.04	c estimatedAdderCost: 27
34.88/35.04	c Try to convert by bdds
34.88/35.04	c D: 1
34.88/35.04	c estimatedAdderCost: 26
34.88/35.04	c Try to convert by bdds
34.88/35.05	c D: 1
34.88/35.05	c estimatedAdderCost: 26
34.88/35.05	c Try to convert by bdds
34.88/35.05	c D: 1
34.88/35.05	c estimatedAdderCost: 26
34.88/35.05	c Try to convert by bdds
34.88/35.05	c D: 1
34.88/35.05	c estimatedAdderCost: 27
34.88/35.05	c Try to convert by bdds
34.88/35.05	c D: 1
34.88/35.05	c estimatedAdderCost: 27
34.88/35.05	c Try to convert by bdds
34.88/35.06	c D: 1
34.88/35.06	c estimatedAdderCost: 27
34.88/35.06	c Try to convert by bdds
34.88/35.07	c D: 1
34.88/35.07	c estimatedAdderCost: 27
34.88/35.07	c Try to convert by bdds
34.88/35.07	c D: 1
34.88/35.07	c estimatedAdderCost: 26
34.88/35.07	c Try to convert by bdds
34.88/35.08	c D: 1
34.88/35.08	c estimatedAdderCost: 27
34.88/35.08	c Try to convert by bdds
34.88/35.08	c D: 1
34.88/35.08	c estimatedAdderCost: 26
34.88/35.08	c Try to convert by bdds
34.88/35.08	c D: 1
34.88/35.08	c estimatedAdderCost: 28
34.88/35.08	c Try to convert by bdds
34.88/35.08	c D: 1
34.88/35.08	c estimatedAdderCost: 27
34.88/35.08	c Try to convert by bdds
34.88/35.09	c D: 1
34.88/35.09	c estimatedAdderCost: 27
34.88/35.09	c Try to convert by bdds
34.88/35.10	c D: 1
34.88/35.10	c estimatedAdderCost: 27
34.88/35.10	c Try to convert by bdds
34.88/35.10	c D: 1
34.88/35.10	c estimatedAdderCost: 27
34.88/35.10	c Try to convert by bdds
34.88/35.11	c D: 1
34.88/35.11	c estimatedAdderCost: 18
34.88/35.11	c Try to convert by bdds
34.98/35.11	c D: 1
34.98/35.11	c estimatedAdderCost: 22
34.98/35.11	c Try to convert by bdds
34.98/35.11	c D: 1
34.98/35.11	c estimatedAdderCost: 18
34.98/35.11	c Try to convert by bdds
34.98/35.11	c D: 1
34.98/35.11	c estimatedAdderCost: 20
34.98/35.11	c Try to convert by bdds
34.98/35.11	c D: 1
34.98/35.11	c estimatedAdderCost: 19
34.98/35.11	c Try to convert by bdds
34.98/35.12	c D: 1
34.98/35.12	c estimatedAdderCost: 19
34.98/35.12	c Try to convert by bdds
34.98/35.12	c D: 1
34.98/35.12	c estimatedAdderCost: 19
34.98/35.12	c Try to convert by bdds
34.98/35.12	c D: 1
34.98/35.12	c estimatedAdderCost: 19
34.98/35.12	c Try to convert by bdds
34.98/35.13	c D: 1
34.98/35.13	c estimatedAdderCost: 24
34.98/35.13	c Try to convert by bdds
34.98/35.13	c D: 1
34.98/35.13	c estimatedAdderCost: 19
34.98/35.13	c Try to convert by bdds
34.98/35.13	c D: 1
34.98/35.13	c estimatedAdderCost: 23
34.98/35.13	c Try to convert by bdds
34.98/35.13	c D: 1
34.98/35.13	c estimatedAdderCost: 26
34.98/35.13	c Try to convert by bdds
34.98/35.13	c D: 1
34.98/35.13	c estimatedAdderCost: 29
34.98/35.13	c Try to convert by bdds
34.98/35.14	c D: 1
34.98/35.14	c estimatedAdderCost: 26
34.98/35.14	c Try to convert by bdds
34.98/35.14	c D: 1
34.98/35.14	c estimatedAdderCost: 27
34.98/35.14	c Try to convert by bdds
34.98/35.14	c D: 1
34.98/35.14	c estimatedAdderCost: 27
34.98/35.14	c Try to convert by bdds
34.98/35.15	c D: 1
34.98/35.15	c estimatedAdderCost: 27
34.98/35.15	c Try to convert by bdds
34.98/35.15	c D: 1
34.98/35.15	c estimatedAdderCost: 27
34.98/35.15	c Try to convert by bdds
34.98/35.16	c D: 1
34.98/35.16	c estimatedAdderCost: 27
34.98/35.16	c Try to convert by bdds
34.98/35.17	c D: 1
34.98/35.17	c estimatedAdderCost: 27
34.98/35.17	c Try to convert by bdds
34.98/35.17	c D: 1
34.98/35.17	c estimatedAdderCost: 26
34.98/35.17	c Try to convert by bdds
34.98/35.17	c D: 1
34.98/35.17	c estimatedAdderCost: 28
34.98/35.17	c Try to convert by bdds
34.98/35.18	c D: 1
34.98/35.18	c estimatedAdderCost: 26
34.98/35.18	c Try to convert by bdds
34.98/35.18	c D: 1
34.98/35.18	c estimatedAdderCost: 29
34.98/35.18	c Try to convert by bdds
34.98/35.18	c D: 1
34.98/35.18	c estimatedAdderCost: 27
34.98/35.18	c Try to convert by bdds
34.98/35.19	c D: 1
34.98/35.19	c estimatedAdderCost: 27
34.98/35.19	c Try to convert by bdds
34.98/35.19	c D: 1
34.98/35.19	c estimatedAdderCost: 27
34.98/35.19	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 27
35.07/35.20	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 27
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 26
35.07/35.21	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 25
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 26
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 28
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 27
35.07/35.22	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 27
35.07/35.23	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 27
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 27
35.07/35.24	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 27
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 26
35.07/35.25	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 27
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 26
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 28
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 27
35.07/35.26	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 27
35.07/35.27	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 27
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 27
35.07/35.28	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 27
35.07/35.29	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 26
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 26
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 27
35.17/35.30	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 27
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 27
35.17/35.31	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 27
35.17/35.32	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 27
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 27
35.17/35.33	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 26
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 26
35.17/35.34	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 28
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 27
35.17/35.35	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 27
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 27
35.17/35.36	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 27
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 27
35.17/35.37	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 25
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 33
35.17/35.38	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 26
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 26
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 26
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 39
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 26
35.17/35.39	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 27
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 26
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 25
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 27
35.27/35.40	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 26
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 29
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 26
35.27/35.41	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 26
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 27
35.27/35.42	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 27
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 26
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 26
35.27/35.43	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 26
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 28
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 27
35.27/35.44	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 27
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 27
35.27/35.45	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 26
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 26
35.27/35.46	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 26
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 27
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 27
35.27/35.47	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 27
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 27
35.27/35.48	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 27
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 26
35.27/35.49	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 29
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 26
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 27
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 27
35.37/35.50	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 27
35.37/35.51	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 27
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 27
35.37/35.52	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 27
35.37/35.53	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 18
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 26
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 18
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 19
35.37/35.54	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 19
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 19
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 19
35.37/35.55	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 19
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 25
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 19
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 25
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 26
35.37/35.56	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 26
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 26
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 28
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 27
35.37/35.57	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 27
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 27
35.37/35.58	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 27
35.37/35.59	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 27
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 27
35.47/35.60	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 26
35.47/35.61	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 26
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 28
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 27
35.47/35.62	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 27
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 27
35.47/35.63	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 27
35.47/35.64	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 27
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 27
35.47/35.65	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 26
35.47/35.66	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 26
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 28
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 27
35.47/35.67	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 27
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 27
35.47/35.68	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 27
35.47/35.69	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 27
35.57/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 27
35.57/35.70	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 26
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 26
35.57/35.71	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 29
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 27
35.57/35.72	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 27
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 27
35.57/35.73	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 27
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 27
35.57/35.74	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 27
35.57/35.75	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 26
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 26
35.57/35.76	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 30
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 27
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 27
35.57/35.77	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 27
35.57/35.78	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 27
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 27
35.57/35.79	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 27
35.67/35.80	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 25
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 25
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 26
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 28
35.67/35.81	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 26
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 25
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 26
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 27
35.67/35.82	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 26
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 27
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 27
35.67/35.83	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 26
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 26
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 26
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 28
35.67/35.84	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 27
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 27
35.67/35.85	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 26
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 28
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 26
35.67/35.86	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 25
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 27
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 27
35.67/35.87	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 27
35.67/35.88	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 26
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 28
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 26
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 26
35.67/35.89	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 27
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 27
35.77/35.90	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 27
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 27
35.77/35.91	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 26
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 28
35.77/35.92	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 26
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 29
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 27
35.77/35.93	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 27
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 27
35.77/35.94	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 27
35.77/35.95	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 27
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 26
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 26
35.77/35.96	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 26
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 28
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 27
35.77/35.97	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 27
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 27
35.77/35.98	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 27
35.77/35.99	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 27
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 27
35.77/36.00	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 18
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 22
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 18
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 24
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 19
35.88/36.01	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 19
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 19
35.88/36.02	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 19
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 19
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 19
35.88/36.03	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 19
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 25
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 26
35.88/36.04	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 26
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 29
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 27
35.88/36.05	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 27
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 27
35.88/36.06	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 27
35.88/36.07	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 27
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 27
35.88/36.08	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 27
35.88/36.09	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 26
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 26
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 26
35.88/36.10	c Try to convert by bdds
35.88/36.11	c D: 1
35.88/36.11	c estimatedAdderCost: 27
35.88/36.11	c Try to convert by bdds
35.98/36.11	c D: 1
35.98/36.11	c estimatedAdderCost: 27
35.98/36.11	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 27
35.98/36.12	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 27
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 27
35.98/36.13	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 27
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 27
35.98/36.14	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 26
35.98/36.15	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 26
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 27
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 27
35.98/36.16	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 27
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 27
35.98/36.17	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 27
35.98/36.18	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 27
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 27
35.98/36.19	c Try to convert by bdds
36.06/36.20	c D: 1
36.06/36.20	c estimatedAdderCost: 27
36.06/36.20	c Try to convert by bdds
36.06/36.21	c D: 1
36.06/36.21	c estimatedAdderCost: 26
36.06/36.21	c Try to convert by bdds
36.06/36.21	c D: 1
36.06/36.21	c estimatedAdderCost: 26
36.06/36.21	c Try to convert by bdds
36.06/36.22	c D: 1
36.06/36.22	c estimatedAdderCost: 27
36.06/36.22	c Try to convert by bdds
36.06/36.22	c D: 1
36.06/36.22	c estimatedAdderCost: 27
36.06/36.22	c Try to convert by bdds
36.06/36.23	c D: 1
36.06/36.23	c estimatedAdderCost: 27
36.06/36.23	c Try to convert by bdds
36.06/36.24	c D: 1
36.06/36.24	c estimatedAdderCost: 27
36.06/36.24	c Try to convert by bdds
36.06/36.24	c D: 1
36.06/36.24	c estimatedAdderCost: 27
36.06/36.24	c Try to convert by bdds
36.06/36.25	c D: 1
36.06/36.25	c estimatedAdderCost: 27
36.06/36.25	c Try to convert by bdds
36.06/36.26	c D: 1
36.06/36.26	c estimatedAdderCost: 27
36.06/36.26	c Try to convert by bdds
36.06/36.26	c D: 1
36.06/36.26	c estimatedAdderCost: 25
36.06/36.26	c Try to convert by bdds
36.06/36.26	c D: 1
36.06/36.26	c estimatedAdderCost: 26
36.06/36.26	c Try to convert by bdds
36.06/36.27	c D: 1
36.06/36.27	c estimatedAdderCost: 26
36.06/36.27	c Try to convert by bdds
36.06/36.27	c D: 1
36.06/36.27	c estimatedAdderCost: 27
36.06/36.27	c Try to convert by bdds
36.06/36.27	c D: 1
36.06/36.27	c estimatedAdderCost: 26
36.06/36.27	c Try to convert by bdds
36.06/36.27	c D: 1
36.06/36.27	c estimatedAdderCost: 26
36.06/36.27	c Try to convert by bdds
36.06/36.28	c D: 1
36.06/36.28	c estimatedAdderCost: 26
36.06/36.28	c Try to convert by bdds
36.06/36.28	c D: 1
36.06/36.28	c estimatedAdderCost: 28
36.06/36.28	c Try to convert by bdds
36.06/36.28	c D: 1
36.06/36.28	c estimatedAdderCost: 26
36.06/36.28	c Try to convert by bdds
36.06/36.28	c D: 1
36.06/36.28	c estimatedAdderCost: 26
36.06/36.28	c Try to convert by bdds
36.06/36.28	c D: 1
36.06/36.28	c estimatedAdderCost: 27
36.06/36.28	c Try to convert by bdds
36.06/36.29	c D: 1
36.06/36.29	c estimatedAdderCost: 26
36.06/36.29	c Try to convert by bdds
36.06/36.29	c D: 1
36.06/36.29	c estimatedAdderCost: 26
36.06/36.29	c Try to convert by bdds
36.16/36.30	c D: 1
36.16/36.30	c estimatedAdderCost: 26
36.16/36.30	c Try to convert by bdds
36.16/36.30	c D: 1
36.16/36.30	c estimatedAdderCost: 28
36.16/36.30	c Try to convert by bdds
36.16/36.30	c D: 1
36.16/36.30	c estimatedAdderCost: 27
36.16/36.30	c Try to convert by bdds
36.16/36.31	c D: 1
36.16/36.31	c estimatedAdderCost: 27
36.16/36.31	c Try to convert by bdds
36.16/36.31	c D: 1
36.16/36.31	c estimatedAdderCost: 26
36.16/36.31	c Try to convert by bdds
36.16/36.32	c D: 1
36.16/36.32	c estimatedAdderCost: 27
36.16/36.32	c Try to convert by bdds
36.16/36.32	c D: 1
36.16/36.32	c estimatedAdderCost: 26
36.16/36.32	c Try to convert by bdds
36.16/36.32	c D: 1
36.16/36.32	c estimatedAdderCost: 26
36.16/36.32	c Try to convert by bdds
36.16/36.32	c D: 1
36.16/36.32	c estimatedAdderCost: 27
36.16/36.32	c Try to convert by bdds
36.16/36.33	c D: 1
36.16/36.33	c estimatedAdderCost: 27
36.16/36.33	c Try to convert by bdds
36.16/36.33	c D: 1
36.16/36.33	c estimatedAdderCost: 27
36.16/36.33	c Try to convert by bdds
36.16/36.34	c D: 1
36.16/36.34	c estimatedAdderCost: 26
36.16/36.34	c Try to convert by bdds
36.16/36.34	c D: 1
36.16/36.34	c estimatedAdderCost: 28
36.16/36.34	c Try to convert by bdds
36.16/36.35	c D: 1
36.16/36.35	c estimatedAdderCost: 26
36.16/36.35	c Try to convert by bdds
36.16/36.35	c D: 1
36.16/36.35	c estimatedAdderCost: 27
36.16/36.35	c Try to convert by bdds
36.16/36.35	c D: 1
36.16/36.35	c estimatedAdderCost: 27
36.16/36.35	c Try to convert by bdds
36.16/36.36	c D: 1
36.16/36.36	c estimatedAdderCost: 27
36.16/36.36	c Try to convert by bdds
36.16/36.36	c D: 1
36.16/36.36	c estimatedAdderCost: 27
36.16/36.36	c Try to convert by bdds
36.16/36.37	c D: 1
36.16/36.37	c estimatedAdderCost: 27
36.16/36.37	c Try to convert by bdds
36.16/36.38	c D: 1
36.16/36.38	c estimatedAdderCost: 26
36.16/36.38	c Try to convert by bdds
36.16/36.38	c D: 1
36.16/36.38	c estimatedAdderCost: 25
36.16/36.38	c Try to convert by bdds
36.16/36.38	c D: 1
36.16/36.38	c estimatedAdderCost: 26
36.16/36.38	c Try to convert by bdds
36.16/36.38	c D: 1
36.16/36.38	c estimatedAdderCost: 28
36.16/36.38	c Try to convert by bdds
36.16/36.39	c D: 1
36.16/36.39	c estimatedAdderCost: 27
36.16/36.39	c Try to convert by bdds
36.16/36.39	c D: 1
36.16/36.39	c estimatedAdderCost: 27
36.16/36.39	c Try to convert by bdds
36.26/36.40	c D: 1
36.26/36.40	c estimatedAdderCost: 27
36.26/36.40	c Try to convert by bdds
36.26/36.40	c D: 1
36.26/36.40	c estimatedAdderCost: 27
36.26/36.40	c Try to convert by bdds
36.26/36.41	c D: 1
36.26/36.41	c estimatedAdderCost: 27
36.26/36.41	c Try to convert by bdds
36.26/36.42	c D: 1
36.26/36.42	c estimatedAdderCost: 26
36.26/36.42	c Try to convert by bdds
36.26/36.42	c D: 1
36.26/36.42	c estimatedAdderCost: 26
36.26/36.42	c Try to convert by bdds
36.26/36.43	c D: 1
36.26/36.43	c estimatedAdderCost: 28
36.26/36.43	c Try to convert by bdds
36.26/36.43	c D: 1
36.26/36.43	c estimatedAdderCost: 27
36.26/36.43	c Try to convert by bdds
36.26/36.43	c D: 1
36.26/36.43	c estimatedAdderCost: 27
36.26/36.43	c Try to convert by bdds
36.26/36.44	c D: 1
36.26/36.44	c estimatedAdderCost: 27
36.26/36.44	c Try to convert by bdds
36.26/36.45	c D: 1
36.26/36.45	c estimatedAdderCost: 27
36.26/36.45	c Try to convert by bdds
36.26/36.45	c D: 1
36.26/36.45	c estimatedAdderCost: 27
36.26/36.45	c Try to convert by bdds
36.26/36.46	c D: 1
36.26/36.46	c estimatedAdderCost: 27
36.26/36.46	c Try to convert by bdds
36.26/36.47	c D: 1
36.26/36.47	c estimatedAdderCost: 26
36.26/36.47	c Try to convert by bdds
36.26/36.47	c D: 1
36.26/36.47	c estimatedAdderCost: 26
36.26/36.47	c Try to convert by bdds
36.26/36.48	c D: 1
36.26/36.48	c estimatedAdderCost: 29
36.26/36.48	c Try to convert by bdds
36.26/36.48	c D: 1
36.26/36.48	c estimatedAdderCost: 27
36.26/36.48	c Try to convert by bdds
36.26/36.48	c D: 1
36.26/36.48	c estimatedAdderCost: 27
36.26/36.48	c Try to convert by bdds
36.26/36.49	c D: 1
36.26/36.49	c estimatedAdderCost: 27
36.26/36.49	c Try to convert by bdds
36.36/36.50	c D: 1
36.36/36.50	c estimatedAdderCost: 27
36.36/36.50	c Try to convert by bdds
36.36/36.50	c D: 1
36.36/36.50	c estimatedAdderCost: 27
36.36/36.50	c Try to convert by bdds
36.36/36.51	c D: 1
36.36/36.51	c estimatedAdderCost: 27
36.36/36.51	c Try to convert by bdds
36.36/36.52	c D: 1
36.36/36.52	c estimatedAdderCost: 27
36.36/36.52	c Try to convert by bdds
36.36/36.52	c D: 1
36.36/36.52	c estimatedAdderCost: 18
36.36/36.52	c Try to convert by bdds
36.36/36.52	c D: 1
36.36/36.52	c estimatedAdderCost: 23
36.36/36.52	c Try to convert by bdds
36.36/36.52	c D: 1
36.36/36.52	c estimatedAdderCost: 18
36.36/36.52	c Try to convert by bdds
36.36/36.53	c D: 1
36.36/36.53	c estimatedAdderCost: 20
36.36/36.53	c Try to convert by bdds
36.36/36.53	c D: 1
36.36/36.53	c estimatedAdderCost: 19
36.36/36.53	c Try to convert by bdds
36.36/36.53	c D: 1
36.36/36.53	c estimatedAdderCost: 19
36.36/36.53	c Try to convert by bdds
36.36/36.53	c D: 1
36.36/36.53	c estimatedAdderCost: 19
36.36/36.53	c Try to convert by bdds
36.36/36.54	c D: 1
36.36/36.54	c estimatedAdderCost: 19
36.36/36.54	c Try to convert by bdds
36.36/36.54	c D: 1
36.36/36.54	c estimatedAdderCost: 19
36.36/36.54	c Try to convert by bdds
36.36/36.55	c D: 1
36.36/36.55	c estimatedAdderCost: 19
36.36/36.55	c Try to convert by bdds
36.36/36.55	c D: 1
36.36/36.55	c estimatedAdderCost: 19
36.36/36.55	c Try to convert by bdds
36.36/36.55	c D: 1
36.36/36.55	c estimatedAdderCost: 19
36.36/36.55	c Try to convert by bdds
36.36/36.56	c D: 1
36.36/36.56	c estimatedAdderCost: 25
36.36/36.56	c Try to convert by bdds
36.36/36.56	c D: 1
36.36/36.56	c estimatedAdderCost: 26
36.36/36.56	c Try to convert by bdds
36.36/36.56	c D: 1
36.36/36.56	c estimatedAdderCost: 26
36.36/36.56	c Try to convert by bdds
36.36/36.57	c D: 1
36.36/36.57	c estimatedAdderCost: 27
36.36/36.57	c Try to convert by bdds
36.36/36.57	c D: 1
36.36/36.57	c estimatedAdderCost: 27
36.36/36.57	c Try to convert by bdds
36.36/36.58	c D: 1
36.36/36.58	c estimatedAdderCost: 27
36.36/36.58	c Try to convert by bdds
36.36/36.59	c D: 1
36.36/36.59	c estimatedAdderCost: 27
36.36/36.59	c Try to convert by bdds
36.36/36.59	c D: 1
36.36/36.59	c estimatedAdderCost: 27
36.36/36.59	c Try to convert by bdds
36.46/36.60	c D: 1
36.46/36.60	c estimatedAdderCost: 27
36.46/36.60	c Try to convert by bdds
36.46/36.61	c D: 1
36.46/36.61	c estimatedAdderCost: 27
36.46/36.61	c Try to convert by bdds
36.46/36.61	c D: 1
36.46/36.61	c estimatedAdderCost: 27
36.46/36.61	c Try to convert by bdds
36.46/36.62	c D: 1
36.46/36.62	c estimatedAdderCost: 26
36.46/36.62	c Try to convert by bdds
36.46/36.63	c D: 1
36.46/36.63	c estimatedAdderCost: 26
36.46/36.63	c Try to convert by bdds
36.46/36.63	c D: 1
36.46/36.63	c estimatedAdderCost: 27
36.46/36.63	c Try to convert by bdds
36.46/36.64	c D: 1
36.46/36.64	c estimatedAdderCost: 27
36.46/36.64	c Try to convert by bdds
36.46/36.64	c D: 1
36.46/36.64	c estimatedAdderCost: 27
36.46/36.64	c Try to convert by bdds
36.46/36.65	c D: 1
36.46/36.65	c estimatedAdderCost: 27
36.46/36.65	c Try to convert by bdds
36.46/36.66	c D: 1
36.46/36.66	c estimatedAdderCost: 27
36.46/36.66	c Try to convert by bdds
36.46/36.66	c D: 1
36.46/36.66	c estimatedAdderCost: 27
36.46/36.66	c Try to convert by bdds
36.46/36.67	c D: 1
36.46/36.67	c estimatedAdderCost: 27
36.46/36.67	c Try to convert by bdds
36.46/36.68	c D: 1
36.46/36.68	c estimatedAdderCost: 27
36.46/36.68	c Try to convert by bdds
36.46/36.68	c D: 1
36.46/36.68	c estimatedAdderCost: 26
36.46/36.68	c Try to convert by bdds
36.46/36.69	c D: 1
36.46/36.69	c estimatedAdderCost: 26
36.46/36.69	c Try to convert by bdds
36.46/36.69	c D: 1
36.46/36.69	c estimatedAdderCost: 27
36.46/36.69	c Try to convert by bdds
36.56/36.70	c D: 1
36.56/36.70	c estimatedAdderCost: 27
36.56/36.70	c Try to convert by bdds
36.56/36.71	c D: 1
36.56/36.71	c estimatedAdderCost: 27
36.56/36.71	c Try to convert by bdds
36.56/36.71	c D: 1
36.56/36.71	c estimatedAdderCost: 27
36.56/36.71	c Try to convert by bdds
36.56/36.72	c D: 1
36.56/36.72	c estimatedAdderCost: 27
36.56/36.72	c Try to convert by bdds
36.56/36.73	c D: 1
36.56/36.73	c estimatedAdderCost: 27
36.56/36.73	c Try to convert by bdds
36.56/36.73	c D: 1
36.56/36.73	c estimatedAdderCost: 27
36.56/36.73	c Try to convert by bdds
36.56/36.74	c D: 1
36.56/36.74	c estimatedAdderCost: 27
36.56/36.74	c Try to convert by bdds
36.56/36.75	c D: 1
36.56/36.75	c estimatedAdderCost: 25
36.56/36.75	c Try to convert by bdds
36.56/36.75	c D: 1
36.56/36.75	c estimatedAdderCost: 25
36.56/36.75	c Try to convert by bdds
36.56/36.75	c D: 1
36.56/36.75	c estimatedAdderCost: 26
36.56/36.75	c Try to convert by bdds
36.56/36.75	c D: 1
36.56/36.75	c estimatedAdderCost: 27
36.56/36.75	c Try to convert by bdds
36.56/36.75	c D: 1
36.56/36.75	c estimatedAdderCost: 26
36.56/36.75	c Try to convert by bdds
36.56/36.76	c D: 1
36.56/36.76	c estimatedAdderCost: 26
36.56/36.76	c Try to convert by bdds
36.56/36.76	c D: 1
36.56/36.76	c estimatedAdderCost: 26
36.56/36.76	c Try to convert by bdds
36.56/36.76	c D: 1
36.56/36.76	c estimatedAdderCost: 26
36.56/36.76	c Try to convert by bdds
36.56/36.76	c D: 1
36.56/36.76	c estimatedAdderCost: 26
36.56/36.76	c Try to convert by bdds
36.56/36.77	c D: 1
36.56/36.77	c estimatedAdderCost: 26
36.56/36.77	c Try to convert by bdds
36.56/36.77	c D: 1
36.56/36.77	c estimatedAdderCost: 27
36.56/36.77	c Try to convert by bdds
36.56/36.77	c D: 1
36.56/36.77	c estimatedAdderCost: 26
36.56/36.77	c Try to convert by bdds
36.56/36.78	c D: 1
36.56/36.78	c estimatedAdderCost: 28
36.56/36.78	c Try to convert by bdds
36.56/36.78	c D: 1
36.56/36.78	c estimatedAdderCost: 26
36.56/36.78	c Try to convert by bdds
36.56/36.78	c D: 1
36.56/36.78	c estimatedAdderCost: 28
36.56/36.78	c Try to convert by bdds
36.56/36.78	c D: 1
36.56/36.78	c estimatedAdderCost: 27
36.56/36.78	c Try to convert by bdds
36.56/36.79	c D: 1
36.56/36.79	c estimatedAdderCost: 27
36.56/36.79	c Try to convert by bdds
36.66/36.80	c D: 1
36.66/36.80	c estimatedAdderCost: 26
36.66/36.80	c Try to convert by bdds
36.66/36.80	c D: 1
36.66/36.80	c estimatedAdderCost: 27
36.66/36.80	c Try to convert by bdds
36.66/36.80	c D: 1
36.66/36.80	c estimatedAdderCost: 26
36.66/36.80	c Try to convert by bdds
36.66/36.80	c D: 1
36.66/36.80	c estimatedAdderCost: 28
36.66/36.80	c Try to convert by bdds
36.66/36.81	c D: 1
36.66/36.81	c estimatedAdderCost: 27
36.66/36.81	c Try to convert by bdds
36.66/36.81	c D: 1
36.66/36.81	c estimatedAdderCost: 27
36.66/36.81	c Try to convert by bdds
36.66/36.82	c D: 1
36.66/36.82	c estimatedAdderCost: 27
36.66/36.82	c Try to convert by bdds
36.66/36.83	c D: 1
36.66/36.83	c estimatedAdderCost: 26
36.66/36.83	c Try to convert by bdds
36.66/36.83	c D: 1
36.66/36.83	c estimatedAdderCost: 28
36.66/36.83	c Try to convert by bdds
36.66/36.83	c D: 1
36.66/36.83	c estimatedAdderCost: 26
36.66/36.83	c Try to convert by bdds
36.66/36.83	c D: 1
36.66/36.83	c estimatedAdderCost: 29
36.66/36.83	c Try to convert by bdds
36.66/36.83	c D: 1
36.66/36.83	c estimatedAdderCost: 27
36.66/36.83	c Try to convert by bdds
36.66/36.84	c D: 1
36.66/36.84	c estimatedAdderCost: 27
36.66/36.84	c Try to convert by bdds
36.66/36.85	c D: 1
36.66/36.85	c estimatedAdderCost: 27
36.66/36.85	c Try to convert by bdds
36.66/36.85	c D: 1
36.66/36.85	c estimatedAdderCost: 27
36.66/36.85	c Try to convert by bdds
36.66/36.86	c D: 1
36.66/36.86	c estimatedAdderCost: 26
36.66/36.86	c Try to convert by bdds
36.66/36.86	c D: 1
36.66/36.86	c estimatedAdderCost: 27
36.66/36.86	c Try to convert by bdds
36.66/36.87	c D: 1
36.66/36.87	c estimatedAdderCost: 26
36.66/36.87	c Try to convert by bdds
36.66/36.87	c D: 1
36.66/36.87	c estimatedAdderCost: 28
36.66/36.87	c Try to convert by bdds
36.66/36.87	c D: 1
36.66/36.87	c estimatedAdderCost: 27
36.66/36.87	c Try to convert by bdds
36.66/36.88	c D: 1
36.66/36.88	c estimatedAdderCost: 27
36.66/36.88	c Try to convert by bdds
36.66/36.88	c D: 1
36.66/36.88	c estimatedAdderCost: 27
36.66/36.88	c Try to convert by bdds
36.66/36.89	c D: 1
36.66/36.89	c estimatedAdderCost: 27
36.66/36.89	c Try to convert by bdds
36.76/36.90	c D: 1
36.76/36.90	c estimatedAdderCost: 27
36.76/36.90	c Try to convert by bdds
36.76/36.90	c D: 1
36.76/36.90	c estimatedAdderCost: 26
36.76/36.90	c Try to convert by bdds
36.76/36.91	c D: 1
36.76/36.91	c estimatedAdderCost: 26
36.76/36.91	c Try to convert by bdds
36.76/36.91	c D: 1
36.76/36.91	c estimatedAdderCost: 28
36.76/36.91	c Try to convert by bdds
36.76/36.91	c D: 1
36.76/36.91	c estimatedAdderCost: 27
36.76/36.91	c Try to convert by bdds
36.76/36.92	c D: 1
36.76/36.92	c estimatedAdderCost: 27
36.76/36.92	c Try to convert by bdds
36.76/36.93	c D: 1
36.76/36.93	c estimatedAdderCost: 27
36.76/36.93	c Try to convert by bdds
36.76/36.93	c D: 1
36.76/36.93	c estimatedAdderCost: 27
36.76/36.93	c Try to convert by bdds
36.76/36.94	c D: 1
36.76/36.94	c estimatedAdderCost: 27
36.76/36.94	c Try to convert by bdds
36.76/36.94	c D: 1
36.76/36.94	c estimatedAdderCost: 27
36.76/36.94	c Try to convert by bdds
36.76/36.95	c D: 1
36.76/36.95	c estimatedAdderCost: 26
36.76/36.95	c Try to convert by bdds
36.76/36.96	c D: 1
36.76/36.96	c estimatedAdderCost: 26
36.76/36.96	c Try to convert by bdds
36.76/36.96	c D: 1
36.76/36.96	c estimatedAdderCost: 26
36.76/36.96	c Try to convert by bdds
36.76/36.96	c D: 1
36.76/36.96	c estimatedAdderCost: 27
36.76/36.96	c Try to convert by bdds
36.76/36.97	c D: 1
36.76/36.97	c estimatedAdderCost: 27
36.76/36.97	c Try to convert by bdds
36.76/36.97	c D: 1
36.76/36.97	c estimatedAdderCost: 27
36.76/36.97	c Try to convert by bdds
36.76/36.98	c D: 1
36.76/36.98	c estimatedAdderCost: 27
36.76/36.98	c Try to convert by bdds
36.76/36.99	c D: 1
36.76/36.99	c estimatedAdderCost: 27
36.76/36.99	c Try to convert by bdds
36.76/36.99	c D: 1
36.76/36.99	c estimatedAdderCost: 27
36.76/36.99	c Try to convert by bdds
36.76/37.00	c D: 1
36.76/37.00	c estimatedAdderCost: 27
36.76/37.00	c Try to convert by bdds
36.76/37.01	c D: 1
36.76/37.01	c estimatedAdderCost: 26
36.76/37.01	c Try to convert by bdds
36.87/37.01	c D: 1
36.87/37.01	c estimatedAdderCost: 26
36.87/37.01	c Try to convert by bdds
36.87/37.02	c D: 1
36.87/37.02	c estimatedAdderCost: 27
36.87/37.02	c Try to convert by bdds
36.87/37.02	c D: 1
36.87/37.02	c estimatedAdderCost: 27
36.87/37.02	c Try to convert by bdds
36.87/37.03	c D: 1
36.87/37.03	c estimatedAdderCost: 27
36.87/37.03	c Try to convert by bdds
36.87/37.04	c D: 1
36.87/37.04	c estimatedAdderCost: 27
36.87/37.04	c Try to convert by bdds
36.87/37.04	c D: 1
36.87/37.04	c estimatedAdderCost: 27
36.87/37.04	c Try to convert by bdds
36.87/37.05	c D: 1
36.87/37.05	c estimatedAdderCost: 27
36.87/37.05	c Try to convert by bdds
36.87/37.06	c D: 1
36.87/37.06	c estimatedAdderCost: 27
36.87/37.06	c Try to convert by bdds
36.87/37.06	c D: 1
36.87/37.06	c estimatedAdderCost: 27
36.87/37.06	c Try to convert by bdds
36.87/37.07	c D: 1
36.87/37.07	c estimatedAdderCost: 18
36.87/37.07	c Try to convert by bdds
36.87/37.07	c D: 1
36.87/37.07	c estimatedAdderCost: 22
36.87/37.07	c Try to convert by bdds
36.87/37.07	c D: 1
36.87/37.07	c estimatedAdderCost: 18
36.87/37.07	c Try to convert by bdds
36.87/37.07	c D: 1
36.87/37.07	c estimatedAdderCost: 20
36.87/37.07	c Try to convert by bdds
36.87/37.08	c D: 1
36.87/37.08	c estimatedAdderCost: 19
36.87/37.08	c Try to convert by bdds
36.87/37.08	c D: 1
36.87/37.08	c estimatedAdderCost: 19
36.87/37.08	c Try to convert by bdds
36.87/37.08	c D: 1
36.87/37.08	c estimatedAdderCost: 19
36.87/37.08	c Try to convert by bdds
36.87/37.09	c D: 1
36.87/37.09	c estimatedAdderCost: 19
36.87/37.09	c Try to convert by bdds
36.87/37.09	c D: 1
36.87/37.09	c estimatedAdderCost: 19
36.87/37.09	c Try to convert by bdds
36.87/37.09	c D: 1
36.87/37.09	c estimatedAdderCost: 19
36.87/37.09	c Try to convert by bdds
36.87/37.10	c D: 1
36.87/37.10	c estimatedAdderCost: 19
36.87/37.10	c Try to convert by bdds
36.87/37.10	c D: 1
36.87/37.10	c estimatedAdderCost: 19
36.87/37.10	c Try to convert by bdds
36.87/37.11	c D: 1
36.87/37.11	c estimatedAdderCost: 19
36.87/37.11	c Try to convert by bdds
36.87/37.11	c D: 1
36.87/37.11	c estimatedAdderCost: 26
36.87/37.11	c Try to convert by bdds
36.97/37.11	c D: 1
36.97/37.11	c estimatedAdderCost: 26
36.97/37.11	c Try to convert by bdds
36.97/37.12	c D: 1
36.97/37.12	c estimatedAdderCost: 27
36.97/37.12	c Try to convert by bdds
36.97/37.13	c D: 1
36.97/37.13	c estimatedAdderCost: 27
36.97/37.13	c Try to convert by bdds
36.97/37.13	c D: 1
36.97/37.13	c estimatedAdderCost: 27
36.97/37.13	c Try to convert by bdds
36.97/37.14	c D: 1
36.97/37.14	c estimatedAdderCost: 27
36.97/37.14	c Try to convert by bdds
36.97/37.15	c D: 1
36.97/37.15	c estimatedAdderCost: 27
36.97/37.15	c Try to convert by bdds
36.97/37.15	c D: 1
36.97/37.15	c estimatedAdderCost: 27
36.97/37.15	c Try to convert by bdds
36.97/37.16	c D: 1
36.97/37.16	c estimatedAdderCost: 27
36.97/37.16	c Try to convert by bdds
36.97/37.17	c D: 1
36.97/37.17	c estimatedAdderCost: 27
36.97/37.17	c Try to convert by bdds
36.97/37.17	c D: 1
36.97/37.17	c estimatedAdderCost: 27
36.97/37.17	c Try to convert by bdds
36.97/37.18	c D: 1
36.97/37.18	c estimatedAdderCost: 26
36.97/37.18	c Try to convert by bdds
36.97/37.18	c D: 1
36.97/37.18	c estimatedAdderCost: 26
36.97/37.18	c Try to convert by bdds
36.97/37.19	c D: 1
36.97/37.19	c estimatedAdderCost: 27
36.97/37.19	c Try to convert by bdds
37.06/37.20	c D: 1
37.06/37.20	c estimatedAdderCost: 27
37.06/37.20	c Try to convert by bdds
37.06/37.20	c D: 1
37.06/37.20	c estimatedAdderCost: 27
37.06/37.20	c Try to convert by bdds
37.06/37.21	c D: 1
37.06/37.21	c estimatedAdderCost: 27
37.06/37.21	c Try to convert by bdds
37.06/37.22	c D: 1
37.06/37.22	c estimatedAdderCost: 27
37.06/37.22	c Try to convert by bdds
37.06/37.22	c D: 1
37.06/37.22	c estimatedAdderCost: 27
37.06/37.22	c Try to convert by bdds
37.06/37.23	c D: 1
37.06/37.23	c estimatedAdderCost: 27
37.06/37.23	c Try to convert by bdds
37.06/37.24	c D: 1
37.06/37.24	c estimatedAdderCost: 27
37.06/37.24	c Try to convert by bdds
37.06/37.24	c D: 1
37.06/37.24	c estimatedAdderCost: 27
37.06/37.24	c Try to convert by bdds
37.06/37.25	c D: 1
37.06/37.25	c estimatedAdderCost: 25
37.06/37.25	c Try to convert by bdds
37.06/37.25	c D: 1
37.06/37.25	c estimatedAdderCost: 25
37.06/37.25	c Try to convert by bdds
37.06/37.25	c D: 1
37.06/37.25	c estimatedAdderCost: 26
37.06/37.25	c Try to convert by bdds
37.06/37.26	c D: 1
37.06/37.26	c estimatedAdderCost: 26
37.06/37.26	c Try to convert by bdds
37.06/37.26	c D: 1
37.06/37.26	c estimatedAdderCost: 26
37.06/37.26	c Try to convert by bdds
37.06/37.26	c D: 1
37.06/37.26	c estimatedAdderCost: 27
37.06/37.26	c Try to convert by bdds
37.06/37.26	c D: 1
37.06/37.26	c estimatedAdderCost: 26
37.06/37.26	c Try to convert by bdds
37.06/37.26	c D: 1
37.06/37.26	c estimatedAdderCost: 27
37.06/37.26	c Try to convert by bdds
37.06/37.27	c D: 1
37.06/37.27	c estimatedAdderCost: 26
37.06/37.27	c Try to convert by bdds
37.06/37.27	c D: 1
37.06/37.27	c estimatedAdderCost: 27
37.06/37.27	c Try to convert by bdds
37.06/37.27	c D: 1
37.06/37.27	c estimatedAdderCost: 27
37.06/37.27	c Try to convert by bdds
37.06/37.28	c D: 1
37.06/37.28	c estimatedAdderCost: 26
37.06/37.28	c Try to convert by bdds
37.06/37.28	c D: 1
37.06/37.28	c estimatedAdderCost: 28
37.06/37.28	c Try to convert by bdds
37.06/37.28	c D: 1
37.06/37.28	c estimatedAdderCost: 26
37.06/37.28	c Try to convert by bdds
37.06/37.28	c D: 1
37.06/37.28	c estimatedAdderCost: 25
37.06/37.28	c Try to convert by bdds
37.06/37.29	c D: 1
37.06/37.29	c estimatedAdderCost: 27
37.06/37.29	c Try to convert by bdds
37.06/37.29	c D: 1
37.06/37.29	c estimatedAdderCost: 27
37.06/37.29	c Try to convert by bdds
37.16/37.30	c D: 1
37.16/37.30	c estimatedAdderCost: 26
37.16/37.30	c Try to convert by bdds
37.16/37.30	c D: 1
37.16/37.30	c estimatedAdderCost: 28
37.16/37.30	c Try to convert by bdds
37.16/37.30	c D: 1
37.16/37.30	c estimatedAdderCost: 26
37.16/37.30	c Try to convert by bdds
37.16/37.31	c D: 1
37.16/37.31	c estimatedAdderCost: 27
37.16/37.31	c Try to convert by bdds
37.16/37.31	c D: 1
37.16/37.31	c estimatedAdderCost: 27
37.16/37.31	c Try to convert by bdds
37.16/37.32	c D: 1
37.16/37.32	c estimatedAdderCost: 27
37.16/37.32	c Try to convert by bdds
37.16/37.32	c D: 1
37.16/37.32	c estimatedAdderCost: 27
37.16/37.32	c Try to convert by bdds
37.16/37.33	c D: 1
37.16/37.33	c estimatedAdderCost: 26
37.16/37.33	c Try to convert by bdds
37.16/37.33	c D: 1
37.16/37.33	c estimatedAdderCost: 29
37.16/37.33	c Try to convert by bdds
37.16/37.33	c D: 1
37.16/37.33	c estimatedAdderCost: 26
37.16/37.33	c Try to convert by bdds
37.16/37.34	c D: 1
37.16/37.34	c estimatedAdderCost: 27
37.16/37.34	c Try to convert by bdds
37.16/37.34	c D: 1
37.16/37.34	c estimatedAdderCost: 27
37.16/37.34	c Try to convert by bdds
37.16/37.34	c D: 1
37.16/37.34	c estimatedAdderCost: 27
37.16/37.34	c Try to convert by bdds
37.16/37.35	c D: 1
37.16/37.35	c estimatedAdderCost: 27
37.16/37.35	c Try to convert by bdds
37.16/37.36	c D: 1
37.16/37.36	c estimatedAdderCost: 27
37.16/37.36	c Try to convert by bdds
37.16/37.36	c D: 1
37.16/37.36	c estimatedAdderCost: 26
37.16/37.36	c Try to convert by bdds
37.16/37.37	c D: 1
37.16/37.37	c estimatedAdderCost: 26
37.16/37.37	c Try to convert by bdds
37.16/37.37	c D: 1
37.16/37.37	c estimatedAdderCost: 27
37.16/37.37	c Try to convert by bdds
37.16/37.37	c D: 1
37.16/37.37	c estimatedAdderCost: 27
37.16/37.37	c Try to convert by bdds
37.16/37.38	c D: 1
37.16/37.38	c estimatedAdderCost: 27
37.16/37.38	c Try to convert by bdds
37.16/37.39	c D: 1
37.16/37.39	c estimatedAdderCost: 27
37.16/37.39	c Try to convert by bdds
37.16/37.39	c D: 1
37.16/37.39	c estimatedAdderCost: 27
37.16/37.39	c Try to convert by bdds
37.26/37.40	c D: 1
37.26/37.40	c estimatedAdderCost: 27
37.26/37.40	c Try to convert by bdds
37.26/37.41	c D: 1
37.26/37.41	c estimatedAdderCost: 26
37.26/37.41	c Try to convert by bdds
37.26/37.41	c D: 1
37.26/37.41	c estimatedAdderCost: 26
37.26/37.41	c Try to convert by bdds
37.26/37.41	c D: 1
37.26/37.41	c estimatedAdderCost: 29
37.26/37.41	c Try to convert by bdds
37.26/37.42	c D: 1
37.26/37.42	c estimatedAdderCost: 27
37.26/37.42	c Try to convert by bdds
37.26/37.42	c D: 1
37.26/37.42	c estimatedAdderCost: 27
37.26/37.42	c Try to convert by bdds
37.26/37.43	c D: 1
37.26/37.43	c estimatedAdderCost: 27
37.26/37.43	c Try to convert by bdds
37.26/37.44	c D: 1
37.26/37.44	c estimatedAdderCost: 27
37.26/37.44	c Try to convert by bdds
37.26/37.44	c D: 1
37.26/37.44	c estimatedAdderCost: 27
37.26/37.44	c Try to convert by bdds
37.26/37.45	c D: 1
37.26/37.45	c estimatedAdderCost: 27
37.26/37.45	c Try to convert by bdds
37.26/37.45	c D: 1
37.26/37.45	c estimatedAdderCost: 26
37.26/37.45	c Try to convert by bdds
37.26/37.46	c D: 1
37.26/37.46	c estimatedAdderCost: 26
37.26/37.46	c Try to convert by bdds
37.26/37.46	c D: 1
37.26/37.46	c estimatedAdderCost: 27
37.26/37.46	c Try to convert by bdds
37.26/37.47	c D: 1
37.26/37.47	c estimatedAdderCost: 27
37.26/37.47	c Try to convert by bdds
37.26/37.47	c D: 1
37.26/37.47	c estimatedAdderCost: 27
37.26/37.47	c Try to convert by bdds
37.26/37.48	c D: 1
37.26/37.48	c estimatedAdderCost: 27
37.26/37.48	c Try to convert by bdds
37.26/37.48	c D: 1
37.26/37.48	c estimatedAdderCost: 27
37.26/37.48	c Try to convert by bdds
37.26/37.49	c D: 1
37.26/37.49	c estimatedAdderCost: 27
37.26/37.49	c Try to convert by bdds
37.36/37.50	c D: 1
37.36/37.50	c estimatedAdderCost: 27
37.36/37.50	c Try to convert by bdds
37.36/37.50	c D: 1
37.36/37.50	c estimatedAdderCost: 27
37.36/37.50	c Try to convert by bdds
37.36/37.51	c D: 1
37.36/37.51	c estimatedAdderCost: 26
37.36/37.51	c Try to convert by bdds
37.36/37.52	c D: 1
37.36/37.52	c estimatedAdderCost: 26
37.36/37.52	c Try to convert by bdds
37.36/37.52	c D: 1
37.36/37.52	c estimatedAdderCost: 27
37.36/37.52	c Try to convert by bdds
37.36/37.53	c D: 1
37.36/37.53	c estimatedAdderCost: 27
37.36/37.53	c Try to convert by bdds
37.36/37.53	c D: 1
37.36/37.53	c estimatedAdderCost: 27
37.36/37.53	c Try to convert by bdds
37.36/37.54	c D: 1
37.36/37.54	c estimatedAdderCost: 27
37.36/37.54	c Try to convert by bdds
37.36/37.55	c D: 1
37.36/37.55	c estimatedAdderCost: 27
37.36/37.55	c Try to convert by bdds
37.36/37.55	c D: 1
37.36/37.55	c estimatedAdderCost: 27
37.36/37.55	c Try to convert by bdds
37.36/37.56	c D: 1
37.36/37.56	c estimatedAdderCost: 27
37.36/37.56	c Try to convert by bdds
37.36/37.57	c D: 1
37.36/37.57	c estimatedAdderCost: 27
37.36/37.57	c Try to convert by bdds
37.36/37.57	c D: 1
37.36/37.57	c estimatedAdderCost: 26
37.36/37.57	c Try to convert by bdds
37.36/37.58	c D: 1
37.36/37.58	c estimatedAdderCost: 26
37.36/37.58	c Try to convert by bdds
37.36/37.58	c D: 1
37.36/37.58	c estimatedAdderCost: 27
37.36/37.58	c Try to convert by bdds
37.36/37.59	c D: 1
37.36/37.59	c estimatedAdderCost: 27
37.36/37.59	c Try to convert by bdds
37.46/37.60	c D: 1
37.46/37.60	c estimatedAdderCost: 27
37.46/37.60	c Try to convert by bdds
37.46/37.60	c D: 1
37.46/37.60	c estimatedAdderCost: 27
37.46/37.60	c Try to convert by bdds
37.46/37.61	c D: 1
37.46/37.61	c estimatedAdderCost: 27
37.46/37.61	c Try to convert by bdds
37.46/37.62	c D: 1
37.46/37.62	c estimatedAdderCost: 27
37.46/37.62	c Try to convert by bdds
37.46/37.62	c D: 1
37.46/37.62	c estimatedAdderCost: 27
37.46/37.62	c Try to convert by bdds
37.46/37.63	c D: 1
37.46/37.63	c estimatedAdderCost: 27
37.46/37.63	c Try to convert by bdds
37.46/37.64	c D: 1
37.46/37.64	c estimatedAdderCost: 27
37.46/37.64	c Try to convert by bdds
37.46/37.64	c D: 1
37.46/37.64	c estimatedAdderCost: 18
37.46/37.64	c Try to convert by bdds
37.46/37.64	c D: 1
37.46/37.64	c estimatedAdderCost: 22
37.46/37.64	c Try to convert by bdds
37.46/37.65	c D: 1
37.46/37.65	c estimatedAdderCost: 18
37.46/37.65	c Try to convert by bdds
37.46/37.65	c D: 1
37.46/37.65	c estimatedAdderCost: 21
37.46/37.65	c Try to convert by bdds
37.46/37.65	c D: 1
37.46/37.65	c estimatedAdderCost: 19
37.46/37.65	c Try to convert by bdds
37.46/37.65	c D: 1
37.46/37.65	c estimatedAdderCost: 19
37.46/37.65	c Try to convert by bdds
37.46/37.66	c D: 1
37.46/37.66	c estimatedAdderCost: 19
37.46/37.66	c Try to convert by bdds
37.46/37.66	c D: 1
37.46/37.66	c estimatedAdderCost: 19
37.46/37.66	c Try to convert by bdds
37.46/37.66	c D: 1
37.46/37.66	c estimatedAdderCost: 19
37.46/37.66	c Try to convert by bdds
37.46/37.67	c D: 1
37.46/37.67	c estimatedAdderCost: 19
37.46/37.67	c Try to convert by bdds
37.46/37.67	c D: 1
37.46/37.67	c estimatedAdderCost: 19
37.46/37.67	c Try to convert by bdds
37.46/37.67	c D: 1
37.46/37.67	c estimatedAdderCost: 19
37.46/37.67	c Try to convert by bdds
37.46/37.68	c D: 1
37.46/37.68	c estimatedAdderCost: 19
37.46/37.68	c Try to convert by bdds
37.46/37.68	c D: 1
37.46/37.68	c estimatedAdderCost: 19
37.46/37.68	c Try to convert by bdds
37.46/37.68	c D: 1
37.46/37.68	c estimatedAdderCost: 26
37.46/37.68	c Try to convert by bdds
37.46/37.69	c D: 1
37.46/37.69	c estimatedAdderCost: 26
37.46/37.69	c Try to convert by bdds
37.56/37.70	c D: 1
37.56/37.70	c estimatedAdderCost: 27
37.56/37.70	c Try to convert by bdds
37.56/37.70	c D: 1
37.56/37.70	c estimatedAdderCost: 27
37.56/37.70	c Try to convert by bdds
37.56/37.71	c D: 1
37.56/37.71	c estimatedAdderCost: 27
37.56/37.71	c Try to convert by bdds
37.56/37.72	c D: 1
37.56/37.72	c estimatedAdderCost: 27
37.56/37.72	c Try to convert by bdds
37.56/37.72	c D: 1
37.56/37.72	c estimatedAdderCost: 27
37.56/37.72	c Try to convert by bdds
37.56/37.73	c D: 1
37.56/37.73	c estimatedAdderCost: 27
37.56/37.73	c Try to convert by bdds
37.56/37.73	c D: 1
37.56/37.73	c estimatedAdderCost: 27
37.56/37.73	c Try to convert by bdds
37.56/37.74	c D: 1
37.56/37.74	c estimatedAdderCost: 27
37.56/37.74	c Try to convert by bdds
37.56/37.75	c D: 1
37.56/37.75	c estimatedAdderCost: 27
37.56/37.75	c Try to convert by bdds
37.56/37.75	c D: 1
37.56/37.75	c estimatedAdderCost: 27
37.56/37.75	c Try to convert by bdds
37.56/37.76	c D: 1
37.56/37.76	c estimatedAdderCost: 25
37.56/37.76	c Try to convert by bdds
37.56/37.76	c D: 1
37.56/37.76	c estimatedAdderCost: 26
37.56/37.76	c Try to convert by bdds
37.56/37.76	c D: 1
37.56/37.76	c estimatedAdderCost: 26
37.56/37.76	c Try to convert by bdds
37.56/37.77	c D: 1
37.56/37.77	c estimatedAdderCost: 27
37.56/37.77	c Try to convert by bdds
37.56/37.77	c D: 1
37.56/37.77	c estimatedAdderCost: 26
37.56/37.77	c Try to convert by bdds
37.56/37.77	c D: 1
37.56/37.77	c estimatedAdderCost: 26
37.56/37.77	c Try to convert by bdds
37.56/37.77	c D: 1
37.56/37.77	c estimatedAdderCost: 26
37.56/37.77	c Try to convert by bdds
37.56/37.78	c D: 1
37.56/37.78	c estimatedAdderCost: 26
37.56/37.78	c Try to convert by bdds
37.56/37.78	c D: 1
37.56/37.78	c estimatedAdderCost: 26
37.56/37.78	c Try to convert by bdds
37.56/37.78	c D: 1
37.56/37.78	c estimatedAdderCost: 28
37.56/37.78	c Try to convert by bdds
37.56/37.78	c D: 1
37.56/37.78	c estimatedAdderCost: 27
37.56/37.78	c Try to convert by bdds
37.56/37.79	c D: 1
37.56/37.79	c estimatedAdderCost: 26
37.56/37.79	c Try to convert by bdds
37.56/37.79	c D: 1
37.56/37.79	c estimatedAdderCost: 28
37.56/37.79	c Try to convert by bdds
37.56/37.79	c D: 1
37.56/37.79	c estimatedAdderCost: 26
37.56/37.79	c Try to convert by bdds
37.66/37.80	c D: 1
37.66/37.80	c estimatedAdderCost: 26
37.66/37.80	c Try to convert by bdds
37.66/37.80	c D: 1
37.66/37.80	c estimatedAdderCost: 27
37.66/37.80	c Try to convert by bdds
37.66/37.80	c D: 1
37.66/37.80	c estimatedAdderCost: 27
37.66/37.80	c Try to convert by bdds
37.66/37.81	c D: 1
37.66/37.81	c estimatedAdderCost: 26
37.66/37.81	c Try to convert by bdds
37.66/37.81	c D: 1
37.66/37.81	c estimatedAdderCost: 29
37.66/37.81	c Try to convert by bdds
37.66/37.82	c D: 1
37.66/37.82	c estimatedAdderCost: 26
37.66/37.82	c Try to convert by bdds
37.66/37.82	c D: 1
37.66/37.82	c estimatedAdderCost: 27
37.66/37.82	c Try to convert by bdds
37.66/37.82	c D: 1
37.66/37.82	c estimatedAdderCost: 27
37.66/37.82	c Try to convert by bdds
37.66/37.83	c D: 1
37.66/37.83	c estimatedAdderCost: 27
37.66/37.83	c Try to convert by bdds
37.66/37.83	c D: 1
37.66/37.83	c estimatedAdderCost: 27
37.66/37.83	c Try to convert by bdds
37.66/37.84	c D: 1
37.66/37.84	c estimatedAdderCost: 26
37.66/37.84	c Try to convert by bdds
37.66/37.84	c D: 1
37.66/37.84	c estimatedAdderCost: 30
37.66/37.84	c Try to convert by bdds
37.66/37.85	c D: 1
37.66/37.85	c estimatedAdderCost: 26
37.66/37.85	c Try to convert by bdds
37.66/37.85	c D: 1
37.66/37.85	c estimatedAdderCost: 27
37.66/37.85	c Try to convert by bdds
37.66/37.85	c D: 1
37.66/37.85	c estimatedAdderCost: 27
37.66/37.85	c Try to convert by bdds
37.66/37.86	c D: 1
37.66/37.86	c estimatedAdderCost: 27
37.66/37.86	c Try to convert by bdds
37.66/37.86	c D: 1
37.66/37.86	c estimatedAdderCost: 27
37.66/37.86	c Try to convert by bdds
37.66/37.87	c D: 1
37.66/37.87	c estimatedAdderCost: 27
37.66/37.87	c Try to convert by bdds
37.66/37.88	c D: 1
37.66/37.88	c estimatedAdderCost: 26
37.66/37.88	c Try to convert by bdds
37.66/37.88	c D: 1
37.66/37.88	c estimatedAdderCost: 26
37.66/37.88	c Try to convert by bdds
37.66/37.88	c D: 1
37.66/37.88	c estimatedAdderCost: 28
37.66/37.88	c Try to convert by bdds
37.66/37.89	c D: 1
37.66/37.89	c estimatedAdderCost: 27
37.66/37.89	c Try to convert by bdds
37.66/37.89	c D: 1
37.66/37.89	c estimatedAdderCost: 27
37.66/37.89	c Try to convert by bdds
37.76/37.90	c D: 1
37.76/37.90	c estimatedAdderCost: 27
37.76/37.90	c Try to convert by bdds
37.76/37.91	c D: 1
37.76/37.91	c estimatedAdderCost: 27
37.76/37.91	c Try to convert by bdds
37.76/37.91	c D: 1
37.76/37.91	c estimatedAdderCost: 27
37.76/37.91	c Try to convert by bdds
37.76/37.92	c D: 1
37.76/37.92	c estimatedAdderCost: 26
37.76/37.92	c Try to convert by bdds
37.76/37.92	c D: 1
37.76/37.92	c estimatedAdderCost: 26
37.76/37.92	c Try to convert by bdds
37.76/37.93	c D: 1
37.76/37.93	c estimatedAdderCost: 30
37.76/37.93	c Try to convert by bdds
37.76/37.93	c D: 1
37.76/37.93	c estimatedAdderCost: 27
37.76/37.93	c Try to convert by bdds
37.76/37.94	c D: 1
37.76/37.94	c estimatedAdderCost: 27
37.76/37.94	c Try to convert by bdds
37.76/37.94	c D: 1
37.76/37.94	c estimatedAdderCost: 27
37.76/37.94	c Try to convert by bdds
37.76/37.95	c D: 1
37.76/37.95	c estimatedAdderCost: 27
37.76/37.95	c Try to convert by bdds
37.76/37.95	c D: 1
37.76/37.95	c estimatedAdderCost: 27
37.76/37.95	c Try to convert by bdds
37.76/37.96	c D: 1
37.76/37.96	c estimatedAdderCost: 27
37.76/37.96	c Try to convert by bdds
37.76/37.97	c D: 1
37.76/37.97	c estimatedAdderCost: 26
37.76/37.97	c Try to convert by bdds
37.76/37.97	c D: 1
37.76/37.97	c estimatedAdderCost: 26
37.76/37.97	c Try to convert by bdds
37.76/37.98	c D: 1
37.76/37.98	c estimatedAdderCost: 27
37.76/37.98	c Try to convert by bdds
37.76/37.99	c D: 1
37.76/37.99	c estimatedAdderCost: 27
37.76/37.99	c Try to convert by bdds
37.76/37.99	c D: 1
37.76/37.99	c estimatedAdderCost: 27
37.76/37.99	c Try to convert by bdds
37.76/38.00	c D: 1
37.76/38.00	c estimatedAdderCost: 27
37.76/38.00	c Try to convert by bdds
37.76/38.00	c D: 1
37.76/38.00	c estimatedAdderCost: 27
37.76/38.00	c Try to convert by bdds
37.87/38.01	c D: 1
37.87/38.01	c estimatedAdderCost: 27
37.87/38.01	c Try to convert by bdds
37.87/38.02	c D: 1
37.87/38.02	c estimatedAdderCost: 27
37.87/38.02	c Try to convert by bdds
37.87/38.02	c D: 1
37.87/38.02	c estimatedAdderCost: 26
37.87/38.02	c Try to convert by bdds
37.87/38.03	c D: 1
37.87/38.03	c estimatedAdderCost: 26
37.87/38.03	c Try to convert by bdds
37.87/38.04	c D: 1
37.87/38.04	c estimatedAdderCost: 27
37.87/38.04	c Try to convert by bdds
37.87/38.04	c D: 1
37.87/38.04	c estimatedAdderCost: 27
37.87/38.04	c Try to convert by bdds
37.87/38.05	c D: 1
37.87/38.05	c estimatedAdderCost: 27
37.87/38.05	c Try to convert by bdds
37.87/38.06	c D: 1
37.87/38.06	c estimatedAdderCost: 27
37.87/38.06	c Try to convert by bdds
37.87/38.06	c D: 1
37.87/38.06	c estimatedAdderCost: 27
37.87/38.06	c Try to convert by bdds
37.87/38.07	c D: 1
37.87/38.07	c estimatedAdderCost: 27
37.87/38.07	c Try to convert by bdds
37.87/38.07	c D: 1
37.87/38.07	c estimatedAdderCost: 27
37.87/38.07	c Try to convert by bdds
37.87/38.08	c D: 1
37.87/38.08	c estimatedAdderCost: 27
37.87/38.08	c Try to convert by bdds
37.87/38.09	c D: 1
37.87/38.09	c estimatedAdderCost: 26
37.87/38.09	c Try to convert by bdds
37.87/38.09	c D: 1
37.87/38.09	c estimatedAdderCost: 26
37.87/38.09	c Try to convert by bdds
37.87/38.10	c D: 1
37.87/38.10	c estimatedAdderCost: 27
37.87/38.10	c Try to convert by bdds
37.87/38.11	c D: 1
37.87/38.11	c estimatedAdderCost: 27
37.87/38.11	c Try to convert by bdds
37.97/38.11	c D: 1
37.97/38.11	c estimatedAdderCost: 27
37.97/38.11	c Try to convert by bdds
37.97/38.12	c D: 1
37.97/38.12	c estimatedAdderCost: 27
37.97/38.12	c Try to convert by bdds
37.97/38.13	c D: 1
37.97/38.13	c estimatedAdderCost: 27
37.97/38.13	c Try to convert by bdds
37.97/38.13	c D: 1
37.97/38.13	c estimatedAdderCost: 27
37.97/38.13	c Try to convert by bdds
37.97/38.14	c D: 1
37.97/38.14	c estimatedAdderCost: 27
37.97/38.14	c Try to convert by bdds
37.97/38.14	c D: 1
37.97/38.14	c estimatedAdderCost: 27
37.97/38.14	c Try to convert by bdds
37.97/38.15	c D: 1
37.97/38.15	c estimatedAdderCost: 27
37.97/38.15	c Try to convert by bdds
37.97/38.16	c D: 1
37.97/38.16	c estimatedAdderCost: 26
37.97/38.16	c Try to convert by bdds
37.97/38.16	c D: 1
37.97/38.16	c estimatedAdderCost: 26
37.97/38.16	c Try to convert by bdds
37.97/38.17	c D: 1
37.97/38.17	c estimatedAdderCost: 27
37.97/38.17	c Try to convert by bdds
37.97/38.18	c D: 1
37.97/38.18	c estimatedAdderCost: 27
37.97/38.18	c Try to convert by bdds
37.97/38.18	c D: 1
37.97/38.18	c estimatedAdderCost: 27
37.97/38.18	c Try to convert by bdds
37.97/38.19	c D: 1
37.97/38.19	c estimatedAdderCost: 27
37.97/38.19	c Try to convert by bdds
37.97/38.20	c D: 1
37.97/38.20	c estimatedAdderCost: 27
37.97/38.20	c Try to convert by bdds
38.06/38.20	c D: 1
38.06/38.20	c estimatedAdderCost: 27
38.06/38.20	c Try to convert by bdds
38.06/38.21	c D: 1
38.06/38.21	c estimatedAdderCost: 27
38.06/38.21	c Try to convert by bdds
38.06/38.21	c D: 1
38.06/38.21	c estimatedAdderCost: 27
38.06/38.21	c Try to convert by bdds
38.06/38.22	c D: 1
38.06/38.22	c estimatedAdderCost: 27
38.06/38.22	c Try to convert by bdds
38.06/38.23	c D: 1
38.06/38.23	c estimatedAdderCost: 27
38.06/38.23	c Try to convert by bdds
38.06/38.23	c D: 1
38.06/38.23	c estimatedAdderCost: 18
38.06/38.23	c Try to convert by bdds
38.06/38.24	c D: 1
38.06/38.24	c estimatedAdderCost: 23
38.06/38.24	c Try to convert by bdds
38.06/38.24	c D: 1
38.06/38.24	c estimatedAdderCost: 18
38.06/38.24	c Try to convert by bdds
38.06/38.24	c D: 1
38.06/38.24	c estimatedAdderCost: 22
38.06/38.24	c Try to convert by bdds
38.06/38.24	c D: 1
38.06/38.24	c estimatedAdderCost: 19
38.06/38.24	c Try to convert by bdds
38.06/38.24	c D: 1
38.06/38.24	c estimatedAdderCost: 19
38.06/38.24	c Try to convert by bdds
38.06/38.25	c D: 1
38.06/38.25	c estimatedAdderCost: 19
38.06/38.25	c Try to convert by bdds
38.06/38.25	c D: 1
38.06/38.25	c estimatedAdderCost: 19
38.06/38.25	c Try to convert by bdds
38.06/38.25	c D: 1
38.06/38.25	c estimatedAdderCost: 19
38.06/38.25	c Try to convert by bdds
38.06/38.26	c D: 1
38.06/38.26	c estimatedAdderCost: 19
38.06/38.26	c Try to convert by bdds
38.06/38.26	c D: 1
38.06/38.26	c estimatedAdderCost: 19
38.06/38.26	c Try to convert by bdds
38.06/38.27	c D: 1
38.06/38.27	c estimatedAdderCost: 19
38.06/38.27	c Try to convert by bdds
38.06/38.27	c D: 1
38.06/38.27	c estimatedAdderCost: 19
38.06/38.27	c Try to convert by bdds
38.06/38.27	c D: 1
38.06/38.27	c estimatedAdderCost: 19
38.06/38.27	c Try to convert by bdds
38.06/38.28	c D: 1
38.06/38.28	c estimatedAdderCost: 19
38.06/38.28	c Try to convert by bdds
38.06/38.28	c D: 1
38.06/38.28	c estimatedAdderCost: 14
38.06/38.28	c Try to convert by bdds
38.06/38.28	c D: 1
38.06/38.28	c estimatedAdderCost: 15
38.06/38.28	c Try to convert by bdds
38.06/38.28	c D: 1
38.06/38.28	c estimatedAdderCost: 16
38.06/38.28	c Try to convert by bdds
38.06/38.28	c D: 1
38.06/38.28	c estimatedAdderCost: 16
38.06/38.28	c Try to convert by bdds
38.06/38.28	c D: 1
38.06/38.28	c estimatedAdderCost: 16
38.06/38.28	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.29	c D: 1
38.06/38.29	c estimatedAdderCost: 16
38.06/38.29	c Try to convert by bdds
38.06/38.30	c D: 1
38.06/38.30	c 
41.15/41.33	c pb_solver_status: sst_unknown
41.15/41.33	c SCIP presolver nodes=169 > 1; boosting initial SCIP budget to 1000.0 sec
41.15/41.33	c Next goal: size: 4 smallest: 16 biggest: 91 multiplied with 1
41.15/41.33	c Rest goal: size: 4 smallest: 1 biggest: 8
41.15/41.33	c goal1 is divided by 8
41.15/41.33	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 8
41.15/41.33	c Rest goal: size: 3 smallest: 1 biggest: 4
41.15/41.33	c goal1 is divided by 4
41.15/41.33	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 4
41.15/41.33	c Rest goal: size: 2 smallest: 1 biggest: 2
41.15/41.33	c goal1 is divided by 2
41.15/41.33	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 2
41.15/41.33	c Rest goal: size: 1 smallest: 1 biggest: 1
41.15/41.33	c total stages of optimization mode: 5
41.15/41.33	c multi stage optimization mode: 1-th step
41.15/41.33	c Maximizing current goal: (4)16*~x5  32*~x6  64*~x7  91*~x3296  in [-oo,+oo]
41.15/41.33	c LB updated by evalGoalLB to 0
41.15/41.33	c UB updated by evalGoalUB to 112
41.15/41.33	c minimizationMode: cmm_First_solve
41.15/41.33	c goal coeffs: 16 32 64 91 
41.15/41.33	c assumptions: 
41.15/41.33	c invoking solver with time budget: 5.000000
51.51/51.73	c sat_solver_result: sst_unknown
51.51/51.73	c SAT solver timed out; proceeding to cooperative SCIP call
51.51/51.73	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 112
51.51/51.73	c scip solving with time budget: 1000.000000
51.51/51.73	c solveScip
51.51/51.73	c initScipForCoop
51.51/51.73	c Cooperative mode: scip_coop_offset=203.000000
51.51/51.73	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
51.51/51.73	c Running SCIP presolve for solve-time propagation (rounds=3)
51.51/51.74	c presolving:
51.51/51.77	c (round 1, fast)       1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
51.61/51.80	c    (0.1s) running MILP presolver
51.61/51.84	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
51.61/51.84	c (round 2, medium)     1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
51.61/51.87	c    (0.1s) probing: 51/3295 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
51.61/51.87	c    (0.1s) probing aborted: 50/50 successive totally useless probings
51.71/51.90	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
51.71/51.90	c  1 deleted vars, 6383 deleted constraints, 3531 added constraints, 0 tightened bounds, 0 added holes, 136 changed sides, 162 changed coefficients
51.71/51.90	c  0 implications, 134 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
51.71/51.90	c presolved problem has 3295 variables (3295 bin, 0 int, 0 cont) and 3531 constraints
51.71/51.90	c     346 constraints of type <knapsack>
51.71/51.90	c    3185 constraints of type <linear>
51.71/51.90	c transformed objective value is always integral (scale: 16)
51.71/51.90	c Presolving Time: 0.16
51.71/51.92	c presolving:
51.71/51.94	c (round 1, fast)       1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
51.71/51.97	c    (0.1s) running MILP presolver
51.82/52.02	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
51.82/52.02	c (round 2, medium)     1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
51.82/52.03	c (round 3, exhaustive) 1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 346 upgd conss, 0 impls, 134 clqs, 0 implints
51.82/52.04	c (round 4, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 206 chg coeffs, 346 upgd conss, 0 impls, 189 clqs, 0 implints
51.82/52.04	c (round 5, exhaustive) 1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 207 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
51.82/52.04	c (round 6, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 229 chg sides, 281 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
51.82/52.07	c    (0.2s) probing: 51/3295 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
51.82/52.07	c    (0.2s) probing aborted: 50/50 successive totally useless probings
51.82/52.11	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
51.92/52.13	c    (0.2s) symmetry computation finished: 1365 generators found (max: 1500, log10 of symmetry group size: 410.91) (symcode time: 0.01)
51.92/52.15	c dynamic symmetry handling statistics:
51.92/52.15	c    orbitopal reduction:       no components
51.92/52.15	c    orbital reduction:         no components
51.92/52.15	c    lexicographic reduction:   no permutations
51.92/52.15	c handled 1365 out of 1365 symmetry components
51.92/52.15	c (round 7, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 295 chg coeffs, 679 upgd conss, 0 impls, 1554 clqs, 0 implints
51.92/52.16	c (round 8, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 299 chg coeffs, 2044 upgd conss, 0 impls, 1554 clqs, 0 implints
51.92/52.17	c presolving (9 rounds: 9 fast, 8 medium, 5 exhaustive):
51.92/52.17	c  1 deleted vars, 6383 deleted constraints, 4902 added constraints, 0 tightened bounds, 0 added holes, 229 changed sides, 299 changed coefficients
51.92/52.17	c  0 implications, 1554 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
51.92/52.17	c presolved problem has 3295 variables (3295 bin, 0 int, 0 cont) and 4902 constraints
51.92/52.17	c     679 constraints of type <knapsack>
51.92/52.17	c    1371 constraints of type <setppc>
51.92/52.17	c    2852 constraints of type <linear>
51.92/52.17	c transformed objective value is always integral (scale: 16)
51.92/52.17	c Presolving Time: 0.26
51.92/52.17	c 
52.11/52.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
52.11/52.30	c   0.4s|     1 |     0 |  1365 |     - |   202M |   0 |3295 |4954 |4902 |   0 |  0 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
52.50/52.70	c   0.8s|     1 |     0 |  6083 |     - |   202M |   0 |3295 |4954 |4911 |   9 |  1 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
52.50/52.77	c   0.9s|     1 |     0 |  6437 |     - |   204M |   0 |3295 |4957 |4922 |  20 |  2 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
52.60/52.84	c   0.9s|     1 |     0 |  6528 |     - |   205M |   0 |3295 |4957 |4931 |  29 |  3 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
52.70/52.91	c   1.0s|     1 |     0 |  6790 |     - |   206M |   0 |3295 |4957 |4942 |  40 |  4 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
52.82/53.01	c   1.1s|     1 |     0 |  7030 |     - |   206M |   0 |3295 |4959 |4951 |  49 |  5 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
52.82/53.10	c   1.2s|     1 |     0 |  7225 |     - |   206M |   0 |3295 |4959 |4962 |  60 |  6 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
52.92/53.17	c   1.3s|     1 |     0 |  7361 |     - |   208M |   0 |3295 |4959 |4970 |  68 |  7 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
53.00/53.29	c   1.4s|     1 |     0 |  7671 |     - |   209M |   0 |3295 |4959 |4979 |  77 |  8 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
53.20/53.40	c   1.5s|     1 |     0 |  8152 |     - |   210M |   0 |3295 |4959 |4988 |  86 |  9 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
53.30/53.57	c   1.7s|     1 |     0 |  9398 |     - |   211M |   0 |3295 |4959 |4997 |  95 | 10 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
53.40/53.65	c   1.7s|     1 |     0 |  9849 |     - |   211M |   0 |3295 |4959 |5009 | 107 | 11 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
54.00/54.20	c   2.3s|     1 |     2 | 17686 |     - |   211M |   0 |3295 |4971 |5009 | 107 | 11 |  69 |  16 |-9.100000e+01 |      --      |    Inf | unknown
60.59/60.86	c   9.0s|   100 |    84 | 46676 | 373.1 |   212M |  37 |3295 |5010 |4970 | 135 |  0 | 108 |  16 |-9.100000e+01 |      --      |    Inf | unknown
63.08/63.31	c  11.4s|   200 |   158 | 59273 | 248.9 |   213M |  55 |3295 |5023 |4972 | 201 |  1 | 121 |  16 |-9.100000e+01 |      --      |    Inf | unknown
69.66/69.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
69.66/69.91	c  18.0s|   300 |   241 | 75469 | 219.8 |   218M |  55 |3295 |5080 |4972 | 241 |  1 | 178 |  16 |-9.100000e+01 |      --      |    Inf | unknown
75.04/75.38	c  23.5s|   400 |   319 | 94226 | 211.8 |   220M |  55 |3295 |5182 |4970 | 275 |  1 | 286 |  16 |-9.100000e+01 |      --      |    Inf | unknown
82.22/82.52	c  30.6s|   500 |   401 |104187 | 189.3 |   221M |  55 |3295 |5208 |4971 | 332 |  1 | 312 |  16 |-9.100000e+01 |      --      |    Inf | unknown
90.89/91.24	c  39.3s|   600 |   471 |117473 | 179.9 |   222M |  55 |3295 |5218 |4970 | 426 |  1 | 326 |  16 |-9.100000e+01 |      --      |    Inf | unknown
96.37/96.71	c  44.8s|   700 |   548 |134397 | 178.3 |   222M |  55 |3295 |5239 |4971 | 542 |  1 | 348 |  16 |-9.100000e+01 |      --      |    Inf | unknown
102.16/102.51	c  50.6s|   800 |   614 |156570 | 183.8 |   224M |  55 |3295 |5266 |4971 | 647 |  1 | 378 |  16 |-9.100000e+01 |      --      |    Inf |   0.58%
105.76/106.19	c  54.3s|   900 |   688 |178133 | 187.3 |   225M |  55 |3295 |5297 |4971 | 703 |  1 | 413 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
112.64/113.09	c  61.2s|  1000 |   764 |197164 | 187.6 |   227M |  55 |3295 |5324 |4982 | 770 |  1 | 442 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
120.50/120.93	c  69.0s|  1100 |   839 |212666 | 184.7 |   228M |  55 |3295 |5344 |4978 | 839 |  1 | 465 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
126.88/127.39	c  75.5s|  1200 |   913 |232045 | 185.4 |   229M |  55 |3295 |5355 |4976 | 906 |  1 | 478 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
130.87/131.34	c  79.4s|  1300 |   992 |248518 | 183.8 |   229M |  55 |3295 |5377 |4980 | 992 |  1 | 501 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
134.86/135.32	c  83.4s|  1400 |  1075 |263201 | 181.2 |   230M |  55 |3295 |5392 |4981 |1097 |  2 | 517 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
140.24/140.72	c  88.8s|  1500 |  1136 |274300 | 176.5 |   233M |  55 |3295 |5412 |4978 |1173 |  1 | 538 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
146.32/146.83	c  94.9s|  1600 |  1217 |290090 | 175.3 |   236M |  55 |3295 |5456 |4980 |1272 |  1 | 583 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
150.31/150.82	c  98.9s|  1700 |  1281 |301810 | 171.9 |   237M |  55 |3295 |5486 |   0 |1354 |  0 | 613 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
152.20/152.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
152.20/152.76	c   101s|  1800 |  1347 |315644 | 170.0 |   237M |  55 |3295 |5514 |4984 |1428 |  2 | 641 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
152.90/153.49	c   102s|  1900 |  1413 |332941 | 170.2 |   238M |  55 |3295 |5526 |4976 |1511 |  1 | 654 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
153.79/154.33	c   102s|  2000 |  1489 |351104 | 170.8 |   239M |  55 |3295 |5547 |4978 |1615 |  1 | 676 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
154.60/155.16	c   103s|  2100 |  1574 |369652 | 171.5 |   240M |  55 |3295 |5611 |4979 |1681 |  1 | 741 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
155.19/155.74	c   104s|  2200 |  1644 |381829 | 169.2 |   241M |  55 |3295 |5628 |4979 |1752 |  1 | 761 |  16 |-9.100000e+01 |      --      |    Inf |   0.73%
156.09/156.60	c   105s|  2300 |  1709 |401303 | 170.3 |   242M |  55 |3295 |5657 |4970 |1856 |  1 | 790 |  16 |-9.100000e+01 |      --      |    Inf |   0.74%
156.78/157.37	c   105s|  2400 |  1776 |417304 | 169.9 |   243M |  55 |3295 |5727 |4981 |1932 |  1 | 861 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
157.59/158.15	c   106s|  2500 |  1854 |432677 | 169.2 |   243M |  55 |3295 |5731 |4979 |2016 |  1 | 865 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
159.38/159.94	c   108s|  2600 |  1919 |452037 | 170.2 |   244M |  55 |3295 |5739 |4986 |2084 |  1 | 876 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
160.08/160.68	c   109s|  2700 |  1985 |470431 | 170.7 |   245M |  55 |3295 |5770 |4980 |2146 |  1 | 907 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
160.68/161.28	c   109s|  2800 |  2062 |482374 | 168.9 |   247M |  55 |3295 |5790 |4982 |2218 |  1 | 927 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
161.27/161.82	c   110s|  2900 |  2125 |494320 | 167.2 |   247M |  55 |3295 |5825 |4980 |2285 |  1 | 962 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
161.59/162.19	c   110s|  3000 |  2158 |500481 | 163.6 |   248M |  55 |3295 |5851 |4986 |2346 |  2 | 988 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
162.07/162.64	c   111s|  3100 |  2176 |510289 | 161.5 |   249M |  55 |3295 |5886 |   0 |2415 |  0 |1023 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
162.77/163.30	c   111s|  3200 |  2244 |524339 | 160.9 |   251M |  55 |3295 |5904 |4982 |2510 |  1 |1042 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
163.67/164.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
163.67/164.23	c   112s|  3300 |  2316 |548527 | 163.3 |   252M |  55 |3295 |5975 |4984 |2612 |  2 |1115 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
164.58/165.13	c   113s|  3400 |  2387 |566755 | 163.9 |   252M |  55 |3295 |5996 |   0 |2698 |  0 |1136 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
165.26/165.80	c   114s|  3500 |  2447 |580145 | 163.0 |   254M |  55 |3295 |6012 |   0 |2801 |  0 |1152 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
165.66/166.29	c   114s|  3600 |  2492 |590611 | 161.4 |   254M |  55 |3295 |6048 |4971 |2853 |  1 |1190 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
166.47/167.01	c   115s|  3700 |  2558 |605521 | 161.1 |   255M |  55 |3295 |6084 |4971 |2953 |  1 |1232 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
167.05/167.67	c   116s|  3800 |  2638 |620142 | 160.7 |   255M |  55 |3295 |6094 |4977 |3030 |  1 |1247 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
167.75/168.32	c   116s|  3900 |  2714 |635170 | 160.4 |   256M |  55 |3295 |6119 |4979 |3133 |  1 |1272 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
168.25/168.83	c   117s|  4000 |  2777 |643758 | 158.5 |   256M |  55 |3295 |6139 |4983 |3210 |  1 |1293 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
168.65/169.26	c   117s|  4100 |  2805 |651176 | 156.5 |   257M |  55 |3295 |6173 |4981 |3292 |  1 |1329 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
169.05/169.68	c   118s|  4200 |  2842 |657836 | 154.3 |   257M |  55 |3295 |6198 |4983 |3339 |  1 |1354 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
169.65/170.28	c   118s|  4300 |  2888 |671467 | 153.9 |   258M |  55 |3295 |6230 |   0 |3404 |  0 |1386 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
170.24/170.88	c   119s|  4400 |  2930 |686080 | 153.7 |   259M |  55 |3295 |6269 |4986 |3458 |  1 |1427 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
171.04/171.63	c   120s|  4500 |  2969 |704176 | 154.4 |   261M |  55 |3295 |6302 |4973 |3527 |  1 |1461 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
171.74/172.30	c   120s|  4600 |  3024 |716883 | 153.8 |   262M |  55 |3295 |6334 |   0 |3582 |  0 |1494 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
172.24/172.82	c   121s|  4700 |  3055 |727193 | 152.7 |   262M |  55 |3295 |6368 |   0 |3662 |  0 |1529 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
172.64/173.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
172.64/173.20	c   121s|  4800 |  3077 |733445 | 150.8 |   263M |  55 |3295 |6406 |4972 |3691 |  1 |1569 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
173.33/173.98	c   122s|  4900 |  3121 |752742 | 151.7 |   263M |  55 |3295 |6429 |   0 |3748 |  0 |1594 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
173.93/174.56	c   123s|  5000 |  3171 |765665 | 151.2 |   264M |  55 |3295 |6470 |   0 |3816 |  0 |1637 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
174.54/175.12	c   123s|  5100 |  3216 |776530 | 150.4 |   264M |  55 |3295 |6501 |4979 |3868 |  1 |1671 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
175.13/175.75	c   124s|  5200 |  3263 |792795 | 150.6 |   265M |  55 |3295 |6537 |4978 |3920 |  1 |1710 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
175.72/176.38	c   124s|  5300 |  3320 |807723 | 150.6 |   265M |  55 |3295 |6567 |4987 |3990 |  1 |1742 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
176.22/176.83	c   125s|  5400 |  3349 |815135 | 149.2 |   266M |  55 |3295 |6611 |4973 |4032 |  1 |1792 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
177.02/177.67	c   126s|  5500 |  3413 |832765 | 149.7 |   266M |  55 |3295 |6637 |   0 |4116 |  0 |1823 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
178.21/178.84	c   127s|  5600 |  3435 |866183 | 153.0 |   267M |  55 |3295 |6670 |4979 |4145 |  2 |1869 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
182.20/182.83	c   131s|  5700 |  3485 |  1001k| 174.0 |   268M |  55 |3295 |6722 |4971 |4204 |  1 |1933 |  16 |-9.100000e+01 |      --      |    Inf |   0.79%
187.50/188.16	c   136s|  5800 |  3546 |  1172k| 200.6 |   270M |  55 |3295 |6795 |4978 |4285 |  1 |2031 |  16 |-9.100000e+01 |      --      |    Inf |   0.79%
191.49/192.12	c   140s|  5900 |  3604 |  1300k| 218.8 |   271M |  55 |3295 |6814 |4972 |4344 |  1 |2072 |  16 |-9.100000e+01 |      --      |    Inf |   0.80%
195.47/196.14	c   144s|  6000 |  3664 |  1436k| 237.8 |   271M |  55 |3295 |6872 |4980 |4425 |  1 |2147 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
199.36/200.03	c   148s|  6100 |  3730 |  1564k| 254.9 |   272M |  55 |3295 |6878 |4967 |4485 |  1 |2182 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
204.13/204.82	c   153s|  6200 |  3792 |  1725k| 276.8 |   273M |  55 |3295 |6880 |4974 |4562 |  1 |2220 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
207.72/208.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
207.72/208.49	c   157s|  6300 |  3842 |  1835k| 289.9 |   274M |  55 |3295 |6874 |4974 |4685 |  1 |2264 |  16 |-9.100000e+01 |      --      |    Inf |   0.84%
210.81/211.57	c   160s|  6400 |  3902 |  1940k| 301.7 |   275M |  55 |3295 |6852 |4970 |4780 |  1 |2293 |  16 |-9.100000e+01 |      --      |    Inf |   0.84%
214.00/214.75	c   163s|  6500 |  3962 |  2041k| 312.7 |   277M |  55 |3295 |6849 |4974 |4903 |  2 |2335 |  16 |-9.100000e+01 |      --      |    Inf |   0.85%
219.88/220.61	c   169s|  6600 |  4044 |  2228k| 336.3 |   278M |  55 |3295 |6812 |   0 |5083 |  0 |2335 |  16 |-9.100000e+01 |      --      |    Inf |   0.85%
224.07/224.85	c   173s|  6700 |  4116 |  2370k| 352.4 |   278M |  55 |3295 |6780 |4972 |5176 |  1 |2348 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
227.56/228.32	c   176s|  6800 |  4183 |  2485k| 364.2 |   279M |  55 |3295 |6737 |4977 |5274 |  1 |2367 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
231.15/231.98	c   180s|  6900 |  4254 |  2605k| 376.2 |   280M |  55 |3295 |6686 |4970 |5330 |  1 |2403 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
234.44/235.21	c   183s|  7000 |  4315 |  2714k| 386.4 |   280M |  55 |3295 |6640 |4984 |5417 |  1 |2426 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
237.24/238.04	c   186s|  7100 |  4362 |  2799k| 393.0 |   281M |  55 |3295 |6665 |4972 |5524 |  1 |2498 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
240.42/241.29	c   189s|  7200 |  4423 |  2908k| 402.6 |   281M |  55 |3295 |6641 |4981 |5554 |  1 |2528 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
242.81/243.65	c   192s|  7300 |  4483 |  2982k| 407.3 |   282M |  55 |3295 |6674 |   0 |5630 |  0 |2607 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
245.60/246.40	c   194s|  7400 |  4540 |  3068k| 413.4 |   283M |  55 |3295 |6641 |4985 |5697 |  2 |2631 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
248.39/249.25	c   197s|  7500 |  4597 |  3158k| 419.8 |   283M |  55 |3295 |6631 |4973 |5765 |  1 |2658 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
251.29/252.18	c   200s|  7600 |  4655 |  3251k| 426.6 |   285M |  55 |3295 |6625 |4985 |5846 |  1 |2727 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
254.28/255.11	c   203s|  7700 |  4710 |  3346k| 433.4 |   285M |  55 |3295 |6645 |4987 |5937 |  2 |2796 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
257.66/258.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
257.66/258.59	c   207s|  7800 |  4773 |  3455k| 441.8 |   286M |  55 |3295 |6631 |4972 |6019 |  1 |2844 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
260.35/261.21	c   209s|  7900 |  4835 |  3530k| 445.7 |   288M |  55 |3295 |6604 |4972 |6073 |  1 |2883 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
265.25/266.12	c   214s|  8000 |  4907 |  3678k| 458.7 |   290M |  55 |3295 |6582 |4979 |6201 |  1 |2910 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
269.02/269.90	c   218s|  8100 |  4968 |  3795k| 467.4 |   291M |  55 |3295 |6569 |   0 |6339 |  0 |2937 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
271.71/272.69	c   221s|  8200 |  5034 |  3885k| 472.7 |   291M |  55 |3295 |6570 |4984 |6443 |  1 |2967 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
275.12/276.01	c   224s|  8300 |  5102 |  3996k| 480.4 |   293M |  55 |3295 |6585 |4972 |6519 |  1 |3005 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
278.59/279.55	c   228s|  8400 |  5170 |  4104k| 487.5 |   294M |  55 |3295 |6583 |   0 |6636 |  0 |3048 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
283.28/284.20	c   232s|  8500 |  5230 |  4251k| 499.0 |   296M |  55 |3295 |6551 |4980 |6787 |  1 |3071 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
287.66/288.66	c   237s|  8600 |  5306 |  4388k| 509.2 |   297M |  55 |3295 |6563 |4989 |6966 |  1 |3113 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
291.65/292.62	c   241s|  8700 |  5368 |  4513k| 517.7 |   298M |  55 |3295 |6547 |4978 |7117 |  1 |3153 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
294.64/295.63	c   244s|  8800 |  5422 |  4607k| 522.6 |   299M |  55 |3295 |6526 |4982 |7236 |  1 |3205 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
298.63/299.60	c   248s|  8900 |  5488 |  4729k| 530.3 |   300M |  55 |3295 |6507 |   0 |7379 |  0 |3215 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
302.21/303.29	c   251s|  9000 |  5555 |  4840k| 536.8 |   302M |  55 |3295 |6481 |4984 |7560 |  1 |3245 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
306.02/307.04	c   255s|  9100 |  5629 |  4956k| 543.7 |   304M |  55 |3295 |6475 |4976 |7666 |  1 |3275 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
308.49/309.57	c   258s|  9200 |  5684 |  5028k| 545.5 |   304M |  55 |3295 |6465 |4968 |7756 |  1 |3305 |  16 |-9.100000e+01 |      --      |    Inf |   0.92%
312.58/313.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
312.58/313.63	c   262s|  9300 |  5736 |  5148k| 552.7 |   305M |  55 |3295 |6447 |   0 |7838 |  0 |3348 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
315.67/316.75	c   265s|  9400 |  5803 |  5244k| 557.0 |   306M |  55 |3295 |6431 |4978 |7973 |  1 |3367 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
317.76/318.80	c   267s|  9500 |  5853 |  5298k| 556.8 |   306M |  55 |3295 |6446 |4983 |8053 |  1 |3407 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
320.85/321.99	c   270s|  9600 |  5904 |  5394k| 561.0 |   307M |  55 |3295 |6442 |4973 |8232 |  1 |3445 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
324.95/326.08	c   274s|  9700 |  5963 |  5519k| 568.1 |   310M |  55 |3295 |6448 |4993 |8360 |  3 |3497 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
327.63/328.71	c   277s|  9800 |  6018 |  5596k| 570.1 |   311M |  55 |3295 |6425 |4979 |8448 |  1 |3521 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
330.32/331.47	c   280s|  9900 |  6079 |  5680k| 572.9 |   312M |  55 |3295 |6423 |   0 |8535 |  0 |3554 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
331.81/332.98	c   281s| 10000 |  6133 |  5722k| 571.3 |   313M |  55 |3295 |6411 |   0 |8624 |  0 |3559 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
334.02/335.12	c   283s| 10100 |  6186 |  5785k| 571.9 |   313M |  55 |3295 |6421 |   0 |8737 |  0 |3582 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
336.50/337.68	c   286s| 10200 |  6237 |  5857k| 573.4 |   314M |  55 |3295 |6412 |4997 |8856 |  1 |3607 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
339.00/340.12	c   288s| 10300 |  6279 |  5931k| 575.0 |   314M |  55 |3295 |6405 |   0 |8950 |  0 |3637 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
341.58/342.78	c   291s| 10400 |  6323 |  6009k| 577.0 |   315M |  55 |3295 |6372 |4975 |9033 |  1 |3666 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
344.17/345.30	c   293s| 10500 |  6365 |  6085k| 578.7 |   315M |  55 |3295 |6370 |4972 |9095 |  1 |3697 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
347.26/348.45	c   297s| 10600 |  6412 |  6183k| 582.5 |   316M |  55 |3295 |6319 |4967 |9223 |  1 |3716 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
350.97/352.14	c   300s| 10700 |  6471 |  6297k| 587.7 |   317M |  55 |3295 |6290 |4991 |9321 |  1 |3771 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
354.04/355.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
354.04/355.27	c   303s| 10800 |  6519 |  6360k| 588.1 |   320M |  55 |3295 |6304 |   0 |9426 |  0 |3829 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
356.73/357.96	c   306s| 10900 |  6581 |  6443k| 590.3 |   322M |  55 |3295 |6284 |4969 |9499 |  1 |3839 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
359.12/360.37	c   308s| 11000 |  6650 |  6515k| 591.5 |   322M |  55 |3295 |6268 |   0 |9626 |  0 |3869 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
361.22/362.48	c   311s| 11100 |  6691 |  6573k| 591.4 |   322M |  55 |3295 |6279 |4991 |9733 |  1 |3892 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
363.51/364.77	c   313s| 11200 |  6749 |  6642k| 592.3 |   323M |  55 |3295 |6274 |4981 |9791 |  1 |3924 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
365.92/367.17	c   315s| 11300 |  6794 |  6714k| 593.4 |   324M |  55 |3295 |6281 |4991 |9914 |  1 |3961 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
368.99/370.23	c   318s| 11400 |  6858 |  6810k| 596.6 |   325M |  55 |3295 |6261 |   0 |9996 |  0 |3979 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
371.38/372.60	c   321s| 11500 |  6914 |  6880k| 597.5 |   325M |  55 |3295 |6246 |4993 |  10k|  1 |4001 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
372.79/374.10	c   322s| 11600 |  6954 |  6925k| 596.2 |   326M |  55 |3295 |6258 |4994 |  10k|  1 |4039 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
376.07/377.30	c   325s| 11700 |  7006 |  7024k| 599.6 |   327M |  55 |3295 |6240 |4970 |  10k|  1 |4068 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
378.36/379.69	c   328s| 11800 |  7037 |  7093k| 600.4 |   328M |  55 |3295 |6277 |4977 |  10k|  1 |4132 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
382.05/383.39	c   331s| 11900 |  7092 |  7201k| 604.4 |   329M |  55 |3295 |6273 |4979 |  10k|  1 |4170 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
384.24/385.50	c   334s| 12000 |  7131 |  7265k| 604.7 |   330M |  55 |3295 |6299 |4991 |  10k|  2 |4214 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
387.03/388.31	c   336s| 12100 |  7198 |  7348k| 606.5 |   330M |  55 |3295 |6284 |4991 |  10k|  1 |4232 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
389.62/390.90	c   339s| 12200 |  7244 |  7429k| 608.2 |   330M |  55 |3295 |6291 |   0 |  10k|  0 |4285 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
391.52/392.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
391.52/392.80	c   341s| 12300 |  7275 |  7485k| 607.8 |   330M |  55 |3295 |6306 |4972 |  10k|  1 |4323 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
394.51/395.90	c   344s| 12400 |  7331 |  7572k| 609.9 |   332M |  55 |3295 |6300 |4978 |  10k|  1 |4353 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
397.59/398.92	c   347s| 12500 |  7379 |  7665k| 612.5 |   333M |  55 |3295 |6271 |4979 |  11k|  1 |4371 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
401.08/402.42	c   351s| 12600 |  7439 |  7765k| 615.6 |   334M |  55 |3295 |6257 |4988 |  11k|  2 |4394 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
404.37/405.73	c   354s| 12700 |  7484 |  7865k| 618.6 |   334M |  55 |3295 |6284 |4998 |  11k|  3 |4446 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
406.68/408.01	c   356s| 12800 |  7521 |  7926k| 618.6 |   335M |  55 |3295 |6300 |   0 |  11k|  0 |4503 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
407.67/409.10	c   357s| 12900 |  7537 |  7959k| 616.3 |   335M |  55 |3295 |6307 |4986 |  11k|  1 |4535 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
410.45/411.80	c   360s| 13000 |  7603 |  8040k| 617.8 |   335M |  55 |3295 |6279 |4980 |  11k|  1 |4546 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
413.54/414.99	c   363s| 13100 |  7640 |  8136k| 620.4 |   337M |  55 |3295 |6277 |   0 |  11k|  0 |4589 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
416.43/417.82	c   366s| 13200 |  7691 |  8221k| 622.2 |   338M |  55 |3295 |6259 |4983 |  11k|  1 |4616 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
419.52/420.94	c   369s| 13300 |  7767 |  8316k| 624.6 |   339M |  55 |3295 |6237 |4973 |  11k|  1 |4635 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
422.11/423.54	c   372s| 13400 |  7816 |  8393k| 625.7 |   339M |  55 |3295 |6238 |4993 |  11k|  1 |4678 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
425.50/427.00	c   375s| 13500 |  7872 |  8492k| 628.4 |   340M |  55 |3295 |6205 |4977 |  12k|  1 |4702 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
428.99/430.45	c   379s| 13600 |  7933 |  8595k| 631.3 |   341M |  55 |3295 |6223 |4971 |  12k|  1 |4756 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
431.48/432.97	c   381s| 13700 |  7983 |  8667k| 632.0 |   341M |  55 |3295 |6204 |4991 |  12k|  2 |4775 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
435.07/436.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
435.07/436.55	c   385s| 13800 |  8048 |  8778k| 635.4 |   343M |  55 |3295 |6198 |4966 |  12k|  1 |4814 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
437.26/438.78	c   387s| 13900 |  8080 |  8840k| 635.4 |   344M |  55 |3295 |6222 |   0 |  12k|  0 |4860 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
439.26/440.76	c   389s| 14000 |  8116 |  8896k| 634.8 |   344M |  55 |3295 |6223 |   0 |  12k|  0 |4888 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
441.85/443.35	c   391s| 14100 |  8169 |  8973k| 635.7 |   345M |  55 |3295 |6217 |4988 |  12k|  1 |4916 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
444.65/446.11	c   394s| 14200 |  8206 |  9056k| 637.1 |   346M |  55 |3295 |6251 |   0 |  12k|  0 |4978 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
447.23/448.73	c   397s| 14300 |  8264 |  9134k| 638.1 |   347M |  55 |3295 |6238 |   0 |  12k|  0 |4989 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
449.03/450.57	c   399s| 14400 |  8279 |  9187k| 637.4 |   348M |  55 |3295 |6235 |4998 |  12k|  1 |5014 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
452.02/453.57	c   402s| 14500 |  8316 |  9270k| 638.7 |   350M |  55 |3295 |6213 |4974 |  13k|  1 |5042 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
454.31/455.82	c   404s| 14600 |  8360 |  9335k| 638.8 |   351M |  55 |3295 |6214 |4995 |  13k|  1 |5080 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
456.30/457.86	c   406s| 14700 |  8418 |  9400k| 638.9 |   351M |  55 |3295 |6197 |4969 |  13k|  1 |5110 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
458.69/460.28	c   408s| 14800 |  8466 |  9475k| 639.6 |   352M |  55 |3295 |6180 |4995 |  13k|  1 |5134 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
460.99/462.54	c   411s| 14900 |  8503 |  9539k| 639.6 |   352M |  55 |3295 |6196 |   0 |  13k|  0 |5180 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
461.88/463.46	c   412s| 15000 |  8512 |  9559k| 636.7 |   353M |  55 |3295 |6249 |   0 |  13k|  0 |5235 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
463.38/464.94	c   413s| 15100 |  8532 |  9601k| 635.3 |   353M |  55 |3295 |6254 |4976 |  13k|  1 |5261 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
464.87/466.48	c   415s| 15200 |  8576 |  9645k| 634.0 |   353M |  55 |3295 |6252 |4982 |  14k|  1 |5290 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
467.58/469.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
467.58/469.12	c   417s| 15300 |  8630 |  9723k| 635.0 |   354M |  55 |3295 |6228 |4977 |  14k|  1 |5320 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
469.96/471.50	c   420s| 15400 |  8671 |  9799k| 635.7 |   356M |  55 |3295 |6261 |4971 |  14k|  1 |5386 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
473.35/474.93	c   423s| 15500 |  8703 |  9898k| 638.1 |   356M |  55 |3295 |6255 |4971 |  14k|  1 |5420 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
475.45/477.03	c   425s| 15600 |  8732 |  9963k| 638.1 |   357M |  55 |3295 |6286 |4988 |  14k|  1 |5467 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
476.84/478.46	c   427s| 15700 |  8754 | 10006k| 636.8 |   357M |  55 |3295 |6296 |4973 |  14k|  1 |5487 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
480.54/482.17	c   430s| 15800 |  8782 | 10116k| 639.7 |   357M |  55 |3295 |6292 |   0 |  14k|  0 |5521 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
481.92/483.57	c   432s| 15900 |  8809 | 10152k| 638.0 |   357M |  55 |3295 |6318 |   0 |  14k|  0 |5560 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
484.11/485.76	c   434s| 16000 |  8841 | 10219k| 638.1 |   357M |  55 |3295 |6296 |4990 |  14k|  1 |5587 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
485.31/486.98	c   435s| 16100 |  8867 | 10248k| 636.0 |   358M |  55 |3295 |6320 |5012 |  14k|  1 |5627 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
486.30/487.98	c   436s| 16200 |  8880 | 10274k| 633.6 |   358M |  55 |3295 |6350 |4998 |  15k|  1 |5685 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
488.20/489.87	c   438s| 16300 |  8902 | 10328k| 633.1 |   359M |  55 |3295 |6373 |4987 |  15k|  1 |5744 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
490.89/492.58	c   441s| 16400 |  8942 | 10412k| 634.3 |   360M |  55 |3295 |6346 |   0 |  15k|  0 |5775 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
493.50/495.15	c   443s| 16500 |  8980 | 10489k| 635.2 |   360M |  55 |3295 |6352 |4998 |  15k|  1 |5816 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
495.39/497.10	c   445s| 16600 |  9003 | 10551k| 635.1 |   361M |  55 |3295 |6367 |   0 |  15k|  0 |5868 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
496.87/498.52	c   447s| 16700 |  9017 | 10589k| 633.5 |   361M |  55 |3295 |6403 |4969 |  15k|  1 |5928 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
499.26/500.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.26/500.93	c   449s| 16800 |  9048 | 10663k| 634.2 |   361M |  55 |3295 |6394 |4979 |  15k|  1 |5961 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
501.85/503.53	c   452s| 16900 |  9095 | 10744k| 635.2 |   361M |  55 |3295 |6371 |4977 |  15k|  1 |5998 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
503.85/505.53	c   454s| 17000 |  9136 | 10801k| 634.9 |   363M |  55 |3295 |6357 |4977 |  15k|  1 |6052 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
507.04/508.79	c   457s| 17100 |  9200 | 10903k| 637.1 |   363M |  55 |3295 |6306 |4968 |  15k|  1 |6067 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
509.73/511.41	c   460s| 17200 |  9244 | 10984k| 638.1 |   363M |  55 |3295 |6305 |4979 |  15k|  1 |6099 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
512.52/514.27	c   462s| 17300 |  9297 | 11071k| 639.4 |   363M |  55 |3295 |6281 |4985 |  16k|  1 |6136 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
514.61/516.37	c   464s| 17400 |  9330 | 11129k| 639.1 |   364M |  55 |3295 |6279 |   0 |  16k|  0 |6172 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
516.01/517.71	c   466s| 17500 |  9349 | 11164k| 637.5 |   365M |  55 |3295 |6347 |4984 |  16k|  1 |6244 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
518.31/520.04	c   468s| 17600 |  9388 | 11224k| 637.2 |   365M |  55 |3295 |6338 |4978 |  16k|  1 |6283 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
519.99/521.76	c   470s| 17700 |  9410 | 11273k| 636.4 |   365M |  55 |3295 |6338 |4986 |  16k|  1 |6322 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
521.49/523.29	c   471s| 17800 |  9416 | 11314k| 635.1 |   366M |  55 |3295 |6370 |4998 |  16k|  1 |6384 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
522.79/524.59	c   473s| 17900 |  9460 | 11349k| 633.5 |   366M |  55 |3295 |6398 |4994 |  16k|  1 |6444 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
525.68/527.45	c   476s| 18000 |  9505 | 11426k| 634.3 |   367M |  55 |3295 |6363 |4983 |  16k|  1 |6487 |  16 |-9.100000e+01 |      --      |    Inf |   1.17%
527.57/529.34	c   477s| 18100 |  9533 | 11475k| 633.5 |   368M |  55 |3295 |6349 |4985 |  17k|  1 |6531 |  16 |-9.100000e+01 |      --      |    Inf |   1.17%
530.86/532.63	c   481s| 18200 |  9578 | 11573k| 635.4 |   370M |  55 |3295 |6251 |   0 |  17k|  0 |6562 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
532.45/534.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
532.45/534.20	c   482s| 18300 |  9597 | 11615k| 634.2 |   370M |  55 |3295 |6294 |4998 |  17k|  1 |6628 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
533.65/535.49	c   484s| 18400 |  9600 | 11649k| 632.6 |   370M |  55 |3295 |6318 |4997 |  17k|  3 |6672 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
535.74/537.57	c   486s| 18500 |  9635 | 11708k| 632.4 |   372M |  55 |3295 |6318 |4990 |  17k|  1 |6712 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
537.25/539.11	c   487s| 18600 |  9673 | 11751k| 631.3 |   372M |  55 |3295 |6327 |5003 |  17k|  0 |6761 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
540.24/542.08	c   490s| 18700 |  9715 | 11841k| 632.8 |   373M |  55 |3295 |6326 |4995 |  17k|  1 |6817 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
543.42/545.21	c   493s| 18800 |  9771 | 11934k| 634.3 |   373M |  55 |3295 |6310 |4993 |  17k|  1 |6836 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
546.41/548.20	c   496s| 18900 |  9814 | 12024k| 635.7 |   374M |  55 |3295 |6290 |4992 |  18k|  1 |6894 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
549.00/550.88	c   499s| 19000 |  9873 | 12108k| 636.8 |   374M |  55 |3295 |6242 |4983 |  18k|  2 |6918 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
552.20/554.01	c   502s| 19100 |  9928 | 12198k| 638.2 |   375M |  55 |3295 |6183 |4980 |  18k|  1 |6947 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
554.68/556.57	c   505s| 19200 |  9979 | 12274k| 638.8 |   375M |  55 |3295 |6157 |   0 |  18k|  0 |6974 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
556.19/558.02	c   506s| 19300 | 10012 | 12313k| 637.5 |   375M |  55 |3295 |6181 |4990 |  18k|  1 |7008 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
559.37/561.27	c   509s| 19400 | 10073 | 12415k| 639.5 |   376M |  55 |3295 |6136 |4990 |  18k|  1 |7022 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
561.36/563.26	c   511s| 19500 | 10117 | 12474k| 639.2 |   376M |  55 |3295 |6117 |4980 |  18k|  1 |7058 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
564.05/565.99	c   514s| 19600 | 10153 | 12555k| 640.1 |   376M |  55 |3295 |6142 |4976 |  18k|  1 |7134 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
565.84/567.76	c   516s| 19700 | 10188 | 12601k| 639.2 |   377M |  55 |3295 |6152 |4991 |  18k|  1 |7175 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
567.84/569.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
567.84/569.79	c   518s| 19800 | 10218 | 12661k| 639.0 |   377M |  55 |3295 |6164 |4976 |  18k|  1 |7224 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
570.24/572.14	c   520s| 19900 | 10279 | 12730k| 639.3 |   379M |  55 |3295 |6142 |4972 |  19k|  1 |7234 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
572.14/574.02	c   522s| 20000 | 10313 | 12784k| 638.8 |   380M |  55 |3295 |6146 |4996 |  19k|  3 |7281 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
574.32/576.26	c   524s| 20100 | 10362 | 12850k| 638.9 |   381M |  55 |3295 |6115 |   0 |  19k|  0 |7304 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
576.62/578.59	c   527s| 20200 | 10408 | 12917k| 639.0 |   382M |  55 |3295 |6099 |4976 |  19k|  1 |7315 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
579.01/581.00	c   529s| 20300 | 10464 | 12987k| 639.3 |   382M |  55 |3295 |6084 |4983 |  19k|  1 |7331 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
581.70/583.69	c   532s| 20400 | 10498 | 13065k| 640.0 |   383M |  55 |3295 |6102 |4999 |  19k|  3 |7373 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
584.20/586.13	c   534s| 20500 | 10534 | 13133k| 640.2 |   384M |  55 |3295 |6109 |   0 |  20k|  0 |7413 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
586.20/588.15	c   536s| 20600 | 10570 | 13192k| 640.0 |   384M |  55 |3295 |6123 |4995 |  20k|  1 |7449 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
588.09/590.02	c   538s| 20700 | 10602 | 13246k| 639.5 |   384M |  55 |3295 |6139 |   0 |  20k|  0 |7485 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
590.97/592.91	c   541s| 20800 | 10656 | 13330k| 640.4 |   384M |  55 |3295 |6134 |4991 |  20k|  2 |7523 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
594.26/596.29	c   544s| 20900 | 10706 | 13429k| 642.1 |   387M |  55 |3295 |6121 |4995 |  20k|  1 |7546 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
596.95/598.93	c   547s| 21000 | 10754 | 13507k| 642.8 |   388M |  55 |3295 |6129 |4997 |  20k|  1 |7594 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
599.74/601.79	c   550s| 21100 | 10794 | 13590k| 643.7 |   388M |  55 |3295 |6156 |4989 |  20k|  1 |7648 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
602.05/604.06	c   552s| 21200 | 10848 | 13655k| 643.7 |   390M |  55 |3295 |6148 |   0 |  20k|  0 |7674 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
604.22/606.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
604.22/606.20	c   554s| 21300 | 10890 | 13716k| 643.5 |   391M |  55 |3295 |6149 |   0 |  20k|  0 |7702 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
605.82/607.86	c   556s| 21400 | 10924 | 13763k| 642.7 |   392M |  55 |3295 |6200 |   0 |  21k|  0 |7767 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
608.12/610.15	c   558s| 21500 | 10971 | 13833k| 643.0 |   393M |  55 |3295 |6194 |4998 |  21k|  1 |7787 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
610.40/612.41	c   561s| 21600 | 11003 | 13898k| 643.0 |   393M |  55 |3295 |6212 |5000 |  21k|  1 |7843 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
612.40/614.43	c   563s| 21700 | 11032 | 13954k| 642.6 |   395M |  55 |3295 |6234 |4982 |  21k|  1 |7890 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
615.49/617.58	c   566s| 21800 | 11086 | 14048k| 644.0 |   396M |  55 |3295 |6228 |   0 |  21k|  0 |7919 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
618.48/620.52	c   569s| 21900 | 11139 | 14138k| 645.2 |   396M |  55 |3295 |6228 |4980 |  21k|  1 |7952 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
620.87/623.00	c   571s| 22000 | 11197 | 14206k| 645.3 |   397M |  55 |3295 |6224 |4984 |  21k|  1 |7987 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
622.86/624.91	c   573s| 22100 | 11245 | 14260k| 644.9 |   398M |  55 |3295 |6235 |5006 |  21k|  3 |8027 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
624.16/626.27	c   574s| 22200 | 11285 | 14294k| 643.5 |   398M |  55 |3295 |6256 |4995 |  21k|  1 |8062 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
627.06/629.11	c   577s| 22300 | 11341 | 14380k| 644.5 |   398M |  55 |3295 |6238 |4983 |  22k|  2 |8091 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
630.34/632.42	c   581s| 22400 | 11391 | 14472k| 645.7 |   399M |  55 |3295 |6233 |   0 |  22k|  0 |8115 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
633.13/635.20	c   583s| 22500 | 11450 | 14552k| 646.4 |   401M |  55 |3295 |6219 |   0 |  22k|  0 |8142 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
635.22/637.39	c   585s| 22600 | 11499 | 14617k| 646.4 |   401M |  55 |3295 |6197 |4987 |  22k|  1 |8172 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
637.22/639.34	c   587s| 22700 | 11545 | 14671k| 645.9 |   401M |  55 |3295 |6197 |4989 |  22k|  1 |8195 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
639.92/642.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
639.92/642.05	c   590s| 22800 | 11602 | 14753k| 646.7 |   402M |  55 |3295 |6165 |   0 |  22k|  0 |8212 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
643.20/645.37	c   593s| 22900 | 11637 | 14854k| 648.3 |   402M |  55 |3295 |6167 |4989 |  22k|  1 |8248 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
646.49/648.67	c   597s| 23000 | 11695 | 14949k| 649.6 |   404M |  55 |3295 |6135 |4973 |  22k|  1 |8271 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
649.78/651.91	c   600s| 23100 | 11751 | 15039k| 650.7 |   406M |  55 |3295 |6157 |4981 |  22k|  1 |8329 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
653.07/655.22	c   603s| 23200 | 11810 | 15136k| 652.0 |   407M |  55 |3295 |6122 |   0 |  23k|  0 |8359 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
655.06/657.22	c   605s| 23300 | 11850 | 15194k| 651.7 |   407M |  55 |3295 |6093 |4988 |  23k|  1 |8382 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
656.87/659.06	c   607s| 23400 | 11898 | 15248k| 651.2 |   408M |  55 |3295 |6100 |   0 |  23k|  0 |8418 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
659.45/661.62	c   610s| 23500 | 11962 | 15326k| 651.8 |   408M |  55 |3295 |6122 |   0 |  23k|  0 |8465 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
662.44/664.65	c   613s| 23600 | 11999 | 15418k| 652.9 |   409M |  55 |3295 |6201 |4978 |  23k|  1 |8579 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
665.73/667.95	c   616s| 23700 | 12065 | 15512k| 654.2 |   410M |  55 |3295 |6218 |4978 |  23k|  1 |8629 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
668.62/670.87	c   619s| 23800 | 12133 | 15604k| 655.3 |   410M |  55 |3295 |6210 |4986 |  23k|  1 |8649 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
671.51/673.75	c   622s| 23900 | 12195 | 15689k| 656.1 |   411M |  55 |3295 |6174 |   0 |  23k|  0 |8661 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
673.82/676.04	c   624s| 24000 | 12227 | 15757k| 656.2 |   411M |  55 |3295 |6181 |4987 |  23k|  1 |8711 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
675.81/678.10	c   626s| 24100 | 12276 | 15812k| 655.8 |   412M |  55 |3295 |6187 |4996 |  23k|  1 |8742 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
677.59/679.85	c   628s| 24200 | 12316 | 15864k| 655.2 |   412M |  55 |3295 |6205 |   0 |  24k|  0 |8774 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
680.18/682.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
680.18/682.43	c   631s| 24300 | 12394 | 15932k| 655.3 |   414M |  55 |3295 |6175 |4971 |  24k|  1 |8796 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
682.47/684.75	c   633s| 24400 | 12454 | 15997k| 655.3 |   414M |  55 |3295 |6198 |4978 |  24k|  1 |8831 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
684.78/687.08	c   635s| 24500 | 12498 | 16069k| 655.5 |   416M |  55 |3295 |6181 |   0 |  24k|  0 |8860 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
688.06/690.34	c   638s| 24600 | 12561 | 16166k| 656.8 |   418M |  55 |3295 |6154 |4975 |  24k|  1 |8886 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
691.05/693.32	c   641s| 24700 | 12608 | 16252k| 657.6 |   420M |  55 |3295 |6066 |   0 |  24k|  0 |8925 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
693.24/695.53	c   644s| 24800 | 12667 | 16319k| 657.7 |   422M |  55 |3295 |6048 |   0 |  24k|  0 |8952 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
695.13/697.42	c   646s| 24900 | 12709 | 16375k| 657.3 |   422M |  55 |3295 |6020 |4982 |  24k|  1 |8979 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
697.02/699.31	c   647s| 25000 | 12759 | 16427k| 656.7 |   423M |  55 |3295 |6019 |4982 |  24k|  1 |9008 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
698.83/701.12	c   649s| 25100 | 12789 | 16482k| 656.3 |   423M |  55 |3295 |6000 |   0 |  24k|  0 |9041 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
702.01/704.30	c   652s| 25200 | 12852 | 16580k| 657.6 |   425M |  55 |3295 |5940 |4983 |  25k|  1 |9093 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
704.20/706.55	c   655s| 25300 | 12898 | 16646k| 657.6 |   426M |  55 |3295 |5940 |4977 |  25k|  1 |9115 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
706.09/708.43	c   657s| 25400 | 12946 | 16697k| 657.0 |   427M |  55 |3295 |5919 |   0 |  25k|  0 |9144 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
708.19/710.59	c   659s| 25500 | 12994 | 16756k| 656.8 |   427M |  55 |3295 |5943 |4975 |  25k|  1 |9185 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
710.48/712.81	c   661s| 25600 | 13041 | 16826k| 656.9 |   427M |  55 |3295 |5951 |4989 |  25k|  1 |9221 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
713.27/715.68	c   664s| 25700 | 13108 | 16910k| 657.6 |   428M |  55 |3295 |5923 |4986 |  25k|  1 |9242 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
716.36/718.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
716.36/718.73	c   667s| 25800 | 13160 | 17001k| 658.6 |   429M |  55 |3295 |5933 |4982 |  25k|  1 |9281 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
719.25/721.60	c   670s| 25900 | 13227 | 17088k| 659.4 |   430M |  55 |3295 |5900 |4969 |  25k|  1 |9310 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
721.44/723.86	c   672s| 26000 | 13258 | 17158k| 659.6 |   431M |  55 |3295 |5926 |   0 |  25k|  0 |9375 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
724.53/726.91	c   675s| 26100 | 13304 | 17259k| 660.9 |   431M |  55 |3295 |5930 |   0 |  26k|  0 |9413 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
726.32/728.70	c   677s| 26200 | 13349 | 17307k| 660.3 |   432M |  55 |3295 |5948 |   0 |  26k|  0 |9451 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
729.91/732.37	c   680s| 26300 | 13416 | 17414k| 661.8 |   432M |  55 |3295 |5942 |4974 |  26k|  1 |9467 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
732.80/735.26	c   683s| 26400 | 13462 | 17500k| 662.6 |   432M |  55 |3295 |5916 |4987 |  26k|  1 |9493 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
735.20/737.66	c   686s| 26500 | 13504 | 17568k| 662.6 |   433M |  55 |3295 |5940 |4979 |  26k|  2 |9550 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
736.89/739.37	c   687s| 26600 | 13539 | 17619k| 662.1 |   434M |  55 |3295 |5971 |4990 |  26k|  1 |9603 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
739.08/741.55	c   690s| 26700 | 13574 | 17683k| 661.9 |   434M |  55 |3295 |5980 |4984 |  26k|  1 |9638 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
741.47/743.92	c   692s| 26800 | 13622 | 17751k| 662.0 |   434M |  55 |3295 |5977 |   0 |  26k|  0 |9669 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
744.58/747.05	c   695s| 26900 | 13680 | 17845k| 663.1 |   434M |  55 |3295 |5969 |4975 |  26k|  1 |9693 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
747.67/750.16	c   698s| 27000 | 13751 | 17941k| 664.2 |   435M |  55 |3295 |5969 |4978 |  26k|  1 |9717 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
749.75/752.20	c   700s| 27100 | 13811 | 18001k| 663.9 |   436M |  55 |3295 |5990 |   0 |  26k|  0 |9755 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
752.44/754.90	c   703s| 27200 | 13874 | 18075k| 664.2 |   437M |  55 |3295 |5978 |4973 |  27k|  1 |9803 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
754.65/757.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
754.65/757.18	c   705s| 27300 | 13924 | 18140k| 664.2 |   437M |  55 |3295 |5967 |4975 |  27k|  1 |9835 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
756.92/759.48	c   708s| 27400 | 13980 | 18207k| 664.2 |   439M |  55 |3295 |5988 |4994 |  27k|  1 |9873 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
757.72/760.20	c   708s| 27500 | 13999 | 18225k| 662.4 |   439M |  55 |3295 |6014 |   0 |  27k|  0 |9910 |  16 |-9.100000e+01 |      --      |    Inf |   1.34%
758.72/761.28	c   709s| 27600 | 14037 | 18247k| 660.8 |   440M |  55 |3295 |6029 |4985 |  27k|  1 |9938 |  16 |-9.100000e+01 |      --      |    Inf |   1.34%
760.31/762.80	c   711s| 27700 | 14049 | 18288k| 659.9 |   440M |  55 |3295 |6133 |4973 |  27k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
763.00/765.51	c   714s| 27800 | 14105 | 18370k| 660.5 |   440M |  55 |3295 |6126 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
766.19/768.74	c   717s| 27900 | 14167 | 18467k| 661.6 |   441M |  55 |3295 |6110 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
769.68/772.28	c   720s| 28000 | 14227 | 18586k| 663.5 |   441M |  55 |3295 |6118 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
771.49/774.10	c   722s| 28100 | 14268 | 18642k| 663.1 |   443M |  55 |3295 |6128 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
772.67/775.27	c   723s| 28200 | 14290 | 18677k| 662.0 |   444M |  55 |3295 |6162 |4990 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
774.58/777.19	c   725s| 28300 | 14327 | 18730k| 661.5 |   445M |  55 |3295 |6169 |4980 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
778.35/780.92	c   729s| 28400 | 14385 | 18839k| 663.0 |   445M |  55 |3295 |6112 |4982 |  28k|  2 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
782.45/785.09	c   733s| 28500 | 14449 | 18961k| 665.0 |   445M |  55 |3295 |6078 |4984 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
785.33/787.96	c   736s| 28600 | 14506 | 19048k| 665.7 |   446M |  55 |3295 |6051 |4979 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
788.53/791.18	c   739s| 28700 | 14563 | 19142k| 666.7 |   447M |  55 |3295 |6031 |4978 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
791.01/793.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
791.01/793.66	c   742s| 28800 | 14620 | 19215k| 666.9 |   449M |  55 |3295 |5997 |   0 |  28k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
793.52/796.14	c   744s| 28900 | 14680 | 19285k| 667.0 |   450M |  55 |3295 |6001 |5001 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
796.09/798.72	c   747s| 29000 | 14749 | 19359k| 667.3 |   452M |  55 |3295 |5979 |4988 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
798.19/800.84	c   749s| 29100 | 14799 | 19421k| 667.1 |   452M |  55 |3295 |5977 |   0 |  29k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
801.39/804.02	c   752s| 29200 | 14862 | 19515k| 668.0 |   453M |  55 |3295 |5974 |4974 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
803.38/806.09	c   754s| 29300 | 14900 | 19575k| 667.8 |   454M |  55 |3295 |5954 |4983 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
806.06/808.72	c   757s| 29400 | 14950 | 19648k| 668.0 |   455M |  55 |3295 |5955 |4988 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
807.95/810.68	c   759s| 29500 | 14987 | 19706k| 667.7 |   455M |  55 |3295 |5955 |4990 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
809.36/812.01	c   760s| 29600 | 15015 | 19744k| 666.7 |   455M |  55 |3295 |5984 |4989 |  29k|  2 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
812.45/815.12	c   763s| 29700 | 15072 | 19831k| 667.4 |   455M |  55 |3295 |5985 |4990 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
815.23/817.98	c   766s| 29800 | 15137 | 19910k| 667.9 |   456M |  55 |3295 |5986 |   0 |  29k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
817.52/820.21	c   768s| 29900 | 15187 | 19976k| 667.8 |   456M |  55 |3295 |5993 |4984 |  30k|  2 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
819.52/822.23	c   770s| 30000 | 15240 | 20036k| 667.6 |   457M |  55 |3295 |5970 |4976 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
822.32/825.07	c   773s| 30100 | 15293 | 20121k| 668.2 |   458M |  55 |3295 |5953 |   0 |  30k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
824.20/826.90	c   775s| 30200 | 15341 | 20172k| 667.7 |   459M |  55 |3295 |5912 |4982 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
825.41/828.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
825.41/828.15	c   776s| 30300 | 15383 | 20205k| 666.5 |   460M |  55 |3295 |5940 |4983 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
826.59/829.31	c   777s| 30400 | 15409 | 20232k| 665.2 |   461M |  55 |3295 |6002 |4982 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
828.19/831.00	c   779s| 30500 | 15423 | 20276k| 664.5 |   462M |  55 |3295 |6040 |   0 |  30k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
830.58/833.38	c   781s| 30600 | 15489 | 20349k| 664.7 |   462M |  55 |3295 |6036 |4979 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
832.77/835.59	c   784s| 30700 | 15546 | 20414k| 664.7 |   462M |  55 |3295 |6033 |4995 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
835.07/837.86	c   786s| 30800 | 15596 | 20478k| 664.6 |   463M |  55 |3295 |6048 |4978 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
836.96/839.74	c   788s| 30900 | 15628 | 20534k| 664.2 |   464M |  55 |3295 |6052 |4988 |  31k|  3 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
838.65/841.44	c   790s| 31000 | 15659 | 20578k| 663.5 |   464M |  55 |3295 |6088 |4983 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
839.85/842.68	c   791s| 31100 | 15695 | 20619k| 662.7 |   464M |  55 |3295 |6118 |4994 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
842.36/845.18	c   793s| 31200 | 15728 | 20694k| 663.0 |   464M |  55 |3295 |6101 |4981 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
845.73/848.50	c   797s| 31300 | 15790 | 20791k| 664.0 |   466M |  55 |3295 |6047 |4976 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
847.62/850.40	c   798s| 31400 | 15840 | 20846k| 663.6 |   467M |  55 |3295 |6056 |4993 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
849.72/852.55	c   801s| 31500 | 15879 | 20908k| 663.5 |   467M |  55 |3295 |6103 |4989 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
851.23/854.09	c   802s| 31600 | 15911 | 20954k| 662.8 |   468M |  55 |3295 |6131 |   0 |  31k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
852.91/855.71	c   804s| 31700 | 15927 | 20998k| 662.1 |   468M |  55 |3295 |6159 |4981 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
855.21/858.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
855.21/858.10	c   806s| 31800 | 15990 | 21067k| 662.2 |   469M |  55 |3295 |6132 |4980 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
857.21/860.07	c   808s| 31900 | 16041 | 21127k| 662.0 |   469M |  55 |3295 |6156 |4975 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
859.48/862.31	c   810s| 32000 | 16084 | 21194k| 662.0 |   470M |  55 |3295 |6183 |   0 |  32k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
861.88/864.78	c   813s| 32100 | 16137 | 21260k| 662.0 |   470M |  55 |3295 |6190 |4985 |  32k|  2 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
864.37/867.25	c   815s| 32200 | 16179 | 21326k| 662.0 |   470M |  55 |3295 |6212 |4995 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
867.27/870.12	c   818s| 32300 | 16224 | 21412k| 662.6 |   470M |  55 |3295 |6226 |4980 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
869.45/872.34	c   820s| 32400 | 16262 | 21477k| 662.6 |   471M |  55 |3295 |6236 |4983 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
873.16/876.07	c   824s| 32500 | 16317 | 21590k| 664.1 |   472M |  55 |3295 |6271 |4981 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
876.25/879.18	c   827s| 32600 | 16372 | 21682k| 664.8 |   473M |  55 |3295 |6286 |5010 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
878.24/881.14	c   829s| 32700 | 16412 | 21740k| 664.6 |   474M |  55 |3295 |6306 |4986 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
880.52/883.40	c   831s| 32800 | 16430 | 21804k| 664.5 |   475M |  55 |3295 |6310 |4979 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
882.31/885.20	c   833s| 32900 | 16452 | 21852k| 663.9 |   475M |  55 |3295 |6329 |   0 |  32k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
884.90/887.84	c   836s| 33000 | 16498 | 21932k| 664.3 |   475M |  55 |3295 |6324 |   0 |  33k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
886.40/889.35	c   837s| 33100 | 16516 | 21971k| 663.5 |   476M |  55 |3295 |6348 |4983 |  33k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
889.79/892.77	c   841s| 33200 | 16575 | 22073k| 664.6 |   476M |  55 |3295 |6317 |   0 |  33k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
893.38/896.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
893.38/896.35	c   844s| 33300 | 16639 | 22182k| 665.9 |   476M |  55 |3295 |6328 |4997 |  33k|  2 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
894.57/897.57	c   846s| 33400 | 16681 | 22216k| 664.9 |   477M |  55 |3295 |6348 |4982 |  33k|  2 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
898.07/901.05	c   849s| 33500 | 16754 | 22320k| 666.0 |   479M |  55 |3295 |6311 |4992 |  33k|  3 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
900.55/903.53	c   852s| 33600 | 16808 | 22393k| 666.2 |   479M |  55 |3295 |6319 |4978 |  33k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
903.06/906.03	c   854s| 33700 | 16863 | 22471k| 666.5 |   481M |  55 |3295 |6318 |   0 |  33k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
905.74/908.74	c   857s| 33800 | 16923 | 22549k| 666.9 |   483M |  55 |3295 |6299 |4979 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
907.44/910.47	c   859s| 33900 | 16978 | 22606k| 666.6 |   483M |  55 |3295 |6329 |4979 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
908.53/911.50	c   860s| 34000 | 16997 | 22643k| 665.7 |   483M |  55 |3295 |6395 |4978 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
909.73/912.72	c   861s| 34100 | 17007 | 22676k| 664.7 |   484M |  55 |3295 |6446 |   0 |  34k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
911.52/914.58	c   863s| 34200 | 17069 | 22749k| 664.9 |   485M |  55 |3295 |6444 |4983 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
912.62/915.66	c   864s| 34300 | 17111 | 22790k| 664.2 |   485M |  55 |3295 |6464 |   0 |  34k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
913.71/916.72	c   865s| 34400 | 17141 | 22815k| 663.0 |   487M |  55 |3295 |6513 |4979 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
914.41/917.40	c   865s| 34500 | 17178 | 22836k| 661.7 |   489M |  56 |3295 |6552 |4997 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
914.91/918.00	c   866s| 34600 | 17202 | 22851k| 660.2 |   489M |  56 |3295 |6563 |4985 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
915.80/918.89	c   867s| 34700 | 17224 | 22881k| 659.1 |   490M |  56 |3295 |6604 |   0 |  34k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
916.80/919.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
916.80/919.87	c   868s| 34800 | 17253 | 22908k| 658.0 |   490M |  57 |3295 |6647 |4994 |  34k|  2 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
917.80/920.82	c   869s| 34900 | 17271 | 22940k| 657.1 |   490M |  57 |3295 |6682 |4983 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
918.39/921.40	c   869s| 35000 | 17275 | 22959k| 655.7 |   490M |  57 |3295 |6734 |   0 |  35k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
918.79/921.87	c   870s| 35100 | 17286 | 22973k| 654.3 |   490M |  57 |3295 |6795 |   0 |  35k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
919.79/922.87	c   871s| 35200 | 17294 | 23010k| 653.5 |   491M |  57 |3295 |6825 |4992 |  35k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
921.00/924.08	c   872s| 35300 | 17297 | 23050k| 652.7 |   491M |  57 |3295 |6852 |   0 |  35k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
922.18/925.26	c   873s| 35400 | 17322 | 23088k| 652.0 |   491M |  57 |3295 |6860 |   0 |  35k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
923.38/926.40	c   874s| 35500 | 17326 | 23125k| 651.2 |   491M |  57 |3295 |6877 |5000 |  35k|  3 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
924.57/927.68	c   876s| 35600 | 17340 | 23166k| 650.5 |   491M |  57 |3295 |6923 |4983 |  35k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
925.87/928.94	c   877s| 35700 | 17354 | 23204k| 649.7 |   491M |  57 |3295 |6948 |   0 |  35k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
926.67/929.71	c   878s| 35800 | 17374 | 23224k| 648.5 |   491M |  57 |3295 |6958 |4992 |  35k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
927.76/930.81	c   879s| 35900 | 17388 | 23261k| 647.7 |   491M |  57 |3295 |7037 |4999 |  35k|  2 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
928.56/931.61	c   880s| 36000 | 17407 | 23285k| 646.6 |   491M |  57 |3295 |7084 |   0 |  35k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
929.56/932.67	c   881s| 36100 | 17417 | 23315k| 645.6 |   491M |  57 |3295 |7105 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
930.25/933.37	c   881s| 36200 | 17409 | 23336k| 644.4 |   491M |  57 |3295 |7134 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
931.75/934.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
931.75/934.86	c   883s| 36300 | 17437 | 23385k| 644.0 |   491M |  57 |3295 |7119 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
932.64/935.74	c   884s| 36400 | 17430 | 23412k| 643.0 |   491M |  58 |3295 |7135 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
933.64/936.72	c   885s| 36500 | 17443 | 23444k| 642.1 |   491M |  58 |3295 |7152 |4991 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
934.44/937.57	c   886s| 36600 | 17453 | 23472k| 641.1 |   492M |  58 |3295 |7207 |4994 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
935.63/938.77	c   887s| 36700 | 17451 | 23507k| 640.3 |   492M |  58 |3295 |7243 |4982 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
936.73/939.88	c   888s| 36800 | 17468 | 23540k| 639.5 |   492M |  58 |3295 |7300 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
937.33/940.46	c   889s| 36900 | 17473 | 23556k| 638.1 |   493M |  58 |3295 |7356 |4990 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
938.04/941.15	c   889s| 37000 | 17484 | 23576k| 637.0 |   493M |  58 |3295 |7390 |4994 |  36k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
938.94/942.10	c   890s| 37100 | 17512 | 23608k| 636.1 |   493M |  58 |3295 |7398 |4996 |  36k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
939.82/942.95	c   891s| 37200 | 17503 | 23636k| 635.1 |   493M |  58 |3295 |7419 |   0 |  36k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
941.51/944.68	c   893s| 37300 | 17554 | 23689k| 634.9 |   494M |  58 |3295 |7346 |4989 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
942.61/945.77	c   894s| 37400 | 17579 | 23718k| 634.0 |   494M |  58 |3295 |7365 |4992 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
943.41/946.53	c   895s| 37500 | 17599 | 23739k| 632.8 |   495M |  58 |3295 |7398 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
944.50/947.67	c   896s| 37600 | 17601 | 23771k| 632.0 |   495M |  58 |3295 |7378 |4991 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
945.30/948.41	c   897s| 37700 | 17594 | 23793k| 630.9 |   495M |  58 |3295 |7353 |4983 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
946.60/949.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
946.60/949.75	c   898s| 37800 | 17613 | 23833k| 630.3 |   495M |  58 |3295 |7302 |4998 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
947.59/950.76	c   899s| 37900 | 17633 | 23865k| 629.4 |   495M |  58 |3295 |7342 |4989 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
948.69/951.87	c   900s| 38000 | 17652 | 23891k| 628.5 |   495M |  58 |3295 |7334 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
949.59/952.71	c   901s| 38100 | 17654 | 23916k| 627.5 |   496M |  58 |3295 |7374 |4989 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
950.58/953.74	c   902s| 38200 | 17679 | 23949k| 626.7 |   496M |  58 |3295 |7411 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
951.38/954.53	c   903s| 38300 | 17680 | 23972k| 625.7 |   496M |  58 |3295 |7475 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
952.08/955.28	c   903s| 38400 | 17674 | 23994k| 624.6 |   496M |  58 |3295 |7480 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
953.07/956.26	c   904s| 38500 | 17676 | 24026k| 623.8 |   496M |  58 |3295 |7487 |4987 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
954.17/957.30	c   905s| 38600 | 17677 | 24059k| 623.1 |   496M |  58 |3295 |7459 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
955.57/958.70	c   907s| 38700 | 17688 | 24100k| 622.5 |   497M |  58 |3295 |7438 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
956.56/959.74	c   908s| 38800 | 17688 | 24134k| 621.8 |   497M |  58 |3295 |7405 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
957.46/960.67	c   909s| 38900 | 17694 | 24166k| 621.0 |   497M |  58 |3295 |7439 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
958.16/961.33	c   909s| 39000 | 17696 | 24185k| 619.9 |   497M |  58 |3295 |7495 |4983 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
958.97/962.13	c   910s| 39100 | 17710 | 24208k| 618.9 |   497M |  58 |3295 |7563 |4995 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
959.65/962.83	c   911s| 39200 | 17715 | 24230k| 617.9 |   497M |  58 |3295 |7598 |4992 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
960.15/963.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
960.15/963.38	c   911s| 39300 | 17713 | 24247k| 616.8 |   497M |  58 |3295 |7626 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
961.15/964.32	c   912s| 39400 | 17698 | 24277k| 615.9 |   497M |  58 |3295 |7563 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
961.64/964.87	c   913s| 39500 | 17723 | 24295k| 614.8 |   497M |  58 |3295 |7570 |4980 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
962.44/965.69	c   914s| 39600 | 17740 | 24318k| 613.9 |   498M |  58 |3295 |7594 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
963.34/966.54	c   915s| 39700 | 17735 | 24341k| 612.9 |   498M |  58 |3295 |7559 |4990 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
964.34/967.51	c   916s| 39800 | 17744 | 24373k| 612.2 |   498M |  58 |3295 |7535 |4974 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
964.95/968.19	c   916s| 39900 | 17777 | 24392k| 611.1 |   498M |  58 |3295 |7582 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
965.73/968.90	c   917s| 40000 | 17794 | 24415k| 610.2 |   498M |  58 |3295 |7595 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
966.84/970.10	c   918s| 40100 | 17783 | 24454k| 609.6 |   498M |  58 |3295 |7623 |4996 |  39k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
967.94/971.14	c   919s| 40200 | 17804 | 24487k| 608.9 |   498M |  58 |3295 |7614 |4999 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
968.93/972.16	c   920s| 40300 | 17806 | 24521k| 608.2 |   498M |  58 |3295 |7642 |4986 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
969.83/973.05	c   921s| 40400 | 17799 | 24549k| 607.4 |   498M |  58 |3295 |7654 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
970.61/973.80	c   922s| 40500 | 17793 | 24571k| 606.5 |   499M |  58 |3295 |7683 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
971.31/974.59	c   923s| 40600 | 17789 | 24596k| 605.6 |   499M |  58 |3295 |7634 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
972.51/975.72	c   924s| 40700 | 17808 | 24632k| 605.0 |   499M |  58 |3295 |7623 |4990 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
973.30/976.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
973.30/976.58	c   925s| 40800 | 17819 | 24658k| 604.1 |   499M |  58 |3295 |7674 |4992 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
974.40/977.63	c   926s| 40900 | 17841 | 24689k| 603.4 |   499M |  58 |3295 |7705 |4982 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
975.40/978.61	c   927s| 41000 | 17862 | 24721k| 602.7 |   499M |  58 |3295 |7766 |4990 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
976.09/979.35	c   927s| 41100 | 17872 | 24744k| 601.8 |   499M |  58 |3295 |7803 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
977.09/980.39	c   928s| 41200 | 17877 | 24778k| 601.2 |   499M |  58 |3295 |7842 |4989 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
977.90/981.14	c   929s| 41300 | 17867 | 24801k| 600.3 |   499M |  59 |3295 |7883 |4990 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
978.80/982.05	c   930s| 41400 | 17863 | 24832k| 599.6 |   499M |  59 |3295 |7918 |4982 |  40k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
979.80/983.09	c   931s| 41500 | 17889 | 24864k| 598.9 |   499M |  59 |3295 |7928 |4982 |  40k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
980.89/984.12	c   932s| 41600 | 17899 | 24896k| 598.3 |   500M |  59 |3295 |7939 |4990 |  40k|  2 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
981.58/984.80	c   933s| 41700 | 17910 | 24917k| 597.3 |   500M |  59 |3295 |7979 |4989 |  40k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
982.78/986.10	c   934s| 41800 | 17908 | 24956k| 596.8 |   500M |  59 |3295 |7951 |4982 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
984.17/987.42	c   936s| 41900 | 17926 | 24998k| 596.4 |   501M |  59 |3295 |7979 |4996 |  40k|  2 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
984.78/988.04	c   936s| 42000 | 17928 | 25017k| 595.4 |   501M |  59 |3295 |8014 |   0 |  40k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
985.66/988.97	c   937s| 42100 | 17938 | 25045k| 594.7 |   501M |  59 |3295 |8022 |4982 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
986.96/990.26	c   938s| 42200 | 17958 | 25083k| 594.2 |   501M |  59 |3295 |8047 |   0 |  40k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
987.95/991.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
987.95/991.21	c   939s| 42300 | 17955 | 25112k| 593.5 |   501M |  59 |3295 |8100 |4993 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
989.65/992.94	c   941s| 42400 | 17964 | 25171k| 593.5 |   501M |  59 |3295 |7990 |4990 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
990.54/993.80	c   942s| 42500 | 17964 | 25198k| 592.7 |   501M |  59 |3295 |8023 |   0 |  41k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
991.44/994.71	c   943s| 42600 | 17982 | 25226k| 592.0 |   502M |  59 |3295 |8032 |   0 |  41k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
992.54/995.87	c   944s| 42700 | 18005 | 25263k| 591.4 |   502M |  59 |3295 |8064 |4993 |  41k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
993.53/996.83	c   945s| 42800 | 18042 | 25293k| 590.8 |   502M |  59 |3295 |8060 |5002 |  41k|  3 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
994.33/997.60	c   946s| 42900 | 18061 | 25317k| 589.9 |   502M |  59 |3295 |8085 |4989 |  41k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
995.23/998.53	c   947s| 43000 | 18062 | 25346k| 589.3 |   502M |  59 |3295 |8112 |4992 |  41k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
996.03/999.39	c   947s| 43100 | 18080 | 25372k| 588.5 |   502M |  59 |3295 |8144 |4992 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
996.74/1000.05	c   948s| 43200 | 18079 | 25392k| 587.6 |   502M |  59 |3295 |8162 |4994 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
997.42/1000.71	c   949s| 43300 | 18074 | 25410k| 586.6 |   502M |  59 |3295 |8175 |   0 |  41k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
998.12/1001.47	c   950s| 43400 | 18088 | 25434k| 585.8 |   502M |  59 |3295 |8155 |   0 |  41k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
999.02/1002.38	c   950s| 43500 | 18091 | 25465k| 585.2 |   502M |  59 |3295 |8196 |4994 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
999.73/1003.09	c   951s| 43600 | 18116 | 25488k| 584.4 |   503M |  59 |3295 |8239 |4993 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1000.01/1003.38	c   951s| 43700 | 18145 | 25496k| 583.2 |   504M |  60 |3295 |8277 |4998 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1000.91/1004.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1000.91/1004.28	c   952s| 43800 | 18155 | 25523k| 582.5 |   506M |  61 |3295 |8283 |5000 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1002.01/1005.31	c   953s| 43900 | 18164 | 25557k| 582.0 |   506M |  61 |3295 |8308 |4992 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1002.72/1006.02	c   954s| 44000 | 18193 | 25578k| 581.1 |   506M |  61 |3295 |8340 |   0 |  42k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1003.81/1007.15	c   955s| 44100 | 18201 | 25610k| 580.5 |   506M |  61 |3295 |8264 |   0 |  42k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1004.40/1007.74	c   956s| 44200 | 18198 | 25627k| 579.6 |   506M |  61 |3295 |8287 |5003 |  42k|  2 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1005.49/1008.84	c   957s| 44300 | 18215 | 25659k| 579.0 |   506M |  64 |3295 |8111 |5000 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1006.80/1010.17	c   958s| 44400 | 18250 | 25693k| 578.5 |   506M |  65 |3295 |8004 |4991 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1007.88/1011.28	c   959s| 44500 | 18261 | 25728k| 578.0 |   506M |  65 |3295 |7977 |4994 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1008.88/1012.20	c   960s| 44600 | 18280 | 25755k| 577.3 |   506M |  65 |3295 |7968 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1009.98/1013.32	c   961s| 44700 | 18283 | 25788k| 576.7 |   506M |  65 |3295 |7930 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1010.58/1013.90	c   962s| 44800 | 18273 | 25804k| 575.8 |   506M |  65 |3295 |7920 |4990 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1011.87/1015.22	c   963s| 44900 | 18294 | 25843k| 575.4 |   507M |  65 |3295 |7951 |4992 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1012.78/1016.13	c   964s| 45000 | 18295 | 25870k| 574.7 |   507M |  65 |3295 |7978 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1013.17/1016.58	c   965s| 45100 | 18322 | 25884k| 573.7 |   507M |  66 |3295 |8046 |5003 |  42k|  2 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1013.96/1017.32	c   965s| 45200 | 18328 | 25906k| 572.9 |   507M |  66 |3295 |8046 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1014.96/1018.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1014.96/1018.33	c   966s| 45300 | 18333 | 25936k| 572.4 |   508M |  66 |3295 |8027 |4990 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1015.56/1018.96	c   967s| 45400 | 18335 | 25955k| 571.5 |   508M |  66 |3295 |8066 |5001 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1016.85/1020.29	c   968s| 45500 | 18328 | 25993k| 571.1 |   508M |  66 |3295 |8026 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1018.05/1021.42	c   970s| 45600 | 18340 | 26032k| 570.7 |   508M |  66 |3295 |8006 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1019.25/1022.63	c   971s| 45700 | 18351 | 26067k| 570.2 |   508M |  66 |3295 |7943 |4991 |  43k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1020.84/1024.21	c   972s| 45800 | 18362 | 26113k| 570.0 |   508M |  66 |3295 |7907 |4996 |  43k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1022.04/1025.48	c   974s| 45900 | 18366 | 26150k| 569.5 |   508M |  66 |3295 |7856 |   0 |  43k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1022.65/1026.05	c   974s| 46000 | 18360 | 26166k| 568.6 |   508M |  66 |3295 |7835 |   0 |  43k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1023.53/1026.97	c   975s| 46100 | 18355 | 26192k| 568.0 |   508M |  66 |3295 |7717 |4974 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1025.43/1028.82	c   977s| 46200 | 18398 | 26239k| 567.8 |   508M |  66 |3295 |7588 |5020 |  43k|  6 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1026.52/1029.94	c   978s| 46300 | 18416 | 26270k| 567.2 |   509M |  66 |3295 |7478 |4981 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1027.22/1030.60	c   979s| 46400 | 18449 | 26287k| 566.3 |   509M |  66 |3295 |7453 |5002 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1028.73/1032.17	c   980s| 46500 | 18500 | 26329k| 566.0 |   510M |  66 |3295 |7405 |4992 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1031.11/1034.57	c   983s| 46600 | 18551 | 26397k| 566.3 |   510M |  66 |3295 |7286 |4984 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1032.90/1036.38	c   984s| 46700 | 18596 | 26451k| 566.2 |   511M |  66 |3295 |7178 |4992 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1033.90/1037.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1033.90/1037.35	c   985s| 46800 | 18605 | 26486k| 565.8 |   511M |  66 |3295 |7196 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1034.99/1038.47	c   987s| 46900 | 18620 | 26523k| 565.3 |   511M |  66 |3295 |7185 |4995 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1036.19/1039.66	c   988s| 47000 | 18628 | 26560k| 564.9 |   511M |  66 |3295 |7203 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1038.38/1041.82	c   990s| 47100 | 18662 | 26623k| 565.1 |   517M |  66 |3295 |7091 |5000 |  44k|  2 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1039.48/1042.98	c   991s| 47200 | 18684 | 26656k| 564.6 |   517M |  66 |3295 |7125 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
1041.58/1045.03	c   993s| 47300 | 18717 | 26719k| 564.7 |   517M |  66 |3295 |7056 |4981 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
1042.77/1046.25	c   994s| 47400 | 18726 | 26754k| 564.2 |   517M |  66 |3295 |7086 |4990 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
1044.06/1047.51	c   996s| 47500 | 18742 | 26788k| 563.8 |   517M |  66 |3295 |7116 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
1045.06/1048.57	c   997s| 47600 | 18737 | 26817k| 563.2 |   518M |  66 |3295 |7141 |4992 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
1046.86/1050.33	c   998s| 47700 | 18745 | 26856k| 562.8 |   518M |  66 |3295 |7154 |4990 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
1048.05/1051.57	c  1000s| 47800 | 18768 | 26889k| 562.4 |   518M |  66 |3295 |7144 |4990 |  44k|  2 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
1048.45/1051.91	c 
1048.45/1051.91	c SCIP Status        : solving was interrupted [time limit reached]
1048.45/1051.91	c Solving Time (sec) : 1000.00
1048.45/1051.91	c Solving Nodes      : 47815
1048.45/1051.91	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1048.45/1051.91	c Dual Bound         : -9.10000000000000e+01
1048.45/1051.91	c Gap                : infinite
1048.45/1051.91	c SCIP status: 23 (TIMELIMIT)
1048.45/1051.91	c solveScip: freeing transform (!can_skip_free_transform)
1048.45/1051.99	c pb_solver_status: sst_unknown
1048.45/1051.99	c LB_goalvalue: 0
1048.45/1051.99	c UB_goalvalue: 112
1048.45/1051.99	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=1800.000000
1048.45/1051.99	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1048.45/1051.99	c SCIP returned: sst_unknown
1048.45/1051.99	c SCIP primal LB: -oo, dual UB: 112
1048.45/1051.99	c assumptions: 
1048.45/1051.99	c invoking solver with time budget: 10.000000
1058.63/1062.13	c sat_solver_result: sst_unknown
1058.63/1062.13	c SAT solver timed out; proceeding to cooperative SCIP call
1058.63/1062.13	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 112
1058.63/1062.13	c scip solving with time budget: 1800.000000
1058.63/1062.13	c solveScip
1058.63/1062.13	c initScipForCoop
1058.63/1062.13	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1058.63/1062.14	c presolving:
1058.63/1062.17	c (round 1, fast)       1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
1058.63/1062.20	c    (0.1s) running MILP presolver
1058.72/1062.24	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1058.72/1062.24	c (round 2, medium)     1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
1058.72/1062.26	c (round 3, exhaustive) 1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 346 upgd conss, 0 impls, 134 clqs, 0 implints
1058.72/1062.26	c (round 4, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 206 chg coeffs, 346 upgd conss, 0 impls, 189 clqs, 0 implints
1058.72/1062.26	c (round 5, exhaustive) 1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 207 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
1058.72/1062.26	c (round 6, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 229 chg sides, 281 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
1058.72/1062.29	c    (0.2s) probing: 51/3295 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1058.72/1062.29	c    (0.2s) probing aborted: 50/50 successive totally useless probings
1058.82/1062.33	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1058.82/1062.35	c    (0.2s) symmetry computation finished: 1365 generators found (max: 1500, log10 of symmetry group size: 410.91) (symcode time: 0.00)
1058.82/1062.37	c dynamic symmetry handling statistics:
1058.82/1062.37	c    orbitopal reduction:       no components
1058.82/1062.37	c    orbital reduction:         no components
1058.82/1062.37	c    lexicographic reduction:   no permutations
1058.82/1062.37	c handled 1365 out of 1365 symmetry components
1058.82/1062.38	c (round 7, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 295 chg coeffs, 679 upgd conss, 0 impls, 1554 clqs, 0 implints
1058.82/1062.38	c (round 8, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 299 chg coeffs, 2044 upgd conss, 0 impls, 1554 clqs, 0 implints
1058.92/1062.40	c presolving (9 rounds: 9 fast, 8 medium, 5 exhaustive):
1058.92/1062.40	c  1 deleted vars, 6383 deleted constraints, 4902 added constraints, 0 tightened bounds, 0 added holes, 229 changed sides, 299 changed coefficients
1058.92/1062.40	c  0 implications, 1554 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1058.92/1062.40	c presolved problem has 3295 variables (3295 bin, 0 int, 0 cont) and 4902 constraints
1058.92/1062.40	c     679 constraints of type <knapsack>
1058.92/1062.40	c    1371 constraints of type <setppc>
1058.92/1062.40	c    2852 constraints of type <linear>
1058.92/1062.40	c transformed objective value is always integral (scale: 16)
1058.92/1062.40	c Presolving Time: 0.26
1058.92/1062.40	c 
1059.02/1062.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1059.02/1062.53	c   0.4s|     1 |     0 |  1365 |     - |   481M |   0 |3295 |4954 |4902 |   0 |  0 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1059.41/1062.93	c   0.8s|     1 |     0 |  6083 |     - |   481M |   0 |3295 |4954 |4911 |   9 |  1 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1059.41/1063.01	c   0.9s|     1 |     0 |  6437 |     - |   482M |   0 |3295 |4957 |4922 |  20 |  2 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1059.53/1063.08	c   1.0s|     1 |     0 |  6528 |     - |   483M |   0 |3295 |4957 |4931 |  29 |  3 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1059.63/1063.15	c   1.0s|     1 |     0 |  6790 |     - |   483M |   0 |3295 |4957 |4942 |  40 |  4 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1059.71/1063.26	c   1.1s|     1 |     0 |  7030 |     - |   483M |   0 |3295 |4959 |4951 |  49 |  5 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1059.81/1063.34	c   1.2s|     1 |     0 |  7225 |     - |   483M |   0 |3295 |4959 |4962 |  60 |  6 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1059.91/1063.42	c   1.3s|     1 |     0 |  7361 |     - |   484M |   0 |3295 |4959 |4970 |  68 |  7 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1060.01/1063.54	c   1.4s|     1 |     0 |  7671 |     - |   484M |   0 |3295 |4959 |4979 |  77 |  8 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1060.11/1063.65	c   1.5s|     1 |     0 |  8152 |     - |   484M |   0 |3295 |4959 |4988 |  86 |  9 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1060.31/1063.82	c   1.7s|     1 |     0 |  9398 |     - |   484M |   0 |3295 |4959 |4997 |  95 | 10 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1060.41/1063.90	c   1.8s|     1 |     0 |  9849 |     - |   484M |   0 |3295 |4959 |5009 | 107 | 11 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
1060.91/1064.46	c   2.3s|     1 |     2 | 17686 |     - |   484M |   0 |3295 |4971 |5009 | 107 | 11 |  69 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1067.69/1071.21	c   9.1s|   100 |    84 | 46676 | 373.1 |   484M |  37 |3295 |5010 |4970 | 135 |  0 | 108 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1070.08/1073.69	c  11.6s|   200 |   158 | 59273 | 248.9 |   486M |  55 |3295 |5023 |4972 | 201 |  1 | 121 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1076.76/1080.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1076.76/1080.38	c  18.3s|   300 |   241 | 75469 | 219.8 |   486M |  55 |3295 |5080 |4972 | 241 |  1 | 178 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1082.34/1085.91	c  23.8s|   400 |   319 | 94226 | 211.8 |   486M |  55 |3295 |5182 |4970 | 275 |  1 | 286 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1089.53/1093.11	c  31.0s|   500 |   401 |104187 | 189.3 |   486M |  55 |3295 |5208 |4971 | 332 |  1 | 312 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1098.29/1101.93	c  39.8s|   600 |   471 |117473 | 179.9 |   486M |  55 |3295 |5218 |4970 | 426 |  1 | 326 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1103.78/1107.47	c  45.3s|   700 |   548 |134397 | 178.3 |   486M |  55 |3295 |5239 |4971 | 542 |  1 | 348 |  16 |-9.100000e+01 |      --      |    Inf | unknown
1109.66/1113.34	c  51.2s|   800 |   614 |156570 | 183.8 |   486M |  55 |3295 |5266 |4971 | 647 |  1 | 378 |  16 |-9.100000e+01 |      --      |    Inf |   0.58%
1113.36/1117.06	c  54.9s|   900 |   688 |178133 | 187.3 |   486M |  55 |3295 |5297 |4971 | 703 |  1 | 413 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
1120.23/1123.97	c  61.8s|  1000 |   764 |197164 | 187.6 |   486M |  55 |3295 |5324 |4982 | 770 |  1 | 442 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
1128.10/1131.81	c  69.7s|  1100 |   839 |212666 | 184.7 |   486M |  55 |3295 |5344 |4978 | 839 |  1 | 465 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
1134.58/1138.33	c  76.2s|  1200 |   913 |232045 | 185.4 |   486M |  55 |3295 |5355 |4976 | 906 |  1 | 478 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
1138.57/1142.32	c  80.2s|  1300 |   992 |248518 | 183.8 |   486M |  55 |3295 |5377 |4980 | 992 |  1 | 501 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1142.57/1146.34	c  84.2s|  1400 |  1075 |263201 | 181.2 |   486M |  55 |3295 |5392 |4981 |1097 |  2 | 517 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1147.95/1151.79	c  89.7s|  1500 |  1136 |274300 | 176.5 |   486M |  55 |3295 |5412 |4978 |1173 |  1 | 538 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1154.13/1157.96	c  95.8s|  1600 |  1217 |290090 | 175.3 |   486M |  55 |3295 |5456 |4980 |1272 |  1 | 583 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1158.12/1162.00	c  99.9s|  1700 |  1281 |301810 | 171.9 |   486M |  55 |3295 |5486 |   0 |1354 |  0 | 613 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1160.11/1163.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1160.11/1163.94	c   102s|  1800 |  1347 |315644 | 170.0 |   486M |  55 |3295 |5514 |4984 |1428 |  2 | 641 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1160.81/1164.68	c   103s|  1900 |  1413 |332941 | 170.2 |   486M |  55 |3295 |5526 |4976 |1511 |  1 | 654 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1161.71/1165.52	c   103s|  2000 |  1489 |351104 | 170.8 |   487M |  55 |3295 |5547 |4978 |1615 |  1 | 676 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1162.51/1166.36	c   104s|  2100 |  1574 |369652 | 171.5 |   487M |  55 |3295 |5611 |4979 |1681 |  1 | 741 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
1163.10/1166.96	c   105s|  2200 |  1644 |381829 | 169.2 |   487M |  55 |3295 |5628 |4979 |1752 |  1 | 761 |  16 |-9.100000e+01 |      --      |    Inf |   0.73%
1164.00/1167.86	c   106s|  2300 |  1709 |401303 | 170.3 |   487M |  55 |3295 |5657 |4970 |1856 |  1 | 790 |  16 |-9.100000e+01 |      --      |    Inf |   0.74%
1164.80/1168.66	c   107s|  2400 |  1776 |417304 | 169.9 |   487M |  55 |3295 |5727 |4981 |1932 |  1 | 861 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1165.60/1169.46	c   107s|  2500 |  1854 |432677 | 169.2 |   487M |  55 |3295 |5731 |4979 |2016 |  1 | 865 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1167.39/1171.28	c   109s|  2600 |  1919 |452037 | 170.2 |   487M |  55 |3295 |5739 |4986 |2084 |  1 | 876 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1168.20/1172.03	c   110s|  2700 |  1985 |470431 | 170.7 |   487M |  55 |3295 |5770 |4980 |2146 |  1 | 907 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1168.79/1172.63	c   111s|  2800 |  2062 |482374 | 168.9 |   487M |  55 |3295 |5790 |4982 |2218 |  1 | 927 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1169.38/1173.20	c   111s|  2900 |  2125 |494320 | 167.2 |   487M |  55 |3295 |5825 |4980 |2285 |  1 | 962 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1169.68/1173.57	c   111s|  3000 |  2158 |500481 | 163.6 |   487M |  55 |3295 |5851 |4986 |2346 |  2 | 988 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1170.19/1174.03	c   112s|  3100 |  2176 |510289 | 161.5 |   487M |  55 |3295 |5886 |   0 |2415 |  0 |1023 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1170.88/1174.71	c   113s|  3200 |  2244 |524339 | 160.9 |   487M |  55 |3295 |5904 |4982 |2510 |  1 |1042 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1171.78/1175.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1171.78/1175.63	c   114s|  3300 |  2316 |548527 | 163.3 |   487M |  55 |3295 |5975 |4984 |2612 |  2 |1115 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1172.67/1176.54	c   114s|  3400 |  2387 |566755 | 163.9 |   487M |  55 |3295 |5996 |   0 |2698 |  0 |1136 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1173.37/1177.22	c   115s|  3500 |  2447 |580145 | 163.0 |   487M |  55 |3295 |6012 |   0 |2801 |  0 |1152 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1173.87/1177.72	c   116s|  3600 |  2492 |590611 | 161.4 |   487M |  55 |3295 |6048 |4971 |2853 |  1 |1190 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
1174.57/1178.45	c   116s|  3700 |  2558 |605521 | 161.1 |   487M |  55 |3295 |6084 |4971 |2953 |  1 |1232 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1175.28/1179.12	c   117s|  3800 |  2638 |620142 | 160.7 |   487M |  55 |3295 |6094 |4977 |3030 |  1 |1247 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1175.86/1179.78	c   118s|  3900 |  2714 |635170 | 160.4 |   487M |  55 |3295 |6119 |4979 |3133 |  1 |1272 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1176.46/1180.31	c   118s|  4000 |  2777 |643758 | 158.5 |   487M |  55 |3295 |6139 |4983 |3210 |  1 |1293 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1176.86/1180.74	c   119s|  4100 |  2805 |651176 | 156.5 |   487M |  55 |3295 |6173 |4981 |3292 |  1 |1329 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1177.27/1181.17	c   119s|  4200 |  2842 |657836 | 154.3 |   488M |  55 |3295 |6198 |4983 |3339 |  1 |1354 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1177.85/1181.79	c   120s|  4300 |  2888 |671467 | 153.9 |   489M |  55 |3295 |6230 |   0 |3404 |  0 |1386 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1178.55/1182.40	c   120s|  4400 |  2930 |686080 | 153.7 |   489M |  55 |3295 |6269 |4986 |3458 |  1 |1427 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1179.26/1183.17	c   121s|  4500 |  2969 |704176 | 154.4 |   489M |  55 |3295 |6302 |4973 |3527 |  1 |1461 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1179.95/1183.84	c   122s|  4600 |  3024 |716883 | 153.8 |   489M |  55 |3295 |6334 |   0 |3582 |  0 |1494 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
1180.45/1184.38	c   122s|  4700 |  3055 |727193 | 152.7 |   489M |  55 |3295 |6368 |   0 |3662 |  0 |1529 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1180.84/1184.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1180.84/1184.77	c   123s|  4800 |  3077 |733445 | 150.8 |   489M |  55 |3295 |6406 |4972 |3691 |  1 |1569 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1181.64/1185.57	c   123s|  4900 |  3121 |752742 | 151.7 |   489M |  55 |3295 |6429 |   0 |3748 |  0 |1594 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1182.25/1186.16	c   124s|  5000 |  3171 |765665 | 151.2 |   489M |  55 |3295 |6470 |   0 |3816 |  0 |1637 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1182.84/1186.75	c   125s|  5100 |  3216 |776530 | 150.4 |   489M |  55 |3295 |6501 |4979 |3868 |  1 |1671 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1183.44/1187.39	c   125s|  5200 |  3263 |792795 | 150.6 |   489M |  55 |3295 |6537 |4978 |3920 |  1 |1710 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1184.15/1188.03	c   126s|  5300 |  3320 |807723 | 150.6 |   489M |  55 |3295 |6567 |4987 |3990 |  1 |1742 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1184.53/1188.49	c   126s|  5400 |  3349 |815135 | 149.2 |   489M |  55 |3295 |6611 |4973 |4032 |  1 |1792 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1185.43/1189.33	c   127s|  5500 |  3413 |832765 | 149.7 |   489M |  55 |3295 |6637 |   0 |4116 |  0 |1823 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1186.53/1190.49	c   128s|  5600 |  3435 |866183 | 153.0 |   489M |  55 |3295 |6670 |4979 |4145 |  2 |1869 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
1190.51/1194.40	c   132s|  5700 |  3485 |  1001k| 174.0 |   489M |  55 |3295 |6722 |4971 |4204 |  1 |1933 |  16 |-9.100000e+01 |      --      |    Inf |   0.79%
1195.70/1199.64	c   138s|  5800 |  3546 |  1172k| 200.6 |   489M |  55 |3295 |6795 |4978 |4285 |  1 |2031 |  16 |-9.100000e+01 |      --      |    Inf |   0.79%
1199.68/1203.62	c   141s|  5900 |  3604 |  1300k| 218.8 |   489M |  55 |3295 |6814 |4972 |4344 |  1 |2072 |  16 |-9.100000e+01 |      --      |    Inf |   0.80%
1203.67/1207.67	c   146s|  6000 |  3664 |  1436k| 237.8 |   489M |  55 |3295 |6872 |4980 |4425 |  1 |2147 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
1207.56/1211.57	c   149s|  6100 |  3730 |  1564k| 254.9 |   489M |  55 |3295 |6878 |4967 |4485 |  1 |2182 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
1212.24/1216.27	c   154s|  6200 |  3792 |  1725k| 276.8 |   489M |  55 |3295 |6880 |4974 |4562 |  1 |2220 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
1215.93/1219.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1215.93/1219.93	c   158s|  6300 |  3842 |  1835k| 289.9 |   489M |  55 |3295 |6874 |4974 |4685 |  1 |2264 |  16 |-9.100000e+01 |      --      |    Inf |   0.84%
1219.03/1223.04	c   161s|  6400 |  3902 |  1940k| 301.7 |   489M |  55 |3295 |6852 |4970 |4780 |  1 |2293 |  16 |-9.100000e+01 |      --      |    Inf |   0.84%
1222.21/1226.24	c   164s|  6500 |  3962 |  2041k| 312.7 |   489M |  55 |3295 |6849 |4974 |4903 |  2 |2335 |  16 |-9.100000e+01 |      --      |    Inf |   0.85%
1228.00/1232.11	c   170s|  6600 |  4044 |  2228k| 336.3 |   489M |  55 |3295 |6812 |   0 |5083 |  0 |2335 |  16 |-9.100000e+01 |      --      |    Inf |   0.85%
1232.38/1236.42	c   174s|  6700 |  4116 |  2370k| 352.4 |   489M |  55 |3295 |6780 |4972 |5176 |  1 |2348 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
1235.86/1240.00	c   178s|  6800 |  4183 |  2485k| 364.2 |   489M |  55 |3295 |6737 |4977 |5274 |  1 |2367 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
1239.65/1243.72	c   182s|  6900 |  4254 |  2605k| 376.2 |   489M |  55 |3295 |6686 |4970 |5330 |  1 |2403 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
1242.96/1247.02	c   185s|  7000 |  4315 |  2714k| 386.4 |   490M |  55 |3295 |6640 |4984 |5417 |  1 |2426 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
1245.73/1249.88	c   188s|  7100 |  4362 |  2799k| 393.0 |   490M |  55 |3295 |6665 |4972 |5524 |  1 |2498 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
1249.04/1253.17	c   191s|  7200 |  4423 |  2908k| 402.6 |   490M |  55 |3295 |6641 |4981 |5554 |  1 |2528 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
1251.41/1255.59	c   193s|  7300 |  4483 |  2982k| 407.3 |   490M |  55 |3295 |6674 |   0 |5630 |  0 |2607 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
1254.20/1258.39	c   196s|  7400 |  4540 |  3068k| 413.4 |   490M |  55 |3295 |6641 |4985 |5697 |  2 |2631 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
1257.09/1261.26	c   199s|  7500 |  4597 |  3158k| 419.8 |   490M |  55 |3295 |6631 |4973 |5765 |  1 |2658 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
1260.09/1264.21	c   202s|  7600 |  4655 |  3251k| 426.6 |   490M |  55 |3295 |6625 |4985 |5846 |  1 |2727 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
1262.99/1267.15	c   205s|  7700 |  4710 |  3346k| 433.4 |   490M |  55 |3295 |6645 |4987 |5937 |  2 |2796 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
1266.46/1270.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1266.46/1270.64	c   209s|  7800 |  4773 |  3455k| 441.8 |   490M |  55 |3295 |6631 |4972 |6019 |  1 |2844 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
1269.06/1273.23	c   211s|  7900 |  4835 |  3530k| 445.7 |   490M |  55 |3295 |6604 |4972 |6073 |  1 |2883 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
1273.85/1278.11	c   216s|  8000 |  4907 |  3678k| 458.7 |   490M |  55 |3295 |6582 |4979 |6201 |  1 |2910 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1277.73/1281.98	c   220s|  8100 |  4968 |  3795k| 467.4 |   490M |  55 |3295 |6569 |   0 |6339 |  0 |2937 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1280.52/1284.78	c   223s|  8200 |  5034 |  3885k| 472.7 |   490M |  55 |3295 |6570 |4984 |6443 |  1 |2967 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1283.92/1288.13	c   226s|  8300 |  5102 |  3996k| 480.4 |   490M |  55 |3295 |6585 |4972 |6519 |  1 |3005 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1287.50/1291.70	c   230s|  8400 |  5170 |  4104k| 487.5 |   490M |  55 |3295 |6583 |   0 |6636 |  0 |3048 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1292.08/1296.38	c   234s|  8500 |  5230 |  4251k| 499.0 |   490M |  55 |3295 |6551 |4980 |6787 |  1 |3071 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1296.67/1300.92	c   239s|  8600 |  5306 |  4388k| 509.2 |   490M |  55 |3295 |6563 |4989 |6966 |  1 |3113 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1300.55/1304.88	c   243s|  8700 |  5368 |  4513k| 517.7 |   490M |  55 |3295 |6547 |4978 |7117 |  1 |3153 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1303.64/1307.90	c   246s|  8800 |  5422 |  4607k| 522.6 |   490M |  55 |3295 |6526 |4982 |7236 |  1 |3205 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
1307.63/1311.90	c   250s|  8900 |  5488 |  4729k| 530.3 |   490M |  55 |3295 |6507 |   0 |7379 |  0 |3215 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
1311.32/1315.62	c   253s|  9000 |  5555 |  4840k| 536.8 |   490M |  55 |3295 |6481 |4984 |7560 |  1 |3245 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
1315.01/1319.39	c   257s|  9100 |  5629 |  4956k| 543.7 |   490M |  55 |3295 |6475 |4976 |7666 |  1 |3275 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
1317.60/1321.95	c   260s|  9200 |  5684 |  5028k| 545.5 |   490M |  55 |3295 |6465 |4968 |7756 |  1 |3305 |  16 |-9.100000e+01 |      --      |    Inf |   0.92%
1321.70/1326.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1321.70/1326.07	c   264s|  9300 |  5736 |  5148k| 552.7 |   490M |  55 |3295 |6447 |   0 |7838 |  0 |3348 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
1324.87/1329.22	c   267s|  9400 |  5803 |  5244k| 557.0 |   491M |  55 |3295 |6431 |4978 |7973 |  1 |3367 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
1326.97/1331.30	c   269s|  9500 |  5853 |  5298k| 556.8 |   491M |  55 |3295 |6446 |4983 |8053 |  1 |3407 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
1330.16/1334.53	c   272s|  9600 |  5904 |  5394k| 561.0 |   491M |  55 |3295 |6442 |4973 |8232 |  1 |3445 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
1334.24/1338.65	c   277s|  9700 |  5963 |  5519k| 568.1 |   492M |  55 |3295 |6448 |4993 |8360 |  3 |3497 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
1336.83/1341.27	c   279s|  9800 |  6018 |  5596k| 570.1 |   492M |  55 |3295 |6425 |4979 |8448 |  1 |3521 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1339.52/1343.97	c   282s|  9900 |  6079 |  5680k| 572.9 |   492M |  55 |3295 |6423 |   0 |8535 |  0 |3554 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1341.12/1345.50	c   283s| 10000 |  6133 |  5722k| 571.3 |   492M |  55 |3295 |6411 |   0 |8624 |  0 |3559 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1343.21/1347.66	c   286s| 10100 |  6186 |  5785k| 571.9 |   492M |  55 |3295 |6421 |   0 |8737 |  0 |3582 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1345.80/1350.24	c   288s| 10200 |  6237 |  5857k| 573.4 |   492M |  55 |3295 |6412 |4997 |8856 |  1 |3607 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1348.20/1352.69	c   291s| 10300 |  6279 |  5931k| 575.0 |   492M |  55 |3295 |6405 |   0 |8950 |  0 |3637 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1350.89/1355.38	c   293s| 10400 |  6323 |  6009k| 577.0 |   492M |  55 |3295 |6372 |4975 |9033 |  1 |3666 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1353.48/1357.91	c   296s| 10500 |  6365 |  6085k| 578.7 |   492M |  55 |3295 |6370 |4972 |9095 |  1 |3697 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
1356.58/1361.05	c   299s| 10600 |  6412 |  6183k| 582.5 |   492M |  55 |3295 |6319 |4967 |9223 |  1 |3716 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
1360.16/1364.69	c   303s| 10700 |  6471 |  6297k| 587.7 |   492M |  55 |3295 |6290 |4991 |9321 |  1 |3771 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
1363.34/1367.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1363.34/1367.81	c   306s| 10800 |  6519 |  6360k| 588.1 |   492M |  55 |3295 |6304 |   0 |9426 |  0 |3829 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
1366.03/1370.52	c   308s| 10900 |  6581 |  6443k| 590.3 |   492M |  55 |3295 |6284 |4969 |9499 |  1 |3839 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
1368.43/1372.93	c   311s| 11000 |  6650 |  6515k| 591.5 |   492M |  55 |3295 |6268 |   0 |9626 |  0 |3869 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
1370.53/1375.07	c   313s| 11100 |  6691 |  6573k| 591.4 |   492M |  55 |3295 |6279 |4991 |9733 |  1 |3892 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
1372.91/1377.42	c   315s| 11200 |  6749 |  6642k| 592.3 |   492M |  55 |3295 |6274 |4981 |9791 |  1 |3924 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1375.30/1379.85	c   318s| 11300 |  6794 |  6714k| 593.4 |   492M |  55 |3295 |6281 |4991 |9914 |  1 |3961 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1378.39/1382.94	c   321s| 11400 |  6858 |  6810k| 596.6 |   492M |  55 |3295 |6261 |   0 |9996 |  0 |3979 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1380.79/1385.33	c   323s| 11500 |  6914 |  6880k| 597.5 |   492M |  55 |3295 |6246 |4993 |  10k|  1 |4001 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1382.28/1386.84	c   325s| 11600 |  6954 |  6925k| 596.2 |   492M |  55 |3295 |6258 |4994 |  10k|  1 |4039 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1385.48/1390.07	c   328s| 11700 |  7006 |  7024k| 599.6 |   493M |  55 |3295 |6240 |4970 |  10k|  1 |4068 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1387.86/1392.47	c   330s| 11800 |  7037 |  7093k| 600.4 |   493M |  55 |3295 |6277 |4977 |  10k|  1 |4132 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1391.56/1396.18	c   334s| 11900 |  7092 |  7201k| 604.4 |   493M |  55 |3295 |6273 |4979 |  10k|  1 |4170 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1393.74/1398.31	c   336s| 12000 |  7131 |  7265k| 604.7 |   493M |  55 |3295 |6299 |4991 |  10k|  2 |4214 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1396.55/1401.14	c   339s| 12100 |  7198 |  7348k| 606.5 |   493M |  55 |3295 |6284 |4991 |  10k|  1 |4232 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1399.12/1403.76	c   342s| 12200 |  7244 |  7429k| 608.2 |   493M |  55 |3295 |6291 |   0 |  10k|  0 |4285 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1401.02/1405.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1401.02/1405.68	c   344s| 12300 |  7275 |  7485k| 607.8 |   494M |  55 |3295 |6306 |4972 |  10k|  1 |4323 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1404.11/1408.77	c   347s| 12400 |  7331 |  7572k| 609.9 |   494M |  55 |3295 |6300 |4978 |  10k|  1 |4353 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1407.10/1411.74	c   350s| 12500 |  7379 |  7665k| 612.5 |   494M |  55 |3295 |6271 |4979 |  11k|  1 |4371 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1410.59/1415.27	c   353s| 12600 |  7439 |  7765k| 615.6 |   494M |  55 |3295 |6257 |4988 |  11k|  2 |4394 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1413.98/1418.61	c   356s| 12700 |  7484 |  7865k| 618.6 |   494M |  55 |3295 |6284 |4998 |  11k|  3 |4446 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1416.27/1420.92	c   359s| 12800 |  7521 |  7926k| 618.6 |   494M |  55 |3295 |6300 |   0 |  11k|  0 |4503 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1417.38/1422.02	c   360s| 12900 |  7537 |  7959k| 616.3 |   494M |  55 |3295 |6307 |4986 |  11k|  1 |4535 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1420.06/1424.73	c   363s| 13000 |  7603 |  8040k| 617.8 |   494M |  55 |3295 |6279 |4980 |  11k|  1 |4546 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1423.24/1427.91	c   366s| 13100 |  7640 |  8136k| 620.4 |   494M |  55 |3295 |6277 |   0 |  11k|  0 |4589 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1426.03/1430.71	c   369s| 13200 |  7691 |  8221k| 622.2 |   494M |  55 |3295 |6259 |4983 |  11k|  1 |4616 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1429.22/1433.91	c   372s| 13300 |  7767 |  8316k| 624.6 |   494M |  55 |3295 |6237 |4973 |  11k|  1 |4635 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1431.81/1436.58	c   374s| 13400 |  7816 |  8393k| 625.7 |   494M |  55 |3295 |6238 |4993 |  11k|  1 |4678 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1435.32/1440.05	c   378s| 13500 |  7872 |  8492k| 628.4 |   494M |  55 |3295 |6205 |4977 |  12k|  1 |4702 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1438.69/1443.44	c   381s| 13600 |  7933 |  8595k| 631.3 |   494M |  55 |3295 |6223 |4971 |  12k|  1 |4756 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1441.18/1445.95	c   384s| 13700 |  7983 |  8667k| 632.0 |   494M |  55 |3295 |6204 |4991 |  12k|  2 |4775 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1444.77/1449.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1444.77/1449.56	c   387s| 13800 |  8048 |  8778k| 635.4 |   495M |  55 |3295 |6198 |4966 |  12k|  1 |4814 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1447.06/1451.81	c   390s| 13900 |  8080 |  8840k| 635.4 |   495M |  55 |3295 |6222 |   0 |  12k|  0 |4860 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1449.05/1453.83	c   392s| 14000 |  8116 |  8896k| 634.8 |   495M |  55 |3295 |6223 |   0 |  12k|  0 |4888 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1451.65/1456.44	c   394s| 14100 |  8169 |  8973k| 635.7 |   495M |  55 |3295 |6217 |4988 |  12k|  1 |4916 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1454.44/1459.22	c   397s| 14200 |  8206 |  9056k| 637.1 |   495M |  55 |3295 |6251 |   0 |  12k|  0 |4978 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1457.03/1461.87	c   400s| 14300 |  8264 |  9134k| 638.1 |   495M |  55 |3295 |6238 |   0 |  12k|  0 |4989 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1458.92/1463.74	c   402s| 14400 |  8279 |  9187k| 637.4 |   495M |  55 |3295 |6235 |4998 |  12k|  1 |5014 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
1461.91/1466.76	c   405s| 14500 |  8316 |  9270k| 638.7 |   495M |  55 |3295 |6213 |4974 |  13k|  1 |5042 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1464.22/1469.08	c   407s| 14600 |  8360 |  9335k| 638.8 |   495M |  55 |3295 |6214 |4995 |  13k|  1 |5080 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1466.32/1471.18	c   409s| 14700 |  8418 |  9400k| 638.9 |   495M |  55 |3295 |6197 |4969 |  13k|  1 |5110 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1468.80/1473.61	c   411s| 14800 |  8466 |  9475k| 639.6 |   495M |  55 |3295 |6180 |4995 |  13k|  1 |5134 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1471.09/1475.90	c   414s| 14900 |  8503 |  9539k| 639.6 |   495M |  55 |3295 |6196 |   0 |  13k|  0 |5180 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1471.99/1476.84	c   415s| 15000 |  8512 |  9559k| 636.7 |   495M |  55 |3295 |6249 |   0 |  13k|  0 |5235 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1473.48/1478.37	c   416s| 15100 |  8532 |  9601k| 635.3 |   495M |  55 |3295 |6254 |4976 |  13k|  1 |5261 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1475.08/1479.93	c   418s| 15200 |  8576 |  9645k| 634.0 |   496M |  55 |3295 |6252 |4982 |  14k|  1 |5290 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1477.77/1482.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1477.77/1482.60	c   420s| 15300 |  8630 |  9723k| 635.0 |   496M |  55 |3295 |6228 |4977 |  14k|  1 |5320 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1480.17/1485.01	c   423s| 15400 |  8671 |  9799k| 635.7 |   497M |  55 |3295 |6261 |4971 |  14k|  1 |5386 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1483.55/1488.48	c   426s| 15500 |  8703 |  9898k| 638.1 |   497M |  55 |3295 |6255 |4971 |  14k|  1 |5420 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1485.64/1490.59	c   428s| 15600 |  8732 |  9963k| 638.1 |   497M |  55 |3295 |6286 |4988 |  14k|  1 |5467 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1487.15/1492.05	c   430s| 15700 |  8754 | 10006k| 636.8 |   497M |  55 |3295 |6296 |4973 |  14k|  1 |5487 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1490.93/1495.86	c   434s| 15800 |  8782 | 10116k| 639.7 |   498M |  55 |3295 |6292 |   0 |  14k|  0 |5521 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1492.32/1497.28	c   435s| 15900 |  8809 | 10152k| 638.0 |   498M |  55 |3295 |6318 |   0 |  14k|  0 |5560 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1494.61/1499.50	c   437s| 16000 |  8841 | 10219k| 638.1 |   498M |  55 |3295 |6296 |4990 |  14k|  1 |5587 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1495.81/1500.74	c   439s| 16100 |  8867 | 10248k| 636.0 |   498M |  55 |3295 |6320 |5012 |  14k|  1 |5627 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1496.81/1501.74	c   440s| 16200 |  8880 | 10274k| 633.6 |   498M |  55 |3295 |6350 |4998 |  15k|  1 |5685 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1498.70/1503.69	c   442s| 16300 |  8902 | 10328k| 633.1 |   498M |  55 |3295 |6373 |4987 |  15k|  1 |5744 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1501.49/1506.48	c   444s| 16400 |  8942 | 10412k| 634.3 |   498M |  55 |3295 |6346 |   0 |  15k|  0 |5775 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1504.10/1509.10	c   447s| 16500 |  8980 | 10489k| 635.2 |   498M |  55 |3295 |6352 |4998 |  15k|  1 |5816 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1506.09/1511.08	c   449s| 16600 |  9003 | 10551k| 635.1 |   498M |  55 |3295 |6367 |   0 |  15k|  0 |5868 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1507.57/1512.52	c   450s| 16700 |  9017 | 10589k| 633.5 |   498M |  55 |3295 |6403 |4969 |  15k|  1 |5928 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1509.96/1514.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1509.96/1514.95	c   453s| 16800 |  9048 | 10663k| 634.2 |   498M |  55 |3295 |6394 |4979 |  15k|  1 |5961 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1512.56/1517.57	c   455s| 16900 |  9095 | 10744k| 635.2 |   498M |  55 |3295 |6371 |4977 |  15k|  1 |5998 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1514.65/1519.62	c   457s| 17000 |  9136 | 10801k| 634.9 |   499M |  55 |3295 |6357 |4977 |  15k|  1 |6052 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1517.94/1522.97	c   461s| 17100 |  9200 | 10903k| 637.1 |   499M |  55 |3295 |6306 |4968 |  15k|  1 |6067 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1520.63/1525.62	c   463s| 17200 |  9244 | 10984k| 638.1 |   499M |  55 |3295 |6305 |4979 |  15k|  1 |6099 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1523.52/1528.51	c   466s| 17300 |  9297 | 11071k| 639.4 |   499M |  55 |3295 |6281 |4985 |  16k|  1 |6136 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1525.61/1530.64	c   469s| 17400 |  9330 | 11129k| 639.1 |   499M |  55 |3295 |6279 |   0 |  16k|  0 |6172 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1526.91/1531.99	c   470s| 17500 |  9349 | 11164k| 637.5 |   499M |  55 |3295 |6347 |4984 |  16k|  1 |6244 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1529.30/1534.32	c   472s| 17600 |  9388 | 11224k| 637.2 |   499M |  55 |3295 |6338 |4978 |  16k|  1 |6283 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1531.01/1536.02	c   474s| 17700 |  9410 | 11273k| 636.4 |   499M |  55 |3295 |6338 |4986 |  16k|  1 |6322 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1532.49/1537.53	c   475s| 17800 |  9416 | 11314k| 635.1 |   499M |  55 |3295 |6370 |4998 |  16k|  1 |6384 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1533.79/1538.83	c   477s| 17900 |  9460 | 11349k| 633.5 |   499M |  55 |3295 |6398 |4994 |  16k|  1 |6444 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
1536.68/1541.72	c   480s| 18000 |  9505 | 11426k| 634.3 |   499M |  55 |3295 |6363 |4983 |  16k|  1 |6487 |  16 |-9.100000e+01 |      --      |    Inf |   1.17%
1538.57/1543.61	c   481s| 18100 |  9533 | 11475k| 633.5 |   499M |  55 |3295 |6349 |4985 |  17k|  1 |6531 |  16 |-9.100000e+01 |      --      |    Inf |   1.17%
1541.76/1546.85	c   485s| 18200 |  9578 | 11573k| 635.4 |   499M |  55 |3295 |6251 |   0 |  17k|  0 |6562 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1543.36/1548.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1543.36/1548.42	c   486s| 18300 |  9597 | 11615k| 634.2 |   499M |  55 |3295 |6294 |4998 |  17k|  1 |6628 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1544.65/1549.74	c   488s| 18400 |  9600 | 11649k| 632.6 |   499M |  55 |3295 |6318 |4997 |  17k|  3 |6672 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1546.75/1551.88	c   490s| 18500 |  9635 | 11708k| 632.4 |   499M |  55 |3295 |6318 |4990 |  17k|  1 |6712 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1548.34/1553.46	c   491s| 18600 |  9673 | 11751k| 631.3 |   499M |  55 |3295 |6327 |5003 |  17k|  0 |6761 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1551.33/1556.48	c   494s| 18700 |  9715 | 11841k| 632.8 |   499M |  55 |3295 |6326 |4995 |  17k|  1 |6817 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1554.52/1559.65	c   498s| 18800 |  9771 | 11934k| 634.3 |   499M |  55 |3295 |6310 |4993 |  17k|  1 |6836 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1557.61/1562.70	c   501s| 18900 |  9814 | 12024k| 635.7 |   499M |  55 |3295 |6290 |4992 |  18k|  1 |6894 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1560.30/1565.41	c   503s| 19000 |  9873 | 12108k| 636.8 |   499M |  55 |3295 |6242 |4983 |  18k|  2 |6918 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1563.39/1568.57	c   506s| 19100 |  9928 | 12198k| 638.2 |   499M |  55 |3295 |6183 |4980 |  18k|  1 |6947 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1566.00/1571.17	c   509s| 19200 |  9979 | 12274k| 638.8 |   499M |  55 |3295 |6157 |   0 |  18k|  0 |6974 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1567.48/1572.65	c   511s| 19300 | 10012 | 12313k| 637.5 |   499M |  55 |3295 |6181 |4990 |  18k|  1 |7008 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1570.77/1575.93	c   514s| 19400 | 10073 | 12415k| 639.5 |   499M |  55 |3295 |6136 |4990 |  18k|  1 |7022 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1572.76/1577.94	c   516s| 19500 | 10117 | 12474k| 639.2 |   499M |  55 |3295 |6117 |4980 |  18k|  1 |7058 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1575.55/1580.70	c   519s| 19600 | 10153 | 12555k| 640.1 |   499M |  55 |3295 |6142 |4976 |  18k|  1 |7134 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1577.35/1582.50	c   520s| 19700 | 10188 | 12601k| 639.2 |   499M |  55 |3295 |6152 |4991 |  18k|  1 |7175 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1579.34/1584.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1579.34/1584.54	c   522s| 19800 | 10218 | 12661k| 639.0 |   499M |  55 |3295 |6164 |4976 |  18k|  1 |7224 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1581.73/1586.91	c   525s| 19900 | 10279 | 12730k| 639.3 |   501M |  55 |3295 |6142 |4972 |  19k|  1 |7234 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1583.62/1588.83	c   527s| 20000 | 10313 | 12784k| 638.8 |   501M |  55 |3295 |6146 |4996 |  19k|  3 |7281 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1585.83/1591.06	c   529s| 20100 | 10362 | 12850k| 638.9 |   501M |  55 |3295 |6115 |   0 |  19k|  0 |7304 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1588.11/1593.37	c   531s| 20200 | 10408 | 12917k| 639.0 |   501M |  55 |3295 |6099 |4976 |  19k|  1 |7315 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1590.50/1595.75	c   534s| 20300 | 10464 | 12987k| 639.3 |   501M |  55 |3295 |6084 |4983 |  19k|  1 |7331 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
1593.19/1598.45	c   536s| 20400 | 10498 | 13065k| 640.0 |   501M |  55 |3295 |6102 |4999 |  19k|  3 |7373 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1595.69/1600.92	c   539s| 20500 | 10534 | 13133k| 640.2 |   501M |  55 |3295 |6109 |   0 |  20k|  0 |7413 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1597.68/1602.95	c   541s| 20600 | 10570 | 13192k| 640.0 |   501M |  55 |3295 |6123 |4995 |  20k|  1 |7449 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1599.57/1604.84	c   543s| 20700 | 10602 | 13246k| 639.5 |   501M |  55 |3295 |6139 |   0 |  20k|  0 |7485 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1602.46/1607.74	c   546s| 20800 | 10656 | 13330k| 640.4 |   501M |  55 |3295 |6134 |4991 |  20k|  2 |7523 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1605.87/1611.15	c   549s| 20900 | 10706 | 13429k| 642.1 |   501M |  55 |3295 |6121 |4995 |  20k|  1 |7546 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1608.54/1613.86	c   552s| 21000 | 10754 | 13507k| 642.8 |   501M |  55 |3295 |6129 |4997 |  20k|  1 |7594 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1611.43/1616.74	c   555s| 21100 | 10794 | 13590k| 643.7 |   501M |  55 |3295 |6156 |4989 |  20k|  1 |7648 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1613.74/1619.04	c   557s| 21200 | 10848 | 13655k| 643.7 |   501M |  55 |3295 |6148 |   0 |  20k|  0 |7674 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1615.83/1621.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1615.83/1621.18	c   559s| 21300 | 10890 | 13716k| 643.5 |   501M |  55 |3295 |6149 |   0 |  20k|  0 |7702 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1617.51/1622.85	c   561s| 21400 | 10924 | 13763k| 642.7 |   501M |  55 |3295 |6200 |   0 |  21k|  0 |7767 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1619.82/1625.15	c   563s| 21500 | 10971 | 13833k| 643.0 |   501M |  55 |3295 |6194 |4998 |  21k|  1 |7787 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1622.10/1627.44	c   565s| 21600 | 11003 | 13898k| 643.0 |   501M |  55 |3295 |6212 |5000 |  21k|  1 |7843 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1624.09/1629.48	c   567s| 21700 | 11032 | 13954k| 642.6 |   501M |  55 |3295 |6234 |4982 |  21k|  1 |7890 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1627.28/1632.65	c   571s| 21800 | 11086 | 14048k| 644.0 |   501M |  55 |3295 |6228 |   0 |  21k|  0 |7919 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1630.27/1635.60	c   573s| 21900 | 11139 | 14138k| 645.2 |   501M |  55 |3295 |6228 |4980 |  21k|  1 |7952 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1632.67/1638.10	c   576s| 22000 | 11197 | 14206k| 645.3 |   501M |  55 |3295 |6224 |4984 |  21k|  1 |7987 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1634.67/1640.02	c   578s| 22100 | 11245 | 14260k| 644.9 |   501M |  55 |3295 |6235 |5006 |  21k|  3 |8027 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1635.95/1641.38	c   579s| 22200 | 11285 | 14294k| 643.5 |   501M |  55 |3295 |6256 |4995 |  21k|  1 |8062 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1638.84/1644.24	c   582s| 22300 | 11341 | 14380k| 644.5 |   501M |  55 |3295 |6238 |4983 |  22k|  2 |8091 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1642.13/1647.58	c   585s| 22400 | 11391 | 14472k| 645.7 |   501M |  55 |3295 |6233 |   0 |  22k|  0 |8115 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1644.92/1650.38	c   588s| 22500 | 11450 | 14552k| 646.4 |   502M |  55 |3295 |6219 |   0 |  22k|  0 |8142 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1647.11/1652.59	c   590s| 22600 | 11499 | 14617k| 646.4 |   502M |  55 |3295 |6197 |4987 |  22k|  1 |8172 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1649.11/1654.56	c   592s| 22700 | 11545 | 14671k| 645.9 |   502M |  55 |3295 |6197 |4989 |  22k|  1 |8195 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1651.80/1657.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1651.80/1657.28	c   595s| 22800 | 11602 | 14753k| 646.7 |   502M |  55 |3295 |6165 |   0 |  22k|  0 |8212 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1655.09/1660.55	c   598s| 22900 | 11637 | 14854k| 648.3 |   502M |  55 |3295 |6167 |4989 |  22k|  1 |8248 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1658.38/1663.82	c   602s| 23000 | 11695 | 14949k| 649.6 |   502M |  55 |3295 |6135 |4973 |  22k|  1 |8271 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1661.58/1667.05	c   605s| 23100 | 11751 | 15039k| 650.7 |   504M |  55 |3295 |6157 |4981 |  22k|  1 |8329 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1664.85/1670.36	c   608s| 23200 | 11810 | 15136k| 652.0 |   504M |  55 |3295 |6122 |   0 |  23k|  0 |8359 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1666.85/1672.37	c   610s| 23300 | 11850 | 15194k| 651.7 |   504M |  55 |3295 |6093 |4988 |  23k|  1 |8382 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1668.74/1674.23	c   612s| 23400 | 11898 | 15248k| 651.2 |   504M |  55 |3295 |6100 |   0 |  23k|  0 |8418 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1671.33/1676.80	c   615s| 23500 | 11962 | 15326k| 651.8 |   504M |  55 |3295 |6122 |   0 |  23k|  0 |8465 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1674.32/1679.85	c   618s| 23600 | 11999 | 15418k| 652.9 |   504M |  55 |3295 |6201 |4978 |  23k|  1 |8579 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1677.71/1683.25	c   621s| 23700 | 12065 | 15512k| 654.2 |   504M |  55 |3295 |6218 |4978 |  23k|  1 |8629 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1680.70/1686.20	c   624s| 23800 | 12133 | 15604k| 655.3 |   504M |  55 |3295 |6210 |4986 |  23k|  1 |8649 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1683.51/1689.10	c   627s| 23900 | 12195 | 15689k| 656.1 |   504M |  55 |3295 |6174 |   0 |  23k|  0 |8661 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
1685.89/1691.42	c   629s| 24000 | 12227 | 15757k| 656.2 |   504M |  55 |3295 |6181 |4987 |  23k|  1 |8711 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1687.88/1693.49	c   631s| 24100 | 12276 | 15812k| 655.8 |   504M |  55 |3295 |6187 |4996 |  23k|  1 |8742 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1689.67/1695.22	c   633s| 24200 | 12316 | 15864k| 655.2 |   504M |  55 |3295 |6205 |   0 |  24k|  0 |8774 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1692.17/1697.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1692.17/1697.78	c   636s| 24300 | 12394 | 15932k| 655.3 |   504M |  55 |3295 |6175 |4971 |  24k|  1 |8796 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1694.47/1700.07	c   638s| 24400 | 12454 | 15997k| 655.3 |   504M |  55 |3295 |6198 |4978 |  24k|  1 |8831 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1696.85/1702.44	c   640s| 24500 | 12498 | 16069k| 655.5 |   504M |  55 |3295 |6181 |   0 |  24k|  0 |8860 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1700.14/1705.79	c   644s| 24600 | 12561 | 16166k| 656.8 |   504M |  55 |3295 |6154 |4975 |  24k|  1 |8886 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1703.23/1708.84	c   647s| 24700 | 12608 | 16252k| 657.6 |   504M |  55 |3295 |6066 |   0 |  24k|  0 |8925 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1705.44/1711.08	c   649s| 24800 | 12667 | 16319k| 657.7 |   505M |  55 |3295 |6048 |   0 |  24k|  0 |8952 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1707.32/1712.98	c   651s| 24900 | 12709 | 16375k| 657.3 |   505M |  55 |3295 |6020 |4982 |  24k|  1 |8979 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1709.31/1714.90	c   653s| 25000 | 12759 | 16427k| 656.7 |   505M |  55 |3295 |6019 |4982 |  24k|  1 |9008 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1711.10/1716.73	c   655s| 25100 | 12789 | 16482k| 656.3 |   505M |  55 |3295 |6000 |   0 |  24k|  0 |9041 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
1714.29/1719.94	c   658s| 25200 | 12852 | 16580k| 657.6 |   505M |  55 |3295 |5940 |4983 |  25k|  1 |9093 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
1716.58/1722.21	c   660s| 25300 | 12898 | 16646k| 657.6 |   505M |  55 |3295 |5940 |4977 |  25k|  1 |9115 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
1718.39/1724.11	c   662s| 25400 | 12946 | 16697k| 657.0 |   505M |  55 |3295 |5919 |   0 |  25k|  0 |9144 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
1720.57/1726.28	c   664s| 25500 | 12994 | 16756k| 656.8 |   505M |  55 |3295 |5943 |4975 |  25k|  1 |9185 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
1722.86/1728.52	c   666s| 25600 | 13041 | 16826k| 656.9 |   505M |  55 |3295 |5951 |4989 |  25k|  1 |9221 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
1725.76/1731.41	c   669s| 25700 | 13108 | 16910k| 657.6 |   505M |  55 |3295 |5923 |4986 |  25k|  1 |9242 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
1728.75/1734.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1728.75/1734.48	c   672s| 25800 | 13160 | 17001k| 658.6 |   505M |  55 |3295 |5933 |4982 |  25k|  1 |9281 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
1731.64/1737.39	c   675s| 25900 | 13227 | 17088k| 659.4 |   505M |  55 |3295 |5900 |4969 |  25k|  1 |9310 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
1733.93/1739.64	c   678s| 26000 | 13258 | 17158k| 659.6 |   506M |  55 |3295 |5926 |   0 |  25k|  0 |9375 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
1737.02/1742.72	c   681s| 26100 | 13304 | 17259k| 660.9 |   506M |  55 |3295 |5930 |   0 |  26k|  0 |9413 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
1738.81/1744.55	c   682s| 26200 | 13349 | 17307k| 660.3 |   506M |  55 |3295 |5948 |   0 |  26k|  0 |9451 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
1742.50/1748.27	c   686s| 26300 | 13416 | 17414k| 661.8 |   506M |  55 |3295 |5942 |4974 |  26k|  1 |9467 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
1745.49/1751.25	c   689s| 26400 | 13462 | 17500k| 662.6 |   506M |  55 |3295 |5916 |4987 |  26k|  1 |9493 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
1747.98/1753.71	c   692s| 26500 | 13504 | 17568k| 662.6 |   506M |  55 |3295 |5940 |4979 |  26k|  2 |9550 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
1749.68/1755.47	c   693s| 26600 | 13539 | 17619k| 662.1 |   506M |  55 |3295 |5971 |4990 |  26k|  1 |9603 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1751.97/1757.72	c   696s| 26700 | 13574 | 17683k| 661.9 |   506M |  55 |3295 |5980 |4984 |  26k|  1 |9638 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1754.38/1760.17	c   698s| 26800 | 13622 | 17751k| 662.0 |   506M |  55 |3295 |5977 |   0 |  26k|  0 |9669 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1757.65/1763.40	c   701s| 26900 | 13680 | 17845k| 663.1 |   506M |  55 |3295 |5969 |4975 |  26k|  1 |9693 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1760.84/1766.61	c   704s| 27000 | 13751 | 17941k| 664.2 |   507M |  55 |3295 |5969 |4978 |  26k|  1 |9717 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1762.93/1768.71	c   707s| 27100 | 13811 | 18001k| 663.9 |   507M |  55 |3295 |5990 |   0 |  26k|  0 |9755 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1765.63/1771.46	c   709s| 27200 | 13874 | 18075k| 664.2 |   507M |  55 |3295 |5978 |4973 |  27k|  1 |9803 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1767.92/1773.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1767.92/1773.74	c   712s| 27300 | 13924 | 18140k| 664.2 |   507M |  55 |3295 |5967 |4975 |  27k|  1 |9835 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1770.22/1776.05	c   714s| 27400 | 13980 | 18207k| 664.2 |   507M |  55 |3295 |5988 |4994 |  27k|  1 |9873 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
1770.91/1776.78	c   715s| 27500 | 13999 | 18225k| 662.4 |   507M |  55 |3295 |6014 |   0 |  27k|  0 |9910 |  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1772.00/1777.88	c   716s| 27600 | 14037 | 18247k| 660.8 |   507M |  55 |3295 |6029 |4985 |  27k|  1 |9938 |  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1773.60/1779.41	c   717s| 27700 | 14049 | 18288k| 659.9 |   507M |  55 |3295 |6133 |4973 |  27k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1776.30/1782.11	c   720s| 27800 | 14105 | 18370k| 660.5 |   507M |  55 |3295 |6126 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1779.48/1785.35	c   723s| 27900 | 14167 | 18467k| 661.6 |   507M |  55 |3295 |6110 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1783.07/1788.92	c   727s| 28000 | 14227 | 18586k| 663.5 |   507M |  55 |3295 |6118 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1784.86/1790.76	c   729s| 28100 | 14268 | 18642k| 663.1 |   507M |  55 |3295 |6128 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1786.06/1791.95	c   730s| 28200 | 14290 | 18677k| 662.0 |   507M |  55 |3295 |6162 |4990 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1787.95/1793.89	c   732s| 28300 | 14327 | 18730k| 661.5 |   507M |  55 |3295 |6169 |4980 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
1791.64/1797.59	c   735s| 28400 | 14385 | 18839k| 663.0 |   507M |  55 |3295 |6112 |4982 |  28k|  2 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1795.73/1801.69	c   740s| 28500 | 14449 | 18961k| 665.0 |   507M |  55 |3295 |6078 |4984 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1798.62/1804.59	c   742s| 28600 | 14506 | 19048k| 665.7 |   507M |  55 |3295 |6051 |4979 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1801.81/1807.76	c   746s| 28700 | 14563 | 19142k| 666.7 |   507M |  55 |3295 |6031 |4978 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1804.30/1810.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1804.30/1810.23	c   748s| 28800 | 14620 | 19215k| 666.9 |   508M |  55 |3295 |5997 |   0 |  28k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1806.79/1812.74	c   751s| 28900 | 14680 | 19285k| 667.0 |   508M |  55 |3295 |6001 |5001 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1809.28/1815.28	c   753s| 29000 | 14749 | 19359k| 667.3 |   509M |  55 |3295 |5979 |4988 |  28k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1811.38/1817.37	c   755s| 29100 | 14799 | 19421k| 667.1 |   509M |  55 |3295 |5977 |   0 |  29k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1814.57/1820.50	c   758s| 29200 | 14862 | 19515k| 668.0 |   509M |  55 |3295 |5974 |4974 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1816.66/1822.61	c   760s| 29300 | 14900 | 19575k| 667.8 |   509M |  55 |3295 |5954 |4983 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1819.35/1825.32	c   763s| 29400 | 14950 | 19648k| 668.0 |   509M |  55 |3295 |5955 |4988 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1821.24/1827.28	c   765s| 29500 | 14987 | 19706k| 667.7 |   509M |  55 |3295 |5955 |4990 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1822.64/1828.60	c   766s| 29600 | 15015 | 19744k| 666.7 |   509M |  55 |3295 |5984 |4989 |  29k|  2 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1825.73/1831.70	c   770s| 29700 | 15072 | 19831k| 667.4 |   509M |  55 |3295 |5985 |4990 |  29k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1828.52/1834.58	c   772s| 29800 | 15137 | 19910k| 667.9 |   509M |  55 |3295 |5986 |   0 |  29k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1830.81/1836.83	c   775s| 29900 | 15187 | 19976k| 667.8 |   509M |  55 |3295 |5993 |4984 |  30k|  2 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.35%
1832.80/1838.87	c   777s| 30000 | 15240 | 20036k| 667.6 |   509M |  55 |3295 |5970 |4976 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1835.69/1841.71	c   780s| 30100 | 15293 | 20121k| 668.2 |   509M |  55 |3295 |5953 |   0 |  30k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1837.49/1843.53	c   781s| 30200 | 15341 | 20172k| 667.7 |   509M |  55 |3295 |5912 |4982 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1838.68/1844.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1838.68/1844.76	c   783s| 30300 | 15383 | 20205k| 666.5 |   509M |  55 |3295 |5940 |4983 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1839.88/1845.93	c   784s| 30400 | 15409 | 20232k| 665.2 |   509M |  55 |3295 |6002 |4982 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1841.57/1847.62	c   785s| 30500 | 15423 | 20276k| 664.5 |   509M |  55 |3295 |6040 |   0 |  30k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1843.98/1850.03	c   788s| 30600 | 15489 | 20349k| 664.7 |   509M |  55 |3295 |6036 |4979 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1846.16/1852.26	c   790s| 30700 | 15546 | 20414k| 664.7 |   509M |  55 |3295 |6033 |4995 |  30k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1848.45/1854.58	c   792s| 30800 | 15596 | 20478k| 664.6 |   509M |  55 |3295 |6048 |4978 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1850.35/1856.47	c   794s| 30900 | 15628 | 20534k| 664.2 |   509M |  55 |3295 |6052 |4988 |  31k|  3 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1852.05/1858.19	c   796s| 31000 | 15659 | 20578k| 663.5 |   509M |  55 |3295 |6088 |4983 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1853.34/1859.43	c   797s| 31100 | 15695 | 20619k| 662.7 |   509M |  55 |3295 |6118 |4994 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1855.83/1861.94	c   800s| 31200 | 15728 | 20694k| 663.0 |   509M |  55 |3295 |6101 |4981 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.36%
1859.12/1865.29	c   803s| 31300 | 15790 | 20791k| 664.0 |   510M |  55 |3295 |6047 |4976 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1861.11/1867.22	c   805s| 31400 | 15840 | 20846k| 663.6 |   510M |  55 |3295 |6056 |4993 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1863.30/1869.41	c   807s| 31500 | 15879 | 20908k| 663.5 |   510M |  55 |3295 |6103 |4989 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1864.80/1870.96	c   809s| 31600 | 15911 | 20954k| 662.8 |   510M |  55 |3295 |6131 |   0 |  31k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1866.49/1872.61	c   810s| 31700 | 15927 | 20998k| 662.1 |   510M |  55 |3295 |6159 |4981 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1868.90/1875.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1868.90/1875.03	c   813s| 31800 | 15990 | 21067k| 662.2 |   511M |  55 |3295 |6132 |4980 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1870.89/1877.02	c   815s| 31900 | 16041 | 21127k| 662.0 |   512M |  55 |3295 |6156 |4975 |  31k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1873.07/1879.28	c   817s| 32000 | 16084 | 21194k| 662.0 |   512M |  55 |3295 |6183 |   0 |  32k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1875.66/1881.82	c   820s| 32100 | 16137 | 21260k| 662.0 |   512M |  55 |3295 |6190 |4985 |  32k|  2 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1878.15/1884.34	c   822s| 32200 | 16179 | 21326k| 662.0 |   512M |  55 |3295 |6212 |4995 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1881.04/1887.20	c   825s| 32300 | 16224 | 21412k| 662.6 |   512M |  55 |3295 |6226 |4980 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1883.24/1889.44	c   827s| 32400 | 16262 | 21477k| 662.6 |   512M |  55 |3295 |6236 |4983 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1886.94/1893.19	c   831s| 32500 | 16317 | 21590k| 664.1 |   512M |  55 |3295 |6271 |4981 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1890.12/1896.37	c   834s| 32600 | 16372 | 21682k| 664.8 |   512M |  55 |3295 |6286 |5010 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1892.11/1898.36	c   836s| 32700 | 16412 | 21740k| 664.6 |   512M |  55 |3295 |6306 |4986 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.46%
1894.30/1900.60	c   838s| 32800 | 16430 | 21804k| 664.5 |   512M |  55 |3295 |6310 |4979 |  32k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1896.19/1902.42	c   840s| 32900 | 16452 | 21852k| 663.9 |   512M |  55 |3295 |6329 |   0 |  32k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1898.90/1905.12	c   843s| 33000 | 16498 | 21932k| 664.3 |   512M |  55 |3295 |6324 |   0 |  33k|  0 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1900.38/1906.67	c   845s| 33100 | 16516 | 21971k| 663.5 |   512M |  55 |3295 |6348 |4983 |  33k|  1 |  11k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1903.88/1910.18	c   848s| 33200 | 16575 | 22073k| 664.6 |   512M |  55 |3295 |6317 |   0 |  33k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1907.56/1913.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1907.56/1913.80	c   852s| 33300 | 16639 | 22182k| 665.9 |   512M |  55 |3295 |6328 |4997 |  33k|  2 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1908.77/1915.02	c   853s| 33400 | 16681 | 22216k| 664.9 |   512M |  55 |3295 |6348 |4982 |  33k|  2 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1912.24/1918.55	c   856s| 33500 | 16754 | 22320k| 666.0 |   512M |  55 |3295 |6311 |4992 |  33k|  3 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1914.75/1921.08	c   859s| 33600 | 16808 | 22393k| 666.2 |   512M |  55 |3295 |6319 |4978 |  33k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1917.32/1923.61	c   861s| 33700 | 16863 | 22471k| 666.5 |   513M |  55 |3295 |6318 |   0 |  33k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1920.02/1926.34	c   864s| 33800 | 16923 | 22549k| 666.9 |   514M |  55 |3295 |6299 |4979 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1921.72/1928.08	c   866s| 33900 | 16978 | 22606k| 666.6 |   514M |  55 |3295 |6329 |4979 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1922.82/1929.12	c   867s| 34000 | 16997 | 22643k| 665.7 |   514M |  55 |3295 |6395 |4978 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1924.00/1930.34	c   868s| 34100 | 17007 | 22676k| 664.7 |   514M |  55 |3295 |6446 |   0 |  34k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1925.90/1932.22	c   870s| 34200 | 17069 | 22749k| 664.9 |   514M |  55 |3295 |6444 |4983 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1926.99/1933.31	c   871s| 34300 | 17111 | 22790k| 664.2 |   514M |  55 |3295 |6464 |   0 |  34k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1927.99/1934.38	c   872s| 34400 | 17141 | 22815k| 663.0 |   514M |  55 |3295 |6513 |4979 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1928.70/1935.08	c   873s| 34500 | 17178 | 22836k| 661.7 |   514M |  56 |3295 |6552 |4997 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1929.29/1935.68	c   874s| 34600 | 17202 | 22851k| 660.2 |   514M |  56 |3295 |6563 |4985 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1930.18/1936.58	c   874s| 34700 | 17224 | 22881k| 659.1 |   514M |  56 |3295 |6604 |   0 |  34k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1931.18/1937.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1931.18/1937.59	c   875s| 34800 | 17253 | 22908k| 658.0 |   514M |  57 |3295 |6647 |4994 |  34k|  2 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1932.18/1938.55	c   876s| 34900 | 17271 | 22940k| 657.1 |   514M |  57 |3295 |6682 |4983 |  34k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1932.79/1939.13	c   877s| 35000 | 17275 | 22959k| 655.7 |   514M |  57 |3295 |6734 |   0 |  35k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1933.27/1939.61	c   877s| 35100 | 17286 | 22973k| 654.3 |   514M |  57 |3295 |6795 |   0 |  35k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1934.27/1940.63	c   879s| 35200 | 17294 | 23010k| 653.5 |   514M |  57 |3295 |6825 |4992 |  35k|  1 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1935.46/1941.86	c   880s| 35300 | 17297 | 23050k| 652.7 |   514M |  57 |3295 |6852 |   0 |  35k|  0 |  12k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1936.67/1943.04	c   881s| 35400 | 17322 | 23088k| 652.0 |   514M |  57 |3295 |6860 |   0 |  35k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1937.77/1944.18	c   882s| 35500 | 17326 | 23125k| 651.2 |   514M |  57 |3295 |6877 |5000 |  35k|  3 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1939.05/1945.48	c   883s| 35600 | 17340 | 23166k| 650.5 |   514M |  57 |3295 |6923 |4983 |  35k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1940.35/1946.73	c   885s| 35700 | 17354 | 23204k| 649.7 |   514M |  57 |3295 |6948 |   0 |  35k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1941.15/1947.50	c   885s| 35800 | 17374 | 23224k| 648.5 |   514M |  57 |3295 |6958 |4992 |  35k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1942.24/1948.63	c   887s| 35900 | 17388 | 23261k| 647.7 |   514M |  57 |3295 |7037 |4999 |  35k|  2 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1943.04/1949.45	c   887s| 36000 | 17407 | 23285k| 646.6 |   514M |  57 |3295 |7084 |   0 |  35k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1944.14/1950.53	c   888s| 36100 | 17417 | 23315k| 645.6 |   514M |  57 |3295 |7105 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1944.83/1951.23	c   889s| 36200 | 17409 | 23336k| 644.4 |   514M |  57 |3295 |7134 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1946.33/1952.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1946.33/1952.73	c   891s| 36300 | 17437 | 23385k| 644.0 |   515M |  57 |3295 |7119 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1947.22/1953.62	c   891s| 36400 | 17430 | 23412k| 643.0 |   515M |  58 |3295 |7135 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1948.12/1954.59	c   892s| 36500 | 17443 | 23444k| 642.1 |   515M |  58 |3295 |7152 |4991 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1949.02/1955.43	c   893s| 36600 | 17453 | 23472k| 641.1 |   515M |  58 |3295 |7207 |4994 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1950.21/1956.64	c   895s| 36700 | 17451 | 23507k| 640.3 |   515M |  58 |3295 |7243 |4982 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1951.31/1957.74	c   896s| 36800 | 17468 | 23540k| 639.5 |   515M |  58 |3295 |7300 |   0 |  36k|  0 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1951.91/1958.32	c   896s| 36900 | 17473 | 23556k| 638.1 |   515M |  58 |3295 |7356 |4990 |  36k|  1 |  13k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1952.62/1959.03	c   897s| 37000 | 17484 | 23576k| 637.0 |   515M |  58 |3295 |7390 |4994 |  36k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1953.50/1959.99	c   898s| 37100 | 17512 | 23608k| 636.1 |   515M |  58 |3295 |7398 |4996 |  36k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1954.40/1960.85	c   899s| 37200 | 17503 | 23636k| 635.1 |   515M |  58 |3295 |7419 |   0 |  36k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1956.19/1962.60	c   900s| 37300 | 17554 | 23689k| 634.9 |   515M |  58 |3295 |7346 |4989 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1957.29/1963.72	c   902s| 37400 | 17579 | 23718k| 634.0 |   515M |  58 |3295 |7365 |4992 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1957.99/1964.48	c   902s| 37500 | 17599 | 23739k| 632.8 |   515M |  58 |3295 |7398 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1959.18/1965.64	c   904s| 37600 | 17601 | 23771k| 632.0 |   515M |  58 |3295 |7378 |4991 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1959.88/1966.38	c   904s| 37700 | 17594 | 23793k| 630.9 |   515M |  58 |3295 |7353 |4983 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1961.28/1967.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1961.28/1967.71	c   906s| 37800 | 17613 | 23833k| 630.3 |   515M |  58 |3295 |7302 |4998 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1962.27/1968.73	c   907s| 37900 | 17633 | 23865k| 629.4 |   515M |  58 |3295 |7342 |4989 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1963.37/1969.83	c   908s| 38000 | 17652 | 23891k| 628.5 |   515M |  58 |3295 |7334 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1964.17/1970.68	c   909s| 38100 | 17654 | 23916k| 627.5 |   516M |  58 |3295 |7374 |4989 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1965.26/1971.70	c   910s| 38200 | 17679 | 23949k| 626.7 |   516M |  58 |3295 |7411 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1965.96/1972.49	c   910s| 38300 | 17680 | 23972k| 625.7 |   516M |  58 |3295 |7475 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1966.76/1973.25	c   911s| 38400 | 17674 | 23994k| 624.6 |   516M |  58 |3295 |7480 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1967.75/1974.23	c   912s| 38500 | 17676 | 24026k| 623.8 |   516M |  58 |3295 |7487 |4987 |  37k|  1 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1968.75/1975.27	c   913s| 38600 | 17677 | 24059k| 623.1 |   516M |  58 |3295 |7459 |   0 |  37k|  0 |  14k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1970.15/1976.67	c   915s| 38700 | 17688 | 24100k| 622.5 |   516M |  58 |3295 |7438 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1971.24/1977.72	c   916s| 38800 | 17688 | 24134k| 621.8 |   516M |  58 |3295 |7405 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1972.14/1978.67	c   917s| 38900 | 17694 | 24166k| 621.0 |   516M |  58 |3295 |7439 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1972.84/1979.32	c   917s| 39000 | 17696 | 24185k| 619.9 |   516M |  58 |3295 |7495 |4983 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1973.65/1980.12	c   918s| 39100 | 17710 | 24208k| 618.9 |   516M |  58 |3295 |7563 |4995 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1974.33/1980.83	c   919s| 39200 | 17715 | 24230k| 617.9 |   516M |  58 |3295 |7598 |4992 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1974.83/1981.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1974.83/1981.39	c   919s| 39300 | 17713 | 24247k| 616.8 |   516M |  58 |3295 |7626 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1975.83/1982.34	c   920s| 39400 | 17698 | 24277k| 615.9 |   516M |  58 |3295 |7563 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1976.42/1982.91	c   921s| 39500 | 17723 | 24295k| 614.8 |   516M |  58 |3295 |7570 |4980 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1977.22/1983.73	c   922s| 39600 | 17740 | 24318k| 613.9 |   516M |  58 |3295 |7594 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1978.12/1984.60	c   922s| 39700 | 17735 | 24341k| 612.9 |   516M |  58 |3295 |7559 |4990 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1979.01/1985.56	c   923s| 39800 | 17744 | 24373k| 612.2 |   516M |  58 |3295 |7535 |4974 |  38k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1979.71/1986.24	c   924s| 39900 | 17777 | 24392k| 611.1 |   516M |  58 |3295 |7582 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1980.41/1986.95	c   925s| 40000 | 17794 | 24415k| 610.2 |   516M |  58 |3295 |7595 |   0 |  38k|  0 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1981.62/1988.14	c   926s| 40100 | 17783 | 24454k| 609.6 |   516M |  58 |3295 |7623 |4996 |  39k|  1 |  15k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1982.62/1989.17	c   927s| 40200 | 17804 | 24487k| 608.9 |   516M |  58 |3295 |7614 |4999 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1983.61/1990.18	c   928s| 40300 | 17806 | 24521k| 608.2 |   516M |  58 |3295 |7642 |4986 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1984.51/1991.07	c   929s| 40400 | 17799 | 24549k| 607.4 |   516M |  58 |3295 |7654 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1985.29/1991.80	c   930s| 40500 | 17793 | 24571k| 606.5 |   516M |  58 |3295 |7683 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1985.99/1992.59	c   930s| 40600 | 17789 | 24596k| 605.6 |   516M |  58 |3295 |7634 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1987.19/1993.72	c   932s| 40700 | 17808 | 24632k| 605.0 |   516M |  58 |3295 |7623 |4990 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1987.98/1994.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1987.98/1994.58	c   932s| 40800 | 17819 | 24658k| 604.1 |   516M |  58 |3295 |7674 |4992 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1989.08/1995.62	c   933s| 40900 | 17841 | 24689k| 603.4 |   516M |  58 |3295 |7705 |4982 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1990.08/1996.60	c   934s| 41000 | 17862 | 24721k| 602.7 |   516M |  58 |3295 |7766 |4990 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1990.77/1997.36	c   935s| 41100 | 17872 | 24744k| 601.8 |   516M |  58 |3295 |7803 |   0 |  39k|  0 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1991.87/1998.43	c   936s| 41200 | 17877 | 24778k| 601.2 |   516M |  58 |3295 |7842 |4989 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1992.58/1999.19	c   937s| 41300 | 17867 | 24801k| 600.3 |   516M |  59 |3295 |7883 |4990 |  39k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1993.58/2000.12	c   938s| 41400 | 17863 | 24832k| 599.6 |   516M |  59 |3295 |7918 |4982 |  40k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1994.58/2001.17	c   939s| 41500 | 17889 | 24864k| 598.9 |   516M |  59 |3295 |7928 |4982 |  40k|  1 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1995.66/2002.21	c   940s| 41600 | 17899 | 24896k| 598.3 |   516M |  59 |3295 |7939 |4990 |  40k|  2 |  16k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1996.36/2002.91	c   941s| 41700 | 17910 | 24917k| 597.3 |   516M |  59 |3295 |7979 |4989 |  40k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1997.65/2004.23	c   942s| 41800 | 17908 | 24956k| 596.8 |   516M |  59 |3295 |7951 |4982 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1998.95/2005.56	c   943s| 41900 | 17926 | 24998k| 596.4 |   516M |  59 |3295 |7979 |4996 |  40k|  2 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
1999.56/2006.19	c   944s| 42000 | 17928 | 25017k| 595.4 |   516M |  59 |3295 |8014 |   0 |  40k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2000.56/2007.13	c   945s| 42100 | 17938 | 25045k| 594.7 |   516M |  59 |3295 |8022 |4982 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2001.84/2008.44	c   946s| 42200 | 17958 | 25083k| 594.2 |   516M |  59 |3295 |8047 |   0 |  40k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2002.73/2009.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2002.73/2009.39	c   947s| 42300 | 17955 | 25112k| 593.5 |   516M |  59 |3295 |8100 |4993 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2004.54/2011.14	c   949s| 42400 | 17964 | 25171k| 593.5 |   516M |  59 |3295 |7990 |4990 |  40k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2005.33/2012.00	c   950s| 42500 | 17964 | 25198k| 592.7 |   516M |  59 |3295 |8023 |   0 |  41k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2006.32/2012.91	c   951s| 42600 | 17982 | 25226k| 592.0 |   516M |  59 |3295 |8032 |   0 |  41k|  0 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2007.43/2014.08	c   952s| 42700 | 18005 | 25263k| 591.4 |   516M |  59 |3295 |8064 |4993 |  41k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2008.43/2015.03	c   953s| 42800 | 18042 | 25293k| 590.8 |   516M |  59 |3295 |8060 |5002 |  41k|  3 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2009.21/2015.80	c   954s| 42900 | 18061 | 25317k| 589.9 |   516M |  59 |3295 |8085 |4989 |  41k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2010.11/2016.72	c   955s| 43000 | 18062 | 25346k| 589.3 |   516M |  59 |3295 |8112 |4992 |  41k|  1 |  17k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2011.01/2017.60	c   955s| 43100 | 18080 | 25372k| 588.5 |   516M |  59 |3295 |8144 |4992 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2011.60/2018.28	c   956s| 43200 | 18079 | 25392k| 587.6 |   516M |  59 |3295 |8162 |4994 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2012.30/2018.95	c   957s| 43300 | 18074 | 25410k| 586.6 |   516M |  59 |3295 |8175 |   0 |  41k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2013.10/2019.72	c   958s| 43400 | 18088 | 25434k| 585.8 |   516M |  59 |3295 |8155 |   0 |  41k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2014.00/2020.64	c   959s| 43500 | 18091 | 25465k| 585.2 |   516M |  59 |3295 |8196 |4994 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2014.69/2021.36	c   959s| 43600 | 18116 | 25488k| 584.4 |   516M |  59 |3295 |8239 |4993 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2014.99/2021.65	c   960s| 43700 | 18145 | 25496k| 583.2 |   516M |  60 |3295 |8277 |4998 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2015.89/2022.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2015.89/2022.56	c   960s| 43800 | 18155 | 25523k| 582.5 |   517M |  61 |3295 |8283 |5000 |  41k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2016.89/2023.59	c   961s| 43900 | 18164 | 25557k| 582.0 |   517M |  61 |3295 |8308 |4992 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2017.68/2024.31	c   962s| 44000 | 18193 | 25578k| 581.1 |   517M |  61 |3295 |8340 |   0 |  42k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2018.78/2025.46	c   963s| 44100 | 18201 | 25610k| 580.5 |   517M |  61 |3295 |8264 |   0 |  42k|  0 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2019.39/2026.06	c   964s| 44200 | 18198 | 25627k| 579.6 |   517M |  61 |3295 |8287 |5003 |  42k|  2 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2020.49/2027.17	c   965s| 44300 | 18215 | 25659k| 579.0 |   517M |  64 |3295 |8111 |5000 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2021.77/2028.49	c   966s| 44400 | 18250 | 25693k| 578.5 |   517M |  65 |3295 |8004 |4991 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2022.97/2029.60	c   967s| 44500 | 18261 | 25728k| 578.0 |   517M |  65 |3295 |7977 |4994 |  42k|  1 |  18k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2023.86/2030.52	c   968s| 44600 | 18280 | 25755k| 577.3 |   517M |  65 |3295 |7968 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2024.96/2031.64	c   970s| 44700 | 18283 | 25788k| 576.7 |   517M |  65 |3295 |7930 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2025.56/2032.24	c   970s| 44800 | 18273 | 25804k| 575.8 |   517M |  65 |3295 |7920 |4990 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2026.85/2033.58	c   971s| 44900 | 18294 | 25843k| 575.4 |   517M |  65 |3295 |7951 |4992 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2027.75/2034.48	c   972s| 45000 | 18295 | 25870k| 574.7 |   517M |  65 |3295 |7978 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2028.25/2034.95	c   973s| 45100 | 18322 | 25884k| 573.7 |   517M |  66 |3295 |8046 |5003 |  42k|  2 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2028.95/2035.68	c   974s| 45200 | 18328 | 25906k| 572.9 |   517M |  66 |3295 |8046 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2030.04/2036.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2030.04/2036.70	c   975s| 45300 | 18333 | 25936k| 572.4 |   517M |  66 |3295 |8027 |4990 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2030.64/2037.34	c   975s| 45400 | 18335 | 25955k| 571.5 |   517M |  66 |3295 |8066 |5001 |  42k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2031.93/2038.66	c   977s| 45500 | 18328 | 25993k| 571.1 |   517M |  66 |3295 |8026 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2033.13/2039.80	c   978s| 45600 | 18340 | 26032k| 570.7 |   517M |  66 |3295 |8006 |   0 |  42k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2034.23/2041.00	c   979s| 45700 | 18351 | 26067k| 570.2 |   517M |  66 |3295 |7943 |4991 |  43k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2035.82/2042.57	c   980s| 45800 | 18362 | 26113k| 570.0 |   517M |  66 |3295 |7907 |4996 |  43k|  1 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2037.12/2043.87	c   982s| 45900 | 18366 | 26150k| 569.5 |   517M |  66 |3295 |7856 |   0 |  43k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2037.72/2044.46	c   982s| 46000 | 18360 | 26166k| 568.6 |   517M |  66 |3295 |7835 |   0 |  43k|  0 |  19k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2038.61/2045.39	c   983s| 46100 | 18355 | 26192k| 568.0 |   517M |  66 |3295 |7717 |4974 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2040.51/2047.24	c   985s| 46200 | 18398 | 26239k| 567.8 |   517M |  66 |3295 |7588 |5020 |  43k|  6 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2041.60/2048.38	c   986s| 46300 | 18416 | 26270k| 567.2 |   517M |  66 |3295 |7478 |4981 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2042.31/2049.04	c   987s| 46400 | 18449 | 26287k| 566.3 |   517M |  66 |3295 |7453 |5002 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2043.89/2050.60	c   988s| 46500 | 18500 | 26329k| 566.0 |   517M |  66 |3295 |7405 |4992 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2046.19/2053.00	c   991s| 46600 | 18551 | 26397k| 566.3 |   517M |  66 |3295 |7286 |4984 |  43k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2048.08/2054.82	c   993s| 46700 | 18596 | 26451k| 566.2 |   517M |  66 |3295 |7178 |4992 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2049.08/2055.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2049.08/2055.80	c   994s| 46800 | 18605 | 26486k| 565.8 |   517M |  66 |3295 |7196 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2050.17/2056.93	c   995s| 46900 | 18620 | 26523k| 565.3 |   517M |  66 |3295 |7185 |4995 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2051.38/2058.13	c   996s| 47000 | 18628 | 26560k| 564.9 |   517M |  66 |3295 |7203 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2053.56/2060.34	c   998s| 47100 | 18662 | 26623k| 565.1 |   517M |  66 |3295 |7091 |5000 |  44k|  2 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.48%
2054.76/2061.51	c   999s| 47200 | 18684 | 26656k| 564.6 |   517M |  66 |3295 |7125 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2056.75/2063.59	c  1001s| 47300 | 18717 | 26719k| 564.7 |   517M |  66 |3295 |7056 |4981 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2058.05/2064.80	c  1003s| 47400 | 18726 | 26754k| 564.2 |   517M |  66 |3295 |7086 |4990 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2059.26/2066.07	c  1004s| 47500 | 18742 | 26788k| 563.8 |   517M |  66 |3295 |7116 |   0 |  44k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2060.35/2067.13	c  1005s| 47600 | 18737 | 26817k| 563.2 |   517M |  66 |3295 |7141 |4992 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2062.04/2068.89	c  1007s| 47700 | 18745 | 26856k| 562.8 |   517M |  66 |3295 |7154 |4990 |  44k|  1 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2063.35/2070.15	c  1008s| 47800 | 18768 | 26889k| 562.4 |   517M |  66 |3295 |7144 |4990 |  44k|  2 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2066.03/2072.86	c  1011s| 47900 | 18800 | 26967k| 562.8 |   518M |  66 |3295 |7038 |   0 |  45k|  0 |  20k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2067.42/2074.29	c  1012s| 48000 | 18828 | 27003k| 562.4 |   520M |  66 |3295 |7028 |4991 |  45k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2068.82/2075.66	c  1014s| 48100 | 18862 | 27040k| 562.0 |   520M |  66 |3295 |7009 |   0 |  45k|  0 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.49%
2071.81/2078.63	c  1017s| 48200 | 18906 | 27137k| 562.8 |   520M |  66 |3295 |6796 |4978 |  45k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2073.10/2079.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2073.10/2079.92	c  1018s| 48300 | 18936 | 27177k| 562.5 |   521M |  66 |3295 |6854 |4989 |  45k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2075.10/2081.95	c  1020s| 48400 | 18979 | 27231k| 562.4 |   521M |  66 |3295 |6805 |   0 |  45k|  0 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2076.79/2083.66	c  1022s| 48500 | 19022 | 27283k| 562.3 |   522M |  66 |3295 |6826 |4987 |  45k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2077.89/2084.72	c  1023s| 48600 | 19035 | 27311k| 561.8 |   523M |  66 |3295 |6824 |4996 |  45k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2079.30/2086.12	c  1024s| 48700 | 19070 | 27345k| 561.3 |   523M |  66 |3295 |6859 |4991 |  45k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2081.88/2088.78	c  1027s| 48800 | 19116 | 27425k| 561.8 |   523M |  66 |3295 |6796 |5004 |  45k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2084.18/2091.02	c  1029s| 48900 | 19158 | 27490k| 562.0 |   523M |  66 |3295 |6695 |4979 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2085.96/2092.87	c  1031s| 49000 | 19182 | 27543k| 561.9 |   524M |  66 |3295 |6705 |4991 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2087.17/2094.01	c  1032s| 49100 | 19201 | 27577k| 561.5 |   524M |  66 |3295 |6711 |   0 |  46k|  0 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2088.75/2095.68	c  1034s| 49200 | 19237 | 27623k| 561.3 |   524M |  66 |3295 |6746 |4982 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2089.95/2096.83	c  1035s| 49300 | 19249 | 27654k| 560.7 |   524M |  66 |3295 |6784 |4989 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2091.54/2098.45	c  1036s| 49400 | 19257 | 27698k| 560.5 |   524M |  66 |3295 |6828 |4986 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2093.15/2100.05	c  1038s| 49500 | 19291 | 27753k| 560.5 |   525M |  66 |3295 |6804 |4983 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2094.93/2101.84	c  1040s| 49600 | 19328 | 27806k| 560.4 |   526M |  66 |3295 |6784 |4976 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2096.53/2103.47	c  1041s| 49700 | 19364 | 27852k| 560.2 |   526M |  66 |3295 |6744 |   0 |  46k|  0 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2099.32/2106.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2099.32/2106.20	c  1044s| 49800 | 19416 | 27930k| 560.7 |   527M |  66 |3295 |6688 |4999 |  46k|  2 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.50%
2100.51/2107.49	c  1045s| 49900 | 19460 | 27965k| 560.2 |   527M |  66 |3295 |6662 |4976 |  46k|  1 |  21k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2101.91/2108.84	c  1047s| 50000 | 19482 | 28006k| 559.9 |   528M |  66 |3295 |6674 |4992 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2103.00/2110.00	c  1048s| 50100 | 19492 | 28039k| 559.5 |   528M |  66 |3295 |6682 |4975 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2104.60/2111.53	c  1049s| 50200 | 19543 | 28081k| 559.2 |   530M |  66 |3295 |6682 |5000 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2106.21/2113.14	c  1051s| 50300 | 19575 | 28130k| 559.1 |   530M |  66 |3295 |6678 |4991 |  47k|  2 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2107.39/2114.39	c  1052s| 50400 | 19576 | 28171k| 558.8 |   530M |  66 |3295 |6729 |   0 |  47k|  0 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2108.49/2115.44	c  1053s| 50500 | 19580 | 28208k| 558.4 |   530M |  66 |3295 |6756 |4984 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2109.58/2116.52	c  1054s| 50600 | 19581 | 28241k| 557.9 |   530M |  66 |3295 |6784 |   0 |  47k|  0 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2110.68/2117.61	c  1055s| 50700 | 19578 | 28278k| 557.6 |   530M |  66 |3295 |6809 |   0 |  47k|  0 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2111.97/2118.99	c  1057s| 50800 | 19581 | 28322k| 557.4 |   531M |  66 |3295 |6828 |4989 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2113.08/2120.09	c  1058s| 50900 | 19579 | 28356k| 556.9 |   531M |  66 |3295 |6856 |4986 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2114.47/2121.41	c  1059s| 51000 | 19586 | 28396k| 556.6 |   532M |  66 |3295 |6879 |   0 |  47k|  0 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2115.96/2122.95	c  1061s| 51100 | 19598 | 28439k| 556.4 |   532M |  66 |3295 |6892 |4979 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2117.65/2124.67	c  1063s| 51200 | 19625 | 28485k| 556.2 |   532M |  66 |3295 |6876 |4989 |  47k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2119.35/2126.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2119.35/2126.31	c  1064s| 51300 | 19645 | 28531k| 556.0 |   532M |  66 |3295 |6862 |4997 |  47k|  0 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2121.16/2128.19	c  1066s| 51400 | 19663 | 28588k| 556.0 |   532M |  66 |3295 |6892 |4979 |  48k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2122.84/2129.88	c  1068s| 51500 | 19681 | 28638k| 555.9 |   533M |  66 |3295 |6896 |   0 |  48k|  0 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2124.93/2131.92	c  1070s| 51600 | 19721 | 28705k| 556.1 |   533M |  66 |3295 |6868 |4993 |  48k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2126.43/2133.40	c  1071s| 51700 | 19726 | 28748k| 555.9 |   533M |  66 |3295 |6898 |4989 |  48k|  1 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2127.72/2134.73	c  1073s| 51800 | 19719 | 28789k| 555.6 |   533M |  66 |3295 |6906 |   0 |  48k|  0 |  22k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2129.22/2136.25	c  1074s| 51900 | 19726 | 28841k| 555.5 |   533M |  66 |3295 |6928 |4979 |  48k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2130.81/2137.87	c  1076s| 52000 | 19762 | 28882k| 555.3 |   533M |  66 |3295 |6937 |   0 |  48k|  0 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2132.30/2139.36	c  1077s| 52100 | 19790 | 28925k| 555.0 |   534M |  66 |3295 |6935 |   0 |  48k|  0 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2134.60/2141.66	c  1080s| 52200 | 19816 | 28991k| 555.2 |   535M |  66 |3295 |6915 |   0 |  48k|  0 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2137.49/2144.51	c  1082s| 52300 | 19853 | 29075k| 555.8 |   536M |  66 |3295 |6882 |4994 |  48k|  3 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2138.78/2145.82	c  1084s| 52400 | 19858 | 29115k| 555.5 |   536M |  66 |3295 |6946 |4979 |  48k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2141.37/2148.49	c  1086s| 52500 | 19905 | 29196k| 556.0 |   537M |  66 |3295 |6931 |4984 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2143.67/2150.74	c  1089s| 52600 | 19933 | 29267k| 556.2 |   537M |  66 |3295 |6910 |4987 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2144.56/2151.60	c  1089s| 52700 | 19944 | 29295k| 555.7 |   538M |  66 |3295 |6940 |5001 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2145.36/2152.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2145.36/2152.49	c  1090s| 52800 | 19998 | 29317k| 555.1 |   539M |  66 |3295 |6945 |4993 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2146.76/2153.88	c  1092s| 52900 | 20031 | 29359k| 554.8 |   539M |  66 |3295 |6921 |4981 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2148.75/2155.82	c  1094s| 53000 | 20081 | 29415k| 554.8 |   539M |  66 |3295 |6936 |4995 |  49k|  2 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2150.84/2157.92	c  1096s| 53100 | 20125 | 29475k| 554.9 |   540M |  66 |3295 |6863 |   0 |  49k|  0 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2153.13/2160.29	c  1098s| 53200 | 20187 | 29543k| 555.2 |   542M |  66 |3295 |6822 |4993 |  49k|  2 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2154.13/2161.23	c  1099s| 53300 | 20194 | 29575k| 554.7 |   542M |  66 |3295 |6847 |4994 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2155.13/2162.30	c  1100s| 53400 | 20218 | 29607k| 554.3 |   542M |  66 |3295 |6861 |4996 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2156.22/2163.34	c  1101s| 53500 | 20231 | 29643k| 553.9 |   542M |  66 |3295 |6903 |4996 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2156.94/2164.04	c  1102s| 53600 | 20238 | 29664k| 553.3 |   542M |  66 |3295 |6944 |4991 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2157.82/2164.92	c  1103s| 53700 | 20232 | 29689k| 552.7 |   542M |  66 |3295 |6959 |4983 |  49k|  1 |  23k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2158.42/2165.58	c  1103s| 53800 | 20243 | 29709k| 552.1 |   542M |  66 |3295 |7002 |   0 |  49k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2159.51/2166.68	c  1105s| 53900 | 20251 | 29739k| 551.6 |   542M |  66 |3295 |6998 |4993 |  49k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2160.11/2167.24	c  1105s| 54000 | 20257 | 29757k| 550.9 |   542M |  66 |3295 |7015 |4993 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2161.11/2168.24	c  1106s| 54100 | 20250 | 29784k| 550.4 |   542M |  66 |3295 |7032 |4991 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2162.60/2169.72	c  1108s| 54200 | 20270 | 29827k| 550.1 |   542M |  66 |3295 |7004 |   0 |  50k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2164.10/2171.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2164.10/2171.20	c  1109s| 54300 | 20293 | 29867k| 549.9 |   543M |  66 |3295 |6995 |4981 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2165.69/2172.83	c  1111s| 54400 | 20310 | 29912k| 549.7 |   543M |  66 |3295 |6990 |4975 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2167.79/2174.95	c  1113s| 54500 | 20353 | 29978k| 549.9 |   543M |  66 |3295 |6870 |4971 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2170.38/2177.59	c  1115s| 54600 | 20395 | 30062k| 550.4 |   545M |  66 |3295 |6835 |4999 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2172.57/2179.79	c  1118s| 54700 | 20430 | 30127k| 550.6 |   545M |  66 |3295 |6762 |4990 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2173.67/2180.85	c  1119s| 54800 | 20458 | 30159k| 550.2 |   545M |  66 |3295 |6773 |4978 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2175.66/2182.85	c  1121s| 54900 | 20495 | 30217k| 550.2 |   546M |  66 |3295 |6718 |   0 |  50k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2176.56/2183.71	c  1122s| 55000 | 20507 | 30241k| 549.7 |   547M |  66 |3295 |6799 |4990 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2178.45/2185.62	c  1123s| 55100 | 20537 | 30297k| 549.7 |   547M |  66 |3295 |6768 |4991 |  50k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2179.65/2186.84	c  1125s| 55200 | 20558 | 30333k| 549.4 |   547M |  66 |3295 |6796 |   0 |  50k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2180.54/2187.79	c  1126s| 55300 | 20560 | 30363k| 548.9 |   547M |  66 |3295 |6868 |   0 |  50k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2181.95/2189.16	c  1127s| 55400 | 20599 | 30398k| 548.5 |   548M |  66 |3295 |6869 |   0 |  51k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2183.14/2190.37	c  1128s| 55500 | 20636 | 30432k| 548.2 |   548M |  66 |3295 |6855 |   0 |  51k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2185.23/2192.40	c  1130s| 55600 | 20677 | 30490k| 548.2 |   548M |  66 |3295 |6838 |   0 |  51k|  0 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2187.12/2194.37	c  1132s| 55700 | 20745 | 30542k| 548.2 |   549M |  66 |3295 |6796 |4990 |  51k|  1 |  24k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2188.52/2195.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2188.52/2195.76	c  1134s| 55800 | 20801 | 30578k| 547.8 |   549M |  66 |3295 |6800 |5000 |  51k|  2 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2190.31/2197.54	c  1135s| 55900 | 20857 | 30623k| 547.7 |   549M |  66 |3295 |6794 |5007 |  51k|  2 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2191.71/2198.94	c  1137s| 56000 | 20869 | 30658k| 547.3 |   550M |  66 |3295 |6833 |   0 |  51k|  0 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2193.60/2200.85	c  1139s| 56100 | 20899 | 30706k| 547.2 |   550M |  66 |3295 |6846 |4993 |  51k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2195.50/2202.71	c  1141s| 56200 | 20961 | 30755k| 547.1 |   550M |  66 |3295 |6822 |4979 |  51k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2196.99/2204.21	c  1142s| 56300 | 21004 | 30794k| 546.8 |   550M |  66 |3295 |6825 |   0 |  52k|  0 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2198.80/2206.05	c  1144s| 56400 | 21060 | 30845k| 546.7 |   551M |  66 |3295 |6813 |5000 |  52k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2200.58/2207.88	c  1146s| 56500 | 21093 | 30893k| 546.6 |   551M |  66 |3295 |6840 |   0 |  52k|  0 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2201.79/2209.06	c  1147s| 56600 | 21146 | 30920k| 546.1 |   551M |  66 |3295 |6830 |4995 |  52k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2203.07/2210.33	c  1148s| 56700 | 21186 | 30951k| 545.7 |   552M |  66 |3295 |6859 |   0 |  52k|  0 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2205.36/2212.68	c  1151s| 56800 | 21223 | 31026k| 546.1 |   553M |  66 |3295 |6823 |4996 |  52k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2206.66/2213.95	c  1152s| 56900 | 21252 | 31063k| 545.8 |   553M |  66 |3295 |6820 |4995 |  52k|  2 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2207.55/2214.85	c  1153s| 57000 | 21261 | 31088k| 545.3 |   553M |  66 |3295 |6860 |   0 |  52k|  0 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2208.55/2215.88	c  1154s| 57100 | 21271 | 31117k| 544.8 |   554M |  66 |3295 |6893 |4984 |  52k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2210.34/2217.67	c  1156s| 57200 | 21295 | 31172k| 544.8 |   554M |  66 |3295 |6883 |   0 |  52k|  0 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2211.85/2219.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2211.85/2219.11	c  1157s| 57300 | 21328 | 31209k| 544.5 |   554M |  66 |3295 |6793 |4982 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2214.03/2221.37	c  1159s| 57400 | 21415 | 31270k| 544.6 |   554M |  66 |3295 |6777 |5001 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2215.84/2223.17	c  1161s| 57500 | 21466 | 31311k| 544.4 |   554M |  66 |3295 |6779 |4996 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2217.73/2225.07	c  1163s| 57600 | 21507 | 31360k| 544.3 |   554M |  66 |3295 |6788 |4999 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2219.21/2226.58	c  1164s| 57700 | 21553 | 31397k| 544.0 |   555M |  66 |3295 |6790 |4999 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2220.91/2228.23	c  1166s| 57800 | 21579 | 31446k| 543.9 |   555M |  66 |3295 |6826 |5000 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2222.50/2229.89	c  1168s| 57900 | 21635 | 31487k| 543.7 |   555M |  66 |3295 |6825 |4982 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2224.10/2231.40	c  1169s| 58000 | 21663 | 31524k| 543.4 |   556M |  66 |3295 |6857 |4996 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2225.39/2232.74	c  1171s| 58100 | 21694 | 31558k| 543.0 |   556M |  66 |3295 |6898 |4990 |  53k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2226.29/2233.66	c  1172s| 58200 | 21726 | 31577k| 542.4 |   556M |  66 |3295 |6924 |4992 |  54k|  1 |  25k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2227.59/2234.92	c  1173s| 58300 | 21740 | 31605k| 542.0 |   556M |  66 |3295 |6972 |5012 |  54k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2228.88/2236.24	c  1174s| 58400 | 21747 | 31637k| 541.6 |   556M |  66 |3295 |7014 |   0 |  54k|  0 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2230.38/2237.72	c  1176s| 58500 | 21765 | 31673k| 541.3 |   556M |  66 |3295 |7034 |   0 |  54k|  0 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2231.79/2239.13	c  1177s| 58600 | 21790 | 31704k| 540.9 |   556M |  66 |3295 |7021 |   0 |  54k|  0 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2233.57/2240.94	c  1179s| 58700 | 21815 | 31754k| 540.8 |   556M |  66 |3295 |7026 |   0 |  54k|  0 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2235.16/2242.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2235.16/2242.53	c  1180s| 58800 | 21837 | 31795k| 540.6 |   556M |  66 |3295 |7013 |4983 |  54k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2237.16/2244.53	c  1182s| 58900 | 21883 | 31853k| 540.7 |   556M |  66 |3295 |7025 |4991 |  54k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2238.55/2245.91	c  1184s| 59000 | 21903 | 31894k| 540.4 |   560M |  66 |3295 |7062 |4991 |  54k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2239.95/2247.34	c  1185s| 59100 | 21917 | 31929k| 540.1 |   560M |  66 |3295 |7090 |4980 |  54k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2241.24/2248.67	c  1187s| 59200 | 21944 | 31969k| 539.9 |   560M |  66 |3295 |7153 |4992 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2242.44/2249.82	c  1188s| 59300 | 21952 | 32003k| 539.5 |   560M |  66 |3295 |7220 |4986 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2244.53/2251.91	c  1190s| 59400 | 21990 | 32064k| 539.7 |   561M |  66 |3295 |7207 |4975 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2245.83/2253.25	c  1191s| 59500 | 22009 | 32106k| 539.4 |   561M |  66 |3295 |7234 |   0 |  55k|  0 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2246.64/2254.11	c  1192s| 59600 | 22032 | 32136k| 539.1 |   562M |  66 |3295 |7286 |4991 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2248.22/2255.65	c  1194s| 59700 | 22054 | 32184k| 538.9 |   562M |  66 |3295 |7287 |4990 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2249.81/2257.21	c  1195s| 59800 | 22090 | 32222k| 538.7 |   563M |  66 |3295 |7297 |4990 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.51%
2252.10/2259.54	c  1197s| 59900 | 22131 | 32290k| 538.9 |   563M |  66 |3295 |7287 |4984 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2254.40/2261.85	c  1200s| 60000 | 22178 | 32360k| 539.2 |   564M |  66 |3295 |7279 |4982 |  55k|  1 |  26k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2256.19/2263.63	c  1202s| 60100 | 22215 | 32407k| 539.1 |   565M |  66 |3295 |7225 |4988 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2258.60/2266.04	c  1204s| 60200 | 22249 | 32476k| 539.3 |   565M |  66 |3295 |7152 |4990 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2259.59/2267.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2259.59/2267.07	c  1205s| 60300 | 22266 | 32502k| 538.9 |   565M |  66 |3295 |7191 |4989 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2261.17/2268.64	c  1207s| 60400 | 22289 | 32548k| 538.7 |   565M |  66 |3295 |7178 |4985 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2263.27/2270.70	c  1209s| 60500 | 22310 | 32608k| 538.8 |   565M |  66 |3295 |7062 |   0 |  56k|  0 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2264.58/2272.09	c  1210s| 60600 | 22338 | 32646k| 538.6 |   566M |  66 |3295 |7028 |4986 |  56k|  0 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2265.57/2273.04	c  1211s| 60700 | 22353 | 32670k| 538.1 |   567M |  66 |3295 |7007 |4977 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2267.25/2274.72	c  1213s| 60800 | 22388 | 32717k| 538.0 |   567M |  66 |3295 |6972 |4985 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2268.85/2276.34	c  1214s| 60900 | 22446 | 32759k| 537.8 |   567M |  66 |3295 |6961 |   0 |  56k|  0 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2270.56/2278.05	c  1216s| 61000 | 22481 | 32809k| 537.7 |   568M |  66 |3295 |6910 |4971 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2271.84/2279.34	c  1217s| 61100 | 22522 | 32847k| 537.4 |   568M |  66 |3295 |6925 |4986 |  56k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2273.23/2280.78	c  1219s| 61200 | 22546 | 32881k| 537.1 |   568M |  66 |3295 |6869 |4999 |  56k|  2 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2274.83/2282.31	c  1220s| 61300 | 22575 | 32923k| 536.9 |   568M |  66 |3295 |6892 |4988 |  57k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2276.42/2283.99	c  1222s| 61400 | 22607 | 32974k| 536.9 |   568M |  66 |3295 |6896 |4991 |  57k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2277.72/2285.22	c  1223s| 61500 | 22636 | 33012k| 536.6 |   570M |  66 |3295 |6850 |4972 |  57k|  1 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2280.52/2288.02	c  1226s| 61600 | 22687 | 33094k| 537.1 |   570M |  66 |3295 |6833 |   0 |  57k|  0 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2282.30/2289.88	c  1228s| 61700 | 22727 | 33147k| 537.1 |   570M |  66 |3295 |6842 |   0 |  57k|  0 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2283.20/2290.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2283.20/2290.78	c  1229s| 61800 | 22736 | 33175k| 536.7 |   570M |  66 |3295 |6910 |   0 |  57k|  0 |  27k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2283.80/2291.34	c  1229s| 61900 | 22737 | 33191k| 536.1 |   571M |  66 |3295 |6977 |   0 |  57k|  0 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2285.09/2292.69	c  1231s| 62000 | 22775 | 33225k| 535.7 |   572M |  66 |3295 |6968 |   0 |  57k|  0 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2286.60/2294.14	c  1232s| 62100 | 22794 | 33266k| 535.5 |   572M |  66 |3295 |6980 |4983 |  57k|  2 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2288.49/2296.03	c  1234s| 62200 | 22816 | 33313k| 535.4 |   573M |  66 |3295 |6971 |   0 |  57k|  0 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2290.08/2297.66	c  1236s| 62300 | 22844 | 33354k| 535.2 |   574M |  66 |3295 |6944 |4985 |  57k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2291.27/2298.86	c  1237s| 62400 | 22864 | 33388k| 534.9 |   574M |  66 |3295 |6987 |4979 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2292.67/2300.20	c  1238s| 62500 | 22898 | 33430k| 534.7 |   574M |  66 |3295 |6988 |4977 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2294.76/2302.31	c  1240s| 62600 | 22938 | 33491k| 534.9 |   576M |  66 |3295 |6927 |5002 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2296.57/2304.14	c  1242s| 62700 | 22975 | 33543k| 534.8 |   576M |  66 |3295 |6913 |4987 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2297.96/2305.52	c  1243s| 62800 | 23001 | 33579k| 534.6 |   582M |  66 |3295 |6915 |4997 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.52%
2299.35/2306.95	c  1245s| 62900 | 23042 | 33617k| 534.3 |   583M |  66 |3295 |6875 |4983 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2302.04/2309.66	c  1248s| 63000 | 23109 | 33692k| 534.7 |   584M |  66 |3295 |6790 |4994 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2303.94/2311.57	c  1249s| 63100 | 23155 | 33745k| 534.6 |   584M |  66 |3295 |6771 |4982 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2305.63/2313.20	c  1251s| 63200 | 23176 | 33789k| 534.5 |   585M |  66 |3295 |6771 |   0 |  58k|  0 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2308.02/2315.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2308.02/2315.67	c  1254s| 63300 | 23234 | 33864k| 534.8 |   585M |  66 |3295 |6742 |4979 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2309.53/2317.15	c  1255s| 63400 | 23253 | 33909k| 534.7 |   585M |  66 |3295 |6771 |4989 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2312.11/2319.74	c  1258s| 63500 | 23304 | 33990k| 535.1 |   586M |  66 |3295 |6720 |4985 |  58k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2313.60/2321.26	c  1259s| 63600 | 23323 | 34032k| 535.0 |   586M |  66 |3295 |6751 |   0 |  59k|  0 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.57%
2315.30/2322.94	c  1261s| 63700 | 23353 | 34080k| 534.9 |   587M |  66 |3295 |6740 |4990 |  59k|  2 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2316.69/2324.39	c  1262s| 63800 | 23404 | 34115k| 534.6 |   587M |  66 |3295 |6755 |4988 |  59k|  1 |  28k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2318.50/2326.12	c  1264s| 63900 | 23447 | 34164k| 534.5 |   587M |  66 |3295 |6757 |4989 |  59k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2319.58/2327.23	c  1265s| 64000 | 23459 | 34194k| 534.1 |   587M |  66 |3295 |6794 |   0 |  59k|  0 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2321.08/2328.77	c  1267s| 64100 | 23484 | 34242k| 534.1 |   587M |  66 |3295 |6842 |4985 |  59k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2323.48/2331.18	c  1269s| 64200 | 23535 | 34312k| 534.3 |   588M |  66 |3295 |6729 |4983 |  59k|  2 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2324.97/2332.67	c  1271s| 64300 | 23585 | 34353k| 534.1 |   588M |  66 |3295 |6702 |   0 |  59k|  0 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2327.26/2334.90	c  1273s| 64400 | 23632 | 34420k| 534.3 |   589M |  66 |3295 |6670 |4984 |  59k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2328.95/2336.66	c  1275s| 64500 | 23662 | 34467k| 534.2 |   589M |  66 |3295 |6686 |   0 |  59k|  0 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2330.65/2338.38	c  1276s| 64600 | 23700 | 34514k| 534.1 |   589M |  66 |3295 |6651 |   0 |  59k|  0 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2331.74/2339.40	c  1277s| 64700 | 23718 | 34545k| 533.8 |   589M |  66 |3295 |6685 |4980 |  60k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2333.64/2341.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2333.64/2341.37	c  1279s| 64800 | 23774 | 34601k| 533.8 |   590M |  66 |3295 |6675 |   0 |  60k|  0 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2335.53/2343.22	c  1281s| 64900 | 23805 | 34656k| 533.9 |   590M |  66 |3295 |6683 |4980 |  60k|  2 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2337.62/2345.34	c  1283s| 65000 | 23831 | 34717k| 534.0 |   591M |  66 |3295 |6645 |   0 |  60k|  0 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2341.11/2348.89	c  1287s| 65100 | 23880 | 34822k| 534.8 |   596M |  66 |3295 |6566 |4984 |  60k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2343.11/2350.89	c  1289s| 65200 | 23904 | 34881k| 534.9 |   596M |  66 |3295 |6565 |4979 |  60k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2345.10/2352.86	c  1291s| 65300 | 23942 | 34936k| 534.9 |   596M |  66 |3295 |6572 |4996 |  60k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2346.69/2354.44	c  1292s| 65400 | 23982 | 34974k| 534.6 |   596M |  66 |3295 |6576 |4995 |  60k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2347.89/2355.64	c  1294s| 65500 | 24017 | 35001k| 534.2 |   596M |  66 |3295 |6621 |5005 |  60k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2349.68/2357.46	c  1295s| 65600 | 24052 | 35053k| 534.2 |   597M |  66 |3295 |6621 |4989 |  60k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2352.39/2360.13	c  1298s| 65700 | 24103 | 35129k| 534.6 |   599M |  66 |3295 |6600 |4995 |  60k|  2 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2354.17/2361.93	c  1300s| 65800 | 24142 | 35183k| 534.6 |   600M |  66 |3295 |6589 |4978 |  61k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2356.16/2363.98	c  1302s| 65900 | 24187 | 35242k| 534.6 |   601M |  66 |3295 |6547 |4978 |  61k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.58%
2357.66/2365.40	c  1303s| 66000 | 24220 | 35282k| 534.4 |   603M |  66 |3295 |6527 |4980 |  61k|  1 |  29k|  16 |-9.100000e+01 |      --      |    Inf |   1.60%
2360.05/2367.90	c  1306s| 66100 | 24270 | 35356k| 534.8 |   603M |  66 |3295 |6532 |   0 |  61k|  0 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.60%
2361.54/2369.32	c  1307s| 66200 | 24289 | 35400k| 534.6 |   603M |  66 |3295 |6571 |   0 |  61k|  0 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.60%
2362.64/2370.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2362.64/2370.43	c  1308s| 66300 | 24304 | 35434k| 534.3 |   605M |  66 |3295 |6549 |4970 |  61k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2364.13/2371.92	c  1310s| 66400 | 24320 | 35471k| 534.1 |   607M |  66 |3295 |6579 |   0 |  61k|  0 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2366.62/2374.40	c  1312s| 66500 | 24357 | 35512k| 533.9 |   607M |  66 |3295 |6585 |5002 |  61k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2367.81/2375.63	c  1314s| 66600 | 24377 | 35546k| 533.6 |   608M |  66 |3295 |6604 |4986 |  61k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2369.51/2377.35	c  1315s| 66700 | 24410 | 35590k| 533.5 |   608M |  66 |3295 |6565 |4970 |  61k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2371.10/2378.98	c  1317s| 66800 | 24457 | 35635k| 533.3 |   608M |  66 |3295 |6552 |4985 |  61k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2373.70/2381.55	c  1319s| 66900 | 24506 | 35711k| 533.7 |   609M |  66 |3295 |6531 |4982 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2375.39/2383.21	c  1321s| 67000 | 24529 | 35758k| 533.6 |   609M |  66 |3295 |6565 |4990 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2376.88/2384.75	c  1323s| 67100 | 24534 | 35805k| 533.5 |   609M |  66 |3295 |6606 |4989 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2378.68/2386.53	c  1324s| 67200 | 24536 | 35852k| 533.4 |   609M |  66 |3295 |6606 |4970 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2381.07/2388.93	c  1327s| 67300 | 24573 | 35913k| 533.5 |   610M |  66 |3295 |6625 |   0 |  62k|  0 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2382.76/2390.67	c  1329s| 67400 | 24617 | 35962k| 533.4 |   610M |  66 |3295 |6589 |5004 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2383.66/2391.51	c  1329s| 67500 | 24636 | 35979k| 532.9 |   610M |  66 |3295 |6593 |5004 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2385.75/2393.63	c  1332s| 67600 | 24689 | 36043k| 533.1 |   610M |  66 |3295 |6566 |4988 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2387.45/2395.37	c  1333s| 67700 | 24715 | 36089k| 532.9 |   610M |  66 |3295 |6585 |4981 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2389.04/2397.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2389.04/2397.00	c  1335s| 67800 | 24753 | 36138k| 532.9 |   611M |  66 |3295 |6600 |4980 |  62k|  1 |  30k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2390.25/2398.16	c  1336s| 67900 | 24760 | 36171k| 532.6 |   611M |  66 |3295 |6670 |   0 |  63k|  0 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2391.93/2399.81	c  1338s| 68000 | 24796 | 36217k| 532.5 |   611M |  66 |3295 |6668 |4992 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2393.33/2401.22	c  1339s| 68100 | 24850 | 36251k| 532.2 |   611M |  66 |3295 |6662 |4995 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2395.02/2402.93	c  1341s| 68200 | 24909 | 36298k| 532.1 |   612M |  66 |3295 |6635 |4983 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2396.52/2404.45	c  1342s| 68300 | 24936 | 36337k| 531.9 |   612M |  66 |3295 |6638 |4996 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2398.01/2405.95	c  1344s| 68400 | 24951 | 36380k| 531.7 |   612M |  66 |3295 |6610 |4977 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2399.41/2407.30	c  1345s| 68500 | 24968 | 36421k| 531.6 |   613M |  66 |3295 |6616 |4989 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2401.90/2409.83	c  1348s| 68600 | 25018 | 36496k| 531.9 |   613M |  66 |3295 |6527 |4987 |  63k|  2 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2403.59/2411.55	c  1349s| 68700 | 25067 | 36545k| 531.8 |   613M |  66 |3295 |6493 |4975 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2405.79/2413.70	c  1352s| 68800 | 25109 | 36609k| 532.0 |   614M |  66 |3295 |6477 |4986 |  63k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2407.68/2415.61	c  1353s| 68900 | 25142 | 36661k| 532.0 |   614M |  66 |3295 |6432 |   0 |  64k|  0 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2409.09/2417.09	c  1355s| 69000 | 25166 | 36705k| 531.8 |   614M |  66 |3295 |6465 |   0 |  64k|  0 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2411.27/2419.26	c  1357s| 69100 | 25202 | 36768k| 532.0 |   614M |  66 |3295 |6457 |4985 |  64k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2412.66/2420.64	c  1359s| 69200 | 25237 | 36802k| 531.7 |   615M |  66 |3295 |6451 |   0 |  64k|  0 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2413.76/2421.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2413.76/2421.76	c  1360s| 69300 | 25241 | 36831k| 531.3 |   615M |  66 |3295 |6501 |4982 |  64k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2414.66/2422.62	c  1360s| 69400 | 25273 | 36858k| 531.0 |   616M |  66 |3295 |6549 |4985 |  64k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2415.36/2423.32	c  1361s| 69500 | 25275 | 36877k| 530.5 |   616M |  66 |3295 |6585 |4995 |  64k|  2 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2415.65/2423.66	c  1362s| 69600 | 25303 | 36885k| 529.8 |   618M |  66 |3295 |6617 |   0 |  64k|  0 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2417.06/2425.05	c  1363s| 69700 | 25315 | 36923k| 529.6 |   618M |  66 |3295 |6640 |4980 |  64k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2418.84/2426.85	c  1365s| 69800 | 25344 | 36980k| 529.7 |   619M |  66 |3295 |6648 |4982 |  64k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2420.94/2428.98	c  1367s| 69900 | 25387 | 37045k| 529.8 |   620M |  66 |3295 |6582 |4989 |  64k|  1 |  31k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2423.14/2431.18	c  1369s| 70000 | 25410 | 37106k| 530.0 |   620M |  66 |3295 |6609 |4993 |  64k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2424.23/2432.27	c  1370s| 70100 | 25441 | 37136k| 529.6 |   621M |  66 |3295 |6632 |4992 |  65k|  0 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2426.03/2434.05	c  1372s| 70200 | 25492 | 37187k| 529.6 |   621M |  66 |3295 |6628 |4974 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2428.21/2436.22	c  1374s| 70300 | 25549 | 37256k| 529.8 |   621M |  66 |3295 |6625 |4988 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2429.91/2437.91	c  1376s| 70400 | 25594 | 37306k| 529.8 |   622M |  66 |3295 |6627 |4997 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2431.20/2439.21	c  1377s| 70500 | 25614 | 37341k| 529.5 |   623M |  66 |3295 |6655 |4978 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2433.20/2441.26	c  1379s| 70600 | 25662 | 37399k| 529.6 |   624M |  66 |3295 |6638 |4977 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2435.00/2443.08	c  1381s| 70700 | 25691 | 37447k| 529.5 |   625M |  66 |3295 |6646 |4979 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2436.88/2444.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2436.88/2444.93	c  1383s| 70800 | 25716 | 37498k| 529.5 |   625M |  66 |3295 |6668 |4995 |  65k|  3 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2439.28/2447.39	c  1385s| 70900 | 25765 | 37571k| 529.8 |   626M |  66 |3295 |6638 |4984 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2441.67/2449.75	c  1388s| 71000 | 25800 | 37641k| 530.0 |   627M |  66 |3295 |6563 |4971 |  65k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2443.46/2451.56	c  1389s| 71100 | 25847 | 37690k| 530.0 |   628M |  66 |3295 |6552 |4976 |  66k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2444.36/2452.43	c  1390s| 71200 | 25866 | 37713k| 529.6 |   629M |  66 |3295 |6572 |4967 |  66k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2446.45/2454.57	c  1392s| 71300 | 25903 | 37776k| 529.7 |   629M |  66 |3295 |6602 |   0 |  66k|  0 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.61%
2448.06/2456.11	c  1394s| 71400 | 25918 | 37818k| 529.5 |   630M |  66 |3295 |6553 |4988 |  66k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2449.95/2458.03	c  1396s| 71500 | 25961 | 37875k| 529.6 |   630M |  66 |3295 |6552 |4982 |  66k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2451.73/2459.81	c  1398s| 71600 | 26020 | 37921k| 529.5 |   631M |  66 |3295 |6536 |   0 |  66k|  0 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2454.13/2462.22	c  1400s| 71700 | 26048 | 37990k| 529.7 |   632M |  66 |3295 |6521 |   0 |  66k|  0 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2455.82/2463.90	c  1402s| 71800 | 26082 | 38035k| 529.6 |   633M |  66 |3295 |6545 |4993 |  66k|  2 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2456.93/2465.08	c  1403s| 71900 | 26131 | 38072k| 529.4 |   633M |  66 |3295 |6582 |4989 |  66k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2457.81/2465.90	c  1404s| 72000 | 26123 | 38096k| 529.0 |   634M |  66 |3295 |6662 |   0 |  66k|  0 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2459.02/2467.15	c  1405s| 72100 | 26149 | 38141k| 528.9 |   634M |  66 |3295 |6710 |4990 |  66k|  1 |  32k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2460.21/2468.37	c  1406s| 72200 | 26154 | 38182k| 528.7 |   634M |  66 |3295 |6754 |   0 |  67k|  0 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2461.80/2469.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2461.80/2469.98	c  1408s| 72300 | 26149 | 38234k| 528.7 |   634M |  66 |3295 |6768 |4992 |  67k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2463.10/2471.27	c  1409s| 72400 | 26164 | 38274k| 528.5 |   634M |  66 |3295 |6783 |4978 |  67k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2464.39/2472.56	c  1410s| 72500 | 26183 | 38317k| 528.4 |   635M |  66 |3295 |6821 |   0 |  67k|  0 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2465.90/2474.11	c  1412s| 72600 | 26191 | 38363k| 528.3 |   635M |  66 |3295 |6826 |   0 |  67k|  0 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2467.89/2476.08	c  1414s| 72700 | 26259 | 38421k| 528.4 |   635M |  66 |3295 |6735 |   0 |  67k|  0 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2469.77/2477.90	c  1416s| 72800 | 26293 | 38472k| 528.3 |   635M |  66 |3295 |6730 |4976 |  67k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2471.88/2480.10	c  1418s| 72900 | 26331 | 38538k| 528.5 |   635M |  66 |3295 |6663 |4980 |  67k|  2 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2473.66/2481.88	c  1420s| 73000 | 26377 | 38590k| 528.5 |   635M |  66 |3295 |6644 |   0 |  67k|  0 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2474.87/2483.09	c  1421s| 73100 | 26413 | 38619k| 528.2 |   637M |  66 |3295 |6656 |5000 |  67k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2476.25/2484.45	c  1422s| 73200 | 26431 | 38658k| 528.0 |   637M |  66 |3295 |6724 |4997 |  67k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2478.05/2486.29	c  1424s| 73300 | 26470 | 38706k| 527.9 |   638M |  66 |3295 |6727 |4999 |  68k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2479.95/2488.18	c  1426s| 73400 | 26490 | 38761k| 528.0 |   638M |  66 |3295 |6719 |4980 |  68k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2481.95/2490.17	c  1428s| 73500 | 26548 | 38816k| 528.0 |   638M |  66 |3295 |6708 |4994 |  68k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2483.84/2492.05	c  1430s| 73600 | 26575 | 38865k| 527.9 |   638M |  66 |3295 |6748 |4989 |  68k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2485.02/2493.26	c  1431s| 73700 | 26591 | 38895k| 527.6 |   638M |  66 |3295 |6780 |4997 |  68k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2486.42/2494.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2486.42/2494.66	c  1433s| 73800 | 26625 | 38931k| 527.4 |   639M |  66 |3295 |6764 |5010 |  68k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2488.61/2496.83	c  1435s| 73900 | 26643 | 38996k| 527.6 |   640M |  66 |3295 |6781 |4975 |  68k|  1 |  33k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2490.41/2498.68	c  1437s| 74000 | 26700 | 39048k| 527.6 |   642M |  66 |3295 |6774 |4991 |  68k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2492.10/2500.33	c  1438s| 74100 | 26717 | 39096k| 527.5 |   642M |  66 |3295 |6828 |   0 |  68k|  0 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2493.69/2502.00	c  1440s| 74200 | 26758 | 39143k| 527.4 |   642M |  66 |3295 |6839 |4988 |  68k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2495.99/2504.23	c  1442s| 74300 | 26775 | 39201k| 527.5 |   644M |  66 |3295 |6810 |   0 |  69k|  0 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2497.08/2505.30	c  1443s| 74400 | 26787 | 39232k| 527.2 |   644M |  66 |3295 |6783 |4990 |  69k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2498.79/2507.01	c  1445s| 74500 | 26830 | 39276k| 527.1 |   644M |  66 |3295 |6770 |   0 |  69k|  0 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2500.57/2508.86	c  1447s| 74600 | 26861 | 39324k| 527.0 |   645M |  66 |3295 |6774 |4986 |  69k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2501.57/2509.87	c  1448s| 74700 | 26889 | 39356k| 526.7 |   645M |  66 |3295 |6832 |4994 |  69k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2502.46/2510.73	c  1449s| 74800 | 26887 | 39380k| 526.4 |   645M |  66 |3295 |6867 |   0 |  69k|  0 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2504.36/2512.66	c  1451s| 74900 | 26908 | 39436k| 526.4 |   645M |  66 |3295 |6885 |   0 |  69k|  0 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2505.55/2513.81	c  1452s| 75000 | 26924 | 39467k| 526.1 |   645M |  66 |3295 |6900 |4994 |  69k|  2 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2506.65/2514.98	c  1453s| 75100 | 26942 | 39497k| 525.8 |   645M |  66 |3295 |6937 |4991 |  69k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2508.05/2516.35	c  1454s| 75200 | 26982 | 39535k| 525.6 |   645M |  66 |3295 |6856 |4983 |  69k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2509.24/2517.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2509.24/2517.56	c  1455s| 75300 | 26999 | 39570k| 525.4 |   645M |  66 |3295 |6851 |4987 |  69k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2510.44/2518.78	c  1457s| 75400 | 27032 | 39605k| 525.2 |   645M |  66 |3295 |6855 |4991 |  69k|  2 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2511.93/2520.20	c  1458s| 75500 | 27066 | 39643k| 525.0 |   646M |  66 |3295 |6864 |4988 |  69k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2513.84/2522.13	c  1460s| 75600 | 27105 | 39696k| 525.0 |   647M |  66 |3295 |6785 |4960 |  70k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2515.42/2523.76	c  1462s| 75700 | 27147 | 39742k| 524.9 |   647M |  66 |3295 |6809 |4995 |  70k|  1 |  34k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2517.22/2525.53	c  1463s| 75800 | 27174 | 39798k| 524.9 |   647M |  66 |3295 |6835 |4993 |  70k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2518.72/2527.03	c  1465s| 75900 | 27187 | 39848k| 524.9 |   647M |  66 |3295 |6905 |4995 |  70k|  2 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2520.01/2528.37	c  1466s| 76000 | 27245 | 39889k| 524.7 |   648M |  66 |3295 |6912 |4992 |  70k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2521.20/2529.58	c  1467s| 76100 | 27281 | 39920k| 524.5 |   648M |  66 |3295 |6950 |4998 |  70k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2522.30/2530.60	c  1468s| 76200 | 27301 | 39940k| 524.0 |   649M |  66 |3295 |6992 |   0 |  70k|  0 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2523.29/2531.69	c  1470s| 76300 | 27302 | 39962k| 523.6 |   649M |  66 |3295 |7024 |   0 |  70k|  0 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2524.19/2532.57	c  1470s| 76400 | 27316 | 39982k| 523.2 |   650M |  66 |3295 |7049 |   0 |  70k|  0 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2525.89/2534.25	c  1472s| 76500 | 27347 | 40024k| 523.1 |   650M |  66 |3295 |7066 |4992 |  70k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2528.69/2537.01	c  1475s| 76600 | 27393 | 40104k| 523.4 |   650M |  66 |3295 |6983 |4973 |  70k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2530.47/2538.80	c  1477s| 76700 | 27415 | 40156k| 523.4 |   650M |  66 |3295 |6993 |4983 |  70k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2531.78/2540.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2531.78/2540.17	c  1478s| 76800 | 27433 | 40192k| 523.2 |   651M |  66 |3295 |6987 |4994 |  71k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2533.36/2541.78	c  1480s| 76900 | 27453 | 40238k| 523.1 |   651M |  66 |3295 |6955 |   0 |  71k|  0 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2535.35/2543.73	c  1482s| 77000 | 27465 | 40280k| 523.0 |   651M |  66 |3295 |6987 |5014 |  71k|  2 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2538.05/2546.49	c  1484s| 77100 | 27485 | 40360k| 523.4 |   651M |  66 |3295 |6989 |   0 |  71k|  0 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2539.84/2548.22	c  1486s| 77200 | 27499 | 40403k| 523.2 |   651M |  66 |3295 |6988 |4988 |  71k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2542.03/2550.43	c  1488s| 77300 | 27534 | 40465k| 523.4 |   652M |  66 |3295 |6983 |4983 |  71k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2543.64/2552.04	c  1490s| 77400 | 27593 | 40506k| 523.2 |   653M |  66 |3295 |6925 |4990 |  71k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2545.53/2553.91	c  1492s| 77500 | 27636 | 40558k| 523.2 |   654M |  66 |3295 |6937 |4982 |  71k|  1 |  35k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2547.02/2555.44	c  1493s| 77600 | 27677 | 40605k| 523.1 |   656M |  66 |3295 |6955 |4973 |  71k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2548.73/2557.19	c  1495s| 77700 | 27716 | 40652k| 523.1 |   656M |  66 |3295 |6944 |5009 |  71k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2550.51/2558.94	c  1497s| 77800 | 27748 | 40701k| 523.0 |   656M |  66 |3295 |6914 |   0 |  71k|  0 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2551.91/2560.37	c  1498s| 77900 | 27789 | 40742k| 522.9 |   656M |  66 |3295 |6907 |4998 |  72k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2552.80/2561.23	c  1499s| 78000 | 27796 | 40768k| 522.6 |   656M |  66 |3295 |6949 |   0 |  72k|  0 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2555.10/2563.58	c  1501s| 78100 | 27839 | 40834k| 522.7 |   664M |  66 |3295 |6929 |4977 |  72k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2556.49/2564.92	c  1503s| 78200 | 27869 | 40874k| 522.6 |   664M |  66 |3295 |6879 |4987 |  72k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2558.49/2566.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2558.49/2566.92	c  1505s| 78300 | 27897 | 40928k| 522.6 |   664M |  66 |3295 |6801 |4988 |  72k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2560.28/2568.77	c  1507s| 78400 | 27938 | 40976k| 522.5 |   665M |  66 |3295 |6801 |4995 |  72k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2561.47/2569.93	c  1508s| 78500 | 27951 | 41007k| 522.3 |   665M |  66 |3295 |6814 |   0 |  72k|  0 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2564.46/2573.00	c  1511s| 78600 | 27996 | 41089k| 522.6 |   665M |  66 |3295 |6722 |   0 |  72k|  0 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2566.26/2574.75	c  1513s| 78700 | 28037 | 41140k| 522.6 |   665M |  66 |3295 |6716 |4988 |  72k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2568.66/2577.17	c  1515s| 78800 | 28097 | 41205k| 522.8 |   667M |  66 |3295 |6662 |   0 |  72k|  0 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2570.35/2578.89	c  1517s| 78900 | 28127 | 41252k| 522.7 |   667M |  66 |3295 |6635 |   0 |  72k|  0 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2572.74/2581.29	c  1519s| 79000 | 28178 | 41318k| 522.9 |   667M |  66 |3295 |6598 |5000 |  72k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2574.43/2582.92	c  1521s| 79100 | 28217 | 41366k| 522.8 |   667M |  66 |3295 |6589 |   0 |  73k|  0 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2576.23/2584.71	c  1523s| 79200 | 28260 | 41417k| 522.8 |   667M |  66 |3295 |6621 |4984 |  73k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2577.32/2585.89	c  1524s| 79300 | 28285 | 41448k| 522.6 |   667M |  66 |3295 |6635 |4997 |  73k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2578.32/2586.88	c  1525s| 79400 | 28306 | 41470k| 522.2 |   667M |  66 |3295 |6682 |5010 |  73k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2579.91/2588.45	c  1526s| 79500 | 28345 | 41510k| 522.0 |   667M |  66 |3295 |6708 |5004 |  73k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2580.71/2589.21	c  1527s| 79600 | 28386 | 41525k| 521.6 |   668M |  66 |3295 |6721 |5004 |  73k|  1 |  36k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2583.00/2591.59	c  1529s| 79700 | 28416 | 41600k| 521.8 |   668M |  66 |3295 |6716 |4978 |  73k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2585.61/2594.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2585.61/2594.12	c  1532s| 79800 | 28468 | 41667k| 522.0 |   669M |  66 |3295 |6653 |4992 |  73k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2587.19/2595.71	c  1534s| 79900 | 28511 | 41708k| 521.9 |   669M |  66 |3295 |6645 |   0 |  73k|  0 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2588.60/2597.18	c  1535s| 80000 | 28550 | 41746k| 521.7 |   669M |  66 |3295 |6629 |4984 |  73k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2590.18/2598.75	c  1537s| 80100 | 28584 | 41791k| 521.6 |   670M |  66 |3295 |6640 |   0 |  73k|  0 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2592.37/2600.91	c  1539s| 80200 | 28608 | 41855k| 521.8 |   672M |  66 |3295 |6637 |4985 |  73k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2595.36/2603.95	c  1542s| 80300 | 28667 | 41940k| 522.2 |   672M |  66 |3295 |6608 |4983 |  74k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2597.36/2605.95	c  1544s| 80400 | 28700 | 41998k| 522.3 |   674M |  66 |3295 |6623 |4984 |  74k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2599.65/2608.22	c  1546s| 80500 | 28728 | 42067k| 522.5 |   675M |  66 |3295 |6646 |   0 |  74k|  0 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2601.64/2610.25	c  1548s| 80600 | 28767 | 42121k| 522.5 |   675M |  66 |3295 |6661 |   0 |  74k|  0 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2602.84/2611.49	c  1549s| 80700 | 28778 | 42155k| 522.3 |   675M |  66 |3295 |6695 |4979 |  74k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2605.33/2613.93	c  1552s| 80800 | 28817 | 42223k| 522.5 |   676M |  66 |3295 |6677 |4977 |  74k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2607.22/2615.85	c  1554s| 80900 | 28847 | 42275k| 522.5 |   676M |  66 |3295 |6673 |4993 |  74k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2608.92/2617.52	c  1555s| 81000 | 28862 | 42323k| 522.4 |   676M |  66 |3295 |6693 |4986 |  74k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2610.71/2619.37	c  1557s| 81100 | 28891 | 42375k| 522.4 |   676M |  66 |3295 |6681 |4985 |  74k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2613.10/2621.70	c  1560s| 81200 | 28963 | 42441k| 522.6 |   677M |  66 |3295 |6677 |4995 |  75k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2614.70/2623.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2614.70/2623.39	c  1561s| 81300 | 28996 | 42486k| 522.5 |   677M |  66 |3295 |6710 |4986 |  75k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2616.79/2625.44	c  1563s| 81400 | 29045 | 42547k| 522.6 |   678M |  66 |3295 |6725 |5000 |  75k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2617.99/2626.63	c  1565s| 81500 | 29076 | 42582k| 522.4 |   678M |  66 |3295 |6740 |4986 |  75k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2619.98/2628.67	c  1567s| 81600 | 29116 | 42639k| 522.4 |   678M |  66 |3295 |6712 |4981 |  75k|  0 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2621.68/2630.31	c  1568s| 81700 | 29135 | 42685k| 522.3 |   679M |  66 |3295 |6719 |4979 |  75k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2623.17/2631.81	c  1570s| 81800 | 29162 | 42726k| 522.2 |   679M |  66 |3295 |6756 |4990 |  75k|  1 |  37k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2625.38/2634.08	c  1572s| 81900 | 29209 | 42793k| 522.4 |   679M |  66 |3295 |6759 |4980 |  75k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2627.47/2636.17	c  1574s| 82000 | 29250 | 42852k| 522.5 |   680M |  66 |3295 |6748 |4980 |  75k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2629.75/2638.44	c  1576s| 82100 | 29307 | 42917k| 522.6 |   681M |  66 |3295 |6724 |4985 |  75k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2630.94/2639.69	c  1578s| 82200 | 29346 | 42949k| 522.4 |   681M |  66 |3295 |6765 |5015 |  75k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2631.84/2640.57	c  1578s| 82300 | 29376 | 42966k| 522.0 |   681M |  66 |3295 |6779 |   0 |  76k|  0 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2632.64/2641.34	c  1579s| 82400 | 29404 | 42981k| 521.5 |   682M |  66 |3295 |6816 |   0 |  76k|  0 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2633.74/2642.46	c  1580s| 82500 | 29409 | 43009k| 521.2 |   682M |  66 |3295 |6851 |   0 |  76k|  0 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2635.44/2644.14	c  1582s| 82600 | 29442 | 43054k| 521.1 |   682M |  66 |3295 |6867 |4995 |  76k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2637.44/2646.14	c  1584s| 82700 | 29475 | 43114k| 521.2 |   683M |  66 |3295 |6851 |4984 |  76k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2639.02/2647.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2639.02/2647.74	c  1586s| 82800 | 29495 | 43154k| 521.1 |   683M |  66 |3295 |6832 |   0 |  76k|  0 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2640.33/2649.03	c  1587s| 82900 | 29517 | 43189k| 520.9 |   683M |  66 |3295 |6859 |   0 |  76k|  0 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2641.32/2650.09	c  1588s| 83000 | 29556 | 43215k| 520.6 |   683M |  66 |3295 |6882 |   0 |  76k|  0 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2642.60/2651.35	c  1589s| 83100 | 29588 | 43249k| 520.3 |   683M |  66 |3295 |6869 |5008 |  76k|  2 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2643.80/2652.55	c  1590s| 83200 | 29624 | 43283k| 520.1 |   683M |  66 |3295 |6870 |4980 |  76k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2645.31/2654.02	c  1592s| 83300 | 29639 | 43329k| 520.1 |   683M |  66 |3295 |6887 |4982 |  76k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2646.89/2655.69	c  1594s| 83400 | 29687 | 43377k| 520.0 |   684M |  66 |3295 |6885 |4979 |  76k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2648.49/2657.21	c  1595s| 83500 | 29706 | 43425k| 520.0 |   684M |  66 |3295 |6921 |4997 |  76k|  2 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2650.08/2658.82	c  1597s| 83600 | 29736 | 43466k| 519.8 |   684M |  66 |3295 |6895 |4998 |  76k|  2 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.62%
2651.87/2660.63	c  1599s| 83700 | 29770 | 43513k| 519.8 |   684M |  66 |3295 |6858 |4994 |  77k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2653.47/2662.27	c  1600s| 83800 | 29807 | 43563k| 519.7 |   685M |  66 |3295 |6857 |   0 |  77k|  0 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2655.28/2664.06	c  1602s| 83900 | 29845 | 43610k| 519.7 |   685M |  66 |3295 |6825 |4997 |  77k|  1 |  38k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2656.56/2665.37	c  1603s| 84000 | 29868 | 43646k| 519.5 |   685M |  66 |3295 |6792 |4960 |  77k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2657.95/2666.79	c  1605s| 84100 | 29895 | 43682k| 519.3 |   685M |  66 |3295 |6773 |4991 |  77k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2660.05/2668.87	c  1607s| 84200 | 29930 | 43744k| 519.4 |   686M |  66 |3295 |6819 |4988 |  77k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2662.04/2670.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2662.04/2670.81	c  1609s| 84300 | 29963 | 43797k| 519.4 |   686M |  66 |3295 |6847 |4980 |  77k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2664.13/2672.99	c  1611s| 84400 | 29992 | 43861k| 519.6 |   687M |  66 |3295 |6836 |   0 |  77k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2665.63/2674.41	c  1612s| 84500 | 30020 | 43895k| 519.4 |   687M |  66 |3295 |6868 |4979 |  77k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2667.34/2676.18	c  1614s| 84600 | 30047 | 43948k| 519.4 |   687M |  66 |3295 |6857 |   0 |  77k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2669.23/2678.02	c  1616s| 84700 | 30087 | 43997k| 519.3 |   688M |  66 |3295 |6869 |   0 |  77k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2670.91/2679.79	c  1618s| 84800 | 30132 | 44042k| 519.3 |   689M |  66 |3295 |6869 |5001 |  77k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2673.11/2681.91	c  1620s| 84900 | 30173 | 44100k| 519.3 |   690M |  66 |3295 |6863 |   0 |  78k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2674.22/2683.01	c  1621s| 85000 | 30175 | 44130k| 519.1 |   690M |  66 |3295 |6902 |   0 |  78k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2675.70/2684.59	c  1622s| 85100 | 30181 | 44176k| 519.0 |   691M |  66 |3295 |6950 |4982 |  78k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2677.59/2686.42	c  1624s| 85200 | 30225 | 44223k| 518.9 |   691M |  66 |3295 |6953 |4996 |  78k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2679.20/2688.02	c  1626s| 85300 | 30279 | 44264k| 518.8 |   691M |  66 |3295 |6916 |4975 |  78k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2680.78/2689.68	c  1628s| 85400 | 30300 | 44310k| 518.7 |   691M |  66 |3295 |6917 |   0 |  78k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2682.38/2691.29	c  1629s| 85500 | 30324 | 44353k| 518.7 |   691M |  66 |3295 |6959 |4986 |  78k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2684.57/2693.45	c  1631s| 85600 | 30359 | 44411k| 518.7 |   691M |  66 |3295 |6933 |4980 |  78k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.63%
2686.56/2695.49	c  1633s| 85700 | 30402 | 44469k| 518.8 |   692M |  66 |3295 |6915 |   0 |  78k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2688.55/2697.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2688.55/2697.48	c  1635s| 85800 | 30441 | 44526k| 518.8 |   692M |  66 |3295 |6890 |5001 |  78k|  1 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2690.05/2698.98	c  1637s| 85900 | 30466 | 44567k| 518.7 |   692M |  66 |3295 |6884 |   0 |  78k|  0 |  39k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2691.94/2700.84	c  1639s| 86000 | 30506 | 44616k| 518.7 |   693M |  66 |3295 |6873 |5002 |  79k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2693.64/2702.52	c  1640s| 86100 | 30555 | 44660k| 518.6 |   693M |  66 |3295 |6863 |5002 |  79k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2695.25/2704.12	c  1642s| 86200 | 30596 | 44704k| 518.5 |   693M |  66 |3295 |6866 |   0 |  79k|  0 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2696.73/2705.61	c  1643s| 86300 | 30631 | 44744k| 518.4 |   693M |  66 |3295 |6865 |   0 |  79k|  0 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2697.72/2706.61	c  1644s| 86400 | 30659 | 44763k| 518.0 |   693M |  66 |3295 |6923 |4990 |  79k|  0 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2699.13/2708.04	c  1646s| 86500 | 30709 | 44798k| 517.8 |   693M |  66 |3295 |6909 |5002 |  79k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2700.02/2708.97	c  1647s| 86600 | 30751 | 44816k| 517.4 |   694M |  66 |3295 |6920 |4990 |  79k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2701.91/2710.85	c  1649s| 86700 | 30804 | 44876k| 517.5 |   695M |  66 |3295 |6911 |4990 |  79k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.64%
2704.00/2713.00	c  1651s| 86800 | 30853 | 44937k| 517.6 |   695M |  66 |3295 |6804 |4983 |  79k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2706.39/2715.32	c  1653s| 86900 | 30895 | 45008k| 517.8 |   696M |  66 |3295 |6735 |4982 |  79k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2707.99/2716.93	c  1655s| 87000 | 30938 | 45052k| 517.7 |   696M |  66 |3295 |6734 |4984 |  80k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2709.58/2718.59	c  1656s| 87100 | 30977 | 45093k| 517.6 |   697M |  66 |3295 |6742 |   0 |  80k|  0 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2711.98/2720.95	c  1659s| 87200 | 31023 | 45163k| 517.8 |   697M |  66 |3295 |6758 |4981 |  80k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2713.87/2722.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2713.87/2722.82	c  1661s| 87300 | 31077 | 45207k| 517.7 |   697M |  66 |3295 |6751 |5015 |  80k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2715.36/2724.36	c  1662s| 87400 | 31111 | 45242k| 517.5 |   699M |  66 |3295 |6757 |4983 |  80k|  2 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2716.96/2725.90	c  1664s| 87500 | 31158 | 45281k| 517.4 |   699M |  66 |3295 |6757 |4997 |  80k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2718.25/2727.28	c  1665s| 87600 | 31208 | 45312k| 517.2 |   700M |  66 |3295 |6717 |5015 |  80k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2720.25/2729.22	c  1667s| 87700 | 31258 | 45364k| 517.2 |   700M |  66 |3295 |6734 |4985 |  80k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2721.64/2730.68	c  1669s| 87800 | 31286 | 45406k| 517.1 |   701M |  66 |3295 |6764 |   0 |  80k|  0 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2722.94/2731.93	c  1670s| 87900 | 31293 | 45442k| 516.9 |   701M |  66 |3295 |6755 |   0 |  81k|  0 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2724.15/2733.15	c  1671s| 88000 | 31320 | 45476k| 516.7 |   703M |  66 |3295 |6789 |   0 |  81k|  0 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2726.04/2735.04	c  1673s| 88100 | 31360 | 45532k| 516.7 |   704M |  66 |3295 |6796 |4987 |  81k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2727.92/2736.97	c  1675s| 88200 | 31393 | 45587k| 516.8 |   704M |  66 |3295 |6787 |4982 |  81k|  1 |  40k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2730.03/2739.08	c  1677s| 88300 | 31446 | 45649k| 516.9 |   704M |  66 |3295 |6786 |5003 |  81k|  3 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2731.81/2740.86	c  1679s| 88400 | 31467 | 45696k| 516.8 |   704M |  66 |3295 |6808 |4982 |  81k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2734.02/2743.06	c  1681s| 88500 | 31512 | 45752k| 516.9 |   704M |  66 |3295 |6824 |   0 |  81k|  0 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2736.11/2745.17	c  1683s| 88600 | 31558 | 45813k| 517.0 |   704M |  66 |3295 |6806 |4983 |  81k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2737.89/2746.92	c  1685s| 88700 | 31613 | 45859k| 516.9 |   705M |  66 |3295 |6778 |4989 |  81k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2739.58/2748.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2739.58/2748.62	c  1686s| 88800 | 31632 | 45914k| 516.9 |   705M |  66 |3295 |6769 |4988 |  81k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2741.38/2750.45	c  1688s| 88900 | 31683 | 45963k| 516.9 |   707M |  66 |3295 |6751 |5000 |  81k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2742.67/2751.70	c  1690s| 89000 | 31701 | 45996k| 516.7 |   707M |  66 |3295 |6768 |4982 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2744.08/2753.17	c  1691s| 89100 | 31728 | 46037k| 516.6 |   707M |  66 |3295 |6818 |   0 |  82k|  0 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2745.56/2754.64	c  1693s| 89200 | 31755 | 46078k| 516.5 |   707M |  66 |3295 |6863 |4998 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2747.86/2756.93	c  1695s| 89300 | 31796 | 46145k| 516.6 |   707M |  66 |3295 |6845 |   0 |  82k|  0 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2749.35/2758.45	c  1696s| 89400 | 31818 | 46187k| 516.5 |   708M |  66 |3295 |6862 |4980 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2750.85/2759.91	c  1698s| 89500 | 31846 | 46227k| 516.4 |   708M |  66 |3295 |6888 |   0 |  82k|  0 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2752.84/2761.95	c  1700s| 89600 | 31904 | 46283k| 516.5 |   708M |  66 |3295 |6885 |5000 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2754.23/2763.34	c  1701s| 89700 | 31935 | 46322k| 516.3 |   708M |  66 |3295 |6901 |4993 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2756.13/2765.23	c  1703s| 89800 | 31961 | 46384k| 516.4 |   708M |  66 |3295 |6934 |4989 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2758.12/2767.20	c  1705s| 89900 | 32025 | 46434k| 516.4 |   708M |  66 |3295 |6906 |4988 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2759.32/2768.49	c  1706s| 90000 | 32071 | 46465k| 516.2 |   708M |  66 |3295 |6901 |4983 |  82k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2761.02/2770.16	c  1708s| 90100 | 32103 | 46510k| 516.1 |   708M |  66 |3295 |6937 |   0 |  82k|  0 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2762.70/2771.85	c  1710s| 90200 | 32149 | 46558k| 516.1 |   708M |  66 |3295 |6928 |   0 |  83k|  0 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2764.01/2773.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2764.01/2773.19	c  1711s| 90300 | 32188 | 46587k| 515.8 |   708M |  66 |3295 |6939 |5009 |  83k|  2 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2766.01/2775.19	c  1713s| 90400 | 32233 | 46631k| 515.7 |   711M |  66 |3295 |6905 |4981 |  83k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2767.90/2777.05	c  1715s| 90500 | 32269 | 46686k| 515.8 |   711M |  66 |3295 |6896 |4995 |  83k|  1 |  41k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2770.18/2779.34	c  1717s| 90600 | 32299 | 46747k| 515.9 |   712M |  66 |3295 |6877 |4993 |  83k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2771.89/2781.08	c  1719s| 90700 | 32340 | 46791k| 515.8 |   713M |  66 |3295 |6884 |4995 |  83k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2773.67/2782.84	c  1721s| 90800 | 32369 | 46841k| 515.8 |   713M |  66 |3295 |6890 |4977 |  83k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2775.56/2784.78	c  1723s| 90900 | 32412 | 46896k| 515.8 |   713M |  66 |3295 |6888 |4984 |  83k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2777.76/2787.00	c  1725s| 91000 | 32445 | 46956k| 515.9 |   714M |  66 |3295 |6899 |4987 |  83k|  2 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2780.25/2789.43	c  1727s| 91100 | 32487 | 47027k| 516.1 |   716M |  66 |3295 |6899 |4999 |  83k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2782.74/2791.95	c  1730s| 91200 | 32549 | 47102k| 516.4 |   717M |  66 |3295 |6897 |4993 |  84k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2784.33/2793.50	c  1731s| 91300 | 32576 | 47136k| 516.2 |   718M |  66 |3295 |6909 |   0 |  84k|  0 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2786.62/2795.87	c  1734s| 91400 | 32605 | 47198k| 516.3 |   718M |  66 |3295 |6917 |5009 |  84k|  2 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2788.32/2797.55	c  1735s| 91500 | 32644 | 47241k| 516.2 |   719M |  66 |3295 |6899 |4979 |  84k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2790.21/2799.47	c  1737s| 91600 | 32674 | 47298k| 516.3 |   719M |  66 |3295 |6908 |4983 |  84k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2792.31/2801.51	c  1739s| 91700 | 32694 | 47355k| 516.3 |   720M |  66 |3295 |6936 |   0 |  84k|  0 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2794.40/2803.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2794.40/2803.68	c  1742s| 91800 | 32746 | 47419k| 516.5 |   720M |  66 |3295 |6945 |4988 |  84k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2796.90/2806.17	c  1744s| 91900 | 32795 | 47488k| 516.6 |   720M |  66 |3295 |6938 |4971 |  84k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2798.58/2807.87	c  1746s| 92000 | 32812 | 47536k| 516.6 |   720M |  66 |3295 |6954 |4983 |  84k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2800.08/2809.36	c  1747s| 92100 | 32853 | 47575k| 516.5 |   720M |  66 |3295 |6978 |5003 |  84k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2802.37/2811.62	c  1749s| 92200 | 32887 | 47639k| 516.6 |   720M |  66 |3295 |6988 |   0 |  84k|  0 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2804.07/2813.32	c  1751s| 92300 | 32932 | 47689k| 516.6 |   720M |  66 |3295 |6953 |4986 |  85k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2805.66/2814.91	c  1753s| 92400 | 32954 | 47729k| 516.5 |   720M |  66 |3295 |6942 |   0 |  85k|  0 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2807.46/2816.75	c  1755s| 92500 | 32994 | 47782k| 516.5 |   720M |  66 |3295 |6961 |   0 |  85k|  0 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2809.25/2818.51	c  1756s| 92600 | 33031 | 47827k| 516.4 |   722M |  66 |3295 |6925 |4992 |  85k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2811.54/2820.80	c  1759s| 92700 | 33060 | 47887k| 516.5 |   724M |  66 |3295 |6889 |4985 |  85k|  1 |  42k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2813.34/2822.60	c  1760s| 92800 | 33102 | 47932k| 516.4 |   724M |  66 |3295 |6902 |5009 |  85k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2815.23/2824.52	c  1762s| 92900 | 33131 | 47985k| 516.4 |   724M |  66 |3295 |6864 |   0 |  85k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2816.63/2825.95	c  1764s| 93000 | 33156 | 48025k| 516.3 |   724M |  66 |3295 |6897 |4986 |  85k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2819.02/2828.32	c  1766s| 93100 | 33195 | 48084k| 516.4 |   725M |  66 |3295 |6898 |4977 |  85k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2821.01/2830.30	c  1768s| 93200 | 33229 | 48136k| 516.4 |   725M |  66 |3295 |6897 |4978 |  86k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2822.41/2831.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2822.41/2831.75	c  1770s| 93300 | 33263 | 48176k| 516.3 |   725M |  66 |3295 |6920 |4978 |  86k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2823.82/2833.13	c  1771s| 93400 | 33279 | 48216k| 516.1 |   726M |  66 |3295 |6948 |   0 |  86k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2825.10/2834.45	c  1772s| 93500 | 33306 | 48249k| 515.9 |   726M |  66 |3295 |6977 |4986 |  86k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.74%
2826.99/2836.39	c  1774s| 93600 | 33331 | 48300k| 515.9 |   726M |  66 |3295 |6973 |4991 |  86k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2828.88/2838.27	c  1776s| 93700 | 33384 | 48350k| 515.9 |   727M |  66 |3295 |6958 |4998 |  86k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2830.38/2839.76	c  1778s| 93800 | 33394 | 48388k| 515.8 |   727M |  66 |3295 |6972 |4986 |  86k|  3 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2832.97/2842.35	c  1780s| 93900 | 33433 | 48467k| 516.1 |   727M |  66 |3295 |6967 |   0 |  86k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2834.27/2843.69	c  1782s| 94000 | 33466 | 48498k| 515.8 |   728M |  66 |3295 |6961 |   0 |  86k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2835.77/2845.14	c  1783s| 94100 | 33497 | 48538k| 515.7 |   728M |  66 |3295 |6966 |   0 |  86k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2836.86/2846.22	c  1784s| 94200 | 33529 | 48562k| 515.4 |   728M |  66 |3295 |6960 |4998 |  86k|  2 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2839.25/2848.68	c  1787s| 94300 | 33576 | 48632k| 515.6 |   728M |  66 |3295 |6938 |   0 |  87k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2842.44/2851.89	c  1790s| 94400 | 33631 | 48715k| 516.0 |   728M |  66 |3295 |6887 |4971 |  87k|  1 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2844.53/2854.00	c  1792s| 94500 | 33685 | 48771k| 516.0 |   729M |  66 |3295 |6887 |   0 |  87k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2846.03/2855.42	c  1793s| 94600 | 33704 | 48805k| 515.8 |   730M |  66 |3295 |6923 |   0 |  87k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2847.82/2857.24	c  1795s| 94700 | 33760 | 48852k| 515.8 |   730M |  66 |3295 |6931 |   0 |  87k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2849.22/2858.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2849.22/2858.62	c  1796s| 94800 | 33775 | 48892k| 515.6 |   730M |  66 |3295 |6958 |   0 |  87k|  0 |  43k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2850.63/2860.09	c  1798s| 94900 | 33807 | 48929k| 515.5 |   732M |  66 |3295 |7004 |4984 |  87k|  1 |  44k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2852.51/2861.99	c  1800s| 95000 | 33855 | 48981k| 515.5 |   733M |  66 |3295 |6994 |4987 |  87k|  1 |  44k|  16 |-9.100000e+01 |      --      |    Inf |   1.75%
2852.72/2862.13	c 
2852.72/2862.13	c SCIP Status        : solving was interrupted [time limit reached]
2852.72/2862.13	c Solving Time (sec) : 1800.00
2852.72/2862.13	c Solving Nodes      : 95010
2852.72/2862.13	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2852.72/2862.13	c Dual Bound         : -9.10000000000000e+01
2852.72/2862.13	c Gap                : infinite
2852.72/2862.13	c SCIP status: 23 (TIMELIMIT)
2852.72/2862.13	c pb_solver_status: sst_unknown
2852.72/2862.13	c LB_goalvalue: 0
2852.72/2862.13	c UB_goalvalue: 112
2852.72/2862.13	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=1800.000000
2852.72/2862.13	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2852.72/2862.13	c SCIP returned: sst_unknown
2852.72/2862.13	c SCIP primal LB: -oo, dual UB: 112
2852.72/2862.13	c assumptions: 
2852.72/2862.13	c invoking solver with time budget: 20.000000
2872.74/2882.20	c sat_solver_result: sst_unknown
2872.74/2882.20	c SAT solver timed out; proceeding to cooperative SCIP call
2872.74/2882.20	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 112
2872.74/2882.20	c scip solving with time budget: 1800.000000
2872.74/2882.20	c solveScip
2872.74/2882.20	c initScipForCoop
2872.74/2882.20	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2872.74/2882.20	c SCIPfreeTransform due to timeout and having shadow nodes
2872.74/2882.20	c forcing SCIPfreeTransform before solve
2872.84/2882.33	c Running SCIP presolve for solve-time propagation (rounds=3)
2872.84/2882.34	c presolving:
2872.84/2882.37	c (round 1, fast)       1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
2872.84/2882.39	c    (0.1s) running MILP presolver
2872.94/2882.44	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2872.94/2882.44	c (round 2, medium)     1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
2872.94/2882.47	c    (0.1s) probing: 51/3295 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2872.94/2882.47	c    (0.1s) probing aborted: 50/50 successive totally useless probings
2873.04/2882.50	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
2873.04/2882.50	c  1 deleted vars, 6383 deleted constraints, 3531 added constraints, 0 tightened bounds, 0 added holes, 136 changed sides, 162 changed coefficients
2873.04/2882.50	c  0 implications, 134 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2873.04/2882.50	c presolved problem has 3295 variables (3295 bin, 0 int, 0 cont) and 3531 constraints
2873.04/2882.50	c     346 constraints of type <knapsack>
2873.04/2882.50	c    3185 constraints of type <linear>
2873.04/2882.50	c transformed objective value is always integral (scale: 16)
2873.04/2882.50	c Presolving Time: 0.16
2873.04/2882.52	c presolving:
2873.04/2882.55	c (round 1, fast)       1 del vars, 0 del conss, 0 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
2873.04/2882.57	c    (0.1s) running MILP presolver
2873.14/2882.62	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2873.14/2882.62	c (round 2, medium)     1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 0 upgd conss, 0 impls, 134 clqs, 0 implints
2873.14/2882.63	c (round 3, exhaustive) 1 del vars, 6383 del conss, 3531 add conss, 0 chg bounds, 136 chg sides, 162 chg coeffs, 346 upgd conss, 0 impls, 134 clqs, 0 implints
2873.14/2882.64	c (round 4, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 206 chg coeffs, 346 upgd conss, 0 impls, 189 clqs, 0 implints
2873.14/2882.64	c (round 5, exhaustive) 1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 155 chg sides, 207 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
2873.14/2882.64	c (round 6, medium)     1 del vars, 6383 del conss, 3537 add conss, 0 chg bounds, 229 chg sides, 281 chg coeffs, 679 upgd conss, 0 impls, 189 clqs, 0 implints
2873.14/2882.67	c    (0.2s) probing: 51/3295 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2873.14/2882.67	c    (0.2s) probing aborted: 50/50 successive totally useless probings
2873.24/2882.71	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2873.24/2882.73	c    (0.2s) symmetry computation finished: 1365 generators found (max: 1500, log10 of symmetry group size: 410.91) (symcode time: 0.00)
2873.24/2882.75	c dynamic symmetry handling statistics:
2873.24/2882.75	c    orbitopal reduction:       no components
2873.24/2882.75	c    orbital reduction:         no components
2873.24/2882.75	c    lexicographic reduction:   no permutations
2873.24/2882.75	c handled 1365 out of 1365 symmetry components
2873.24/2882.76	c (round 7, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 295 chg coeffs, 679 upgd conss, 0 impls, 1554 clqs, 0 implints
2873.24/2882.76	c (round 8, exhaustive) 1 del vars, 6383 del conss, 4902 add conss, 0 chg bounds, 229 chg sides, 299 chg coeffs, 2044 upgd conss, 0 impls, 1554 clqs, 0 implints
2873.24/2882.78	c presolving (9 rounds: 9 fast, 8 medium, 5 exhaustive):
2873.24/2882.78	c  1 deleted vars, 6383 deleted constraints, 4902 added constraints, 0 tightened bounds, 0 added holes, 229 changed sides, 299 changed coefficients
2873.24/2882.78	c  0 implications, 1554 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2873.24/2882.78	c presolved problem has 3295 variables (3295 bin, 0 int, 0 cont) and 4902 constraints
2873.24/2882.78	c     679 constraints of type <knapsack>
2873.24/2882.78	c    1371 constraints of type <setppc>
2873.24/2882.78	c    2852 constraints of type <linear>
2873.24/2882.78	c transformed objective value is always integral (scale: 16)
2873.24/2882.78	c Presolving Time: 0.26
2873.24/2882.78	c 
2873.44/2882.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2873.44/2882.91	c   0.4s|     1 |     0 |  1365 |     - |   667M |   0 |3295 |4954 |4902 |   0 |  0 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2873.84/2883.32	c   0.8s|     1 |     0 |  6083 |     - |   667M |   0 |3295 |4954 |4911 |   9 |  1 |  51 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2873.84/2883.39	c   0.9s|     1 |     0 |  6437 |     - |   668M |   0 |3295 |4957 |4922 |  20 |  2 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2873.93/2883.46	c   1.0s|     1 |     0 |  6528 |     - |   669M |   0 |3295 |4957 |4931 |  29 |  3 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.03/2883.54	c   1.0s|     1 |     0 |  6790 |     - |   669M |   0 |3295 |4957 |4942 |  40 |  4 |  55 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.13/2883.63	c   1.1s|     1 |     0 |  7030 |     - |   669M |   0 |3295 |4959 |4951 |  49 |  5 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.23/2883.72	c   1.2s|     1 |     0 |  7225 |     - |   669M |   0 |3295 |4959 |4962 |  60 |  6 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.23/2883.79	c   1.3s|     1 |     0 |  7361 |     - |   669M |   0 |3295 |4959 |4970 |  68 |  7 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.43/2883.92	c   1.4s|     1 |     0 |  7671 |     - |   669M |   0 |3295 |4959 |4979 |  77 |  8 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.55/2884.03	c   1.5s|     1 |     0 |  8152 |     - |   669M |   0 |3295 |4959 |4988 |  86 |  9 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.73/2884.20	c   1.7s|     1 |     0 |  9398 |     - |   669M |   0 |3295 |4959 |4997 |  95 | 10 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2874.73/2884.28	c   1.8s|     1 |     0 |  9849 |     - |   669M |   0 |3295 |4959 |5009 | 107 | 11 |  57 |   0 |-9.100000e+01 |      --      |    Inf | unknown
2875.33/2884.85	c   2.3s|     1 |     2 | 17686 |     - |   669M |   0 |3295 |4971 |5009 | 107 | 11 |  69 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2882.11/2891.60	c   9.1s|   100 |    84 | 46676 | 373.1 |   669M |  37 |3295 |5010 |4970 | 135 |  0 | 108 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2884.62/2894.11	c  11.6s|   200 |   158 | 59273 | 248.9 |   669M |  55 |3295 |5023 |4972 | 201 |  1 | 121 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2891.28/2900.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2891.28/2900.81	c  18.3s|   300 |   241 | 75469 | 219.8 |   669M |  55 |3295 |5080 |4972 | 241 |  1 | 178 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2896.76/2906.34	c  23.8s|   400 |   319 | 94226 | 211.8 |   669M |  55 |3295 |5182 |4970 | 275 |  1 | 286 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2903.94/2913.54	c  31.0s|   500 |   401 |104187 | 189.3 |   669M |  55 |3295 |5208 |4971 | 332 |  1 | 312 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2912.72/2922.33	c  39.8s|   600 |   471 |117473 | 179.9 |   669M |  55 |3295 |5218 |4970 | 426 |  1 | 326 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2918.20/2927.86	c  45.4s|   700 |   548 |134397 | 178.3 |   669M |  55 |3295 |5239 |4971 | 542 |  1 | 348 |  16 |-9.100000e+01 |      --      |    Inf | unknown
2924.08/2933.74	c  51.2s|   800 |   614 |156570 | 183.8 |   669M |  55 |3295 |5266 |4971 | 647 |  1 | 378 |  16 |-9.100000e+01 |      --      |    Inf |   0.58%
2927.77/2937.46	c  54.9s|   900 |   688 |178133 | 187.3 |   669M |  55 |3295 |5297 |4971 | 703 |  1 | 413 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
2934.65/2944.37	c  61.9s|  1000 |   764 |197164 | 187.6 |   669M |  55 |3295 |5324 |4982 | 770 |  1 | 442 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
2942.52/2952.24	c  69.7s|  1100 |   839 |212666 | 184.7 |   669M |  55 |3295 |5344 |4978 | 839 |  1 | 465 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
2949.00/2958.76	c  76.2s|  1200 |   913 |232045 | 185.4 |   669M |  55 |3295 |5355 |4976 | 906 |  1 | 478 |  16 |-9.100000e+01 |      --      |    Inf |   0.61%
2952.99/2962.76	c  80.3s|  1300 |   992 |248518 | 183.8 |   669M |  55 |3295 |5377 |4980 | 992 |  1 | 501 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2956.98/2966.78	c  84.3s|  1400 |  1075 |263201 | 181.2 |   669M |  55 |3295 |5392 |4981 |1097 |  2 | 517 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2962.46/2972.22	c  89.7s|  1500 |  1136 |274300 | 176.5 |   669M |  55 |3295 |5412 |4978 |1173 |  1 | 538 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2968.64/2978.40	c  95.9s|  1600 |  1217 |290090 | 175.3 |   669M |  55 |3295 |5456 |4980 |1272 |  1 | 583 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2972.63/2982.46	c   100s|  1700 |  1281 |301810 | 171.9 |   669M |  55 |3295 |5486 |   0 |1354 |  0 | 613 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2974.62/2984.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2974.62/2984.42	c   102s|  1800 |  1347 |315644 | 170.0 |   669M |  55 |3295 |5514 |4984 |1428 |  2 | 641 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2975.34/2985.16	c   103s|  1900 |  1413 |332941 | 170.2 |   669M |  55 |3295 |5526 |4976 |1511 |  1 | 654 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2976.12/2986.01	c   103s|  2000 |  1489 |351104 | 170.8 |   669M |  55 |3295 |5547 |4978 |1615 |  1 | 676 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2977.02/2986.85	c   104s|  2100 |  1574 |369652 | 171.5 |   669M |  55 |3295 |5611 |4979 |1681 |  1 | 741 |  16 |-9.100000e+01 |      --      |    Inf |   0.72%
2977.61/2987.44	c   105s|  2200 |  1644 |381829 | 169.2 |   669M |  55 |3295 |5628 |4979 |1752 |  1 | 761 |  16 |-9.100000e+01 |      --      |    Inf |   0.73%
2978.51/2988.31	c   106s|  2300 |  1709 |401303 | 170.3 |   669M |  55 |3295 |5657 |4970 |1856 |  1 | 790 |  16 |-9.100000e+01 |      --      |    Inf |   0.74%
2979.32/2989.12	c   107s|  2400 |  1776 |417304 | 169.9 |   669M |  55 |3295 |5727 |4981 |1932 |  1 | 861 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2980.11/2989.92	c   107s|  2500 |  1854 |432677 | 169.2 |   669M |  55 |3295 |5731 |4979 |2016 |  1 | 865 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2981.90/2991.74	c   109s|  2600 |  1919 |452037 | 170.2 |   669M |  55 |3295 |5739 |4986 |2084 |  1 | 876 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2982.60/2992.49	c   110s|  2700 |  1985 |470431 | 170.7 |   669M |  55 |3295 |5770 |4980 |2146 |  1 | 907 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2983.21/2993.09	c   111s|  2800 |  2062 |482374 | 168.9 |   669M |  55 |3295 |5790 |4982 |2218 |  1 | 927 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2983.79/2993.65	c   111s|  2900 |  2125 |494320 | 167.2 |   669M |  55 |3295 |5825 |4980 |2285 |  1 | 962 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2984.21/2994.02	c   112s|  3000 |  2158 |500481 | 163.6 |   669M |  55 |3295 |5851 |4986 |2346 |  2 | 988 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2984.59/2994.48	c   112s|  3100 |  2176 |510289 | 161.5 |   669M |  55 |3295 |5886 |   0 |2415 |  0 |1023 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2985.30/2995.15	c   113s|  3200 |  2244 |524339 | 160.9 |   669M |  55 |3295 |5904 |4982 |2510 |  1 |1042 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2986.20/2996.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2986.20/2996.07	c   114s|  3300 |  2316 |548527 | 163.3 |   669M |  55 |3295 |5975 |4984 |2612 |  2 |1115 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2987.08/2996.98	c   114s|  3400 |  2387 |566755 | 163.9 |   669M |  55 |3295 |5996 |   0 |2698 |  0 |1136 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2987.78/2997.66	c   115s|  3500 |  2447 |580145 | 163.0 |   669M |  55 |3295 |6012 |   0 |2801 |  0 |1152 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2988.29/2998.16	c   116s|  3600 |  2492 |590611 | 161.4 |   669M |  55 |3295 |6048 |4971 |2853 |  1 |1190 |  16 |-9.100000e+01 |      --      |    Inf |   0.75%
2988.98/2998.89	c   116s|  3700 |  2558 |605521 | 161.1 |   669M |  55 |3295 |6084 |4971 |2953 |  1 |1232 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2989.67/2999.56	c   117s|  3800 |  2638 |620142 | 160.7 |   669M |  55 |3295 |6094 |4977 |3030 |  1 |1247 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2990.37/3000.21	c   118s|  3900 |  2714 |635170 | 160.4 |   669M |  55 |3295 |6119 |4979 |3133 |  1 |1272 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2990.87/3000.74	c   118s|  4000 |  2777 |643758 | 158.5 |   669M |  55 |3295 |6139 |4983 |3210 |  1 |1293 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2991.28/3001.17	c   119s|  4100 |  2805 |651176 | 156.5 |   669M |  55 |3295 |6173 |4981 |3292 |  1 |1329 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2991.77/3001.60	c   119s|  4200 |  2842 |657836 | 154.3 |   669M |  55 |3295 |6198 |4983 |3339 |  1 |1354 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2992.36/3002.22	c   120s|  4300 |  2888 |671467 | 153.9 |   669M |  55 |3295 |6230 |   0 |3404 |  0 |1386 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2992.96/3002.83	c   120s|  4400 |  2930 |686080 | 153.7 |   669M |  55 |3295 |6269 |4986 |3458 |  1 |1427 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2993.66/3003.59	c   121s|  4500 |  2969 |704176 | 154.4 |   669M |  55 |3295 |6302 |4973 |3527 |  1 |1461 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2994.36/3004.27	c   122s|  4600 |  3024 |716883 | 153.8 |   669M |  55 |3295 |6334 |   0 |3582 |  0 |1494 |  16 |-9.100000e+01 |      --      |    Inf |   0.77%
2994.95/3004.80	c   122s|  4700 |  3055 |727193 | 152.7 |   669M |  55 |3295 |6368 |   0 |3662 |  0 |1529 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2995.27/3005.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2995.27/3005.19	c   123s|  4800 |  3077 |733445 | 150.8 |   669M |  55 |3295 |6406 |4972 |3691 |  1 |1569 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2996.05/3005.98	c   123s|  4900 |  3121 |752742 | 151.7 |   669M |  55 |3295 |6429 |   0 |3748 |  0 |1594 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2996.65/3006.57	c   124s|  5000 |  3171 |765665 | 151.2 |   669M |  55 |3295 |6470 |   0 |3816 |  0 |1637 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2997.26/3007.14	c   125s|  5100 |  3216 |776530 | 150.4 |   669M |  55 |3295 |6501 |4979 |3868 |  1 |1671 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2997.84/3007.78	c   125s|  5200 |  3263 |792795 | 150.6 |   669M |  55 |3295 |6537 |4978 |3920 |  1 |1710 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2998.54/3008.41	c   126s|  5300 |  3320 |807723 | 150.6 |   669M |  55 |3295 |6567 |4987 |3990 |  1 |1742 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2998.94/3008.87	c   126s|  5400 |  3349 |815135 | 149.2 |   669M |  55 |3295 |6611 |4973 |4032 |  1 |1792 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
2999.84/3009.72	c   127s|  5500 |  3413 |832765 | 149.7 |   669M |  55 |3295 |6637 |   0 |4116 |  0 |1823 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
3001.03/3010.91	c   128s|  5600 |  3435 |866183 | 153.0 |   669M |  55 |3295 |6670 |4979 |4145 |  2 |1869 |  16 |-9.100000e+01 |      --      |    Inf |   0.78%
3005.02/3014.94	c   132s|  5700 |  3485 |  1001k| 174.0 |   669M |  55 |3295 |6722 |4971 |4204 |  1 |1933 |  16 |-9.100000e+01 |      --      |    Inf |   0.79%
3010.40/3020.33	c   138s|  5800 |  3546 |  1172k| 200.6 |   669M |  55 |3295 |6795 |4978 |4285 |  1 |2031 |  16 |-9.100000e+01 |      --      |    Inf |   0.79%
3014.39/3024.33	c   142s|  5900 |  3604 |  1300k| 218.8 |   669M |  55 |3295 |6814 |4972 |4344 |  1 |2072 |  16 |-9.100000e+01 |      --      |    Inf |   0.80%
3018.38/3028.39	c   146s|  6000 |  3664 |  1436k| 237.8 |   669M |  55 |3295 |6872 |4980 |4425 |  1 |2147 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
3022.37/3032.39	c   150s|  6100 |  3730 |  1564k| 254.9 |   669M |  55 |3295 |6878 |4967 |4485 |  1 |2182 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
3027.25/3037.23	c   155s|  6200 |  3792 |  1725k| 276.8 |   669M |  55 |3295 |6880 |4974 |4562 |  1 |2220 |  16 |-9.100000e+01 |      --      |    Inf |   0.81%
3030.94/3040.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3030.94/3040.96	c   158s|  6300 |  3842 |  1835k| 289.9 |   669M |  55 |3295 |6874 |4974 |4685 |  1 |2264 |  16 |-9.100000e+01 |      --      |    Inf |   0.84%
3034.14/3044.15	c   162s|  6400 |  3902 |  1940k| 301.7 |   669M |  55 |3295 |6852 |4970 |4780 |  1 |2293 |  16 |-9.100000e+01 |      --      |    Inf |   0.84%
3037.42/3047.42	c   165s|  6500 |  3962 |  2041k| 312.7 |   669M |  55 |3295 |6849 |4974 |4903 |  2 |2335 |  16 |-9.100000e+01 |      --      |    Inf |   0.85%
3043.20/3053.29	c   171s|  6600 |  4044 |  2228k| 336.3 |   669M |  55 |3295 |6812 |   0 |5083 |  0 |2335 |  16 |-9.100000e+01 |      --      |    Inf |   0.85%
3047.49/3057.55	c   175s|  6700 |  4116 |  2370k| 352.4 |   669M |  55 |3295 |6780 |4972 |5176 |  1 |2348 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
3050.99/3061.05	c   179s|  6800 |  4183 |  2485k| 364.2 |   669M |  55 |3295 |6737 |4977 |5274 |  1 |2367 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
3054.66/3064.74	c   182s|  6900 |  4254 |  2605k| 376.2 |   669M |  55 |3295 |6686 |4970 |5330 |  1 |2403 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
3057.85/3068.00	c   185s|  7000 |  4315 |  2714k| 386.4 |   670M |  55 |3295 |6640 |4984 |5417 |  1 |2426 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
3060.74/3070.86	c   188s|  7100 |  4362 |  2799k| 393.0 |   670M |  55 |3295 |6665 |4972 |5524 |  1 |2498 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
3064.05/3074.14	c   192s|  7200 |  4423 |  2908k| 402.6 |   670M |  55 |3295 |6641 |4981 |5554 |  1 |2528 |  16 |-9.100000e+01 |      --      |    Inf |   0.88%
3066.43/3076.54	c   194s|  7300 |  4483 |  2982k| 407.3 |   670M |  55 |3295 |6674 |   0 |5630 |  0 |2607 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
3069.22/3079.35	c   197s|  7400 |  4540 |  3068k| 413.4 |   670M |  55 |3295 |6641 |4985 |5697 |  2 |2631 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
3072.21/3082.30	c   200s|  7500 |  4597 |  3158k| 419.8 |   670M |  55 |3295 |6631 |4973 |5765 |  1 |2658 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
3075.21/3085.34	c   203s|  7600 |  4655 |  3251k| 426.6 |   670M |  55 |3295 |6625 |4985 |5846 |  1 |2727 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
3078.20/3088.35	c   206s|  7700 |  4710 |  3346k| 433.4 |   670M |  55 |3295 |6645 |4987 |5937 |  2 |2796 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
3081.79/3091.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3081.79/3091.93	c   209s|  7800 |  4773 |  3455k| 441.8 |   670M |  55 |3295 |6631 |4972 |6019 |  1 |2844 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
3084.48/3094.60	c   212s|  7900 |  4835 |  3530k| 445.7 |   670M |  55 |3295 |6604 |4972 |6073 |  1 |2883 |  16 |-9.100000e+01 |      --      |    Inf |   0.89%
3089.46/3099.60	c   217s|  8000 |  4907 |  3678k| 458.7 |   670M |  55 |3295 |6582 |4979 |6201 |  1 |2910 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3093.35/3103.52	c   221s|  8100 |  4968 |  3795k| 467.4 |   670M |  55 |3295 |6569 |   0 |6339 |  0 |2937 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3096.14/3106.39	c   224s|  8200 |  5034 |  3885k| 472.7 |   670M |  55 |3295 |6570 |4984 |6443 |  1 |2967 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3099.63/3109.83	c   227s|  8300 |  5102 |  3996k| 480.4 |   670M |  55 |3295 |6585 |4972 |6519 |  1 |3005 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3103.22/3113.43	c   231s|  8400 |  5170 |  4104k| 487.5 |   670M |  55 |3295 |6583 |   0 |6636 |  0 |3048 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3107.91/3118.11	c   236s|  8500 |  5230 |  4251k| 499.0 |   670M |  55 |3295 |6551 |4980 |6787 |  1 |3071 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3112.29/3122.59	c   240s|  8600 |  5306 |  4388k| 509.2 |   670M |  55 |3295 |6563 |4989 |6966 |  1 |3113 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3116.27/3126.55	c   244s|  8700 |  5368 |  4513k| 517.7 |   670M |  55 |3295 |6547 |4978 |7117 |  1 |3153 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3119.36/3129.62	c   247s|  8800 |  5422 |  4607k| 522.6 |   670M |  55 |3295 |6526 |4982 |7236 |  1 |3205 |  16 |-9.100000e+01 |      --      |    Inf |   0.90%
3123.25/3133.56	c   251s|  8900 |  5488 |  4729k| 530.3 |   670M |  55 |3295 |6507 |   0 |7379 |  0 |3215 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
3126.94/3137.20	c   255s|  9000 |  5555 |  4840k| 536.8 |   670M |  55 |3295 |6481 |4984 |7560 |  1 |3245 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
3130.53/3140.89	c   258s|  9100 |  5629 |  4956k| 543.7 |   670M |  55 |3295 |6475 |4976 |7666 |  1 |3275 |  16 |-9.100000e+01 |      --      |    Inf |   0.91%
3133.12/3143.40	c   261s|  9200 |  5684 |  5028k| 545.5 |   670M |  55 |3295 |6465 |4968 |7756 |  1 |3305 |  16 |-9.100000e+01 |      --      |    Inf |   0.92%
3137.10/3147.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3137.10/3147.43	c   265s|  9300 |  5736 |  5148k| 552.7 |   670M |  55 |3295 |6447 |   0 |7838 |  0 |3348 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
3140.19/3150.52	c   268s|  9400 |  5803 |  5244k| 557.0 |   671M |  55 |3295 |6431 |4978 |7973 |  1 |3367 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
3142.29/3152.60	c   270s|  9500 |  5853 |  5298k| 556.8 |   671M |  55 |3295 |6446 |4983 |8053 |  1 |3407 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
3145.48/3155.82	c   273s|  9600 |  5904 |  5394k| 561.0 |   671M |  55 |3295 |6442 |4973 |8232 |  1 |3445 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
3149.56/3159.99	c   277s|  9700 |  5963 |  5519k| 568.1 |   671M |  55 |3295 |6448 |4993 |8360 |  3 |3497 |  16 |-9.100000e+01 |      --      |    Inf |   1.12%
3152.25/3162.63	c   280s|  9800 |  6018 |  5596k| 570.1 |   671M |  55 |3295 |6425 |4979 |8448 |  1 |3521 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3154.94/3165.35	c   283s|  9900 |  6079 |  5680k| 572.9 |   671M |  55 |3295 |6423 |   0 |8535 |  0 |3554 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3156.44/3166.87	c   284s| 10000 |  6133 |  5722k| 571.3 |   671M |  55 |3295 |6411 |   0 |8624 |  0 |3559 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3158.65/3169.03	c   287s| 10100 |  6186 |  5785k| 571.9 |   671M |  55 |3295 |6421 |   0 |8737 |  0 |3582 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3161.22/3171.64	c   289s| 10200 |  6237 |  5857k| 573.4 |   671M |  55 |3295 |6412 |4997 |8856 |  1 |3607 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3163.73/3174.16	c   292s| 10300 |  6279 |  5931k| 575.0 |   671M |  55 |3295 |6405 |   0 |8950 |  0 |3637 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3166.41/3176.89	c   294s| 10400 |  6323 |  6009k| 577.0 |   671M |  55 |3295 |6372 |4975 |9033 |  1 |3666 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3169.00/3179.48	c   297s| 10500 |  6365 |  6085k| 578.7 |   671M |  55 |3295 |6370 |4972 |9095 |  1 |3697 |  16 |-9.100000e+01 |      --      |    Inf |   1.13%
3172.19/3182.69	c   300s| 10600 |  6412 |  6183k| 582.5 |   671M |  55 |3295 |6319 |4967 |9223 |  1 |3716 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
3175.87/3186.32	c   304s| 10700 |  6471 |  6297k| 587.7 |   671M |  55 |3295 |6290 |4991 |9321 |  1 |3771 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
3178.96/3189.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3178.96/3189.45	c   307s| 10800 |  6519 |  6360k| 588.1 |   671M |  55 |3295 |6304 |   0 |9426 |  0 |3829 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
3181.67/3192.18	c   310s| 10900 |  6581 |  6443k| 590.3 |   671M |  55 |3295 |6284 |4969 |9499 |  1 |3839 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
3184.15/3194.65	c   312s| 11000 |  6650 |  6515k| 591.5 |   671M |  55 |3295 |6268 |   0 |9626 |  0 |3869 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
3186.24/3196.79	c   314s| 11100 |  6691 |  6573k| 591.4 |   671M |  55 |3295 |6279 |4991 |9733 |  1 |3892 |  16 |-9.100000e+01 |      --      |    Inf |   1.14%
3188.64/3199.13	c   317s| 11200 |  6749 |  6642k| 592.3 |   671M |  55 |3295 |6274 |4981 |9791 |  1 |3924 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3191.02/3201.54	c   319s| 11300 |  6794 |  6714k| 593.4 |   671M |  55 |3295 |6281 |4991 |9914 |  1 |3961 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3194.11/3204.61	c   322s| 11400 |  6858 |  6810k| 596.6 |   671M |  55 |3295 |6261 |   0 |9996 |  0 |3979 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3196.40/3206.95	c   324s| 11500 |  6914 |  6880k| 597.5 |   671M |  55 |3295 |6246 |4993 |  10k|  1 |4001 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3197.90/3208.45	c   326s| 11600 |  6954 |  6925k| 596.2 |   671M |  55 |3295 |6258 |4994 |  10k|  1 |4039 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3201.19/3211.75	c   329s| 11700 |  7006 |  7024k| 599.6 |   671M |  55 |3295 |6240 |4970 |  10k|  1 |4068 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3203.59/3214.17	c   332s| 11800 |  7037 |  7093k| 600.4 |   671M |  55 |3295 |6277 |4977 |  10k|  1 |4132 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3207.27/3217.88	c   335s| 11900 |  7092 |  7201k| 604.4 |   671M |  55 |3295 |6273 |4979 |  10k|  1 |4170 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3209.48/3220.03	c   338s| 12000 |  7131 |  7265k| 604.7 |   671M |  55 |3295 |6299 |4991 |  10k|  2 |4214 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3212.35/3222.91	c   340s| 12100 |  7198 |  7348k| 606.5 |   671M |  55 |3295 |6284 |4991 |  10k|  1 |4232 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3214.94/3225.59	c   343s| 12200 |  7244 |  7429k| 608.2 |   671M |  55 |3295 |6291 |   0 |  10k|  0 |4285 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3216.94/3227.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3216.94/3227.53	c   345s| 12300 |  7275 |  7485k| 607.8 |   673M |  55 |3295 |6306 |4972 |  10k|  1 |4323 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3220.03/3230.60	c   348s| 12400 |  7331 |  7572k| 609.9 |   673M |  55 |3295 |6300 |4978 |  10k|  1 |4353 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3222.92/3233.57	c   351s| 12500 |  7379 |  7665k| 612.5 |   673M |  55 |3295 |6271 |4979 |  11k|  1 |4371 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3226.52/3237.14	c   355s| 12600 |  7439 |  7765k| 615.6 |   673M |  55 |3295 |6257 |4988 |  11k|  2 |4394 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3229.90/3240.55	c   358s| 12700 |  7484 |  7865k| 618.6 |   673M |  55 |3295 |6284 |4998 |  11k|  3 |4446 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3232.19/3242.88	c   360s| 12800 |  7521 |  7926k| 618.6 |   673M |  55 |3295 |6300 |   0 |  11k|  0 |4503 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3233.28/3243.97	c   361s| 12900 |  7537 |  7959k| 616.3 |   673M |  55 |3295 |6307 |4986 |  11k|  1 |4535 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3235.97/3246.68	c   364s| 13000 |  7603 |  8040k| 617.8 |   673M |  55 |3295 |6279 |4980 |  11k|  1 |4546 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3239.16/3249.82	c   367s| 13100 |  7640 |  8136k| 620.4 |   673M |  55 |3295 |6277 |   0 |  11k|  0 |4589 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3241.96/3252.61	c   370s| 13200 |  7691 |  8221k| 622.2 |   673M |  55 |3295 |6259 |4983 |  11k|  1 |4616 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3245.05/3255.76	c   373s| 13300 |  7767 |  8316k| 624.6 |   673M |  55 |3295 |6237 |4973 |  11k|  1 |4635 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3247.74/3258.44	c   376s| 13400 |  7816 |  8393k| 625.7 |   673M |  55 |3295 |6238 |4993 |  11k|  1 |4678 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3251.23/3261.94	c   379s| 13500 |  7872 |  8492k| 628.4 |   673M |  55 |3295 |6205 |4977 |  12k|  1 |4702 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3254.61/3265.34	c   383s| 13600 |  7933 |  8595k| 631.3 |   673M |  55 |3295 |6223 |4971 |  12k|  1 |4756 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3257.11/3267.85	c   385s| 13700 |  7983 |  8667k| 632.0 |   673M |  55 |3295 |6204 |4991 |  12k|  2 |4775 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3260.70/3271.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3260.70/3271.44	c   389s| 13800 |  8048 |  8778k| 635.4 |   673M |  55 |3295 |6198 |4966 |  12k|  1 |4814 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3262.89/3273.69	c   391s| 13900 |  8080 |  8840k| 635.4 |   673M |  55 |3295 |6222 |   0 |  12k|  0 |4860 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3264.98/3275.73	c   393s| 14000 |  8116 |  8896k| 634.8 |   673M |  55 |3295 |6223 |   0 |  12k|  0 |4888 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3267.57/3278.39	c   396s| 14100 |  8169 |  8973k| 635.7 |   673M |  55 |3295 |6217 |4988 |  12k|  1 |4916 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3270.46/3281.24	c   399s| 14200 |  8206 |  9056k| 637.1 |   673M |  55 |3295 |6251 |   0 |  12k|  0 |4978 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3273.15/3283.94	c   401s| 14300 |  8264 |  9134k| 638.1 |   674M |  55 |3295 |6238 |   0 |  12k|  0 |4989 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3275.05/3285.81	c   403s| 14400 |  8279 |  9187k| 637.4 |   674M |  55 |3295 |6235 |4998 |  12k|  1 |5014 |  16 |-9.100000e+01 |      --      |    Inf |   1.15%
3277.94/3288.79	c   406s| 14500 |  8316 |  9270k| 638.7 |   674M |  55 |3295 |6213 |4974 |  13k|  1 |5042 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3280.24/3291.05	c   409s| 14600 |  8360 |  9335k| 638.8 |   674M |  55 |3295 |6214 |4995 |  13k|  1 |5080 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3282.34/3293.11	c   411s| 14700 |  8418 |  9400k| 638.9 |   674M |  55 |3295 |6197 |4969 |  13k|  1 |5110 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3284.72/3295.56	c   413s| 14800 |  8466 |  9475k| 639.6 |   674M |  55 |3295 |6180 |4995 |  13k|  1 |5134 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3287.01/3297.85	c   415s| 14900 |  8503 |  9539k| 639.6 |   674M |  55 |3295 |6196 |   0 |  13k|  0 |5180 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3287.90/3298.79	c   416s| 15000 |  8512 |  9559k| 636.7 |   674M |  55 |3295 |6249 |   0 |  13k|  0 |5235 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3289.40/3300.29	c   418s| 15100 |  8532 |  9601k| 635.3 |   674M |  55 |3295 |6254 |4976 |  13k|  1 |5261 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3290.99/3301.84	c   419s| 15200 |  8576 |  9645k| 634.0 |   674M |  55 |3295 |6252 |4982 |  14k|  1 |5290 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3293.69/3304.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3293.69/3304.51	c   422s| 15300 |  8630 |  9723k| 635.0 |   674M |  55 |3295 |6228 |4977 |  14k|  1 |5320 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3296.08/3306.92	c   424s| 15400 |  8671 |  9799k| 635.7 |   674M |  55 |3295 |6261 |4971 |  14k|  1 |5386 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3299.57/3310.40	c   428s| 15500 |  8703 |  9898k| 638.1 |   674M |  55 |3295 |6255 |4971 |  14k|  1 |5420 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3301.66/3312.53	c   430s| 15600 |  8732 |  9963k| 638.1 |   674M |  55 |3295 |6286 |4988 |  14k|  1 |5467 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3303.05/3314.00	c   431s| 15700 |  8754 | 10006k| 636.8 |   674M |  55 |3295 |6296 |4973 |  14k|  1 |5487 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3306.94/3317.81	c   435s| 15800 |  8782 | 10116k| 639.7 |   675M |  55 |3295 |6292 |   0 |  14k|  0 |5521 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3308.34/3319.23	c   437s| 15900 |  8809 | 10152k| 638.0 |   675M |  55 |3295 |6318 |   0 |  14k|  0 |5560 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3310.53/3321.45	c   439s| 16000 |  8841 | 10219k| 638.1 |   675M |  55 |3295 |6296 |4990 |  14k|  1 |5587 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3311.72/3322.68	c   440s| 16100 |  8867 | 10248k| 636.0 |   675M |  55 |3295 |6320 |5012 |  14k|  1 |5627 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3312.72/3323.68	c   441s| 16200 |  8880 | 10274k| 633.6 |   675M |  55 |3295 |6350 |4998 |  15k|  1 |5685 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3314.61/3325.58	c   443s| 16300 |  8902 | 10328k| 633.1 |   675M |  55 |3295 |6373 |4987 |  15k|  1 |5744 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3317.40/3328.31	c   446s| 16400 |  8942 | 10412k| 634.3 |   675M |  55 |3295 |6346 |   0 |  15k|  0 |5775 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3320.00/3330.91	c   448s| 16500 |  8980 | 10489k| 635.2 |   675M |  55 |3295 |6352 |4998 |  15k|  1 |5816 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3321.89/3332.89	c   450s| 16600 |  9003 | 10551k| 635.1 |   675M |  55 |3295 |6367 |   0 |  15k|  0 |5868 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3323.38/3334.32	c   452s| 16700 |  9017 | 10589k| 633.5 |   675M |  55 |3295 |6403 |4969 |  15k|  1 |5928 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3325.78/3336.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3325.78/3336.77	c   454s| 16800 |  9048 | 10663k| 634.2 |   675M |  55 |3295 |6394 |4979 |  15k|  1 |5961 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3328.47/3339.44	c   457s| 16900 |  9095 | 10744k| 635.2 |   675M |  55 |3295 |6371 |4977 |  15k|  1 |5998 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3330.56/3341.50	c   459s| 17000 |  9136 | 10801k| 634.9 |   675M |  55 |3295 |6357 |4977 |  15k|  1 |6052 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3333.85/3344.85	c   462s| 17100 |  9200 | 10903k| 637.1 |   675M |  55 |3295 |6306 |4968 |  15k|  1 |6067 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3336.54/3347.56	c   465s| 17200 |  9244 | 10984k| 638.1 |   675M |  55 |3295 |6305 |4979 |  15k|  1 |6099 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3339.53/3350.50	c   468s| 17300 |  9297 | 11071k| 639.4 |   675M |  55 |3295 |6281 |4985 |  16k|  1 |6136 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3341.62/3352.66	c   470s| 17400 |  9330 | 11129k| 639.1 |   675M |  55 |3295 |6279 |   0 |  16k|  0 |6172 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3342.92/3354.01	c   471s| 17500 |  9349 | 11164k| 637.5 |   675M |  55 |3295 |6347 |4984 |  16k|  1 |6244 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3345.31/3356.35	c   474s| 17600 |  9388 | 11224k| 637.2 |   675M |  55 |3295 |6338 |4978 |  16k|  1 |6283 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3347.02/3358.05	c   476s| 17700 |  9410 | 11273k| 636.4 |   675M |  55 |3295 |6338 |4986 |  16k|  1 |6322 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3348.50/3359.57	c   477s| 17800 |  9416 | 11314k| 635.1 |   675M |  55 |3295 |6370 |4998 |  16k|  1 |6384 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3349.79/3360.87	c   478s| 17900 |  9460 | 11349k| 633.5 |   675M |  55 |3295 |6398 |4994 |  16k|  1 |6444 |  16 |-9.100000e+01 |      --      |    Inf |   1.16%
3352.68/3363.75	c   481s| 18000 |  9505 | 11426k| 634.3 |   675M |  55 |3295 |6363 |4983 |  16k|  1 |6487 |  16 |-9.100000e+01 |      --      |    Inf |   1.17%
3354.58/3365.62	c   483s| 18100 |  9533 | 11475k| 633.5 |   675M |  55 |3295 |6349 |4985 |  17k|  1 |6531 |  16 |-9.100000e+01 |      --      |    Inf |   1.17%
3357.77/3368.85	c   486s| 18200 |  9578 | 11573k| 635.4 |   675M |  55 |3295 |6251 |   0 |  17k|  0 |6562 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3359.36/3370.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3359.36/3370.40	c   488s| 18300 |  9597 | 11615k| 634.2 |   675M |  55 |3295 |6294 |4998 |  17k|  1 |6628 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3360.66/3371.72	c   489s| 18400 |  9600 | 11649k| 632.6 |   675M |  55 |3295 |6318 |4997 |  17k|  3 |6672 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3362.75/3373.81	c   491s| 18500 |  9635 | 11708k| 632.4 |   675M |  55 |3295 |6318 |4990 |  17k|  1 |6712 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3364.24/3375.37	c   493s| 18600 |  9673 | 11751k| 631.3 |   675M |  55 |3295 |6327 |5003 |  17k|  0 |6761 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3367.23/3378.31	c   496s| 18700 |  9715 | 11841k| 632.8 |   675M |  55 |3295 |6326 |4995 |  17k|  1 |6817 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3370.32/3381.43	c   499s| 18800 |  9771 | 11934k| 634.3 |   675M |  55 |3295 |6310 |4993 |  17k|  1 |6836 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3373.31/3384.46	c   502s| 18900 |  9814 | 12024k| 635.7 |   675M |  55 |3295 |6290 |4992 |  18k|  1 |6894 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3376.02/3387.15	c   505s| 19000 |  9873 | 12108k| 636.8 |   675M |  55 |3295 |6242 |4983 |  18k|  2 |6918 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3379.19/3390.32	c   508s| 19100 |  9928 | 12198k| 638.2 |   675M |  55 |3295 |6183 |4980 |  18k|  1 |6947 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3381.78/3392.90	c   510s| 19200 |  9979 | 12274k| 638.8 |   675M |  55 |3295 |6157 |   0 |  18k|  0 |6974 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3383.18/3394.37	c   512s| 19300 | 10012 | 12313k| 637.5 |   676M |  55 |3295 |6181 |4990 |  18k|  1 |7008 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3386.47/3397.64	c   515s| 19400 | 10073 | 12415k| 639.5 |   676M |  55 |3295 |6136 |4990 |  18k|  1 |7022 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3388.46/3399.65	c   517s| 19500 | 10117 | 12474k| 639.2 |   676M |  55 |3295 |6117 |4980 |  18k|  1 |7058 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3391.25/3402.41	c   520s| 19600 | 10153 | 12555k| 640.1 |   676M |  55 |3295 |6142 |4976 |  18k|  1 |7134 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3393.05/3404.21	c   522s| 19700 | 10188 | 12601k| 639.2 |   676M |  55 |3295 |6152 |4991 |  18k|  1 |7175 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3395.04/3406.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3395.04/3406.26	c   524s| 19800 | 10218 | 12661k| 639.0 |   676M |  55 |3295 |6164 |4976 |  18k|  1 |7224 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3397.43/3408.63	c   526s| 19900 | 10279 | 12730k| 639.3 |   677M |  55 |3295 |6142 |4972 |  19k|  1 |7234 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3399.33/3410.56	c   528s| 20000 | 10313 | 12784k| 638.8 |   677M |  55 |3295 |6146 |4996 |  19k|  3 |7281 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3401.62/3412.84	c   530s| 20100 | 10362 | 12850k| 638.9 |   677M |  55 |3295 |6115 |   0 |  19k|  0 |7304 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3403.92/3415.19	c   533s| 20200 | 10408 | 12917k| 639.0 |   677M |  55 |3295 |6099 |4976 |  19k|  1 |7315 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3406.40/3417.63	c   535s| 20300 | 10464 | 12987k| 639.3 |   677M |  55 |3295 |6084 |4983 |  19k|  1 |7331 |  16 |-9.100000e+01 |      --      |    Inf |   1.18%
3409.09/3420.34	c   538s| 20400 | 10498 | 13065k| 640.0 |   677M |  55 |3295 |6102 |4999 |  19k|  3 |7373 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3411.49/3422.78	c   540s| 20500 | 10534 | 13133k| 640.2 |   677M |  55 |3295 |6109 |   0 |  20k|  0 |7413 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3413.58/3424.81	c   542s| 20600 | 10570 | 13192k| 640.0 |   677M |  55 |3295 |6123 |4995 |  20k|  1 |7449 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3415.47/3426.71	c   544s| 20700 | 10602 | 13246k| 639.5 |   677M |  55 |3295 |6139 |   0 |  20k|  0 |7485 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3418.26/3429.59	c   547s| 20800 | 10656 | 13330k| 640.4 |   677M |  55 |3295 |6134 |4991 |  20k|  2 |7523 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3421.65/3433.00	c   550s| 20900 | 10706 | 13429k| 642.1 |   677M |  55 |3295 |6121 |4995 |  20k|  1 |7546 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3424.34/3435.65	c   553s| 21000 | 10754 | 13507k| 642.8 |   677M |  55 |3295 |6129 |4997 |  20k|  1 |7594 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3427.33/3438.60	c   556s| 21100 | 10794 | 13590k| 643.7 |   677M |  55 |3295 |6156 |4989 |  20k|  1 |7648 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3429.63/3440.93	c   558s| 21200 | 10848 | 13655k| 643.7 |   677M |  55 |3295 |6148 |   0 |  20k|  0 |7674 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3431.73/3443.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3431.73/3443.06	c   561s| 21300 | 10890 | 13716k| 643.5 |   677M |  55 |3295 |6149 |   0 |  20k|  0 |7702 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3433.41/3444.73	c   562s| 21400 | 10924 | 13763k| 642.7 |   677M |  55 |3295 |6200 |   0 |  21k|  0 |7767 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3435.72/3447.03	c   565s| 21500 | 10971 | 13833k| 643.0 |   677M |  55 |3295 |6194 |4998 |  21k|  1 |7787 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3438.00/3449.31	c   567s| 21600 | 11003 | 13898k| 643.0 |   677M |  55 |3295 |6212 |5000 |  21k|  1 |7843 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3439.99/3451.35	c   569s| 21700 | 11032 | 13954k| 642.6 |   677M |  55 |3295 |6234 |4982 |  21k|  1 |7890 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3443.18/3454.52	c   572s| 21800 | 11086 | 14048k| 644.0 |   677M |  55 |3295 |6228 |   0 |  21k|  0 |7919 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3446.07/3457.48	c   575s| 21900 | 11139 | 14138k| 645.2 |   677M |  55 |3295 |6228 |4980 |  21k|  1 |7952 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3448.56/3459.98	c   577s| 22000 | 11197 | 14206k| 645.3 |   678M |  55 |3295 |6224 |4984 |  21k|  1 |7987 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3450.55/3461.91	c   579s| 22100 | 11245 | 14260k| 644.9 |   678M |  55 |3295 |6235 |5006 |  21k|  3 |8027 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3451.85/3463.28	c   581s| 22200 | 11285 | 14294k| 643.5 |   678M |  55 |3295 |6256 |4995 |  21k|  1 |8062 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3454.75/3466.15	c   584s| 22300 | 11341 | 14380k| 644.5 |   678M |  55 |3295 |6238 |4983 |  22k|  2 |8091 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3458.03/3469.48	c   587s| 22400 | 11391 | 14472k| 645.7 |   678M |  55 |3295 |6233 |   0 |  22k|  0 |8115 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3460.82/3472.29	c   590s| 22500 | 11450 | 14552k| 646.4 |   678M |  55 |3295 |6219 |   0 |  22k|  0 |8142 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3463.01/3474.44	c   592s| 22600 | 11499 | 14617k| 646.4 |   678M |  55 |3295 |6197 |4987 |  22k|  1 |8172 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3464.91/3476.36	c   594s| 22700 | 11545 | 14671k| 645.9 |   678M |  55 |3295 |6197 |4989 |  22k|  1 |8195 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3467.61/3479.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3467.61/3479.03	c   597s| 22800 | 11602 | 14753k| 646.7 |   678M |  55 |3295 |6165 |   0 |  22k|  0 |8212 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3470.79/3482.29	c   600s| 22900 | 11637 | 14854k| 648.3 |   678M |  55 |3295 |6167 |4989 |  22k|  1 |8248 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3474.08/3485.55	c   603s| 23000 | 11695 | 14949k| 649.6 |   678M |  55 |3295 |6135 |4973 |  22k|  1 |8271 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3477.37/3488.81	c   606s| 23100 | 11751 | 15039k| 650.7 |   679M |  55 |3295 |6157 |4981 |  22k|  1 |8329 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3480.67/3492.17	c   610s| 23200 | 11810 | 15136k| 652.0 |   679M |  55 |3295 |6122 |   0 |  23k|  0 |8359 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3482.75/3494.20	c   612s| 23300 | 11850 | 15194k| 651.7 |   679M |  55 |3295 |6093 |4988 |  23k|  1 |8382 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3484.55/3496.06	c   614s| 23400 | 11898 | 15248k| 651.2 |   679M |  55 |3295 |6100 |   0 |  23k|  0 |8418 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3487.13/3498.63	c   616s| 23500 | 11962 | 15326k| 651.8 |   679M |  55 |3295 |6122 |   0 |  23k|  0 |8465 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3490.12/3501.69	c   619s| 23600 | 11999 | 15418k| 652.9 |   679M |  55 |3295 |6201 |4978 |  23k|  1 |8579 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3493.53/3505.01	c   623s| 23700 | 12065 | 15512k| 654.2 |   679M |  55 |3295 |6218 |4978 |  23k|  1 |8629 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3496.40/3507.94	c   625s| 23800 | 12133 | 15604k| 655.3 |   679M |  55 |3295 |6210 |4986 |  23k|  1 |8649 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3499.29/3510.85	c   628s| 23900 | 12195 | 15689k| 656.1 |   679M |  55 |3295 |6174 |   0 |  23k|  0 |8661 |  16 |-9.100000e+01 |      --      |    Inf |   1.19%
3501.60/3513.12	c   631s| 24000 | 12227 | 15757k| 656.2 |   679M |  55 |3295 |6181 |4987 |  23k|  1 |8711 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3503.59/3515.17	c   633s| 24100 | 12276 | 15812k| 655.8 |   679M |  55 |3295 |6187 |4996 |  23k|  1 |8742 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3505.37/3516.93	c   634s| 24200 | 12316 | 15864k| 655.2 |   679M |  55 |3295 |6205 |   0 |  24k|  0 |8774 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3507.96/3519.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3507.96/3519.55	c   637s| 24300 | 12394 | 15932k| 655.3 |   680M |  55 |3295 |6175 |4971 |  24k|  1 |8796 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3510.26/3521.89	c   639s| 24400 | 12454 | 15997k| 655.3 |   680M |  55 |3295 |6198 |4978 |  24k|  1 |8831 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3512.65/3524.23	c   642s| 24500 | 12498 | 16069k| 655.5 |   680M |  55 |3295 |6181 |   0 |  24k|  0 |8860 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3515.94/3527.52	c   645s| 24600 | 12561 | 16166k| 656.8 |   680M |  55 |3295 |6154 |4975 |  24k|  1 |8886 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3518.93/3530.58	c   648s| 24700 | 12608 | 16252k| 657.6 |   680M |  55 |3295 |6066 |   0 |  24k|  0 |8925 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3521.22/3532.81	c   650s| 24800 | 12667 | 16319k| 657.7 |   680M |  55 |3295 |6048 |   0 |  24k|  0 |8952 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3523.11/3534.71	c   652s| 24900 | 12709 | 16375k| 657.3 |   680M |  55 |3295 |6020 |4982 |  24k|  1 |8979 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3525.01/3536.63	c   654s| 25000 | 12759 | 16427k| 656.7 |   680M |  55 |3295 |6019 |4982 |  24k|  1 |9008 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3526.80/3538.47	c   656s| 25100 | 12789 | 16482k| 656.3 |   680M |  55 |3295 |6000 |   0 |  24k|  0 |9041 |  16 |-9.100000e+01 |      --      |    Inf |   1.20%
3529.99/3541.68	c   659s| 25200 | 12852 | 16580k| 657.6 |   680M |  55 |3295 |5940 |4983 |  25k|  1 |9093 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
3532.28/3543.95	c   661s| 25300 | 12898 | 16646k| 657.6 |   680M |  55 |3295 |5940 |4977 |  25k|  1 |9115 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
3534.18/3545.85	c   663s| 25400 | 12946 | 16697k| 657.0 |   680M |  55 |3295 |5919 |   0 |  25k|  0 |9144 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
3536.38/3548.03	c   666s| 25500 | 12994 | 16756k| 656.8 |   680M |  55 |3295 |5943 |4975 |  25k|  1 |9185 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
3538.56/3550.26	c   668s| 25600 | 13041 | 16826k| 656.9 |   680M |  55 |3295 |5951 |4989 |  25k|  1 |9221 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
3541.47/3553.16	c   671s| 25700 | 13108 | 16910k| 657.6 |   680M |  55 |3295 |5923 |4986 |  25k|  1 |9242 |  16 |-9.100000e+01 |      --      |    Inf |   1.28%
3544.54/3556.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3544.54/3556.25	c   674s| 25800 | 13160 | 17001k| 658.6 |   680M |  55 |3295 |5933 |4982 |  25k|  1 |9281 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
3547.45/3559.16	c   677s| 25900 | 13227 | 17088k| 659.4 |   680M |  55 |3295 |5900 |4969 |  25k|  1 |9310 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
3549.72/3561.40	c   679s| 26000 | 13258 | 17158k| 659.6 |   681M |  55 |3295 |5926 |   0 |  25k|  0 |9375 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
3552.71/3564.48	c   682s| 26100 | 13304 | 17259k| 660.9 |   681M |  55 |3295 |5930 |   0 |  26k|  0 |9413 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
3554.61/3566.31	c   684s| 26200 | 13349 | 17307k| 660.3 |   681M |  55 |3295 |5948 |   0 |  26k|  0 |9451 |  16 |-9.100000e+01 |      --      |    Inf |   1.29%
3558.20/3570.01	c   688s| 26300 | 13416 | 17414k| 661.8 |   681M |  55 |3295 |5942 |4974 |  26k|  1 |9467 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
3561.19/3572.93	c   690s| 26400 | 13462 | 17500k| 662.6 |   681M |  55 |3295 |5916 |4987 |  26k|  1 |9493 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
3563.58/3575.33	c   693s| 26500 | 13504 | 17568k| 662.6 |   682M |  55 |3295 |5940 |4979 |  26k|  2 |9550 |  16 |-9.100000e+01 |      --      |    Inf |   1.31%
3565.29/3577.06	c   695s| 26600 | 13539 | 17619k| 662.1 |   682M |  55 |3295 |5971 |4990 |  26k|  1 |9603 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3567.46/3579.26	c   697s| 26700 | 13574 | 17683k| 661.9 |   682M |  55 |3295 |5980 |4984 |  26k|  1 |9638 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3569.85/3581.66	c   699s| 26800 | 13622 | 17751k| 662.0 |   682M |  55 |3295 |5977 |   0 |  26k|  0 |9669 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3573.04/3584.84	c   702s| 26900 | 13680 | 17845k| 663.1 |   682M |  55 |3295 |5969 |4975 |  26k|  1 |9693 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3576.13/3587.97	c   705s| 27000 | 13751 | 17941k| 664.2 |   682M |  55 |3295 |5969 |4978 |  26k|  1 |9717 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3578.24/3590.03	c   708s| 27100 | 13811 | 18001k| 663.9 |   682M |  55 |3295 |5990 |   0 |  26k|  0 |9755 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3580.92/3592.78	c   710s| 27200 | 13874 | 18075k| 664.2 |   682M |  55 |3295 |5978 |4973 |  27k|  1 |9803 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3583.22/3595.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3583.22/3595.08	c   713s| 27300 | 13924 | 18140k| 664.2 |   682M |  55 |3295 |5967 |4975 |  27k|  1 |9835 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3585.60/3597.40	c   715s| 27400 | 13980 | 18207k| 664.2 |   682M |  55 |3295 |5988 |4994 |  27k|  1 |9873 |  16 |-9.100000e+01 |      --      |    Inf |   1.33%
3586.31/3598.13	c   716s| 27500 | 13999 | 18225k| 662.4 |   682M |  55 |3295 |6014 |   0 |  27k|  0 |9910 |  16 |-9.100000e+01 |      --      |    Inf |   1.34%
3587.40/3599.22	c   717s| 27600 | 14037 | 18247k| 660.8 |   682M |  55 |3295 |6029 |4985 |  27k|  1 |9938 |  16 |-9.100000e+01 |      --      |    Inf |   1.34%
3588.89/3600.75	c   718s| 27700 | 14049 | 18288k| 659.9 |   682M |  55 |3295 |6133 |4973 |  27k|  1 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
3591.58/3603.49	c   721s| 27800 | 14105 | 18370k| 660.5 |   682M |  55 |3295 |6126 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
3594.97/3606.80	c   724s| 27900 | 14167 | 18467k| 661.6 |   682M |  55 |3295 |6110 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
3598.46/3610.37	c   728s| 28000 | 14227 | 18586k| 663.5 |   682M |  55 |3295 |6118 |   0 |  27k|  0 |  10k|  16 |-9.100000e+01 |      --      |    Inf |   1.34%
3600.05/3611.90	
3600.05/3611.90	*** TERMINATED *** by signal
3600.05/3611.90	c
3600.05/3611.90	s UNKNOWN
3600.05/3611.90	c _____________________________________________________________________________
3600.05/3611.90	c std/band forms        : 577,2903
3600.05/3611.90	c 2cl/3cl ITE-codings   : 6067345,271455
3600.05/3611.90	c BDD/srt/adr Max costs : 2074,0,0
3600.05/3611.90	c BDDraw/bin/mul/srt/adr: 0,0,3480,0,0
3600.05/3611.90	c BDD nodes             : 7722692
3600.05/3611.90	c Es1/CC detections     : 0,0
3600.05/3611.90	c CC sort               : 0
3600.05/3611.90	c SAT/UNSAT calls       : 0,0
3600.05/3611.90	c regenrated variables  : 0
3600.05/3611.90	c eliminated fixed lits : 0
3600.05/3611.90	c goal lit flips        : 0
3600.05/3611.90	c goal stages           : 1
3600.05/3611.90	c goal shrink           : 3
3600.05/3611.90	c goal coeff separations: 0
3600.05/3611.90	c restarts              : 46
3600.05/3611.90	c conflicts             : 398            (0 /sec)
3600.05/3611.90	c decisions             : 5117           (1 /sec)
3600.05/3611.90	c propagations          : 143156263      (39765 /sec)
3600.05/3611.90	c inspects              : 0              (0 /sec)
3600.05/3611.90	c CPU time (solving tm) : 3600 s        (40.47 s, SAT 0 s, UNSAT 0 s)
3600.05/3611.90	c SAT solver time       : 40.47 s
3600.05/3611.90	c SAT solver SAT time   : 0 s
3600.05/3611.90	c SAT solver UNSAT time : 0 s
3600.05/3611.90	c SAT solver TO time    : 40.47 s
3600.05/3611.90	c Time for SCIP         : 2801 s
3600.05/3611.90	c Coop SCIP LB improvements           : 0
3600.05/3611.90	c Coop SCIP UB improvements           : 0
3600.05/3611.90	c SCIP globally fixed variables       : 0
3600.05/3611.90	c SAT  globally fixed variables       : 0
3600.05/3611.90	c SCIP freeTransform calls            : 6
3600.05/3611.90	c Time for Opt-base     : 4.187 s
3600.05/3611.90	c Steps for Opt-base    : 18281247
3600.05/3611.90	c Time for BDD coding   : 27.62 s
3600.05/3611.90	c Time for srt coding   : 0 s
3600.05/3611.90	c Inner solver invocations            : 0
3600.05/3611.90	c Inner solving count                 : 0
3600.05/3611.90	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

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-4779510-1782133666/watcher-4779510-1782133666 -o /tmp/evaluation-result-4779510-1782133666/solver-4779510-1782133666 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779510-1782133666/vars-4779510-1782133666 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451896 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4779510-1782133666.opb 

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-3,5-6,8,10-11,13-14,17-19,21-24,26,29-32,34-36,38,45-47,49-50,52,54-55,59,61,63
  3550 MHz: 1,37,39,48,51,53,56-58
  3600 MHz: 4,7,9,12,15-16,20,25,27-28,33,40-44,60,62
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  2500 MHz: 0,2-3
  3550 MHz: 1
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (99513 MiB free)
  node 1: cores 8-15, 129019 MiB (100499 MiB free)
  node 2: cores 16-23, 129019 MiB (109416 MiB free)
  node 3: cores 24-31, 129003 MiB (111082 MiB free)
  node 4: cores 32-39, 129019 MiB (102775 MiB free)
  node 5: cores 40-47, 129019 MiB (108102 MiB free)
  node 6: cores 48-55, 129019 MiB (107910 MiB free)
  node 7: cores 56-63, 128429 MiB (112551 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2452721, runsolver pid=2452718
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 14.86 28.54 37.27 17/875 2452724
/proc/meminfo: memFree=872295636/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=95196 memory=23648 CPUtime=0.07 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 3686 204 0 0 7 0 0 0 20 0 1 0 146654693 97480704 5760 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 23799 5912 2687 506 0 4490 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 23648 KiB

[startup+0.212937 s]*
/proc/loadavg: 14.86 28.54 37.27 17/875 2452724
/proc/meminfo: memFree=872266292/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=111560 memory=39908 CPUtime=0.18 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 7750 204 0 0 18 0 0 0 20 0 1 0 146654693 114237440 9728 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 27890 9977 2687 506 0 8581 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 111560 KiB
Current children cumulated memory: 39908 KiB

[startup+0.312413 s]*
/proc/loadavg: 14.86 28.54 37.27 17/875 2452724
/proc/meminfo: memFree=872159428/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=179372 memory=115196 CPUtime=0.29 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 24227 204 0 0 28 1 0 0 20 0 1 0 146654693 183676928 28665 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 44843 28799 5431 506 0 25534 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 179372 KiB
Current children cumulated memory: 115196 KiB

[startup+0.700177 s]
/proc/loadavg: 14.86 28.54 37.27 17/875 2452724
/proc/meminfo: memFree=871914628/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=221736 memory=156224 CPUtime=0.66 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 36825 204 0 0 64 2 0 0 20 0 1 0 146654693 227057664 39005 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 55434 39056 5811 506 0 36125 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 221736 KiB
Current children cumulated memory: 156224 KiB

[startup+1.50019 s]
/proc/loadavg: 14.86 28.54 37.27 17/874 2452742
/proc/meminfo: memFree=871715964/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=360980 memory=284704 CPUtime=1.46 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 67709 204 0 0 142 4 0 0 20 0 1 0 146654693 369643520 71030 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 90245 71176 6086 506 0 70936 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 360980 KiB
Current children cumulated memory: 284704 KiB

[startup+3.11398 s]
/proc/loadavg: 14.96 28.33 37.16 17/876 2452760
/proc/meminfo: memFree=868749344/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=393388 memory=321144 CPUtime=3.06 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 76314 204 0 0 302 4 0 0 20 0 1 0 146654693 402829312 80165 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 98347 80286 6086 506 0 79038 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 393388 KiB
Current children cumulated memory: 321144 KiB

[startup+6.30018 s]
/proc/loadavg: 14.96 28.33 37.16 17/877 2452761
/proc/meminfo: memFree=866374212/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=387556 memory=315404 CPUtime=6.24 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 77774 204 0 0 620 4 0 0 20 0 1 0 146654693 396857344 78648 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 96889 78851 6134 506 0 77580 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 387556 KiB
Current children cumulated memory: 315404 KiB

[startup+12.7001 s]
/proc/loadavg: 15.12 27.93 36.93 17/877 2452811
/proc/meminfo: memFree=864254924/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=389184 memory=317144 CPUtime=12.62 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 78992 204 0 0 1258 4 0 0 20 0 1 0 146654693 398524416 79273 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 97296 79286 6144 506 0 77987 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 389184 KiB
Current children cumulated memory: 317144 KiB

[startup+25.5001 s]
/proc/loadavg: 15.25 27.53 36.70 17/878 2452812
/proc/meminfo: memFree=862244316/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=515072 memory=435408 CPUtime=25.39 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 82985 204 0 0 2533 6 0 0 20 0 1 0 146654693 527433728 108852 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 128768 108852 6144 506 0 109459 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 515072 KiB
Current children cumulated memory: 435408 KiB

[startup+51.114 s]
/proc/loadavg: 15.58 26.62 36.16 16/874 2453120
/proc/meminfo: memFree=856152752/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=3843252 memory=3625116 CPUtime=50.93 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 471468 204 0 0 4996 97 0 0 20 0 1 0 146654693 3935490048 906168 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 960813 906279 6224 506 0 941504 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 3843252 KiB
Current children cumulated memory: 3625116 KiB

[startup+102.3 s]
/proc/loadavg: 15.83 24.83 35.00 17/878 2453212
/proc/meminfo: memFree=826219856/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=3879764 memory=3689584 CPUtime=101.96 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 487623 204 0 0 10098 98 0 0 20 0 1 0 146654693 3972878336 922296 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 969941 922396 6224 506 0 950632 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 3879764 KiB
Current children cumulated memory: 3689584 KiB

[startup+162.3 s]
/proc/loadavg: 15.94 23.22 33.80 17/879 2453266
/proc/meminfo: memFree=827910516/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=3907488 memory=3716520 CPUtime=161.77 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 494376 204 0 0 16078 99 0 0 20 0 1 0 146654693 4001267712 928952 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 976872 929130 6224 506 0 957563 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 3907488 KiB
Current children cumulated memory: 3716520 KiB

[startup+222.3 s]
/proc/loadavg: 15.98 21.91 32.69 17/878 2453366
/proc/meminfo: memFree=825839232/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=3908084 memory=3717108 CPUtime=221.58 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 494538 204 0 0 22059 99 0 0 20 0 1 0 146654693 4001878016 929080 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 977021 929277 6224 506 0 957712 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 3908084 KiB
Current children cumulated memory: 3717108 KiB

[startup+282.3 s]
/proc/loadavg: 15.99 20.83 31.64 17/876 2453421
/proc/meminfo: memFree=812547180/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=3909044 memory=3718300 CPUtime=281.38 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 494836 204 0 0 28039 99 0 0 20 0 1 0 146654693 4002861056 929464 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 977261 929575 6224 506 0 957952 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 3909044 KiB
Current children cumulated memory: 3718300 KiB

[startup+342.3 s]
/proc/loadavg: 16.13 19.98 30.67 17/874 2453871
/proc/meminfo: memFree=819468104/1055320720 swapFree=33554428/33554428

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

Current children cumulated memory: 4203172 KiB

[startup+2922.3 s]
/proc/loadavg: 16.43 16.34 17.15 17/872 2454262
/proc/meminfo: memFree=785655376/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=2912.72 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 624835 204 0 0 291160 112 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 2912.72 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+2982.3 s]
/proc/loadavg: 16.91 16.50 17.15 17/871 2454264
/proc/meminfo: memFree=785553780/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=2972.53 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 624835 204 0 0 297141 112 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 2972.53 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3042.3 s]
/proc/loadavg: 16.33 16.40 17.07 17/871 2454265
/proc/meminfo: memFree=785275104/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3032.33 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 624835 204 0 0 303121 112 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3032.33 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3102.3 s]
/proc/loadavg: 16.12 16.33 17.00 17/871 2454266
/proc/meminfo: memFree=785316880/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3092.15 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 624896 204 0 0 309102 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3092.15 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3162.3 s]
/proc/loadavg: 16.04 16.27 16.94 17/872 2454270
/proc/meminfo: memFree=784710908/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3151.95 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 624915 204 0 0 315082 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3151.95 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3222.3 s]
/proc/loadavg: 16.05 16.23 16.88 17/872 2454282
/proc/meminfo: memFree=785150948/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3211.75 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 624952 204 0 0 321062 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3211.75 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3282.3 s]
/proc/loadavg: 16.02 16.18 16.82 17/871 2454287
/proc/meminfo: memFree=785215160/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3271.56 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 624955 204 0 0 327043 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3271.56 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3342.3 s]
/proc/loadavg: 16.00 16.15 16.77 17/872 2454289
/proc/meminfo: memFree=784917188/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3331.36 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 625023 204 0 0 333023 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3331.36 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3402.3 s]
/proc/loadavg: 16.44 16.23 16.76 17/872 2454290
/proc/meminfo: memFree=784990220/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3391.15 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 625031 204 0 0 339002 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3391.15 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3462.3 s]
/proc/loadavg: 16.85 16.39 16.78 17/872 2454291
/proc/meminfo: memFree=785066628/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3450.95 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 625038 204 0 0 344982 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3450.95 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3522.3 s]
/proc/loadavg: 16.85 16.47 16.79 17/873 2454293
/proc/meminfo: memFree=785147932/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3510.75 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 625089 204 0 0 350962 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3510.75 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB

[startup+3582.3 s]
/proc/loadavg: 16.66 16.50 16.78 16/866 2454611
/proc/meminfo: memFree=871622292/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230880 CPUtime=3570.55 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 625160 204 0 0 356942 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057720 6240 506 0 1110411 0
Current children cumulated CPU time: 3570.55 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.9 s]
/proc/loadavg: 16.40 16.45 16.75 17/876 2455648
/proc/meminfo: memFree=892404728/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230984 CPUtime=3600.05 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 625163 204 0 0 359892 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057746 6240 506 0 1110411 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230984 KiB

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

[startup+3611.95 s]
# the end of solver process 2452721 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3598.93 s, system=1.19259 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3611.9 s]
/proc/loadavg: 16.40 16.45 16.75 17/876 2455648
/proc/meminfo: memFree=892404728/1055320720 swapFree=33554428/33554428
[pid=2452721] ppid=2452718 vsize=4518880 memory=4230984 CPUtime=3600.05 cores=40-43
/proc/2452721/stat : 2452721 (naps_release) R 2452718 2452721 2451876 0 -1 4194304 625163 204 0 0 359892 113 0 0 20 0 1 0 146654693 4627333120 1057547 18446744073709551615 4210688 6281017 140724277173456 0 0 0 0 0 16898 0 0 0 17 42 0 0 0 0 0 6662968 6676388 33624064 140724277176539 140724277176720 140724277176720 140724277182408 0
/proc/2452721/statm: 1129720 1057746 6240 506 0 1110411 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 4518880 KiB
Current children cumulated memory: 4230984 KiB

Child status: 10

Real time (s): 3611.95
CPU time (s): 3600.12
CPU user time (s): 3598.93
CPU system time (s): 1.19259
CPU usage (%): 99.6724
Max. virtual memory (cumulated for all children) (KiB): 5329932
Max. memory (cumulated for all children) (KiB): 5071144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.93
system time used= 1.19259
maximum resident set size= 5070668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 625367
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= 302
involuntary context switches= 1759


# summary of solver processes directly reported to runsolver:
#   pid: 2452721
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.93
#   total CPU system time (s): 1.19259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5159 second user time and 39.0124 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-22 15:07:46
IDJOB=4779510
IDBENCH=147690
IDSOLVER=3589
FILE ID=nodeE001/4779510-1782133666
RUNJOBID= nodeE001-1782133630-2451896
SLURM_JOB_ID= 12510913
Free space on /tmp= 798292 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4779510-1782133666/watcher-4779510-1782133666 -o /tmp/evaluation-result-4779510-1782133666/solver-4779510-1782133666 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779510-1782133666/vars-4779510-1782133666 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451896 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4779510-1782133666.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= 0e700fc92a231fc1e477aebd59f20b52
RANDOM SEED=804972614

nodeE001 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.918
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3591.809
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.892
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.832
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3588.059
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.604
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3609.016
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3608.793
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.149
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3594.790
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3593.732
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3606.523
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.018
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.106
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3567.073
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3598.911
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3605.034
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.517
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3598.372
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.814
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3561.732
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3573.882
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3564.642
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3564.502
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.143
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.564
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.235
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        872298480 kB
MemAvailable:   1008268940 kB
Buffers:            3352 kB
Cached:         140227968 kB
SwapCached:            0 kB
Active:         40200360 kB
Inactive:       138571668 kB
Active(anon):   39428704 kB
Inactive(anon):        0 kB
Active(file):     771656 kB
Inactive(file): 138571668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16720 kB
Writeback:             0 kB
AnonPages:      38538916 kB
Mapped:           248672 kB
Shmem:            887856 kB
KReclaimable:    1543628 kB
Slab:            2134988 kB
SReclaimable:    1543628 kB
SUnreclaim:       591360 kB
KernelStack:       14944 kB
PageTables:        84012 kB
SecPageTables:     15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   43034900 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478932 kB
VmallocChunk:          0 kB
Percpu:           123904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19955712 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798424 MiB
End job on nodeE001 at 2026-06-22 16:07:58