Trace number 4779518

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.11 3613.49

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM0c97dedf99f03a2f12057daa91676c25
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 benchmark197
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 variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1908
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-4779518-1782133676.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-4779518-1782133676.opb
0.00/0.03	c Parsing PB file...
0.00/0.03	c goal was devided by 1 with offset 375.
0.38/0.44	c V: 2
0.38/0.44	c assumptions before coding: 
0.38/0.48	c initScipForCoop
0.38/0.51	c Running SCIP presolver (time limit: 10 sec)...
0.38/0.51	c solveScip
0.38/0.51	c initScipForCoop
0.38/0.51	c Cooperative mode: scip_coop_offset=375.000000
0.38/0.51	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.38/0.51	c Running SCIP presolve for solve-time propagation (rounds=3)
0.48/0.54	c presolving:
0.48/0.58	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
0.57/0.64	c    (0.1s) running MILP presolver
0.57/0.68	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.57/0.68	c (round 2, medium)     2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
0.66/0.72	c    (0.2s) probing: 51/5568 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.66/0.72	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.66/0.76	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
0.66/0.76	c  2 deleted vars, 10895 deleted constraints, 5733 added constraints, 0 tightened bounds, 0 added holes, 180 changed sides, 226 changed coefficients
0.66/0.76	c  0 implications, 34 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.66/0.76	c presolved problem has 5568 variables (5568 bin, 0 int, 0 cont) and 5733 constraints
0.66/0.76	c     293 constraints of type <knapsack>
0.66/0.76	c    5440 constraints of type <linear>
0.66/0.76	c transformed objective value is always integral (scale: 1)
0.66/0.76	c Presolving Time: 0.22
0.66/0.79	c presolving:
0.76/0.83	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
0.76/0.89	c    (0.1s) running MILP presolver
0.86/0.93	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.86/0.93	c (round 2, medium)     2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
0.86/0.95	c (round 3, exhaustive) 2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 293 upgd conss, 0 impls, 34 clqs, 0 implints
0.86/0.95	c (round 4, medium)     2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 293 upgd conss, 0 impls, 35 clqs, 0 implints
0.86/0.96	c (round 5, exhaustive) 2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 35 clqs, 0 implints
0.86/0.99	c    (0.2s) probing: 51/5568 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.86/0.99	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.97/1.03	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.97/1.07	c    (0.3s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 716.45) (symcode time: 0.01)
1.08/1.12	c dynamic symmetry handling statistics:
1.08/1.12	c    orbitopal reduction:       no components
1.08/1.12	c    orbital reduction:         no components
1.08/1.12	c    lexicographic reduction:   no permutations
1.08/1.12	c handled 1500 out of 1500 symmetry components
1.08/1.12	c (round 6, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 1535 clqs, 0 implints
1.08/1.13	c (round 7, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 2071 upgd conss, 0 impls, 1535 clqs, 0 implints
1.08/1.15	c presolving (8 rounds: 8 fast, 7 medium, 5 exhaustive):
1.08/1.15	c  2 deleted vars, 10895 deleted constraints, 7238 added constraints, 0 tightened bounds, 0 added holes, 185 changed sides, 236 changed coefficients
1.08/1.15	c  0 implications, 1535 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.08/1.15	c presolved problem has 5568 variables (5568 bin, 0 int, 0 cont) and 7238 constraints
1.08/1.15	c     571 constraints of type <knapsack>
1.08/1.15	c    1505 constraints of type <setppc>
1.08/1.15	c    5162 constraints of type <linear>
1.08/1.15	c transformed objective value is always integral (scale: 1)
1.08/1.15	c Presolving Time: 0.36
1.08/1.15	c 
1.36/1.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.36/1.41	c   0.6s|     1 |     0 |  4200 |     - |   274M |   0 |5568 |7260 |7238 |   0 |  0 |  22 |   0 |-1.200000e+02 |      --      |    Inf | unknown
2.16/2.29	c   1.5s|     1 |     0 | 13797 |     - |   282M |   0 |5568 |7260 |7249 |  11 |  1 |  22 |   0 |-1.200000e+02 |      --      |    Inf | unknown
2.36/2.43	c   1.7s|     1 |     0 | 14951 |     - |   283M |   0 |5568 |7261 |7262 |  24 |  2 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
2.56/2.62	c   1.9s|     1 |     0 | 16376 |     - |   284M |   0 |5568 |7261 |7275 |  37 |  3 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
2.66/2.77	c   2.0s|     1 |     0 | 17401 |     - |   285M |   0 |5568 |7261 |7286 |  48 |  4 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
2.86/2.97	c   2.2s|     1 |     0 | 18393 |     - |   286M |   0 |5568 |7261 |7297 |  59 |  5 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
2.97/3.07	c   2.3s|     1 |     0 | 18852 |     - |   288M |   0 |5568 |7261 |7309 |  71 |  6 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
3.07/3.16	c   2.4s|     1 |     0 | 19115 |     - |   292M |   0 |5568 |7261 |7320 |  82 |  7 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
3.16/3.27	c   2.5s|     1 |     0 | 19353 |     - |   294M |   0 |5568 |7261 |7333 |  95 |  8 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
3.36/3.46	c   2.7s|     1 |     0 | 19714 |     - |   297M |   0 |5568 |7261 |7344 | 106 |  9 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
3.55/3.69	c   2.9s|     1 |     0 | 20667 |     - |   300M |   0 |5568 |7261 |7355 | 117 | 10 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
3.65/3.78	c   3.0s|     1 |     0 | 20918 |     - |   303M |   0 |5568 |7261 |7365 | 127 | 11 |  23 |   0 |-1.200000e+02 |      --      |    Inf | unknown
4.65/4.72	c   3.9s|     1 |     2 | 30669 |     - |   305M |   0 |5568 |7270 |7365 | 127 | 11 |  32 |  17 |-1.200000e+02 |      --      |    Inf | unknown
10.72/10.80	c 
10.72/10.80	c SCIP Status        : solving was interrupted [time limit reached]
10.72/10.80	c Solving Time (sec) : 10.03
10.72/10.80	c Solving Nodes      : 79
10.72/10.80	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.72/10.80	c Dual Bound         : -1.20000000000000e+02
10.72/10.80	c Gap                : infinite
10.72/10.80	c SCIP status: 23 (TIMELIMIT)
10.72/10.80	c solveScip: freeing transform (!can_skip_free_transform)
10.72/10.83	c SCIP presolver: sst_unknown
10.72/10.83	c Converting 10895 PB-constraints to clauses...
10.72/10.83	c   -- Clauses(.)/Splits(s): #####################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################estimatedAdderCost: 25
10.72/10.87	c Try to convert by bdds
10.72/10.87	c D: 1
10.72/10.87	c estimatedAdderCost: 25
10.72/10.87	c Try to convert by bdds
10.72/10.88	c D: 1
10.72/10.88	c estimatedAdderCost: 33
10.72/10.88	c Try to convert by bdds
10.72/10.89	c D: 1
10.72/10.89	c estimatedAdderCost: 33
10.72/10.89	c Try to convert by bdds
10.82/10.90	c D: 1
10.82/10.90	c estimatedAdderCost: 25
10.82/10.90	c Try to convert by bdds
10.82/10.91	c D: 1
10.82/10.91	c estimatedAdderCost: 25
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.92	c D: 1
10.82/10.92	c estimatedAdderCost: 33
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.96	c D: 1
10.82/10.96	c estimatedAdderCost: 25
10.82/10.96	c Try to convert by bdds
10.82/10.96	c D: 1
10.82/10.96	c estimatedAdderCost: 25
10.82/10.96	c Try to convert by bdds
10.82/10.97	c D: 1
10.82/10.97	c estimatedAdderCost: 33
10.82/10.97	c Try to convert by bdds
10.82/10.98	c D: 1
10.82/10.98	c estimatedAdderCost: 33
10.82/10.98	c Try to convert by bdds
10.82/10.99	c D: 1
10.82/10.99	c estimatedAdderCost: 33
10.82/10.99	c Try to convert by bdds
10.82/11.00	c D: 1
10.82/11.00	c estimatedAdderCost: 33
10.82/11.00	c Try to convert by bdds
10.93/11.01	c D: 1
10.93/11.01	c estimatedAdderCost: 33
10.93/11.01	c Try to convert by bdds
10.93/11.02	c D: 1
10.93/11.02	c estimatedAdderCost: 25
10.93/11.02	c Try to convert by bdds
10.93/11.03	c D: 1
10.93/11.03	c estimatedAdderCost: 25
10.93/11.03	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 25
10.93/11.04	c Try to convert by bdds
10.93/11.04	c D: 1
10.93/11.04	c estimatedAdderCost: 25
10.93/11.04	c Try to convert by bdds
10.93/11.05	c D: 1
10.93/11.05	c estimatedAdderCost: 33
10.93/11.05	c Try to convert by bdds
10.93/11.06	c D: 1
10.93/11.06	c estimatedAdderCost: 33
10.93/11.06	c Try to convert by bdds
10.93/11.07	c D: 1
10.93/11.07	c estimatedAdderCost: 33
10.93/11.07	c Try to convert by bdds
10.93/11.08	c D: 1
10.93/11.08	c estimatedAdderCost: 33
10.93/11.08	c Try to convert by bdds
10.93/11.10	c D: 1
10.93/11.10	c estimatedAdderCost: 25
10.93/11.10	c Try to convert by bdds
10.93/11.10	c D: 1
10.93/11.10	c estimatedAdderCost: 25
10.93/11.10	c Try to convert by bdds
11.03/11.11	c D: 1
11.03/11.11	c estimatedAdderCost: 33
11.03/11.11	c Try to convert by bdds
11.03/11.12	c D: 1
11.03/11.12	c estimatedAdderCost: 33
11.03/11.12	c Try to convert by bdds
11.03/11.13	c D: 1
11.03/11.13	c estimatedAdderCost: 33
11.03/11.13	c Try to convert by bdds
11.03/11.14	c D: 1
11.03/11.14	c estimatedAdderCost: 33
11.03/11.14	c Try to convert by bdds
11.03/11.15	c D: 1
11.03/11.15	c estimatedAdderCost: 33
11.03/11.15	c Try to convert by bdds
11.03/11.16	c D: 1
11.03/11.16	c estimatedAdderCost: 33
11.03/11.16	c Try to convert by bdds
11.03/11.18	c D: 1
11.03/11.18	c estimatedAdderCost: 33
11.03/11.18	c Try to convert by bdds
11.03/11.19	c D: 1
11.03/11.19	c estimatedAdderCost: 25
11.03/11.19	c Try to convert by bdds
11.03/11.19	c D: 1
11.03/11.19	c estimatedAdderCost: 25
11.03/11.19	c Try to convert by bdds
11.12/11.20	c D: 1
11.12/11.20	c estimatedAdderCost: 25
11.12/11.20	c Try to convert by bdds
11.12/11.21	c D: 1
11.12/11.21	c estimatedAdderCost: 33
11.12/11.21	c Try to convert by bdds
11.12/11.22	c D: 1
11.12/11.22	c estimatedAdderCost: 33
11.12/11.22	c Try to convert by bdds
11.12/11.23	c D: 1
11.12/11.23	c estimatedAdderCost: 33
11.12/11.23	c Try to convert by bdds
11.12/11.24	c D: 1
11.12/11.24	c estimatedAdderCost: 33
11.12/11.24	c Try to convert by bdds
11.12/11.25	c D: 1
11.12/11.25	c estimatedAdderCost: 33
11.12/11.25	c Try to convert by bdds
11.12/11.26	c D: 1
11.12/11.26	c estimatedAdderCost: 33
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.29	c D: 1
11.12/11.29	c estimatedAdderCost: 33
11.12/11.29	c Try to convert by bdds
11.22/11.30	c D: 1
11.22/11.30	c estimatedAdderCost: 33
11.22/11.30	c Try to convert by bdds
11.22/11.31	c D: 1
11.22/11.31	c estimatedAdderCost: 25
11.22/11.31	c Try to convert by bdds
11.22/11.32	c D: 1
11.22/11.32	c estimatedAdderCost: 25
11.22/11.32	c Try to convert by bdds
11.22/11.32	c D: 1
11.22/11.32	c estimatedAdderCost: 25
11.22/11.32	c Try to convert by bdds
11.22/11.33	c D: 1
11.22/11.33	c estimatedAdderCost: 25
11.22/11.33	c Try to convert by bdds
11.22/11.34	c D: 1
11.22/11.34	c estimatedAdderCost: 25
11.22/11.34	c Try to convert by bdds
11.22/11.34	c D: 1
11.22/11.34	c estimatedAdderCost: 33
11.22/11.34	c Try to convert by bdds
11.22/11.35	c D: 1
11.22/11.35	c estimatedAdderCost: 33
11.22/11.35	c Try to convert by bdds
11.22/11.36	c D: 1
11.22/11.36	c estimatedAdderCost: 33
11.22/11.36	c Try to convert by bdds
11.22/11.38	c D: 1
11.22/11.38	c estimatedAdderCost: 33
11.22/11.38	c Try to convert by bdds
11.22/11.39	c D: 1
11.22/11.39	c estimatedAdderCost: 33
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: 25
11.32/11.41	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.43	c D: 1
11.32/11.43	c estimatedAdderCost: 33
11.32/11.43	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: 33
11.32/11.46	c Try to convert by bdds
11.32/11.47	c D: 1
11.32/11.47	c estimatedAdderCost: 33
11.32/11.47	c Try to convert by bdds
11.32/11.48	c D: 1
11.32/11.48	c estimatedAdderCost: 33
11.32/11.48	c Try to convert by bdds
11.32/11.49	c D: 1
11.32/11.49	c estimatedAdderCost: 33
11.32/11.49	c Try to convert by bdds
11.42/11.50	c D: 1
11.42/11.50	c estimatedAdderCost: 33
11.42/11.50	c Try to convert by bdds
11.42/11.51	c D: 1
11.42/11.51	c estimatedAdderCost: 25
11.42/11.51	c Try to convert by bdds
11.42/11.52	c D: 1
11.42/11.52	c estimatedAdderCost: 25
11.42/11.52	c Try to convert by bdds
11.42/11.53	c D: 1
11.42/11.53	c estimatedAdderCost: 25
11.42/11.53	c Try to convert by bdds
11.42/11.53	c D: 1
11.42/11.53	c estimatedAdderCost: 33
11.42/11.53	c Try to convert by bdds
11.42/11.54	c D: 1
11.42/11.54	c estimatedAdderCost: 33
11.42/11.54	c Try to convert by bdds
11.42/11.56	c D: 1
11.42/11.56	c estimatedAdderCost: 33
11.42/11.56	c Try to convert by bdds
11.42/11.57	c D: 1
11.42/11.57	c estimatedAdderCost: 33
11.42/11.57	c Try to convert by bdds
11.42/11.58	c D: 1
11.42/11.58	c estimatedAdderCost: 33
11.42/11.58	c Try to convert by bdds
11.42/11.59	c D: 1
11.42/11.59	c estimatedAdderCost: 33
11.42/11.59	c Try to convert by bdds
11.52/11.60	c D: 1
11.52/11.60	c estimatedAdderCost: 33
11.52/11.60	c Try to convert by bdds
11.52/11.61	c D: 1
11.52/11.61	c estimatedAdderCost: 33
11.52/11.61	c Try to convert by bdds
11.52/11.62	c D: 1
11.52/11.62	c estimatedAdderCost: 33
11.52/11.62	c Try to convert by bdds
11.52/11.63	c D: 1
11.52/11.63	c estimatedAdderCost: 33
11.52/11.63	c Try to convert by bdds
11.52/11.65	c D: 1
11.52/11.65	c estimatedAdderCost: 33
11.52/11.65	c Try to convert by bdds
11.52/11.66	c D: 1
11.52/11.66	c estimatedAdderCost: 33
11.52/11.66	c Try to convert by bdds
11.52/11.67	c D: 1
11.52/11.67	c estimatedAdderCost: 25
11.52/11.67	c Try to convert by bdds
11.52/11.68	c D: 1
11.52/11.68	c estimatedAdderCost: 25
11.52/11.68	c Try to convert by bdds
11.52/11.68	c D: 1
11.52/11.68	c estimatedAdderCost: 25
11.52/11.68	c Try to convert by bdds
11.52/11.69	c D: 1
11.52/11.69	c estimatedAdderCost: 25
11.52/11.69	c Try to convert by bdds
11.62/11.70	c D: 1
11.62/11.70	c estimatedAdderCost: 33
11.62/11.70	c Try to convert by bdds
11.62/11.71	c D: 1
11.62/11.71	c estimatedAdderCost: 33
11.62/11.71	c Try to convert by bdds
11.62/11.72	c D: 1
11.62/11.72	c estimatedAdderCost: 33
11.62/11.72	c Try to convert by bdds
11.62/11.73	c D: 1
11.62/11.73	c estimatedAdderCost: 33
11.62/11.73	c Try to convert by bdds
11.62/11.74	c D: 1
11.62/11.74	c estimatedAdderCost: 33
11.62/11.74	c Try to convert by bdds
11.62/11.76	c D: 1
11.62/11.76	c estimatedAdderCost: 33
11.62/11.76	c Try to convert by bdds
11.62/11.77	c D: 1
11.62/11.77	c estimatedAdderCost: 33
11.62/11.77	c Try to convert by bdds
11.62/11.78	c D: 1
11.62/11.78	c estimatedAdderCost: 33
11.62/11.78	c Try to convert by bdds
11.62/11.79	c D: 1
11.62/11.79	c estimatedAdderCost: 33
11.62/11.79	c Try to convert by bdds
11.72/11.80	c D: 1
11.72/11.80	c estimatedAdderCost: 33
11.72/11.80	c Try to convert by bdds
11.72/11.81	c D: 1
11.72/11.81	c estimatedAdderCost: 33
11.72/11.81	c Try to convert by bdds
11.72/11.82	c D: 1
11.72/11.82	c estimatedAdderCost: 33
11.72/11.82	c Try to convert by bdds
11.72/11.83	c D: 1
11.72/11.83	c estimatedAdderCost: 33
11.72/11.83	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: 25
11.72/11.86	c Try to convert by bdds
11.72/11.86	c D: 1
11.72/11.86	c estimatedAdderCost: 25
11.72/11.86	c Try to convert by bdds
11.72/11.87	c D: 1
11.72/11.87	c estimatedAdderCost: 25
11.72/11.87	c Try to convert by bdds
11.72/11.88	c D: 1
11.72/11.88	c estimatedAdderCost: 25
11.72/11.88	c Try to convert by bdds
11.72/11.88	c D: 1
11.72/11.88	c estimatedAdderCost: 25
11.72/11.88	c Try to convert by bdds
11.72/11.89	c D: 1
11.72/11.89	c estimatedAdderCost: 25
11.72/11.89	c Try to convert by bdds
11.82/11.90	c D: 1
11.82/11.90	c estimatedAdderCost: 33
11.82/11.90	c Try to convert by bdds
11.82/11.91	c D: 1
11.82/11.91	c estimatedAdderCost: 33
11.82/11.91	c Try to convert by bdds
11.82/11.92	c D: 1
11.82/11.92	c estimatedAdderCost: 33
11.82/11.92	c Try to convert by bdds
11.82/11.93	c D: 1
11.82/11.93	c estimatedAdderCost: 33
11.82/11.93	c Try to convert by bdds
11.82/11.94	c D: 1
11.82/11.94	c estimatedAdderCost: 33
11.82/11.94	c Try to convert by bdds
11.82/11.96	c D: 1
11.82/11.96	c estimatedAdderCost: 33
11.82/11.96	c Try to convert by bdds
11.82/11.97	c D: 1
11.82/11.97	c estimatedAdderCost: 25
11.82/11.97	c Try to convert by bdds
11.82/11.97	c D: 1
11.82/11.97	c estimatedAdderCost: 25
11.82/11.97	c Try to convert by bdds
11.82/11.98	c D: 1
11.82/11.98	c estimatedAdderCost: 33
11.82/11.98	c Try to convert by bdds
11.82/11.99	c D: 1
11.82/11.99	c estimatedAdderCost: 33
11.82/11.99	c Try to convert by bdds
11.82/12.00	c D: 1
11.82/12.00	c estimatedAdderCost: 33
11.82/12.00	c Try to convert by bdds
11.93/12.01	c D: 1
11.93/12.01	c estimatedAdderCost: 33
11.93/12.01	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: 33
11.93/12.04	c Try to convert by bdds
11.93/12.05	c D: 1
11.93/12.05	c estimatedAdderCost: 33
11.93/12.05	c Try to convert by bdds
11.93/12.06	c D: 1
11.93/12.06	c estimatedAdderCost: 33
11.93/12.06	c Try to convert by bdds
11.93/12.07	c D: 1
11.93/12.07	c estimatedAdderCost: 33
11.93/12.07	c Try to convert by bdds
11.93/12.08	c D: 1
11.93/12.08	c estimatedAdderCost: 33
11.93/12.08	c Try to convert by bdds
11.93/12.09	c D: 1
11.93/12.09	c estimatedAdderCost: 33
11.93/12.09	c Try to convert by bdds
11.93/12.10	c D: 1
11.93/12.10	c estimatedAdderCost: 25
11.93/12.10	c Try to convert by bdds
12.03/12.11	c D: 1
12.03/12.11	c estimatedAdderCost: 25
12.03/12.11	c Try to convert by bdds
12.03/12.12	c D: 1
12.03/12.12	c estimatedAdderCost: 25
12.03/12.12	c Try to convert by bdds
12.03/12.13	c D: 1
12.03/12.13	c estimatedAdderCost: 33
12.03/12.13	c Try to convert by bdds
12.03/12.14	c D: 1
12.03/12.14	c estimatedAdderCost: 33
12.03/12.14	c Try to convert by bdds
12.03/12.15	c D: 1
12.03/12.15	c estimatedAdderCost: 33
12.03/12.15	c Try to convert by bdds
12.03/12.16	c D: 1
12.03/12.16	c estimatedAdderCost: 33
12.03/12.16	c Try to convert by bdds
12.03/12.17	c D: 1
12.03/12.17	c estimatedAdderCost: 33
12.03/12.17	c Try to convert by bdds
12.03/12.18	c D: 1
12.03/12.18	c estimatedAdderCost: 33
12.03/12.18	c Try to convert by bdds
12.03/12.19	c D: 1
12.03/12.19	c estimatedAdderCost: 33
12.03/12.19	c Try to convert by bdds
12.12/12.21	c D: 1
12.12/12.21	c estimatedAdderCost: 33
12.12/12.21	c Try to convert by bdds
12.12/12.22	c D: 1
12.12/12.22	c estimatedAdderCost: 33
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.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: 25
12.22/12.30	c Try to convert by bdds
12.22/12.30	c D: 1
12.22/12.30	c estimatedAdderCost: 25
12.22/12.30	c Try to convert by bdds
12.22/12.31	c D: 1
12.22/12.31	c estimatedAdderCost: 25
12.22/12.31	c Try to convert by bdds
12.22/12.32	c D: 1
12.22/12.32	c estimatedAdderCost: 25
12.22/12.32	c Try to convert by bdds
12.22/12.33	c D: 1
12.22/12.33	c estimatedAdderCost: 33
12.22/12.33	c Try to convert by bdds
12.22/12.34	c D: 1
12.22/12.34	c estimatedAdderCost: 33
12.22/12.34	c Try to convert by bdds
12.22/12.35	c D: 1
12.22/12.35	c estimatedAdderCost: 33
12.22/12.35	c Try to convert by bdds
12.22/12.36	c D: 1
12.22/12.36	c estimatedAdderCost: 33
12.22/12.36	c Try to convert by bdds
12.22/12.37	c D: 1
12.22/12.37	c estimatedAdderCost: 33
12.22/12.37	c Try to convert by bdds
12.22/12.38	c D: 1
12.22/12.38	c estimatedAdderCost: 33
12.22/12.38	c Try to convert by bdds
12.22/12.39	c D: 1
12.22/12.39	c estimatedAdderCost: 33
12.22/12.39	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: 33
12.32/12.42	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 33
12.32/12.43	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 33
12.32/12.44	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 33
12.32/12.45	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 33
12.32/12.46	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 33
12.32/12.47	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 33
12.32/12.49	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 33
12.42/12.50	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 33
12.42/12.51	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 33
12.42/12.52	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 25
12.42/12.53	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 25
12.42/12.54	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 25
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 25
12.42/12.55	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 25
12.42/12.56	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 33
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: 33
12.42/12.59	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 33
12.52/12.60	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 33
12.52/12.61	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 33
12.52/12.63	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 33
12.52/12.64	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 33
12.52/12.65	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 33
12.52/12.66	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 33
12.52/12.68	c Try to convert by bdds
12.52/12.69	c D: 1
12.52/12.69	c estimatedAdderCost: 33
12.52/12.69	c Try to convert by bdds
12.62/12.70	c D: 1
12.62/12.70	c estimatedAdderCost: 33
12.62/12.70	c Try to convert by bdds
12.62/12.71	c D: 1
12.62/12.71	c estimatedAdderCost: 33
12.62/12.71	c Try to convert by bdds
12.62/12.72	c D: 1
12.62/12.72	c estimatedAdderCost: 33
12.62/12.72	c Try to convert by bdds
12.62/12.73	c D: 1
12.62/12.73	c estimatedAdderCost: 33
12.62/12.73	c Try to convert by bdds
12.62/12.74	c D: 1
12.62/12.74	c estimatedAdderCost: 33
12.62/12.74	c Try to convert by bdds
12.62/12.76	c D: 1
12.62/12.76	c estimatedAdderCost: 33
12.62/12.76	c Try to convert by bdds
12.62/12.77	c D: 1
12.62/12.77	c estimatedAdderCost: 33
12.62/12.77	c Try to convert by bdds
12.62/12.78	c D: 1
12.62/12.78	c estimatedAdderCost: 33
12.62/12.78	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.72/12.80	c D: 1
12.72/12.80	c estimatedAdderCost: 25
12.72/12.80	c Try to convert by bdds
12.72/12.81	c D: 1
12.72/12.81	c estimatedAdderCost: 25
12.72/12.81	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 25
12.72/12.82	c Try to convert by bdds
12.72/12.82	c D: 1
12.72/12.82	c estimatedAdderCost: 25
12.72/12.82	c Try to convert by bdds
12.72/12.83	c D: 1
12.72/12.83	c estimatedAdderCost: 25
12.72/12.83	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 25
12.72/12.84	c Try to convert by bdds
12.72/12.84	c D: 1
12.72/12.84	c estimatedAdderCost: 25
12.72/12.84	c Try to convert by bdds
12.72/12.85	c D: 1
12.72/12.85	c estimatedAdderCost: 33
12.72/12.85	c Try to convert by bdds
12.72/12.86	c D: 1
12.72/12.86	c estimatedAdderCost: 33
12.72/12.86	c Try to convert by bdds
12.72/12.87	c D: 1
12.72/12.87	c estimatedAdderCost: 33
12.72/12.87	c Try to convert by bdds
12.72/12.89	c D: 1
12.72/12.89	c estimatedAdderCost: 33
12.72/12.89	c Try to convert by bdds
12.82/12.90	c D: 1
12.82/12.90	c estimatedAdderCost: 33
12.82/12.90	c Try to convert by bdds
12.82/12.91	c D: 1
12.82/12.91	c estimatedAdderCost: 33
12.82/12.91	c Try to convert by bdds
12.82/12.92	c D: 1
12.82/12.92	c estimatedAdderCost: 33
12.82/12.92	c Try to convert by bdds
12.82/12.93	c D: 1
12.82/12.93	c estimatedAdderCost: 25
12.82/12.93	c Try to convert by bdds
12.82/12.94	c D: 1
12.82/12.94	c estimatedAdderCost: 25
12.82/12.94	c Try to convert by bdds
12.82/12.95	c D: 1
12.82/12.95	c estimatedAdderCost: 33
12.82/12.95	c Try to convert by bdds
12.82/12.96	c D: 1
12.82/12.96	c estimatedAdderCost: 33
12.82/12.96	c Try to convert by bdds
12.82/12.97	c D: 1
12.82/12.97	c estimatedAdderCost: 33
12.82/12.97	c Try to convert by bdds
12.82/12.98	c D: 1
12.82/12.98	c estimatedAdderCost: 33
12.82/12.98	c Try to convert by bdds
12.82/12.99	c D: 1
12.82/12.99	c estimatedAdderCost: 33
12.82/12.99	c Try to convert by bdds
12.82/13.00	c D: 1
12.82/13.00	c estimatedAdderCost: 33
12.82/13.00	c Try to convert by bdds
12.93/13.01	c D: 1
12.93/13.01	c estimatedAdderCost: 33
12.93/13.01	c Try to convert by bdds
12.93/13.03	c D: 1
12.93/13.03	c estimatedAdderCost: 33
12.93/13.03	c Try to convert by bdds
12.93/13.04	c D: 1
12.93/13.04	c estimatedAdderCost: 33
12.93/13.04	c Try to convert by bdds
12.93/13.05	c D: 1
12.93/13.05	c estimatedAdderCost: 33
12.93/13.05	c Try to convert by bdds
12.93/13.06	c D: 1
12.93/13.06	c estimatedAdderCost: 33
12.93/13.06	c Try to convert by bdds
12.93/13.07	c D: 1
12.93/13.07	c estimatedAdderCost: 33
12.93/13.07	c Try to convert by bdds
12.93/13.08	c D: 1
12.93/13.08	c estimatedAdderCost: 33
12.93/13.08	c Try to convert by bdds
12.93/13.10	c D: 1
12.93/13.10	c estimatedAdderCost: 25
12.93/13.10	c Try to convert by bdds
12.93/13.10	c D: 1
12.93/13.10	c estimatedAdderCost: 25
12.93/13.10	c Try to convert by bdds
13.03/13.11	c D: 1
13.03/13.11	c estimatedAdderCost: 25
13.03/13.11	c Try to convert by bdds
13.03/13.12	c D: 1
13.03/13.12	c estimatedAdderCost: 33
13.03/13.12	c Try to convert by bdds
13.03/13.13	c D: 1
13.03/13.13	c estimatedAdderCost: 33
13.03/13.13	c Try to convert by bdds
13.03/13.14	c D: 1
13.03/13.14	c estimatedAdderCost: 33
13.03/13.14	c Try to convert by bdds
13.03/13.15	c D: 1
13.03/13.15	c estimatedAdderCost: 33
13.03/13.15	c Try to convert by bdds
13.03/13.16	c D: 1
13.03/13.16	c estimatedAdderCost: 33
13.03/13.16	c Try to convert by bdds
13.03/13.17	c D: 1
13.03/13.17	c estimatedAdderCost: 33
13.03/13.17	c Try to convert by bdds
13.03/13.19	c D: 1
13.03/13.19	c estimatedAdderCost: 33
13.03/13.19	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 33
13.12/13.20	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 33
13.12/13.21	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 33
13.12/13.22	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 33
13.12/13.23	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 33
13.12/13.24	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 33
13.12/13.25	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 33
13.12/13.27	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.29	c D: 1
13.12/13.29	c estimatedAdderCost: 33
13.12/13.29	c Try to convert by bdds
13.21/13.30	c D: 1
13.21/13.30	c estimatedAdderCost: 33
13.21/13.30	c Try to convert by bdds
13.21/13.31	c D: 1
13.21/13.31	c estimatedAdderCost: 33
13.21/13.31	c Try to convert by bdds
13.21/13.32	c D: 1
13.21/13.32	c estimatedAdderCost: 25
13.21/13.32	c Try to convert by bdds
13.21/13.33	c D: 1
13.21/13.33	c estimatedAdderCost: 25
13.21/13.33	c Try to convert by bdds
13.21/13.34	c D: 1
13.21/13.34	c estimatedAdderCost: 25
13.21/13.34	c Try to convert by bdds
13.21/13.35	c D: 1
13.21/13.35	c estimatedAdderCost: 25
13.21/13.35	c Try to convert by bdds
13.21/13.35	c D: 1
13.21/13.35	c estimatedAdderCost: 33
13.21/13.35	c Try to convert by bdds
13.21/13.36	c D: 1
13.21/13.36	c estimatedAdderCost: 33
13.21/13.36	c Try to convert by bdds
13.21/13.38	c D: 1
13.21/13.38	c estimatedAdderCost: 33
13.21/13.38	c Try to convert by bdds
13.21/13.39	c D: 1
13.21/13.39	c estimatedAdderCost: 33
13.21/13.39	c Try to convert by bdds
13.31/13.40	c D: 1
13.31/13.40	c estimatedAdderCost: 33
13.31/13.40	c Try to convert by bdds
13.31/13.41	c D: 1
13.31/13.41	c estimatedAdderCost: 33
13.31/13.41	c Try to convert by bdds
13.31/13.42	c D: 1
13.31/13.42	c estimatedAdderCost: 33
13.31/13.42	c Try to convert by bdds
13.31/13.43	c D: 1
13.31/13.43	c estimatedAdderCost: 33
13.31/13.43	c Try to convert by bdds
13.31/13.45	c D: 1
13.31/13.45	c estimatedAdderCost: 33
13.31/13.45	c Try to convert by bdds
13.31/13.46	c D: 1
13.31/13.46	c estimatedAdderCost: 33
13.31/13.46	c Try to convert by bdds
13.31/13.47	c D: 1
13.31/13.47	c estimatedAdderCost: 33
13.31/13.47	c Try to convert by bdds
13.31/13.48	c D: 1
13.31/13.48	c estimatedAdderCost: 33
13.31/13.48	c Try to convert by bdds
13.31/13.49	c D: 1
13.31/13.49	c estimatedAdderCost: 33
13.31/13.49	c Try to convert by bdds
13.41/13.50	c D: 1
13.41/13.50	c estimatedAdderCost: 33
13.41/13.50	c Try to convert by bdds
13.41/13.52	c D: 1
13.41/13.52	c estimatedAdderCost: 33
13.41/13.52	c Try to convert by bdds
13.41/13.53	c D: 1
13.41/13.53	c estimatedAdderCost: 33
13.41/13.53	c Try to convert by bdds
13.41/13.54	c D: 1
13.41/13.54	c estimatedAdderCost: 33
13.41/13.54	c Try to convert by bdds
13.41/13.55	c D: 1
13.41/13.55	c estimatedAdderCost: 33
13.41/13.55	c Try to convert by bdds
13.41/13.56	c D: 1
13.41/13.56	c estimatedAdderCost: 33
13.41/13.56	c Try to convert by bdds
13.41/13.57	c D: 1
13.41/13.57	c estimatedAdderCost: 33
13.41/13.57	c Try to convert by bdds
13.41/13.59	c D: 1
13.41/13.59	c estimatedAdderCost: 33
13.41/13.59	c Try to convert by bdds
13.51/13.60	c D: 1
13.51/13.60	c estimatedAdderCost: 33
13.51/13.60	c Try to convert by bdds
13.51/13.61	c D: 1
13.51/13.61	c estimatedAdderCost: 25
13.51/13.61	c Try to convert by bdds
13.51/13.62	c D: 1
13.51/13.62	c estimatedAdderCost: 25
13.51/13.62	c Try to convert by bdds
13.51/13.62	c D: 1
13.51/13.62	c estimatedAdderCost: 25
13.51/13.62	c Try to convert by bdds
13.51/13.63	c D: 1
13.51/13.63	c estimatedAdderCost: 25
13.51/13.63	c Try to convert by bdds
13.51/13.64	c D: 1
13.51/13.64	c estimatedAdderCost: 25
13.51/13.64	c Try to convert by bdds
13.51/13.64	c D: 1
13.51/13.64	c estimatedAdderCost: 33
13.51/13.64	c Try to convert by bdds
13.51/13.66	c D: 1
13.51/13.66	c estimatedAdderCost: 33
13.51/13.66	c Try to convert by bdds
13.51/13.67	c D: 1
13.51/13.67	c estimatedAdderCost: 33
13.51/13.67	c Try to convert by bdds
13.51/13.68	c D: 1
13.51/13.68	c estimatedAdderCost: 33
13.51/13.68	c Try to convert by bdds
13.51/13.69	c D: 1
13.51/13.69	c estimatedAdderCost: 33
13.51/13.69	c Try to convert by bdds
13.61/13.70	c D: 1
13.61/13.70	c estimatedAdderCost: 33
13.61/13.70	c Try to convert by bdds
13.61/13.71	c D: 1
13.61/13.71	c estimatedAdderCost: 33
13.61/13.71	c Try to convert by bdds
13.61/13.73	c D: 1
13.61/13.73	c estimatedAdderCost: 33
13.61/13.73	c Try to convert by bdds
13.61/13.74	c D: 1
13.61/13.74	c estimatedAdderCost: 33
13.61/13.74	c Try to convert by bdds
13.61/13.75	c D: 1
13.61/13.75	c estimatedAdderCost: 33
13.61/13.75	c Try to convert by bdds
13.61/13.76	c D: 1
13.61/13.76	c estimatedAdderCost: 33
13.61/13.76	c Try to convert by bdds
13.61/13.77	c D: 1
13.61/13.77	c estimatedAdderCost: 33
13.61/13.77	c Try to convert by bdds
13.61/13.79	c D: 1
13.61/13.79	c estimatedAdderCost: 33
13.61/13.79	c Try to convert by bdds
13.71/13.80	c D: 1
13.71/13.80	c estimatedAdderCost: 33
13.71/13.80	c Try to convert by bdds
13.71/13.81	c D: 1
13.71/13.81	c estimatedAdderCost: 33
13.71/13.81	c Try to convert by bdds
13.71/13.82	c D: 1
13.71/13.82	c estimatedAdderCost: 33
13.71/13.82	c Try to convert by bdds
13.71/13.83	c D: 1
13.71/13.83	c estimatedAdderCost: 33
13.71/13.83	c Try to convert by bdds
13.71/13.84	c D: 1
13.71/13.84	c estimatedAdderCost: 33
13.71/13.84	c Try to convert by bdds
13.71/13.86	c D: 1
13.71/13.86	c estimatedAdderCost: 33
13.71/13.86	c Try to convert by bdds
13.71/13.87	c D: 1
13.71/13.87	c estimatedAdderCost: 33
13.71/13.87	c Try to convert by bdds
13.71/13.88	c D: 1
13.71/13.88	c estimatedAdderCost: 33
13.71/13.88	c Try to convert by bdds
13.71/13.89	c D: 1
13.71/13.89	c estimatedAdderCost: 33
13.71/13.89	c Try to convert by bdds
13.81/13.90	c D: 1
13.81/13.90	c estimatedAdderCost: 33
13.81/13.90	c Try to convert by bdds
13.81/13.91	c D: 1
13.81/13.91	c estimatedAdderCost: 33
13.81/13.91	c Try to convert by bdds
13.81/13.93	c D: 1
13.81/13.93	c estimatedAdderCost: 33
13.81/13.93	c Try to convert by bdds
13.81/13.94	c D: 1
13.81/13.94	c estimatedAdderCost: 25
13.81/13.94	c Try to convert by bdds
13.81/13.94	c D: 1
13.81/13.94	c estimatedAdderCost: 25
13.81/13.94	c Try to convert by bdds
13.81/13.95	c D: 1
13.81/13.95	c estimatedAdderCost: 25
13.81/13.95	c Try to convert by bdds
13.81/13.96	c D: 1
13.81/13.96	c estimatedAdderCost: 25
13.81/13.96	c Try to convert by bdds
13.81/13.97	c D: 1
13.81/13.97	c estimatedAdderCost: 25
13.81/13.97	c Try to convert by bdds
13.81/13.97	c D: 1
13.81/13.97	c estimatedAdderCost: 25
13.81/13.97	c Try to convert by bdds
13.81/13.98	c D: 1
13.81/13.98	c estimatedAdderCost: 33
13.81/13.98	c Try to convert by bdds
13.81/13.99	c D: 1
13.81/13.99	c estimatedAdderCost: 33
13.81/13.99	c Try to convert by bdds
13.81/14.00	c D: 1
13.81/14.00	c estimatedAdderCost: 33
13.81/14.00	c Try to convert by bdds
13.93/14.01	c D: 1
13.93/14.01	c estimatedAdderCost: 33
13.93/14.01	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 33
13.93/14.03	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 33
13.93/14.04	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 33
13.93/14.05	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 33
13.93/14.06	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 33
13.93/14.07	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 33
13.93/14.08	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 33
13.93/14.10	c Try to convert by bdds
13.93/14.11	c D: 1
13.93/14.11	c estimatedAdderCost: 33
13.93/14.11	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 33
14.03/14.12	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 33
14.03/14.13	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 33
14.03/14.14	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 33
14.03/14.16	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 33
14.03/14.17	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 33
14.03/14.18	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 33
14.03/14.19	c Try to convert by bdds
14.11/14.20	c D: 1
14.11/14.20	c estimatedAdderCost: 33
14.11/14.20	c Try to convert by bdds
14.11/14.21	c D: 1
14.11/14.21	c estimatedAdderCost: 33
14.11/14.21	c Try to convert by bdds
14.11/14.23	c D: 1
14.11/14.23	c estimatedAdderCost: 33
14.11/14.23	c Try to convert by bdds
14.11/14.24	c D: 1
14.11/14.24	c estimatedAdderCost: 33
14.11/14.24	c Try to convert by bdds
14.11/14.25	c D: 1
14.11/14.25	c estimatedAdderCost: 33
14.11/14.25	c Try to convert by bdds
14.11/14.26	c D: 1
14.11/14.26	c estimatedAdderCost: 33
14.11/14.26	c Try to convert by bdds
14.11/14.27	c D: 1
14.11/14.27	c estimatedAdderCost: 33
14.11/14.27	c Try to convert by bdds
14.11/14.28	c D: 1
14.11/14.28	c estimatedAdderCost: 33
14.11/14.28	c Try to convert by bdds
14.21/14.30	c D: 1
14.21/14.30	c estimatedAdderCost: 25
14.21/14.30	c Try to convert by bdds
14.21/14.30	c D: 1
14.21/14.30	c estimatedAdderCost: 25
14.21/14.30	c Try to convert by bdds
14.21/14.31	c D: 1
14.21/14.31	c estimatedAdderCost: 25
14.21/14.31	c Try to convert by bdds
14.21/14.32	c D: 1
14.21/14.32	c estimatedAdderCost: 25
14.21/14.32	c Try to convert by bdds
14.21/14.32	c D: 1
14.21/14.32	c estimatedAdderCost: 25
14.21/14.32	c Try to convert by bdds
14.21/14.33	c D: 1
14.21/14.33	c estimatedAdderCost: 25
14.21/14.33	c Try to convert by bdds
14.21/14.34	c D: 1
14.21/14.34	c estimatedAdderCost: 25
14.21/14.34	c Try to convert by bdds
14.21/14.35	c D: 1
14.21/14.35	c estimatedAdderCost: 25
14.21/14.35	c Try to convert by bdds
14.21/14.35	c D: 1
14.21/14.35	c estimatedAdderCost: 33
14.21/14.35	c Try to convert by bdds
14.21/14.36	c D: 1
14.21/14.36	c estimatedAdderCost: 33
14.21/14.36	c Try to convert by bdds
14.21/14.38	c D: 1
14.21/14.38	c estimatedAdderCost: 33
14.21/14.38	c Try to convert by bdds
14.21/14.39	c D: 1
14.21/14.39	c estimatedAdderCost: 33
14.21/14.39	c Try to convert by bdds
14.31/14.40	c D: 1
14.31/14.40	c estimatedAdderCost: 33
14.31/14.40	c Try to convert by bdds
14.31/14.41	c D: 1
14.31/14.41	c estimatedAdderCost: 33
14.31/14.41	c Try to convert by bdds
14.31/14.42	c D: 1
14.31/14.42	c estimatedAdderCost: 33
14.31/14.42	c Try to convert by bdds
14.31/14.43	c D: 1
14.31/14.43	c estimatedAdderCost: 33
14.31/14.43	c Try to convert by bdds
14.31/14.46	c D: 1
14.31/14.46	c estimatedAdderCost: 25
14.31/14.46	c Try to convert by bdds
14.31/14.47	c D: 1
14.31/14.47	c estimatedAdderCost: 25
14.31/14.47	c Try to convert by bdds
14.31/14.48	c D: 1
14.31/14.48	c estimatedAdderCost: 33
14.31/14.48	c Try to convert by bdds
14.31/14.49	c D: 1
14.31/14.49	c estimatedAdderCost: 33
14.31/14.49	c Try to convert by bdds
14.41/14.50	c D: 1
14.41/14.50	c estimatedAdderCost: 33
14.41/14.50	c Try to convert by bdds
14.41/14.51	c D: 1
14.41/14.51	c estimatedAdderCost: 33
14.41/14.51	c Try to convert by bdds
14.41/14.52	c D: 1
14.41/14.52	c estimatedAdderCost: 33
14.41/14.52	c Try to convert by bdds
14.41/14.54	c D: 1
14.41/14.54	c estimatedAdderCost: 33
14.41/14.54	c Try to convert by bdds
14.41/14.55	c D: 1
14.41/14.55	c estimatedAdderCost: 33
14.41/14.55	c Try to convert by bdds
14.41/14.56	c D: 1
14.41/14.56	c estimatedAdderCost: 33
14.41/14.56	c Try to convert by bdds
14.41/14.57	c D: 1
14.41/14.57	c estimatedAdderCost: 33
14.41/14.57	c Try to convert by bdds
14.41/14.58	c D: 1
14.41/14.58	c estimatedAdderCost: 33
14.41/14.58	c Try to convert by bdds
14.41/14.59	c D: 1
14.41/14.59	c estimatedAdderCost: 33
14.41/14.59	c Try to convert by bdds
14.51/14.61	c D: 1
14.51/14.61	c estimatedAdderCost: 33
14.51/14.61	c Try to convert by bdds
14.51/14.62	c D: 1
14.51/14.62	c estimatedAdderCost: 33
14.51/14.62	c Try to convert by bdds
14.51/14.63	c D: 1
14.51/14.63	c estimatedAdderCost: 33
14.51/14.63	c Try to convert by bdds
14.51/14.64	c D: 1
14.51/14.64	c estimatedAdderCost: 33
14.51/14.64	c Try to convert by bdds
14.51/14.65	c D: 1
14.51/14.65	c estimatedAdderCost: 25
14.51/14.65	c Try to convert by bdds
14.51/14.66	c D: 1
14.51/14.66	c estimatedAdderCost: 25
14.51/14.66	c Try to convert by bdds
14.51/14.67	c D: 1
14.51/14.67	c estimatedAdderCost: 25
14.51/14.67	c Try to convert by bdds
14.51/14.68	c D: 1
14.51/14.68	c estimatedAdderCost: 33
14.51/14.68	c Try to convert by bdds
14.51/14.69	c D: 1
14.51/14.69	c estimatedAdderCost: 33
14.51/14.69	c Try to convert by bdds
14.61/14.70	c D: 1
14.61/14.70	c estimatedAdderCost: 33
14.61/14.70	c Try to convert by bdds
14.61/14.71	c D: 1
14.61/14.71	c estimatedAdderCost: 33
14.61/14.71	c Try to convert by bdds
14.61/14.72	c D: 1
14.61/14.72	c estimatedAdderCost: 33
14.61/14.72	c Try to convert by bdds
14.61/14.73	c D: 1
14.61/14.73	c estimatedAdderCost: 33
14.61/14.73	c Try to convert by bdds
14.61/14.75	c D: 1
14.61/14.75	c estimatedAdderCost: 33
14.61/14.75	c Try to convert by bdds
14.61/14.76	c D: 1
14.61/14.76	c estimatedAdderCost: 33
14.61/14.76	c Try to convert by bdds
14.61/14.77	c D: 1
14.61/14.77	c estimatedAdderCost: 33
14.61/14.77	c Try to convert by bdds
14.61/14.78	c D: 1
14.61/14.78	c estimatedAdderCost: 33
14.61/14.78	c Try to convert by bdds
14.61/14.79	c D: 1
14.61/14.79	c estimatedAdderCost: 33
14.61/14.79	c Try to convert by bdds
14.71/14.81	c D: 1
14.71/14.81	c estimatedAdderCost: 33
14.71/14.81	c Try to convert by bdds
14.71/14.82	c D: 1
14.71/14.82	c estimatedAdderCost: 33
14.71/14.82	c Try to convert by bdds
14.71/14.83	c D: 1
14.71/14.83	c estimatedAdderCost: 33
14.71/14.83	c Try to convert by bdds
14.71/14.84	c D: 1
14.71/14.84	c estimatedAdderCost: 33
14.71/14.84	c Try to convert by bdds
14.71/14.85	c D: 1
14.71/14.85	c estimatedAdderCost: 33
14.71/14.85	c Try to convert by bdds
14.71/14.87	c D: 1
14.71/14.87	c estimatedAdderCost: 33
14.71/14.87	c Try to convert by bdds
14.71/14.88	c D: 1
14.71/14.88	c estimatedAdderCost: 33
14.71/14.88	c Try to convert by bdds
14.71/14.89	c D: 1
14.71/14.89	c estimatedAdderCost: 33
14.71/14.89	c Try to convert by bdds
14.81/14.90	c D: 1
14.81/14.90	c estimatedAdderCost: 33
14.81/14.90	c Try to convert by bdds
14.81/14.91	c D: 1
14.81/14.91	c estimatedAdderCost: 33
14.81/14.91	c Try to convert by bdds
14.81/14.93	c D: 1
14.81/14.93	c estimatedAdderCost: 25
14.81/14.93	c Try to convert by bdds
14.81/14.93	c D: 1
14.81/14.93	c estimatedAdderCost: 25
14.81/14.93	c Try to convert by bdds
14.81/14.94	c D: 1
14.81/14.94	c estimatedAdderCost: 25
14.81/14.94	c Try to convert by bdds
14.81/14.95	c D: 1
14.81/14.95	c estimatedAdderCost: 25
14.81/14.95	c Try to convert by bdds
14.81/14.95	c D: 1
14.81/14.95	c estimatedAdderCost: 33
14.81/14.95	c Try to convert by bdds
14.81/14.97	c D: 1
14.81/14.97	c estimatedAdderCost: 33
14.81/14.97	c Try to convert by bdds
14.81/14.98	c D: 1
14.81/14.98	c estimatedAdderCost: 33
14.81/14.98	c Try to convert by bdds
14.81/14.99	c D: 1
14.81/14.99	c estimatedAdderCost: 33
14.81/14.99	c Try to convert by bdds
14.81/15.00	c D: 1
14.81/15.00	c estimatedAdderCost: 33
14.81/15.00	c Try to convert by bdds
14.92/15.01	c D: 1
14.92/15.01	c estimatedAdderCost: 33
14.92/15.01	c Try to convert by bdds
14.92/15.02	c D: 1
14.92/15.02	c estimatedAdderCost: 33
14.92/15.02	c Try to convert by bdds
14.92/15.04	c D: 1
14.92/15.04	c estimatedAdderCost: 33
14.92/15.04	c Try to convert by bdds
14.92/15.05	c D: 1
14.92/15.05	c estimatedAdderCost: 33
14.92/15.05	c Try to convert by bdds
14.92/15.06	c D: 1
14.92/15.06	c estimatedAdderCost: 33
14.92/15.06	c Try to convert by bdds
14.92/15.07	c D: 1
14.92/15.07	c estimatedAdderCost: 33
14.92/15.07	c Try to convert by bdds
14.92/15.08	c D: 1
14.92/15.08	c estimatedAdderCost: 33
14.92/15.08	c Try to convert by bdds
14.92/15.10	c D: 1
14.92/15.10	c estimatedAdderCost: 33
14.92/15.10	c Try to convert by bdds
14.92/15.11	c D: 1
14.92/15.11	c estimatedAdderCost: 33
14.92/15.11	c Try to convert by bdds
15.02/15.12	c D: 1
15.02/15.12	c estimatedAdderCost: 33
15.02/15.12	c Try to convert by bdds
15.02/15.13	c D: 1
15.02/15.13	c estimatedAdderCost: 33
15.02/15.13	c Try to convert by bdds
15.02/15.14	c D: 1
15.02/15.14	c estimatedAdderCost: 33
15.02/15.14	c Try to convert by bdds
15.02/15.16	c D: 1
15.02/15.16	c estimatedAdderCost: 33
15.02/15.16	c Try to convert by bdds
15.02/15.17	c D: 1
15.02/15.17	c estimatedAdderCost: 33
15.02/15.17	c Try to convert by bdds
15.02/15.18	c D: 1
15.02/15.18	c estimatedAdderCost: 33
15.02/15.18	c Try to convert by bdds
15.02/15.19	c D: 1
15.02/15.19	c estimatedAdderCost: 33
15.02/15.19	c Try to convert by bdds
15.11/15.20	c D: 1
15.11/15.20	c estimatedAdderCost: 33
15.11/15.20	c Try to convert by bdds
15.11/15.21	c D: 1
15.11/15.21	c estimatedAdderCost: 33
15.11/15.21	c Try to convert by bdds
15.11/15.23	c D: 1
15.11/15.23	c estimatedAdderCost: 33
15.11/15.23	c Try to convert by bdds
15.11/15.24	c D: 1
15.11/15.24	c estimatedAdderCost: 33
15.11/15.24	c Try to convert by bdds
15.11/15.25	c D: 1
15.11/15.25	c estimatedAdderCost: 33
15.11/15.25	c Try to convert by bdds
15.11/15.26	c D: 1
15.11/15.26	c estimatedAdderCost: 25
15.11/15.26	c Try to convert by bdds
15.11/15.27	c D: 1
15.11/15.27	c estimatedAdderCost: 25
15.11/15.27	c Try to convert by bdds
15.11/15.28	c D: 1
15.11/15.28	c estimatedAdderCost: 25
15.11/15.28	c Try to convert by bdds
15.11/15.28	c D: 1
15.11/15.28	c estimatedAdderCost: 25
15.11/15.28	c Try to convert by bdds
15.11/15.29	c D: 1
15.11/15.29	c estimatedAdderCost: 25
15.11/15.29	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 33
15.21/15.30	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 33
15.21/15.31	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 33
15.21/15.32	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 33
15.21/15.33	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 33
15.21/15.34	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 33
15.21/15.36	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 33
15.21/15.37	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 33
15.21/15.38	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 33
15.21/15.39	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 33
15.31/15.40	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 33
15.31/15.42	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 33
15.31/15.43	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 33
15.31/15.44	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 33
15.31/15.45	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 33
15.31/15.46	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 33
15.31/15.47	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 33
15.31/15.49	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 33
15.41/15.50	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 33
15.41/15.51	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 33
15.41/15.52	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 33
15.41/15.53	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 33
15.41/15.55	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 33
15.41/15.56	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 33
15.41/15.57	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 33
15.41/15.58	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 33
15.41/15.59	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 33
15.51/15.61	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 33
15.51/15.62	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 33
15.51/15.63	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 33
15.51/15.64	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 25
15.51/15.65	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 25
15.51/15.66	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 25
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 25
15.51/15.67	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 25
15.51/15.68	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 25
15.51/15.69	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 33
15.61/15.70	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 33
15.61/15.71	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 33
15.61/15.72	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 33
15.61/15.73	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 33
15.61/15.74	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 33
15.61/15.76	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 33
15.61/15.77	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 33
15.61/15.78	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 33
15.61/15.79	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 33
15.71/15.80	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 33
15.71/15.81	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 33
15.71/15.83	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 33
15.71/15.84	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 33
15.71/15.85	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 33
15.71/15.86	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 33
15.71/15.87	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 33
15.71/15.89	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 33
15.81/15.90	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 33
15.81/15.91	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 33
15.81/15.92	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 33
15.81/15.93	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 33
15.81/15.95	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 33
15.81/15.96	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 33
15.81/15.97	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 33
15.81/15.98	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 33
15.81/15.99	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 33
15.81/16.00	c Try to convert by bdds
15.92/16.02	c D: 1
15.92/16.02	c estimatedAdderCost: 33
15.92/16.02	c Try to convert by bdds
15.92/16.03	c D: 1
15.92/16.03	c estimatedAdderCost: 33
15.92/16.03	c Try to convert by bdds
15.92/16.04	c D: 1
15.92/16.04	c estimatedAdderCost: 33
15.92/16.04	c Try to convert by bdds
15.92/16.05	c D: 1
15.92/16.05	c estimatedAdderCost: 33
15.92/16.05	c Try to convert by bdds
15.92/16.06	c D: 1
15.92/16.06	c estimatedAdderCost: 33
15.92/16.06	c Try to convert by bdds
15.92/16.08	c D: 1
15.92/16.08	c estimatedAdderCost: 33
15.92/16.08	c Try to convert by bdds
15.92/16.09	c D: 1
15.92/16.09	c estimatedAdderCost: 25
15.92/16.09	c Try to convert by bdds
15.92/16.10	c D: 1
15.92/16.10	c estimatedAdderCost: 25
15.92/16.10	c Try to convert by bdds
15.92/16.10	c D: 1
15.92/16.10	c estimatedAdderCost: 25
15.92/16.10	c Try to convert by bdds
16.02/16.11	c D: 1
16.02/16.11	c estimatedAdderCost: 25
16.02/16.11	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 25
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 25
16.02/16.12	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 25
16.02/16.13	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 33
16.02/16.14	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 33
16.02/16.15	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 33
16.02/16.16	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 33
16.02/16.17	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 33
16.02/16.19	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 33
16.11/16.20	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 33
16.11/16.21	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 33
16.11/16.22	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 33
16.11/16.23	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 33
16.11/16.25	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 33
16.11/16.26	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 33
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: 33
16.11/16.29	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 33
16.21/16.30	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 33
16.21/16.32	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 33
16.21/16.33	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 33
16.21/16.34	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 33
16.21/16.35	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 33
16.21/16.36	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 33
16.21/16.38	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 33
16.21/16.39	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 33
16.31/16.40	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 33
16.31/16.41	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 33
16.31/16.42	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 33
16.31/16.43	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 33
16.31/16.45	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 33
16.31/16.46	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 33
16.31/16.47	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 33
16.31/16.48	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 33
16.31/16.49	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 33
16.41/16.51	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 33
16.41/16.52	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 33
16.41/16.53	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 33
16.41/16.54	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 25
16.41/16.55	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 25
16.41/16.56	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 25
16.41/16.57	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 25
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 25
16.41/16.58	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 25
16.41/16.59	c Try to convert by bdds
16.50/16.60	c D: 1
16.50/16.60	c estimatedAdderCost: 25
16.50/16.60	c Try to convert by bdds
16.50/16.60	c D: 1
16.50/16.60	c estimatedAdderCost: 25
16.50/16.60	c Try to convert by bdds
16.50/16.61	c D: 1
16.50/16.61	c estimatedAdderCost: 25
16.50/16.61	c Try to convert by bdds
16.50/16.62	c D: 1
16.50/16.62	c estimatedAdderCost: 33
16.50/16.62	c Try to convert by bdds
16.50/16.63	c D: 1
16.50/16.63	c estimatedAdderCost: 33
16.50/16.63	c Try to convert by bdds
16.50/16.64	c D: 1
16.50/16.64	c estimatedAdderCost: 33
16.50/16.64	c Try to convert by bdds
16.50/16.65	c D: 1
16.50/16.65	c estimatedAdderCost: 33
16.50/16.65	c Try to convert by bdds
16.50/16.67	c D: 1
16.50/16.67	c estimatedAdderCost: 33
16.50/16.67	c Try to convert by bdds
16.50/16.68	c D: 1
16.50/16.68	c estimatedAdderCost: 33
16.50/16.68	c Try to convert by bdds
16.50/16.69	c D: 1
16.50/16.69	c estimatedAdderCost: 33
16.50/16.69	c Try to convert by bdds
16.60/16.70	c D: 1
16.60/16.70	c estimatedAdderCost: 33
16.60/16.70	c Try to convert by bdds
16.60/16.71	c D: 1
16.60/16.71	c estimatedAdderCost: 33
16.60/16.71	c Try to convert by bdds
16.60/16.73	c D: 1
16.60/16.73	c estimatedAdderCost: 25
16.60/16.73	c Try to convert by bdds
16.60/16.73	c D: 1
16.60/16.73	c estimatedAdderCost: 25
16.60/16.73	c Try to convert by bdds
16.60/16.74	c D: 1
16.60/16.74	c estimatedAdderCost: 33
16.60/16.74	c Try to convert by bdds
16.60/16.75	c D: 1
16.60/16.75	c estimatedAdderCost: 33
16.60/16.75	c Try to convert by bdds
16.60/16.76	c D: 1
16.60/16.76	c estimatedAdderCost: 33
16.60/16.76	c Try to convert by bdds
16.60/16.77	c D: 1
16.60/16.77	c estimatedAdderCost: 33
16.60/16.77	c Try to convert by bdds
16.60/16.79	c D: 1
16.60/16.79	c estimatedAdderCost: 33
16.60/16.79	c Try to convert by bdds
16.70/16.80	c D: 1
16.70/16.80	c estimatedAdderCost: 33
16.70/16.80	c Try to convert by bdds
16.70/16.81	c D: 1
16.70/16.81	c estimatedAdderCost: 33
16.70/16.81	c Try to convert by bdds
16.70/16.82	c D: 1
16.70/16.82	c estimatedAdderCost: 33
16.70/16.82	c Try to convert by bdds
16.70/16.83	c D: 1
16.70/16.83	c estimatedAdderCost: 33
16.70/16.83	c Try to convert by bdds
16.70/16.85	c D: 1
16.70/16.85	c estimatedAdderCost: 33
16.70/16.85	c Try to convert by bdds
16.70/16.86	c D: 1
16.70/16.86	c estimatedAdderCost: 33
16.70/16.86	c Try to convert by bdds
16.70/16.87	c D: 1
16.70/16.87	c estimatedAdderCost: 33
16.70/16.87	c Try to convert by bdds
16.70/16.88	c D: 1
16.70/16.88	c estimatedAdderCost: 33
16.70/16.88	c Try to convert by bdds
16.70/16.89	c D: 1
16.70/16.89	c estimatedAdderCost: 33
16.70/16.89	c Try to convert by bdds
16.80/16.90	c D: 1
16.80/16.90	c estimatedAdderCost: 33
16.80/16.90	c Try to convert by bdds
16.80/16.92	c D: 1
16.80/16.92	c estimatedAdderCost: 33
16.80/16.92	c Try to convert by bdds
16.80/16.93	c D: 1
16.80/16.93	c estimatedAdderCost: 33
16.80/16.93	c Try to convert by bdds
16.80/16.94	c D: 1
16.80/16.94	c estimatedAdderCost: 25
16.80/16.94	c Try to convert by bdds
16.80/16.95	c D: 1
16.80/16.95	c estimatedAdderCost: 25
16.80/16.95	c Try to convert by bdds
16.80/16.95	c D: 1
16.80/16.95	c estimatedAdderCost: 25
16.80/16.95	c Try to convert by bdds
16.80/16.96	c D: 1
16.80/16.96	c estimatedAdderCost: 33
16.80/16.96	c Try to convert by bdds
16.80/16.97	c D: 1
16.80/16.97	c estimatedAdderCost: 33
16.80/16.97	c Try to convert by bdds
16.80/16.99	c D: 1
16.80/16.99	c estimatedAdderCost: 33
16.80/16.99	c Try to convert by bdds
16.80/17.00	c D: 1
16.80/17.00	c estimatedAdderCost: 33
16.80/17.00	c Try to convert by bdds
16.92/17.01	c D: 1
16.92/17.01	c estimatedAdderCost: 33
16.92/17.01	c Try to convert by bdds
16.92/17.02	c D: 1
16.92/17.02	c estimatedAdderCost: 33
16.92/17.02	c Try to convert by bdds
16.92/17.03	c D: 1
16.92/17.03	c estimatedAdderCost: 33
16.92/17.03	c Try to convert by bdds
16.92/17.04	c D: 1
16.92/17.04	c estimatedAdderCost: 33
16.92/17.04	c Try to convert by bdds
16.92/17.06	c D: 1
16.92/17.06	c estimatedAdderCost: 33
16.92/17.06	c Try to convert by bdds
16.92/17.07	c D: 1
16.92/17.07	c estimatedAdderCost: 33
16.92/17.07	c Try to convert by bdds
16.92/17.08	c D: 1
16.92/17.08	c estimatedAdderCost: 33
16.92/17.08	c Try to convert by bdds
16.92/17.09	c D: 1
16.92/17.09	c estimatedAdderCost: 33
16.92/17.09	c Try to convert by bdds
16.92/17.10	c D: 1
16.92/17.10	c estimatedAdderCost: 33
16.92/17.10	c Try to convert by bdds
17.02/17.12	c D: 1
17.02/17.12	c estimatedAdderCost: 33
17.02/17.12	c Try to convert by bdds
17.02/17.13	c D: 1
17.02/17.13	c estimatedAdderCost: 33
17.02/17.13	c Try to convert by bdds
17.02/17.14	c D: 1
17.02/17.14	c estimatedAdderCost: 33
17.02/17.14	c Try to convert by bdds
17.02/17.15	c D: 1
17.02/17.15	c estimatedAdderCost: 33
17.02/17.15	c Try to convert by bdds
17.02/17.16	c D: 1
17.02/17.16	c estimatedAdderCost: 33
17.02/17.16	c Try to convert by bdds
17.02/17.18	c D: 1
17.02/17.18	c estimatedAdderCost: 33
17.02/17.18	c Try to convert by bdds
17.02/17.19	c D: 1
17.02/17.19	c estimatedAdderCost: 33
17.02/17.19	c Try to convert by bdds
17.10/17.20	c D: 1
17.10/17.20	c estimatedAdderCost: 33
17.10/17.20	c Try to convert by bdds
17.10/17.21	c D: 1
17.10/17.21	c estimatedAdderCost: 33
17.10/17.21	c Try to convert by bdds
17.10/17.22	c D: 1
17.10/17.22	c estimatedAdderCost: 33
17.10/17.22	c Try to convert by bdds
17.10/17.24	c D: 1
17.10/17.24	c estimatedAdderCost: 33
17.10/17.24	c Try to convert by bdds
17.10/17.25	c D: 1
17.10/17.25	c estimatedAdderCost: 25
17.10/17.25	c Try to convert by bdds
17.10/17.25	c D: 1
17.10/17.25	c estimatedAdderCost: 25
17.10/17.25	c Try to convert by bdds
17.10/17.26	c D: 1
17.10/17.26	c estimatedAdderCost: 25
17.10/17.26	c Try to convert by bdds
17.10/17.27	c D: 1
17.10/17.27	c estimatedAdderCost: 25
17.10/17.27	c Try to convert by bdds
17.10/17.28	c D: 1
17.10/17.28	c estimatedAdderCost: 33
17.10/17.28	c Try to convert by bdds
17.10/17.29	c D: 1
17.10/17.29	c estimatedAdderCost: 33
17.10/17.29	c Try to convert by bdds
17.20/17.30	c D: 1
17.20/17.30	c estimatedAdderCost: 33
17.20/17.30	c Try to convert by bdds
17.20/17.31	c D: 1
17.20/17.31	c estimatedAdderCost: 33
17.20/17.31	c Try to convert by bdds
17.20/17.32	c D: 1
17.20/17.32	c estimatedAdderCost: 33
17.20/17.32	c Try to convert by bdds
17.20/17.34	c D: 1
17.20/17.34	c estimatedAdderCost: 33
17.20/17.34	c Try to convert by bdds
17.20/17.35	c D: 1
17.20/17.35	c estimatedAdderCost: 33
17.20/17.35	c Try to convert by bdds
17.20/17.36	c D: 1
17.20/17.36	c estimatedAdderCost: 33
17.20/17.36	c Try to convert by bdds
17.20/17.37	c D: 1
17.20/17.37	c estimatedAdderCost: 33
17.20/17.37	c Try to convert by bdds
17.20/17.38	c D: 1
17.20/17.38	c estimatedAdderCost: 33
17.20/17.38	c Try to convert by bdds
17.30/17.40	c D: 1
17.30/17.40	c estimatedAdderCost: 33
17.30/17.40	c Try to convert by bdds
17.30/17.41	c D: 1
17.30/17.41	c estimatedAdderCost: 33
17.30/17.41	c Try to convert by bdds
17.30/17.42	c D: 1
17.30/17.42	c estimatedAdderCost: 33
17.30/17.42	c Try to convert by bdds
17.30/17.43	c D: 1
17.30/17.43	c estimatedAdderCost: 33
17.30/17.43	c Try to convert by bdds
17.30/17.44	c D: 1
17.30/17.44	c estimatedAdderCost: 33
17.30/17.44	c Try to convert by bdds
17.30/17.46	c D: 1
17.30/17.46	c estimatedAdderCost: 33
17.30/17.46	c Try to convert by bdds
17.30/17.47	c D: 1
17.30/17.47	c estimatedAdderCost: 33
17.30/17.47	c Try to convert by bdds
17.30/17.48	c D: 1
17.30/17.48	c estimatedAdderCost: 33
17.30/17.48	c Try to convert by bdds
17.30/17.49	c D: 1
17.30/17.49	c estimatedAdderCost: 33
17.30/17.49	c Try to convert by bdds
17.40/17.50	c D: 1
17.40/17.50	c estimatedAdderCost: 33
17.40/17.50	c Try to convert by bdds
17.40/17.52	c D: 1
17.40/17.52	c estimatedAdderCost: 33
17.40/17.52	c Try to convert by bdds
17.40/17.53	c D: 1
17.40/17.53	c estimatedAdderCost: 33
17.40/17.53	c Try to convert by bdds
17.40/17.54	c D: 1
17.40/17.54	c estimatedAdderCost: 33
17.40/17.54	c Try to convert by bdds
17.40/17.55	c D: 1
17.40/17.55	c estimatedAdderCost: 33
17.40/17.55	c Try to convert by bdds
17.40/17.56	c D: 1
17.40/17.56	c estimatedAdderCost: 33
17.40/17.56	c Try to convert by bdds
17.40/17.57	c D: 1
17.40/17.57	c estimatedAdderCost: 33
17.40/17.57	c Try to convert by bdds
17.40/17.59	c D: 1
17.40/17.59	c estimatedAdderCost: 33
17.40/17.59	c Try to convert by bdds
17.50/17.60	c D: 1
17.50/17.60	c estimatedAdderCost: 33
17.50/17.60	c Try to convert by bdds
17.50/17.61	c D: 1
17.50/17.61	c estimatedAdderCost: 33
17.50/17.61	c Try to convert by bdds
17.50/17.62	c D: 1
17.50/17.62	c estimatedAdderCost: 33
17.50/17.62	c Try to convert by bdds
17.50/17.63	c D: 1
17.50/17.63	c estimatedAdderCost: 25
17.50/17.63	c Try to convert by bdds
17.50/17.64	c D: 1
17.50/17.64	c estimatedAdderCost: 25
17.50/17.64	c Try to convert by bdds
17.50/17.65	c D: 1
17.50/17.65	c estimatedAdderCost: 25
17.50/17.65	c Try to convert by bdds
17.50/17.66	c D: 1
17.50/17.66	c estimatedAdderCost: 25
17.50/17.66	c Try to convert by bdds
17.50/17.66	c D: 1
17.50/17.66	c estimatedAdderCost: 25
17.50/17.66	c Try to convert by bdds
17.50/17.67	c D: 1
17.50/17.67	c estimatedAdderCost: 33
17.50/17.67	c Try to convert by bdds
17.50/17.68	c D: 1
17.50/17.68	c estimatedAdderCost: 33
17.50/17.68	c Try to convert by bdds
17.50/17.69	c D: 1
17.50/17.69	c estimatedAdderCost: 33
17.50/17.69	c Try to convert by bdds
17.60/17.71	c D: 1
17.60/17.71	c estimatedAdderCost: 33
17.60/17.71	c Try to convert by bdds
17.60/17.72	c D: 1
17.60/17.72	c estimatedAdderCost: 33
17.60/17.72	c Try to convert by bdds
17.60/17.73	c D: 1
17.60/17.73	c estimatedAdderCost: 33
17.60/17.73	c Try to convert by bdds
17.60/17.74	c D: 1
17.60/17.74	c estimatedAdderCost: 33
17.60/17.74	c Try to convert by bdds
17.60/17.75	c D: 1
17.60/17.75	c estimatedAdderCost: 33
17.60/17.75	c Try to convert by bdds
17.60/17.77	c D: 1
17.60/17.77	c estimatedAdderCost: 33
17.60/17.77	c Try to convert by bdds
17.60/17.78	c D: 1
17.60/17.78	c estimatedAdderCost: 33
17.60/17.78	c Try to convert by bdds
17.60/17.79	c D: 1
17.60/17.79	c estimatedAdderCost: 33
17.60/17.79	c Try to convert by bdds
17.70/17.80	c D: 1
17.70/17.80	c estimatedAdderCost: 33
17.70/17.80	c Try to convert by bdds
17.70/17.81	c D: 1
17.70/17.81	c estimatedAdderCost: 33
17.70/17.81	c Try to convert by bdds
17.70/17.82	c D: 1
17.70/17.82	c estimatedAdderCost: 33
17.70/17.82	c Try to convert by bdds
17.70/17.84	c D: 1
17.70/17.84	c estimatedAdderCost: 33
17.70/17.84	c Try to convert by bdds
17.70/17.85	c D: 1
17.70/17.85	c estimatedAdderCost: 33
17.70/17.85	c Try to convert by bdds
17.70/17.86	c D: 1
17.70/17.86	c estimatedAdderCost: 33
17.70/17.86	c Try to convert by bdds
17.70/17.87	c D: 1
17.70/17.87	c estimatedAdderCost: 33
17.70/17.87	c Try to convert by bdds
17.70/17.88	c D: 1
17.70/17.88	c estimatedAdderCost: 33
17.70/17.88	c Try to convert by bdds
17.80/17.90	c D: 1
17.80/17.90	c estimatedAdderCost: 33
17.80/17.90	c Try to convert by bdds
17.80/17.91	c D: 1
17.80/17.91	c estimatedAdderCost: 33
17.80/17.91	c Try to convert by bdds
17.80/17.92	c D: 1
17.80/17.92	c estimatedAdderCost: 33
17.80/17.92	c Try to convert by bdds
17.80/17.93	c D: 1
17.80/17.93	c estimatedAdderCost: 33
17.80/17.93	c Try to convert by bdds
17.80/17.94	c D: 1
17.80/17.94	c estimatedAdderCost: 33
17.80/17.94	c Try to convert by bdds
17.80/17.96	c D: 1
17.80/17.96	c estimatedAdderCost: 33
17.80/17.96	c Try to convert by bdds
17.80/17.97	c D: 1
17.80/17.97	c estimatedAdderCost: 33
17.80/17.97	c Try to convert by bdds
17.80/17.98	c D: 1
17.80/17.98	c estimatedAdderCost: 33
17.80/17.98	c Try to convert by bdds
17.80/17.99	c D: 1
17.80/17.99	c estimatedAdderCost: 33
17.80/17.99	c Try to convert by bdds
17.80/18.00	c D: 1
17.80/18.00	c estimatedAdderCost: 33
17.80/18.00	c Try to convert by bdds
17.91/18.02	c D: 1
17.91/18.02	c estimatedAdderCost: 33
17.91/18.02	c Try to convert by bdds
17.91/18.03	c D: 1
17.91/18.03	c estimatedAdderCost: 33
17.91/18.03	c Try to convert by bdds
17.91/18.04	c D: 1
17.91/18.04	c estimatedAdderCost: 33
17.91/18.04	c Try to convert by bdds
17.91/18.05	c D: 1
17.91/18.05	c estimatedAdderCost: 33
17.91/18.05	c Try to convert by bdds
17.91/18.06	c D: 1
17.91/18.06	c estimatedAdderCost: 33
17.91/18.06	c Try to convert by bdds
17.91/18.08	c D: 1
17.91/18.08	c estimatedAdderCost: 33
17.91/18.08	c Try to convert by bdds
17.91/18.09	c D: 1
17.91/18.09	c estimatedAdderCost: 25
17.91/18.09	c Try to convert by bdds
17.91/18.09	c D: 1
17.91/18.09	c estimatedAdderCost: 25
17.91/18.09	c Try to convert by bdds
17.91/18.10	c D: 1
17.91/18.10	c estimatedAdderCost: 25
17.91/18.10	c Try to convert by bdds
18.01/18.11	c D: 1
18.01/18.11	c estimatedAdderCost: 25
18.01/18.11	c Try to convert by bdds
18.01/18.12	c D: 1
18.01/18.12	c estimatedAdderCost: 25
18.01/18.12	c Try to convert by bdds
18.01/18.12	c D: 1
18.01/18.12	c estimatedAdderCost: 25
18.01/18.12	c Try to convert by bdds
18.01/18.13	c D: 1
18.01/18.13	c estimatedAdderCost: 33
18.01/18.13	c Try to convert by bdds
18.01/18.14	c D: 1
18.01/18.14	c estimatedAdderCost: 33
18.01/18.14	c Try to convert by bdds
18.01/18.15	c D: 1
18.01/18.15	c estimatedAdderCost: 33
18.01/18.15	c Try to convert by bdds
18.10/18.20	c D: 1
18.10/18.20	c estimatedAdderCost: 33
18.10/18.20	c Try to convert by bdds
18.10/18.22	c D: 1
18.10/18.22	c estimatedAdderCost: 33
18.10/18.22	c Try to convert by bdds
18.10/18.23	c D: 1
18.10/18.23	c estimatedAdderCost: 33
18.10/18.23	c Try to convert by bdds
18.10/18.24	c D: 1
18.10/18.24	c estimatedAdderCost: 33
18.10/18.24	c Try to convert by bdds
18.10/18.25	c D: 1
18.10/18.25	c estimatedAdderCost: 33
18.10/18.25	c Try to convert by bdds
18.10/18.26	c D: 1
18.10/18.26	c estimatedAdderCost: 33
18.10/18.26	c Try to convert by bdds
18.10/18.28	c D: 1
18.10/18.28	c estimatedAdderCost: 33
18.10/18.28	c Try to convert by bdds
18.10/18.29	c D: 1
18.10/18.29	c estimatedAdderCost: 33
18.10/18.29	c Try to convert by bdds
18.20/18.30	c D: 1
18.20/18.30	c estimatedAdderCost: 33
18.20/18.30	c Try to convert by bdds
18.20/18.31	c D: 1
18.20/18.31	c estimatedAdderCost: 33
18.20/18.31	c Try to convert by bdds
18.20/18.32	c D: 1
18.20/18.32	c estimatedAdderCost: 33
18.20/18.32	c Try to convert by bdds
18.20/18.34	c D: 1
18.20/18.34	c estimatedAdderCost: 33
18.20/18.34	c Try to convert by bdds
18.20/18.35	c D: 1
18.20/18.35	c estimatedAdderCost: 33
18.20/18.35	c Try to convert by bdds
18.20/18.36	c D: 1
18.20/18.36	c estimatedAdderCost: 33
18.20/18.36	c Try to convert by bdds
18.20/18.37	c D: 1
18.20/18.37	c estimatedAdderCost: 33
18.20/18.37	c Try to convert by bdds
18.20/18.38	c D: 1
18.20/18.38	c estimatedAdderCost: 33
18.20/18.38	c Try to convert by bdds
18.30/18.40	c D: 1
18.30/18.40	c estimatedAdderCost: 33
18.30/18.40	c Try to convert by bdds
18.30/18.41	c D: 1
18.30/18.41	c estimatedAdderCost: 33
18.30/18.41	c Try to convert by bdds
18.30/18.42	c D: 1
18.30/18.42	c estimatedAdderCost: 33
18.30/18.42	c Try to convert by bdds
18.30/18.43	c D: 1
18.30/18.43	c estimatedAdderCost: 33
18.30/18.43	c Try to convert by bdds
18.30/18.44	c D: 1
18.30/18.44	c estimatedAdderCost: 33
18.30/18.44	c Try to convert by bdds
18.30/18.46	c D: 1
18.30/18.46	c estimatedAdderCost: 33
18.30/18.46	c Try to convert by bdds
18.30/18.47	c D: 1
18.30/18.47	c estimatedAdderCost: 33
18.30/18.47	c Try to convert by bdds
18.30/18.48	c D: 1
18.30/18.48	c estimatedAdderCost: 33
18.30/18.48	c Try to convert by bdds
18.30/18.49	c D: 1
18.30/18.49	c estimatedAdderCost: 33
18.30/18.49	c Try to convert by bdds
18.40/18.50	c D: 1
18.40/18.50	c estimatedAdderCost: 33
18.40/18.50	c Try to convert by bdds
18.40/18.52	c D: 1
18.40/18.52	c estimatedAdderCost: 33
18.40/18.52	c Try to convert by bdds
18.40/18.53	c D: 1
18.40/18.53	c estimatedAdderCost: 33
18.40/18.53	c Try to convert by bdds
18.40/18.54	c D: 1
18.40/18.54	c estimatedAdderCost: 33
18.40/18.54	c Try to convert by bdds
18.40/18.55	c D: 1
18.40/18.55	c estimatedAdderCost: 33
18.40/18.55	c Try to convert by bdds
18.40/18.56	c D: 1
18.40/18.56	c estimatedAdderCost: 33
18.40/18.56	c Try to convert by bdds
18.40/18.58	c D: 1
18.40/18.58	c estimatedAdderCost: 33
18.40/18.58	c Try to convert by bdds
18.40/18.59	c D: 1
18.40/18.59	c estimatedAdderCost: 33
18.40/18.59	c Try to convert by bdds
18.50/18.60	c D: 1
18.50/18.60	c estimatedAdderCost: 33
18.50/18.60	c Try to convert by bdds
18.50/18.61	c D: 1
18.50/18.61	c estimatedAdderCost: 33
18.50/18.61	c Try to convert by bdds
18.50/18.62	c D: 1
18.50/18.62	c estimatedAdderCost: 33
18.50/18.62	c Try to convert by bdds
18.50/18.63	c D: 1
18.50/18.63	c estimatedAdderCost: 25
18.50/18.63	c Try to convert by bdds
18.50/18.64	c D: 1
18.50/18.64	c estimatedAdderCost: 25
18.50/18.64	c Try to convert by bdds
18.50/18.65	c D: 1
18.50/18.65	c estimatedAdderCost: 25
18.50/18.65	c Try to convert by bdds
18.50/18.66	c D: 1
18.50/18.66	c estimatedAdderCost: 25
18.50/18.66	c Try to convert by bdds
18.50/18.66	c D: 1
18.50/18.66	c estimatedAdderCost: 25
18.50/18.66	c Try to convert by bdds
18.50/18.67	c D: 1
18.50/18.67	c estimatedAdderCost: 25
18.50/18.67	c Try to convert by bdds
18.50/18.68	c D: 1
18.50/18.68	c estimatedAdderCost: 25
18.50/18.68	c Try to convert by bdds
18.50/18.69	c D: 1
18.50/18.69	c estimatedAdderCost: 33
18.50/18.69	c Try to convert by bdds
18.60/18.70	c D: 1
18.60/18.70	c estimatedAdderCost: 33
18.60/18.70	c Try to convert by bdds
18.60/18.71	c D: 1
18.60/18.71	c estimatedAdderCost: 33
18.60/18.71	c Try to convert by bdds
18.60/18.72	c D: 1
18.60/18.72	c estimatedAdderCost: 33
18.60/18.72	c Try to convert by bdds
18.60/18.73	c D: 1
18.60/18.73	c estimatedAdderCost: 33
18.60/18.73	c Try to convert by bdds
18.60/18.74	c D: 1
18.60/18.74	c estimatedAdderCost: 33
18.60/18.74	c Try to convert by bdds
18.60/18.76	c D: 1
18.60/18.76	c estimatedAdderCost: 33
18.60/18.76	c Try to convert by bdds
18.60/18.77	c D: 1
18.60/18.77	c estimatedAdderCost: 33
18.60/18.77	c Try to convert by bdds
18.60/18.78	c D: 1
18.60/18.78	c estimatedAdderCost: 33
18.60/18.78	c Try to convert by bdds
18.60/18.79	c D: 1
18.60/18.79	c estimatedAdderCost: 33
18.60/18.79	c Try to convert by bdds
18.70/18.80	c D: 1
18.70/18.80	c estimatedAdderCost: 33
18.70/18.80	c Try to convert by bdds
18.70/18.82	c D: 1
18.70/18.82	c estimatedAdderCost: 33
18.70/18.82	c Try to convert by bdds
18.70/18.83	c D: 1
18.70/18.83	c estimatedAdderCost: 33
18.70/18.83	c Try to convert by bdds
18.70/18.84	c D: 1
18.70/18.84	c estimatedAdderCost: 33
18.70/18.84	c Try to convert by bdds
18.70/18.85	c D: 1
18.70/18.85	c estimatedAdderCost: 33
18.70/18.85	c Try to convert by bdds
18.70/18.86	c D: 1
18.70/18.86	c estimatedAdderCost: 33
18.70/18.86	c Try to convert by bdds
18.70/18.88	c D: 1
18.70/18.88	c estimatedAdderCost: 33
18.70/18.88	c Try to convert by bdds
18.70/18.89	c D: 1
18.70/18.89	c estimatedAdderCost: 33
18.70/18.89	c Try to convert by bdds
18.80/18.90	c D: 1
18.80/18.90	c estimatedAdderCost: 33
18.80/18.90	c Try to convert by bdds
18.80/18.91	c D: 1
18.80/18.91	c estimatedAdderCost: 33
18.80/18.91	c Try to convert by bdds
18.80/18.92	c D: 1
18.80/18.92	c estimatedAdderCost: 33
18.80/18.92	c Try to convert by bdds
18.80/18.93	c D: 1
18.80/18.93	c estimatedAdderCost: 33
18.80/18.93	c Try to convert by bdds
18.80/18.95	c D: 1
18.80/18.95	c estimatedAdderCost: 33
18.80/18.95	c Try to convert by bdds
18.80/18.96	c D: 1
18.80/18.96	c estimatedAdderCost: 33
18.80/18.96	c Try to convert by bdds
18.80/18.97	c D: 1
18.80/18.97	c estimatedAdderCost: 33
18.80/18.97	c Try to convert by bdds
18.80/18.98	c D: 1
18.80/18.98	c estimatedAdderCost: 33
18.80/18.98	c Try to convert by bdds
18.80/18.99	c D: 1
18.80/18.99	c estimatedAdderCost: 33
18.80/18.99	c Try to convert by bdds
18.80/19.01	c D: 1
18.80/19.01	c estimatedAdderCost: 33
18.80/19.01	c Try to convert by bdds
18.91/19.02	c D: 1
18.91/19.02	c estimatedAdderCost: 33
18.91/19.02	c Try to convert by bdds
18.91/19.03	c D: 1
18.91/19.03	c estimatedAdderCost: 33
18.91/19.03	c Try to convert by bdds
18.91/19.04	c D: 1
18.91/19.04	c estimatedAdderCost: 33
18.91/19.04	c Try to convert by bdds
18.91/19.05	c D: 1
18.91/19.05	c estimatedAdderCost: 33
18.91/19.05	c Try to convert by bdds
18.91/19.06	c D: 1
18.91/19.06	c estimatedAdderCost: 33
18.91/19.06	c Try to convert by bdds
18.91/19.08	c D: 1
18.91/19.08	c estimatedAdderCost: 33
18.91/19.08	c Try to convert by bdds
18.91/19.09	c D: 1
18.91/19.09	c estimatedAdderCost: 33
18.91/19.09	c Try to convert by bdds
18.91/19.10	c D: 1
18.91/19.10	c estimatedAdderCost: 33
18.91/19.10	c Try to convert by bdds
19.01/19.11	c D: 1
19.01/19.11	c estimatedAdderCost: 33
19.01/19.11	c Try to convert by bdds
19.01/19.12	c D: 1
19.01/19.12	c estimatedAdderCost: 33
19.01/19.12	c Try to convert by bdds
19.01/19.14	c D: 1
19.01/19.14	c estimatedAdderCost: 33
19.01/19.14	c Try to convert by bdds
19.01/19.15	c D: 1
19.01/19.15	c estimatedAdderCost: 33
19.01/19.15	c Try to convert by bdds
19.01/19.16	c D: 1
19.01/19.16	c estimatedAdderCost: 33
19.01/19.16	c Try to convert by bdds
19.01/19.17	c D: 1
19.01/19.17	c estimatedAdderCost: 33
19.01/19.17	c Try to convert by bdds
19.01/19.18	c D: 1
19.01/19.18	c estimatedAdderCost: 25
19.01/19.18	c Try to convert by bdds
19.01/19.19	c D: 1
19.01/19.19	c estimatedAdderCost: 25
19.01/19.19	c Try to convert by bdds
19.09/19.20	c D: 1
19.09/19.20	c estimatedAdderCost: 25
19.09/19.20	c Try to convert by bdds
19.09/19.21	c D: 1
19.09/19.21	c estimatedAdderCost: 25
19.09/19.21	c Try to convert by bdds
19.09/19.21	c D: 1
19.09/19.21	c estimatedAdderCost: 25
19.09/19.21	c Try to convert by bdds
19.09/19.22	c D: 1
19.09/19.22	c estimatedAdderCost: 25
19.09/19.22	c Try to convert by bdds
19.09/19.23	c D: 1
19.09/19.23	c estimatedAdderCost: 25
19.09/19.23	c Try to convert by bdds
19.09/19.23	c D: 1
19.09/19.23	c estimatedAdderCost: 25
19.09/19.23	c Try to convert by bdds
19.09/19.24	c D: 1
19.09/19.24	c estimatedAdderCost: 33
19.09/19.24	c Try to convert by bdds
19.09/19.25	c D: 1
19.09/19.25	c estimatedAdderCost: 33
19.09/19.25	c Try to convert by bdds
19.09/19.26	c D: 1
19.09/19.26	c estimatedAdderCost: 33
19.09/19.26	c Try to convert by bdds
19.09/19.28	c D: 1
19.09/19.28	c estimatedAdderCost: 33
19.09/19.28	c Try to convert by bdds
19.09/19.29	c D: 1
19.09/19.29	c estimatedAdderCost: 33
19.09/19.29	c Try to convert by bdds
19.19/19.30	c D: 1
19.19/19.30	c estimatedAdderCost: 33
19.19/19.30	c Try to convert by bdds
19.19/19.31	c D: 1
19.19/19.31	c estimatedAdderCost: 33
19.19/19.31	c Try to convert by bdds
19.19/19.32	c D: 1
19.19/19.32	c estimatedAdderCost: 33
19.19/19.32	c Try to convert by bdds
19.19/19.34	c D: 1
19.19/19.34	c estimatedAdderCost: 33
19.19/19.34	c Try to convert by bdds
19.19/19.35	c D: 1
19.19/19.35	c estimatedAdderCost: 33
19.19/19.35	c Try to convert by bdds
19.19/19.36	c D: 1
19.19/19.36	c estimatedAdderCost: 33
19.19/19.36	c Try to convert by bdds
19.19/19.37	c D: 1
19.19/19.37	c estimatedAdderCost: 33
19.19/19.37	c Try to convert by bdds
19.19/19.38	c D: 1
19.19/19.38	c estimatedAdderCost: 33
19.19/19.38	c Try to convert by bdds
19.29/19.40	c D: 1
19.29/19.40	c estimatedAdderCost: 33
19.29/19.40	c Try to convert by bdds
19.29/19.41	c D: 1
19.29/19.41	c estimatedAdderCost: 33
19.29/19.41	c Try to convert by bdds
19.29/19.42	c D: 1
19.29/19.42	c estimatedAdderCost: 33
19.29/19.42	c Try to convert by bdds
19.29/19.43	c D: 1
19.29/19.43	c estimatedAdderCost: 33
19.29/19.43	c Try to convert by bdds
19.29/19.44	c D: 1
19.29/19.44	c estimatedAdderCost: 33
19.29/19.44	c Try to convert by bdds
19.29/19.46	c D: 1
19.29/19.46	c estimatedAdderCost: 33
19.29/19.46	c Try to convert by bdds
19.29/19.47	c D: 1
19.29/19.47	c estimatedAdderCost: 33
19.29/19.47	c Try to convert by bdds
19.29/19.48	c D: 1
19.29/19.48	c estimatedAdderCost: 33
19.29/19.48	c Try to convert by bdds
19.29/19.49	c D: 1
19.29/19.49	c estimatedAdderCost: 33
19.29/19.49	c Try to convert by bdds
19.40/19.51	c D: 1
19.40/19.51	c estimatedAdderCost: 33
19.40/19.51	c Try to convert by bdds
19.40/19.52	c D: 1
19.40/19.52	c estimatedAdderCost: 33
19.40/19.52	c Try to convert by bdds
19.40/19.53	c D: 1
19.40/19.53	c estimatedAdderCost: 33
19.40/19.53	c Try to convert by bdds
19.40/19.54	c D: 1
19.40/19.54	c estimatedAdderCost: 33
19.40/19.54	c Try to convert by bdds
19.40/19.55	c D: 1
19.40/19.55	c estimatedAdderCost: 33
19.40/19.55	c Try to convert by bdds
19.40/19.57	c D: 1
19.40/19.57	c estimatedAdderCost: 33
19.40/19.57	c Try to convert by bdds
19.40/19.58	c D: 1
19.40/19.58	c estimatedAdderCost: 33
19.40/19.58	c Try to convert by bdds
19.40/19.59	c D: 1
19.40/19.59	c estimatedAdderCost: 33
19.40/19.59	c Try to convert by bdds
19.50/19.60	c D: 1
19.50/19.60	c estimatedAdderCost: 33
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.63	c D: 1
19.50/19.63	c estimatedAdderCost: 33
19.50/19.63	c Try to convert by bdds
19.50/19.64	c D: 1
19.50/19.64	c estimatedAdderCost: 33
19.50/19.64	c Try to convert by bdds
19.50/19.65	c D: 1
19.50/19.65	c estimatedAdderCost: 33
19.50/19.65	c Try to convert by bdds
19.50/19.66	c D: 1
19.50/19.66	c estimatedAdderCost: 33
19.50/19.66	c Try to convert by bdds
19.50/19.67	c D: 1
19.50/19.67	c estimatedAdderCost: 33
19.50/19.67	c Try to convert by bdds
19.50/19.69	c D: 1
19.50/19.69	c estimatedAdderCost: 33
19.50/19.69	c Try to convert by bdds
19.60/19.70	c D: 1
19.60/19.70	c estimatedAdderCost: 33
19.60/19.70	c Try to convert by bdds
19.60/19.71	c D: 1
19.60/19.71	c estimatedAdderCost: 33
19.60/19.71	c Try to convert by bdds
19.60/19.72	c D: 1
19.60/19.72	c estimatedAdderCost: 33
19.60/19.72	c Try to convert by bdds
19.60/19.73	c D: 1
19.60/19.73	c estimatedAdderCost: 33
19.60/19.73	c Try to convert by bdds
19.60/19.75	c D: 1
19.60/19.75	c estimatedAdderCost: 33
19.60/19.75	c Try to convert by bdds
19.60/19.76	c D: 1
19.60/19.76	c estimatedAdderCost: 33
19.60/19.76	c Try to convert by bdds
19.60/19.77	c D: 1
19.60/19.77	c estimatedAdderCost: 25
19.60/19.77	c Try to convert by bdds
19.60/19.78	c D: 1
19.60/19.78	c estimatedAdderCost: 25
19.60/19.78	c Try to convert by bdds
19.60/19.78	c D: 1
19.60/19.78	c estimatedAdderCost: 25
19.60/19.78	c Try to convert by bdds
19.60/19.79	c D: 1
19.60/19.79	c estimatedAdderCost: 25
19.60/19.79	c Try to convert by bdds
19.70/19.80	c D: 1
19.70/19.80	c estimatedAdderCost: 25
19.70/19.80	c Try to convert by bdds
19.70/19.81	c D: 1
19.70/19.81	c estimatedAdderCost: 25
19.70/19.81	c Try to convert by bdds
19.70/19.81	c D: 1
19.70/19.81	c estimatedAdderCost: 25
19.70/19.81	c Try to convert by bdds
19.70/19.82	c D: 1
19.70/19.82	c estimatedAdderCost: 25
19.70/19.82	c Try to convert by bdds
19.70/19.83	c D: 1
19.70/19.83	c estimatedAdderCost: 25
19.70/19.83	c Try to convert by bdds
19.70/19.84	c D: 1
19.70/19.84	c estimatedAdderCost: 25
19.70/19.84	c Try to convert by bdds
19.70/19.84	c D: 1
19.70/19.84	c estimatedAdderCost: 33
19.70/19.84	c Try to convert by bdds
19.70/19.85	c D: 1
19.70/19.85	c estimatedAdderCost: 33
19.70/19.85	c Try to convert by bdds
19.70/19.87	c D: 1
19.70/19.87	c estimatedAdderCost: 33
19.70/19.87	c Try to convert by bdds
19.70/19.88	c D: 1
19.70/19.88	c estimatedAdderCost: 33
19.70/19.88	c Try to convert by bdds
19.70/19.89	c D: 1
19.70/19.89	c estimatedAdderCost: 33
19.70/19.89	c Try to convert by bdds
19.80/19.90	c D: 1
19.80/19.90	c estimatedAdderCost: 33
19.80/19.90	c Try to convert by bdds
19.80/19.91	c D: 1
19.80/19.91	c estimatedAdderCost: 33
19.80/19.91	c Try to convert by bdds
19.80/19.93	c D: 1
19.80/19.93	c estimatedAdderCost: 33
19.80/19.93	c Try to convert by bdds
19.80/19.94	c D: 1
19.80/19.94	c estimatedAdderCost: 33
19.80/19.94	c Try to convert by bdds
19.80/19.95	c D: 1
19.80/19.95	c estimatedAdderCost: 33
19.80/19.95	c Try to convert by bdds
19.80/19.96	c D: 1
19.80/19.96	c estimatedAdderCost: 25
19.80/19.96	c Try to convert by bdds
19.80/19.97	c D: 1
19.80/19.97	c estimatedAdderCost: 25
19.80/19.97	c Try to convert by bdds
19.80/19.98	c D: 1
19.80/19.98	c estimatedAdderCost: 33
19.80/19.98	c Try to convert by bdds
19.80/19.99	c D: 1
19.80/19.99	c estimatedAdderCost: 33
19.80/19.99	c Try to convert by bdds
19.80/20.00	c D: 1
19.80/20.00	c estimatedAdderCost: 33
19.80/20.00	c Try to convert by bdds
19.91/20.01	c D: 1
19.91/20.01	c estimatedAdderCost: 33
19.91/20.01	c Try to convert by bdds
19.91/20.03	c D: 1
19.91/20.03	c estimatedAdderCost: 33
19.91/20.03	c Try to convert by bdds
19.91/20.04	c D: 1
19.91/20.04	c estimatedAdderCost: 33
19.91/20.04	c Try to convert by bdds
19.91/20.05	c D: 1
19.91/20.05	c estimatedAdderCost: 33
19.91/20.05	c Try to convert by bdds
19.91/20.06	c D: 1
19.91/20.06	c estimatedAdderCost: 33
19.91/20.06	c Try to convert by bdds
19.91/20.07	c D: 1
19.91/20.07	c estimatedAdderCost: 33
19.91/20.07	c Try to convert by bdds
19.91/20.09	c D: 1
19.91/20.09	c estimatedAdderCost: 33
19.91/20.09	c Try to convert by bdds
19.91/20.10	c D: 1
19.91/20.10	c estimatedAdderCost: 33
19.91/20.10	c Try to convert by bdds
20.01/20.11	c D: 1
20.01/20.11	c estimatedAdderCost: 33
20.01/20.11	c Try to convert by bdds
20.01/20.12	c D: 1
20.01/20.12	c estimatedAdderCost: 33
20.01/20.12	c Try to convert by bdds
20.01/20.13	c D: 1
20.01/20.13	c estimatedAdderCost: 33
20.01/20.13	c Try to convert by bdds
20.01/20.15	c D: 1
20.01/20.15	c estimatedAdderCost: 33
20.01/20.15	c Try to convert by bdds
20.01/20.16	c D: 1
20.01/20.16	c estimatedAdderCost: 33
20.01/20.16	c Try to convert by bdds
20.01/20.17	c D: 1
20.01/20.17	c estimatedAdderCost: 33
20.01/20.17	c Try to convert by bdds
20.01/20.18	c D: 1
20.01/20.18	c estimatedAdderCost: 33
20.01/20.18	c Try to convert by bdds
20.01/20.19	c D: 1
20.01/20.19	c estimatedAdderCost: 33
20.01/20.19	c Try to convert by bdds
20.10/20.21	c D: 1
20.10/20.21	c estimatedAdderCost: 25
20.10/20.21	c Try to convert by bdds
20.10/20.21	c D: 1
20.10/20.21	c estimatedAdderCost: 25
20.10/20.21	c Try to convert by bdds
20.10/20.22	c D: 1
20.10/20.22	c estimatedAdderCost: 25
20.10/20.22	c Try to convert by bdds
20.10/20.23	c D: 1
20.10/20.23	c estimatedAdderCost: 33
20.10/20.23	c Try to convert by bdds
20.10/20.24	c D: 1
20.10/20.24	c estimatedAdderCost: 33
20.10/20.24	c Try to convert by bdds
20.10/20.25	c D: 1
20.10/20.25	c estimatedAdderCost: 33
20.10/20.25	c Try to convert by bdds
20.10/20.26	c D: 1
20.10/20.26	c estimatedAdderCost: 33
20.10/20.26	c Try to convert by bdds
20.10/20.27	c D: 1
20.10/20.27	c estimatedAdderCost: 33
20.10/20.27	c Try to convert by bdds
20.10/20.29	c D: 1
20.10/20.29	c estimatedAdderCost: 33
20.10/20.29	c Try to convert by bdds
20.20/20.30	c D: 1
20.20/20.30	c estimatedAdderCost: 33
20.20/20.30	c Try to convert by bdds
20.20/20.31	c D: 1
20.20/20.31	c estimatedAdderCost: 33
20.20/20.31	c Try to convert by bdds
20.20/20.32	c D: 1
20.20/20.32	c estimatedAdderCost: 33
20.20/20.32	c Try to convert by bdds
20.20/20.33	c D: 1
20.20/20.33	c estimatedAdderCost: 33
20.20/20.33	c Try to convert by bdds
20.20/20.35	c D: 1
20.20/20.35	c estimatedAdderCost: 33
20.20/20.35	c Try to convert by bdds
20.20/20.36	c D: 1
20.20/20.36	c estimatedAdderCost: 33
20.20/20.36	c Try to convert by bdds
20.20/20.37	c D: 1
20.20/20.37	c estimatedAdderCost: 33
20.20/20.37	c Try to convert by bdds
20.20/20.38	c D: 1
20.20/20.38	c estimatedAdderCost: 33
20.20/20.38	c Try to convert by bdds
20.20/20.39	c D: 1
20.20/20.39	c estimatedAdderCost: 33
20.20/20.39	c Try to convert by bdds
20.30/20.41	c D: 1
20.30/20.41	c estimatedAdderCost: 33
20.30/20.41	c Try to convert by bdds
20.30/20.42	c D: 1
20.30/20.42	c estimatedAdderCost: 33
20.30/20.42	c Try to convert by bdds
20.30/20.43	c D: 1
20.30/20.43	c estimatedAdderCost: 33
20.30/20.43	c Try to convert by bdds
20.30/20.44	c D: 1
20.30/20.44	c estimatedAdderCost: 33
20.30/20.44	c Try to convert by bdds
20.30/20.45	c D: 1
20.30/20.45	c estimatedAdderCost: 33
20.30/20.45	c Try to convert by bdds
20.30/20.47	c D: 1
20.30/20.47	c estimatedAdderCost: 33
20.30/20.47	c Try to convert by bdds
20.30/20.48	c D: 1
20.30/20.48	c estimatedAdderCost: 33
20.30/20.48	c Try to convert by bdds
20.30/20.49	c D: 1
20.30/20.49	c estimatedAdderCost: 33
20.30/20.49	c Try to convert by bdds
20.40/20.50	c D: 1
20.40/20.50	c estimatedAdderCost: 33
20.40/20.50	c Try to convert by bdds
20.40/20.51	c D: 1
20.40/20.51	c estimatedAdderCost: 33
20.40/20.51	c Try to convert by bdds
20.40/20.53	c D: 1
20.40/20.53	c estimatedAdderCost: 33
20.40/20.53	c Try to convert by bdds
20.40/20.54	c D: 1
20.40/20.54	c estimatedAdderCost: 33
20.40/20.54	c Try to convert by bdds
20.40/20.55	c D: 1
20.40/20.55	c estimatedAdderCost: 25
20.40/20.55	c Try to convert by bdds
20.40/20.56	c D: 1
20.40/20.56	c estimatedAdderCost: 25
20.40/20.56	c Try to convert by bdds
20.40/20.56	c D: 1
20.40/20.56	c estimatedAdderCost: 25
20.40/20.56	c Try to convert by bdds
20.40/20.57	c D: 1
20.40/20.57	c estimatedAdderCost: 25
20.40/20.57	c Try to convert by bdds
20.40/20.58	c D: 1
20.40/20.58	c estimatedAdderCost: 33
20.40/20.58	c Try to convert by bdds
20.40/20.59	c D: 1
20.40/20.59	c estimatedAdderCost: 33
20.40/20.59	c Try to convert by bdds
20.50/20.60	c D: 1
20.50/20.60	c estimatedAdderCost: 33
20.50/20.60	c Try to convert by bdds
20.50/20.61	c D: 1
20.50/20.61	c estimatedAdderCost: 33
20.50/20.61	c Try to convert by bdds
20.50/20.63	c D: 1
20.50/20.63	c estimatedAdderCost: 33
20.50/20.63	c Try to convert by bdds
20.50/20.64	c D: 1
20.50/20.64	c estimatedAdderCost: 33
20.50/20.64	c Try to convert by bdds
20.50/20.65	c D: 1
20.50/20.65	c estimatedAdderCost: 33
20.50/20.65	c Try to convert by bdds
20.50/20.66	c D: 1
20.50/20.66	c estimatedAdderCost: 33
20.50/20.66	c Try to convert by bdds
20.50/20.67	c D: 1
20.50/20.67	c estimatedAdderCost: 33
20.50/20.67	c Try to convert by bdds
20.50/20.69	c D: 1
20.50/20.69	c estimatedAdderCost: 33
20.50/20.69	c Try to convert by bdds
20.60/20.70	c D: 1
20.60/20.70	c estimatedAdderCost: 33
20.60/20.70	c Try to convert by bdds
20.60/20.71	c D: 1
20.60/20.71	c estimatedAdderCost: 33
20.60/20.71	c Try to convert by bdds
20.60/20.72	c D: 1
20.60/20.72	c estimatedAdderCost: 33
20.60/20.72	c Try to convert by bdds
20.60/20.73	c D: 1
20.60/20.73	c estimatedAdderCost: 33
20.60/20.73	c Try to convert by bdds
20.60/20.75	c D: 1
20.60/20.75	c estimatedAdderCost: 33
20.60/20.75	c Try to convert by bdds
20.60/20.76	c D: 1
20.60/20.76	c estimatedAdderCost: 33
20.60/20.76	c Try to convert by bdds
20.60/20.77	c D: 1
20.60/20.77	c estimatedAdderCost: 33
20.60/20.77	c Try to convert by bdds
20.60/20.78	c D: 1
20.60/20.78	c estimatedAdderCost: 33
20.60/20.78	c Try to convert by bdds
20.60/20.79	c D: 1
20.60/20.79	c estimatedAdderCost: 33
20.60/20.79	c Try to convert by bdds
20.70/20.81	c D: 1
20.70/20.81	c estimatedAdderCost: 33
20.70/20.81	c Try to convert by bdds
20.70/20.82	c D: 1
20.70/20.82	c estimatedAdderCost: 33
20.70/20.82	c Try to convert by bdds
20.70/20.83	c D: 1
20.70/20.83	c estimatedAdderCost: 33
20.70/20.83	c Try to convert by bdds
20.70/20.84	c D: 1
20.70/20.84	c estimatedAdderCost: 33
20.70/20.84	c Try to convert by bdds
20.70/20.85	c D: 1
20.70/20.85	c estimatedAdderCost: 33
20.70/20.85	c Try to convert by bdds
20.70/20.86	c D: 1
20.70/20.86	c estimatedAdderCost: 33
20.70/20.86	c Try to convert by bdds
20.70/20.88	c D: 1
20.70/20.88	c estimatedAdderCost: 33
20.70/20.88	c Try to convert by bdds
20.70/20.89	c D: 1
20.70/20.89	c estimatedAdderCost: 33
20.70/20.89	c Try to convert by bdds
20.80/20.90	c D: 1
20.80/20.90	c estimatedAdderCost: 33
20.80/20.90	c Try to convert by bdds
20.80/20.91	c D: 1
20.80/20.91	c estimatedAdderCost: 33
20.80/20.91	c Try to convert by bdds
20.80/20.93	c D: 1
20.80/20.93	c estimatedAdderCost: 33
20.80/20.93	c Try to convert by bdds
20.80/20.94	c D: 1
20.80/20.94	c estimatedAdderCost: 33
20.80/20.94	c Try to convert by bdds
20.80/20.95	c D: 1
20.80/20.95	c estimatedAdderCost: 33
20.80/20.95	c Try to convert by bdds
20.80/20.96	c D: 1
20.80/20.96	c estimatedAdderCost: 33
20.80/20.96	c Try to convert by bdds
20.80/20.97	c D: 1
20.80/20.97	c estimatedAdderCost: 33
20.80/20.97	c Try to convert by bdds
20.80/20.99	c D: 1
20.80/20.99	c estimatedAdderCost: 25
20.80/20.99	c Try to convert by bdds
20.80/20.99	c D: 1
20.80/20.99	c estimatedAdderCost: 25
20.80/20.99	c Try to convert by bdds
20.80/21.00	c D: 1
20.80/21.00	c estimatedAdderCost: 25
20.80/21.00	c Try to convert by bdds
20.80/21.01	c D: 1
20.80/21.01	c estimatedAdderCost: 25
20.80/21.01	c Try to convert by bdds
20.91/21.01	c D: 1
20.91/21.01	c estimatedAdderCost: 25
20.91/21.01	c Try to convert by bdds
20.91/21.02	c D: 1
20.91/21.02	c estimatedAdderCost: 33
20.91/21.02	c Try to convert by bdds
20.91/21.03	c D: 1
20.91/21.03	c estimatedAdderCost: 33
20.91/21.03	c Try to convert by bdds
20.91/21.05	c D: 1
20.91/21.05	c estimatedAdderCost: 33
20.91/21.05	c Try to convert by bdds
20.91/21.06	c D: 1
20.91/21.06	c estimatedAdderCost: 33
20.91/21.06	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.08	c D: 1
20.91/21.08	c estimatedAdderCost: 33
20.91/21.08	c Try to convert by bdds
20.91/21.09	c D: 1
20.91/21.09	c estimatedAdderCost: 33
20.91/21.09	c Try to convert by bdds
20.91/21.11	c D: 1
20.91/21.11	c estimatedAdderCost: 33
20.91/21.11	c Try to convert by bdds
21.01/21.12	c D: 1
21.01/21.12	c estimatedAdderCost: 33
21.01/21.12	c Try to convert by bdds
21.01/21.13	c D: 1
21.01/21.13	c estimatedAdderCost: 33
21.01/21.13	c Try to convert by bdds
21.01/21.14	c D: 1
21.01/21.14	c estimatedAdderCost: 33
21.01/21.14	c Try to convert by bdds
21.01/21.15	c D: 1
21.01/21.15	c estimatedAdderCost: 33
21.01/21.15	c Try to convert by bdds
21.01/21.17	c D: 1
21.01/21.17	c estimatedAdderCost: 33
21.01/21.17	c Try to convert by bdds
21.01/21.18	c D: 1
21.01/21.18	c estimatedAdderCost: 33
21.01/21.18	c Try to convert by bdds
21.01/21.19	c D: 1
21.01/21.19	c estimatedAdderCost: 33
21.01/21.19	c Try to convert by bdds
21.10/21.20	c D: 1
21.10/21.20	c estimatedAdderCost: 33
21.10/21.20	c Try to convert by bdds
21.10/21.21	c D: 1
21.10/21.21	c estimatedAdderCost: 33
21.10/21.21	c Try to convert by bdds
21.10/21.23	c D: 1
21.10/21.23	c estimatedAdderCost: 33
21.10/21.23	c Try to convert by bdds
21.10/21.24	c D: 1
21.10/21.24	c estimatedAdderCost: 33
21.10/21.24	c Try to convert by bdds
21.10/21.25	c D: 1
21.10/21.25	c estimatedAdderCost: 33
21.10/21.25	c Try to convert by bdds
21.10/21.26	c D: 1
21.10/21.26	c estimatedAdderCost: 33
21.10/21.26	c Try to convert by bdds
21.10/21.27	c D: 1
21.10/21.27	c estimatedAdderCost: 33
21.10/21.27	c Try to convert by bdds
21.10/21.29	c D: 1
21.10/21.29	c estimatedAdderCost: 33
21.10/21.29	c Try to convert by bdds
21.20/21.30	c D: 1
21.20/21.30	c estimatedAdderCost: 33
21.20/21.30	c Try to convert by bdds
21.20/21.31	c D: 1
21.20/21.31	c estimatedAdderCost: 33
21.20/21.31	c Try to convert by bdds
21.20/21.32	c D: 1
21.20/21.32	c estimatedAdderCost: 33
21.20/21.32	c Try to convert by bdds
21.20/21.33	c D: 1
21.20/21.33	c estimatedAdderCost: 33
21.20/21.33	c Try to convert by bdds
21.20/21.35	c D: 1
21.20/21.35	c estimatedAdderCost: 33
21.20/21.35	c Try to convert by bdds
21.20/21.36	c D: 1
21.20/21.36	c estimatedAdderCost: 33
21.20/21.36	c Try to convert by bdds
21.20/21.37	c D: 1
21.20/21.37	c estimatedAdderCost: 33
21.20/21.37	c Try to convert by bdds
21.20/21.38	c D: 1
21.20/21.38	c estimatedAdderCost: 33
21.20/21.38	c Try to convert by bdds
21.20/21.39	c D: 1
21.20/21.39	c estimatedAdderCost: 33
21.20/21.39	c Try to convert by bdds
21.29/21.41	c D: 1
21.29/21.41	c estimatedAdderCost: 33
21.29/21.41	c Try to convert by bdds
21.29/21.42	c D: 1
21.29/21.42	c estimatedAdderCost: 33
21.29/21.42	c Try to convert by bdds
21.29/21.43	c D: 1
21.29/21.43	c estimatedAdderCost: 33
21.29/21.43	c Try to convert by bdds
21.29/21.44	c D: 1
21.29/21.44	c estimatedAdderCost: 33
21.29/21.44	c Try to convert by bdds
21.29/21.45	c D: 1
21.29/21.45	c estimatedAdderCost: 33
21.29/21.45	c Try to convert by bdds
21.29/21.47	c D: 1
21.29/21.47	c estimatedAdderCost: 33
21.29/21.47	c Try to convert by bdds
21.29/21.48	c D: 1
21.29/21.48	c estimatedAdderCost: 33
21.29/21.48	c Try to convert by bdds
21.29/21.49	c D: 1
21.29/21.49	c estimatedAdderCost: 33
21.29/21.49	c Try to convert by bdds
21.39/21.50	c D: 1
21.39/21.50	c estimatedAdderCost: 25
21.39/21.50	c Try to convert by bdds
21.39/21.51	c D: 1
21.39/21.51	c estimatedAdderCost: 25
21.39/21.51	c Try to convert by bdds
21.39/21.52	c D: 1
21.39/21.52	c estimatedAdderCost: 25
21.39/21.52	c Try to convert by bdds
21.39/21.52	c D: 1
21.39/21.52	c estimatedAdderCost: 25
21.39/21.52	c Try to convert by bdds
21.39/21.53	c D: 1
21.39/21.53	c estimatedAdderCost: 25
21.39/21.53	c Try to convert by bdds
21.39/21.54	c D: 1
21.39/21.54	c estimatedAdderCost: 25
21.39/21.54	c Try to convert by bdds
21.39/21.55	c D: 1
21.39/21.55	c estimatedAdderCost: 33
21.39/21.55	c Try to convert by bdds
21.39/21.56	c D: 1
21.39/21.56	c estimatedAdderCost: 33
21.39/21.56	c Try to convert by bdds
21.39/21.57	c D: 1
21.39/21.57	c estimatedAdderCost: 33
21.39/21.57	c Try to convert by bdds
21.39/21.58	c D: 1
21.39/21.58	c estimatedAdderCost: 33
21.39/21.58	c Try to convert by bdds
21.39/21.59	c D: 1
21.39/21.59	c estimatedAdderCost: 33
21.39/21.59	c Try to convert by bdds
21.49/21.61	c D: 1
21.49/21.61	c estimatedAdderCost: 33
21.49/21.61	c Try to convert by bdds
21.49/21.62	c D: 1
21.49/21.62	c estimatedAdderCost: 33
21.49/21.62	c Try to convert by bdds
21.49/21.63	c D: 1
21.49/21.63	c estimatedAdderCost: 33
21.49/21.63	c Try to convert by bdds
21.49/21.64	c D: 1
21.49/21.64	c estimatedAdderCost: 33
21.49/21.64	c Try to convert by bdds
21.49/21.65	c D: 1
21.49/21.65	c estimatedAdderCost: 33
21.49/21.65	c Try to convert by bdds
21.49/21.67	c D: 1
21.49/21.67	c estimatedAdderCost: 33
21.49/21.67	c Try to convert by bdds
21.49/21.68	c D: 1
21.49/21.68	c estimatedAdderCost: 33
21.49/21.68	c Try to convert by bdds
21.49/21.69	c D: 1
21.49/21.69	c estimatedAdderCost: 33
21.49/21.69	c Try to convert by bdds
21.59/21.70	c D: 1
21.59/21.70	c estimatedAdderCost: 33
21.59/21.70	c Try to convert by bdds
21.59/21.71	c D: 1
21.59/21.71	c estimatedAdderCost: 33
21.59/21.71	c Try to convert by bdds
21.59/21.73	c D: 1
21.59/21.73	c estimatedAdderCost: 33
21.59/21.73	c Try to convert by bdds
21.59/21.74	c D: 1
21.59/21.74	c estimatedAdderCost: 33
21.59/21.74	c Try to convert by bdds
21.59/21.75	c D: 1
21.59/21.75	c estimatedAdderCost: 33
21.59/21.75	c Try to convert by bdds
21.59/21.76	c D: 1
21.59/21.76	c estimatedAdderCost: 33
21.59/21.76	c Try to convert by bdds
21.59/21.77	c D: 1
21.59/21.77	c estimatedAdderCost: 33
21.59/21.77	c Try to convert by bdds
21.59/21.79	c D: 1
21.59/21.79	c estimatedAdderCost: 33
21.59/21.79	c Try to convert by bdds
21.69/21.80	c D: 1
21.69/21.80	c estimatedAdderCost: 33
21.69/21.80	c Try to convert by bdds
21.69/21.81	c D: 1
21.69/21.81	c estimatedAdderCost: 33
21.69/21.81	c Try to convert by bdds
21.69/21.82	c D: 1
21.69/21.82	c estimatedAdderCost: 33
21.69/21.82	c Try to convert by bdds
21.69/21.83	c D: 1
21.69/21.83	c estimatedAdderCost: 33
21.69/21.83	c Try to convert by bdds
21.69/21.85	c D: 1
21.69/21.85	c estimatedAdderCost: 33
21.69/21.85	c Try to convert by bdds
21.69/21.86	c D: 1
21.69/21.86	c estimatedAdderCost: 33
21.69/21.86	c Try to convert by bdds
21.69/21.87	c D: 1
21.69/21.87	c estimatedAdderCost: 33
21.69/21.87	c Try to convert by bdds
21.69/21.88	c D: 1
21.69/21.88	c estimatedAdderCost: 33
21.69/21.88	c Try to convert by bdds
21.69/21.89	c D: 1
21.69/21.89	c estimatedAdderCost: 33
21.69/21.89	c Try to convert by bdds
21.79/21.90	c D: 1
21.79/21.90	c estimatedAdderCost: 33
21.79/21.90	c Try to convert by bdds
21.79/21.92	c D: 1
21.79/21.92	c estimatedAdderCost: 33
21.79/21.92	c Try to convert by bdds
21.79/21.93	c D: 1
21.79/21.93	c estimatedAdderCost: 33
21.79/21.93	c Try to convert by bdds
21.79/21.94	c D: 1
21.79/21.94	c estimatedAdderCost: 33
21.79/21.94	c Try to convert by bdds
21.79/21.95	c D: 1
21.79/21.95	c estimatedAdderCost: 33
21.79/21.95	c Try to convert by bdds
21.79/21.96	c D: 1
21.79/21.96	c estimatedAdderCost: 33
21.79/21.96	c Try to convert by bdds
21.79/21.98	c D: 1
21.79/21.98	c estimatedAdderCost: 33
21.79/21.98	c Try to convert by bdds
21.79/21.99	c D: 1
21.79/21.99	c estimatedAdderCost: 33
21.79/21.99	c Try to convert by bdds
21.79/22.00	c D: 1
21.79/22.00	c estimatedAdderCost: 33
21.79/22.00	c Try to convert by bdds
21.91/22.01	c D: 1
21.91/22.01	c estimatedAdderCost: 33
21.91/22.01	c Try to convert by bdds
21.91/22.02	c D: 1
21.91/22.02	c estimatedAdderCost: 33
21.91/22.02	c Try to convert by bdds
21.91/22.04	c D: 1
21.91/22.04	c estimatedAdderCost: 33
21.91/22.04	c Try to convert by bdds
21.91/22.05	c D: 1
21.91/22.05	c estimatedAdderCost: 33
21.91/22.05	c Try to convert by bdds
21.91/22.06	c D: 1
21.91/22.06	c estimatedAdderCost: 33
21.91/22.06	c Try to convert by bdds
21.91/22.07	c D: 1
21.91/22.07	c estimatedAdderCost: 33
21.91/22.07	c Try to convert by bdds
21.91/22.08	c D: 1
21.91/22.08	c estimatedAdderCost: 25
21.91/22.08	c Try to convert by bdds
21.91/22.09	c D: 1
21.91/22.09	c estimatedAdderCost: 25
21.91/22.09	c Try to convert by bdds
21.91/22.10	c D: 1
21.91/22.10	c estimatedAdderCost: 25
21.91/22.10	c Try to convert by bdds
21.91/22.11	c D: 1
21.91/22.11	c estimatedAdderCost: 25
21.91/22.11	c Try to convert by bdds
22.01/22.11	c D: 1
22.01/22.11	c estimatedAdderCost: 25
22.01/22.11	c Try to convert by bdds
22.01/22.12	c D: 1
22.01/22.12	c estimatedAdderCost: 25
22.01/22.12	c Try to convert by bdds
22.01/22.13	c D: 1
22.01/22.13	c estimatedAdderCost: 25
22.01/22.13	c Try to convert by bdds
22.01/22.14	c D: 1
22.01/22.14	c estimatedAdderCost: 33
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.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.26	c D: 1
22.09/22.26	c estimatedAdderCost: 33
22.09/22.26	c Try to convert by bdds
22.09/22.27	c D: 1
22.09/22.27	c estimatedAdderCost: 33
22.09/22.27	c Try to convert by bdds
22.09/22.28	c D: 1
22.09/22.28	c estimatedAdderCost: 33
22.09/22.28	c Try to convert by bdds
22.09/22.29	c D: 1
22.09/22.29	c estimatedAdderCost: 33
22.09/22.29	c Try to convert by bdds
22.19/22.30	c D: 1
22.19/22.30	c estimatedAdderCost: 33
22.19/22.30	c Try to convert by bdds
22.19/22.32	c D: 1
22.19/22.32	c estimatedAdderCost: 33
22.19/22.32	c Try to convert by bdds
22.19/22.33	c D: 1
22.19/22.33	c estimatedAdderCost: 33
22.19/22.33	c Try to convert by bdds
22.19/22.34	c D: 1
22.19/22.34	c estimatedAdderCost: 33
22.19/22.34	c Try to convert by bdds
22.19/22.35	c D: 1
22.19/22.35	c estimatedAdderCost: 33
22.19/22.35	c Try to convert by bdds
22.19/22.36	c D: 1
22.19/22.36	c estimatedAdderCost: 33
22.19/22.36	c Try to convert by bdds
22.19/22.37	c D: 1
22.19/22.37	c estimatedAdderCost: 33
22.19/22.37	c Try to convert by bdds
22.19/22.39	c D: 1
22.19/22.39	c estimatedAdderCost: 33
22.19/22.39	c Try to convert by bdds
22.29/22.40	c D: 1
22.29/22.40	c estimatedAdderCost: 33
22.29/22.40	c Try to convert by bdds
22.29/22.41	c D: 1
22.29/22.41	c estimatedAdderCost: 33
22.29/22.41	c Try to convert by bdds
22.29/22.42	c D: 1
22.29/22.42	c estimatedAdderCost: 33
22.29/22.42	c Try to convert by bdds
22.29/22.44	c D: 1
22.29/22.44	c estimatedAdderCost: 33
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: 33
22.29/22.46	c Try to convert by bdds
22.29/22.47	c D: 1
22.29/22.47	c estimatedAdderCost: 33
22.29/22.47	c Try to convert by bdds
22.29/22.48	c D: 1
22.29/22.48	c estimatedAdderCost: 33
22.29/22.48	c Try to convert by bdds
22.29/22.50	c D: 1
22.29/22.50	c estimatedAdderCost: 33
22.29/22.50	c Try to convert by bdds
22.39/22.51	c D: 1
22.39/22.51	c estimatedAdderCost: 33
22.39/22.51	c Try to convert by bdds
22.39/22.52	c D: 1
22.39/22.52	c estimatedAdderCost: 33
22.39/22.52	c Try to convert by bdds
22.39/22.53	c D: 1
22.39/22.53	c estimatedAdderCost: 33
22.39/22.53	c Try to convert by bdds
22.39/22.54	c D: 1
22.39/22.54	c estimatedAdderCost: 33
22.39/22.54	c Try to convert by bdds
22.39/22.56	c D: 1
22.39/22.56	c estimatedAdderCost: 33
22.39/22.56	c Try to convert by bdds
22.39/22.57	c D: 1
22.39/22.57	c estimatedAdderCost: 33
22.39/22.57	c Try to convert by bdds
22.39/22.58	c D: 1
22.39/22.58	c estimatedAdderCost: 33
22.39/22.58	c Try to convert by bdds
22.39/22.59	c D: 1
22.39/22.59	c estimatedAdderCost: 33
22.39/22.59	c Try to convert by bdds
22.49/22.60	c D: 1
22.49/22.60	c estimatedAdderCost: 33
22.49/22.60	c Try to convert by bdds
22.49/22.62	c D: 1
22.49/22.62	c estimatedAdderCost: 33
22.49/22.62	c Try to convert by bdds
22.49/22.63	c D: 1
22.49/22.63	c estimatedAdderCost: 33
22.49/22.63	c Try to convert by bdds
22.49/22.64	c D: 1
22.49/22.64	c estimatedAdderCost: 33
22.49/22.64	c Try to convert by bdds
22.49/22.65	c D: 1
22.49/22.65	c estimatedAdderCost: 33
22.49/22.65	c Try to convert by bdds
22.49/22.66	c D: 1
22.49/22.66	c estimatedAdderCost: 33
22.49/22.66	c Try to convert by bdds
22.49/22.68	c D: 1
22.49/22.68	c estimatedAdderCost: 33
22.49/22.68	c Try to convert by bdds
22.49/22.69	c D: 1
22.49/22.69	c estimatedAdderCost: 33
22.49/22.69	c Try to convert by bdds
22.59/22.70	c D: 1
22.59/22.70	c estimatedAdderCost: 33
22.59/22.70	c Try to convert by bdds
22.59/22.71	c D: 1
22.59/22.71	c estimatedAdderCost: 33
22.59/22.71	c Try to convert by bdds
22.59/22.72	c D: 1
22.59/22.72	c estimatedAdderCost: 25
22.59/22.72	c Try to convert by bdds
22.59/22.73	c D: 1
22.59/22.73	c estimatedAdderCost: 25
22.59/22.73	c Try to convert by bdds
22.59/22.74	c D: 1
22.59/22.74	c estimatedAdderCost: 25
22.59/22.74	c Try to convert by bdds
22.59/22.74	c D: 1
22.59/22.74	c estimatedAdderCost: 25
22.59/22.74	c Try to convert by bdds
22.59/22.75	c D: 1
22.59/22.75	c estimatedAdderCost: 25
22.59/22.75	c Try to convert by bdds
22.59/22.76	c D: 1
22.59/22.76	c estimatedAdderCost: 25
22.59/22.76	c Try to convert by bdds
22.59/22.77	c D: 1
22.59/22.77	c estimatedAdderCost: 25
22.59/22.77	c Try to convert by bdds
22.59/22.77	c D: 1
22.59/22.77	c estimatedAdderCost: 25
22.59/22.77	c Try to convert by bdds
22.59/22.78	c D: 1
22.59/22.78	c estimatedAdderCost: 33
22.59/22.78	c Try to convert by bdds
22.59/22.79	c D: 1
22.59/22.79	c estimatedAdderCost: 33
22.59/22.79	c Try to convert by bdds
22.69/22.80	c D: 1
22.69/22.80	c estimatedAdderCost: 33
22.69/22.80	c Try to convert by bdds
22.69/22.82	c D: 1
22.69/22.82	c estimatedAdderCost: 33
22.69/22.82	c Try to convert by bdds
22.69/22.83	c D: 1
22.69/22.83	c estimatedAdderCost: 33
22.69/22.83	c Try to convert by bdds
22.69/22.84	c D: 1
22.69/22.84	c estimatedAdderCost: 33
22.69/22.84	c Try to convert by bdds
22.69/22.85	c D: 1
22.69/22.85	c estimatedAdderCost: 33
22.69/22.85	c Try to convert by bdds
22.69/22.87	c D: 1
22.69/22.87	c estimatedAdderCost: 33
22.69/22.87	c Try to convert by bdds
22.69/22.88	c D: 1
22.69/22.88	c estimatedAdderCost: 33
22.69/22.88	c Try to convert by bdds
22.69/22.89	c D: 1
22.69/22.89	c estimatedAdderCost: 33
22.69/22.89	c Try to convert by bdds
22.79/22.90	c D: 1
22.79/22.90	c estimatedAdderCost: 33
22.79/22.90	c Try to convert by bdds
22.79/22.91	c D: 1
22.79/22.91	c estimatedAdderCost: 33
22.79/22.91	c Try to convert by bdds
22.79/22.93	c D: 1
22.79/22.93	c estimatedAdderCost: 33
22.79/22.93	c Try to convert by bdds
22.79/22.94	c D: 1
22.79/22.94	c estimatedAdderCost: 33
22.79/22.94	c Try to convert by bdds
22.79/22.95	c D: 1
22.79/22.95	c estimatedAdderCost: 33
22.79/22.95	c Try to convert by bdds
22.79/22.96	c D: 1
22.79/22.96	c estimatedAdderCost: 33
22.79/22.96	c Try to convert by bdds
22.79/22.97	c D: 1
22.79/22.97	c estimatedAdderCost: 33
22.79/22.97	c Try to convert by bdds
22.79/22.99	c D: 1
22.79/22.99	c estimatedAdderCost: 33
22.79/22.99	c Try to convert by bdds
22.79/23.00	c D: 1
22.79/23.00	c estimatedAdderCost: 33
22.79/23.00	c Try to convert by bdds
22.90/23.01	c D: 1
22.90/23.01	c estimatedAdderCost: 33
22.90/23.01	c Try to convert by bdds
22.90/23.02	c D: 1
22.90/23.02	c estimatedAdderCost: 33
22.90/23.02	c Try to convert by bdds
22.90/23.03	c D: 1
22.90/23.03	c estimatedAdderCost: 33
22.90/23.03	c Try to convert by bdds
22.90/23.05	c D: 1
22.90/23.05	c estimatedAdderCost: 33
22.90/23.05	c Try to convert by bdds
22.90/23.06	c D: 1
22.90/23.06	c estimatedAdderCost: 33
22.90/23.06	c Try to convert by bdds
22.90/23.07	c D: 1
22.90/23.07	c estimatedAdderCost: 33
22.90/23.07	c Try to convert by bdds
22.90/23.08	c D: 1
22.90/23.08	c estimatedAdderCost: 33
22.90/23.08	c Try to convert by bdds
22.90/23.09	c D: 1
22.90/23.09	c estimatedAdderCost: 33
22.90/23.09	c Try to convert by bdds
22.90/23.11	c D: 1
22.90/23.11	c estimatedAdderCost: 33
22.90/23.11	c Try to convert by bdds
23.00/23.12	c D: 1
23.00/23.12	c estimatedAdderCost: 33
23.00/23.12	c Try to convert by bdds
23.00/23.13	c D: 1
23.00/23.13	c estimatedAdderCost: 33
23.00/23.13	c Try to convert by bdds
23.00/23.14	c D: 1
23.00/23.14	c estimatedAdderCost: 33
23.00/23.14	c Try to convert by bdds
23.00/23.15	c D: 1
23.00/23.15	c estimatedAdderCost: 33
23.00/23.15	c Try to convert by bdds
23.00/23.17	c D: 1
23.00/23.17	c estimatedAdderCost: 33
23.00/23.17	c Try to convert by bdds
23.00/23.18	c D: 1
23.00/23.18	c estimatedAdderCost: 33
23.00/23.18	c Try to convert by bdds
23.00/23.19	c D: 1
23.00/23.19	c estimatedAdderCost: 33
23.00/23.19	c Try to convert by bdds
23.09/23.20	c D: 1
23.09/23.20	c estimatedAdderCost: 33
23.09/23.20	c Try to convert by bdds
23.09/23.21	c D: 1
23.09/23.21	c estimatedAdderCost: 33
23.09/23.21	c Try to convert by bdds
23.09/23.23	c D: 1
23.09/23.23	c estimatedAdderCost: 33
23.09/23.23	c Try to convert by bdds
23.09/23.24	c D: 1
23.09/23.24	c estimatedAdderCost: 33
23.09/23.24	c Try to convert by bdds
23.09/23.25	c D: 1
23.09/23.25	c estimatedAdderCost: 33
23.09/23.25	c Try to convert by bdds
23.09/23.26	c D: 1
23.09/23.26	c estimatedAdderCost: 33
23.09/23.26	c Try to convert by bdds
23.09/23.27	c D: 1
23.09/23.27	c estimatedAdderCost: 33
23.09/23.27	c Try to convert by bdds
23.09/23.29	c D: 1
23.09/23.29	c estimatedAdderCost: 33
23.09/23.29	c Try to convert by bdds
23.19/23.30	c D: 1
23.19/23.30	c estimatedAdderCost: 33
23.19/23.30	c Try to convert by bdds
23.19/23.31	c D: 1
23.19/23.31	c estimatedAdderCost: 33
23.19/23.31	c Try to convert by bdds
23.19/23.32	c D: 1
23.19/23.32	c estimatedAdderCost: 33
23.19/23.32	c Try to convert by bdds
23.19/23.33	c D: 1
23.19/23.33	c estimatedAdderCost: 33
23.19/23.33	c Try to convert by bdds
23.19/23.35	c D: 1
23.19/23.35	c estimatedAdderCost: 33
23.19/23.35	c Try to convert by bdds
23.19/23.36	c D: 1
23.19/23.36	c estimatedAdderCost: 33
23.19/23.36	c Try to convert by bdds
23.19/23.37	c D: 1
23.19/23.37	c estimatedAdderCost: 33
23.19/23.37	c Try to convert by bdds
23.19/23.38	c D: 1
23.19/23.38	c estimatedAdderCost: 33
23.19/23.38	c Try to convert by bdds
23.19/23.39	c D: 1
23.19/23.39	c estimatedAdderCost: 33
23.19/23.39	c Try to convert by bdds
23.29/23.41	c D: 1
23.29/23.41	c estimatedAdderCost: 25
23.29/23.41	c Try to convert by bdds
23.29/23.41	c D: 1
23.29/23.41	c estimatedAdderCost: 25
23.29/23.41	c Try to convert by bdds
23.29/23.42	c D: 1
23.29/23.42	c estimatedAdderCost: 25
23.29/23.42	c Try to convert by bdds
23.29/23.43	c D: 1
23.29/23.43	c estimatedAdderCost: 25
23.29/23.43	c Try to convert by bdds
23.29/23.43	c D: 1
23.29/23.43	c estimatedAdderCost: 25
23.29/23.43	c Try to convert by bdds
23.29/23.44	c D: 1
23.29/23.44	c estimatedAdderCost: 25
23.29/23.44	c Try to convert by bdds
23.29/23.45	c D: 1
23.29/23.45	c estimatedAdderCost: 25
23.29/23.45	c Try to convert by bdds
23.29/23.46	c D: 1
23.29/23.46	c estimatedAdderCost: 25
23.29/23.46	c Try to convert by bdds
23.29/23.46	c D: 1
23.29/23.46	c estimatedAdderCost: 25
23.29/23.46	c Try to convert by bdds
23.29/23.47	c D: 1
23.29/23.47	c estimatedAdderCost: 33
23.29/23.47	c Try to convert by bdds
23.29/23.48	c D: 1
23.29/23.48	c estimatedAdderCost: 33
23.29/23.48	c Try to convert by bdds
23.29/23.49	c D: 1
23.29/23.49	c estimatedAdderCost: 33
23.29/23.49	c Try to convert by bdds
23.39/23.51	c D: 1
23.39/23.51	c estimatedAdderCost: 33
23.39/23.51	c Try to convert by bdds
23.39/23.52	c D: 1
23.39/23.52	c estimatedAdderCost: 33
23.39/23.52	c Try to convert by bdds
23.39/23.53	c D: 1
23.39/23.53	c estimatedAdderCost: 33
23.39/23.53	c Try to convert by bdds
23.39/23.54	c D: 1
23.39/23.54	c estimatedAdderCost: 33
23.39/23.54	c Try to convert by bdds
23.39/23.55	c D: 1
23.39/23.55	c estimatedAdderCost: 33
23.39/23.55	c Try to convert by bdds
23.39/23.57	c D: 1
23.39/23.57	c estimatedAdderCost: 33
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: 33
23.39/23.59	c Try to convert by bdds
23.49/23.60	c D: 1
23.49/23.60	c estimatedAdderCost: 33
23.49/23.60	c Try to convert by bdds
23.49/23.61	c D: 1
23.49/23.61	c estimatedAdderCost: 33
23.49/23.61	c Try to convert by bdds
23.49/23.63	c D: 1
23.49/23.63	c estimatedAdderCost: 33
23.49/23.63	c Try to convert by bdds
23.49/23.64	c D: 1
23.49/23.64	c estimatedAdderCost: 33
23.49/23.64	c Try to convert by bdds
23.49/23.65	c D: 1
23.49/23.65	c estimatedAdderCost: 33
23.49/23.65	c Try to convert by bdds
23.49/23.66	c D: 1
23.49/23.66	c estimatedAdderCost: 33
23.49/23.66	c Try to convert by bdds
23.49/23.67	c D: 1
23.49/23.67	c estimatedAdderCost: 33
23.49/23.67	c Try to convert by bdds
23.49/23.69	c D: 1
23.49/23.69	c estimatedAdderCost: 33
23.49/23.69	c Try to convert by bdds
23.59/23.70	c D: 1
23.59/23.70	c estimatedAdderCost: 33
23.59/23.70	c Try to convert by bdds
23.59/23.71	c D: 1
23.59/23.71	c estimatedAdderCost: 33
23.59/23.71	c Try to convert by bdds
23.59/23.72	c D: 1
23.59/23.72	c estimatedAdderCost: 33
23.59/23.72	c Try to convert by bdds
23.59/23.73	c D: 1
23.59/23.73	c estimatedAdderCost: 33
23.59/23.73	c Try to convert by bdds
23.59/23.75	c D: 1
23.59/23.75	c estimatedAdderCost: 33
23.59/23.75	c Try to convert by bdds
23.59/23.76	c D: 1
23.59/23.76	c estimatedAdderCost: 33
23.59/23.76	c Try to convert by bdds
23.59/23.77	c D: 1
23.59/23.77	c estimatedAdderCost: 33
23.59/23.77	c Try to convert by bdds
23.59/23.78	c D: 1
23.59/23.78	c estimatedAdderCost: 33
23.59/23.78	c Try to convert by bdds
23.59/23.79	c D: 1
23.59/23.79	c estimatedAdderCost: 33
23.59/23.79	c Try to convert by bdds
23.69/23.81	c D: 1
23.69/23.81	c estimatedAdderCost: 33
23.69/23.81	c Try to convert by bdds
23.69/23.82	c D: 1
23.69/23.82	c estimatedAdderCost: 33
23.69/23.82	c Try to convert by bdds
23.69/23.83	c D: 1
23.69/23.83	c estimatedAdderCost: 33
23.69/23.83	c Try to convert by bdds
23.69/23.84	c D: 1
23.69/23.84	c estimatedAdderCost: 33
23.69/23.84	c Try to convert by bdds
23.69/23.85	c D: 1
23.69/23.85	c estimatedAdderCost: 33
23.69/23.85	c Try to convert by bdds
23.69/23.87	c D: 1
23.69/23.87	c estimatedAdderCost: 33
23.69/23.87	c Try to convert by bdds
23.69/23.88	c D: 1
23.69/23.88	c estimatedAdderCost: 33
23.69/23.88	c Try to convert by bdds
23.69/23.89	c D: 1
23.69/23.89	c estimatedAdderCost: 33
23.69/23.89	c Try to convert by bdds
23.79/23.90	c D: 1
23.79/23.90	c estimatedAdderCost: 33
23.79/23.90	c Try to convert by bdds
23.79/23.91	c D: 1
23.79/23.91	c estimatedAdderCost: 33
23.79/23.91	c Try to convert by bdds
23.79/23.93	c D: 1
23.79/23.93	c estimatedAdderCost: 33
23.79/23.93	c Try to convert by bdds
23.79/23.94	c D: 1
23.79/23.94	c estimatedAdderCost: 33
23.79/23.94	c Try to convert by bdds
23.79/23.95	c D: 1
23.79/23.95	c estimatedAdderCost: 33
23.79/23.95	c Try to convert by bdds
23.79/23.96	c D: 1
23.79/23.96	c estimatedAdderCost: 33
23.79/23.96	c Try to convert by bdds
23.79/23.97	c D: 1
23.79/23.97	c estimatedAdderCost: 33
23.79/23.97	c Try to convert by bdds
23.79/23.99	c D: 1
23.79/23.99	c estimatedAdderCost: 33
23.79/23.99	c Try to convert by bdds
23.79/24.00	c D: 1
23.79/24.00	c estimatedAdderCost: 33
23.79/24.00	c Try to convert by bdds
23.90/24.01	c D: 1
23.90/24.01	c estimatedAdderCost: 33
23.90/24.01	c Try to convert by bdds
23.90/24.02	c D: 1
23.90/24.02	c estimatedAdderCost: 33
23.90/24.02	c Try to convert by bdds
23.90/24.03	c D: 1
23.90/24.03	c estimatedAdderCost: 33
23.90/24.03	c Try to convert by bdds
23.90/24.05	c D: 1
23.90/24.05	c estimatedAdderCost: 33
23.90/24.05	c Try to convert by bdds
23.90/24.06	c D: 1
23.90/24.06	c estimatedAdderCost: 33
23.90/24.06	c Try to convert by bdds
23.90/24.07	c D: 1
23.90/24.07	c estimatedAdderCost: 33
23.90/24.07	c Try to convert by bdds
23.90/24.08	c D: 1
23.90/24.08	c estimatedAdderCost: 33
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.11	c D: 1
23.90/24.11	c estimatedAdderCost: 33
23.90/24.11	c Try to convert by bdds
24.00/24.12	c D: 1
24.00/24.12	c estimatedAdderCost: 25
24.00/24.12	c Try to convert by bdds
24.00/24.12	c D: 1
24.00/24.12	c estimatedAdderCost: 25
24.00/24.12	c Try to convert by bdds
24.00/24.13	c D: 1
24.00/24.13	c estimatedAdderCost: 25
24.00/24.13	c Try to convert by bdds
24.00/24.14	c D: 1
24.00/24.14	c estimatedAdderCost: 25
24.00/24.14	c Try to convert by bdds
24.00/24.15	c D: 1
24.00/24.15	c estimatedAdderCost: 25
24.00/24.15	c Try to convert by bdds
24.00/24.15	c D: 1
24.00/24.15	c estimatedAdderCost: 25
24.00/24.15	c Try to convert by bdds
24.00/24.16	c D: 1
24.00/24.16	c estimatedAdderCost: 25
24.00/24.16	c Try to convert by bdds
24.00/24.17	c D: 1
24.00/24.17	c estimatedAdderCost: 25
24.00/24.17	c Try to convert by bdds
24.00/24.17	c D: 1
24.00/24.17	c estimatedAdderCost: 25
24.00/24.17	c Try to convert by bdds
24.00/24.18	c D: 1
24.00/24.18	c estimatedAdderCost: 25
24.00/24.18	c Try to convert by bdds
24.00/24.19	c D: 1
24.00/24.19	c estimatedAdderCost: 25
24.00/24.19	c Try to convert by bdds
24.08/24.20	c D: 1
24.08/24.20	c estimatedAdderCost: 33
24.08/24.20	c Try to convert by bdds
24.08/24.21	c D: 1
24.08/24.21	c estimatedAdderCost: 33
24.08/24.21	c Try to convert by bdds
24.08/24.22	c D: 1
24.08/24.22	c estimatedAdderCost: 33
24.08/24.22	c Try to convert by bdds
24.08/24.23	c D: 1
24.08/24.23	c estimatedAdderCost: 33
24.08/24.23	c Try to convert by bdds
24.08/24.24	c D: 1
24.08/24.24	c estimatedAdderCost: 33
24.08/24.24	c Try to convert by bdds
24.08/24.26	c D: 1
24.08/24.26	c estimatedAdderCost: 33
24.08/24.26	c Try to convert by bdds
24.08/24.27	c D: 1
24.08/24.27	c estimatedAdderCost: 33
24.08/24.27	c Try to convert by bdds
24.08/24.28	c D: 1
24.08/24.28	c estimatedAdderCost: 33
24.08/24.28	c Try to convert by bdds
24.08/24.29	c D: 1
24.08/24.29	c estimatedAdderCost: 33
24.08/24.29	c Try to convert by bdds
24.18/24.30	c D: 1
24.18/24.30	c estimatedAdderCost: 33
24.18/24.30	c Try to convert by bdds
24.18/24.32	c D: 1
24.18/24.32	c estimatedAdderCost: 33
24.18/24.32	c Try to convert by bdds
24.18/24.33	c D: 1
24.18/24.33	c estimatedAdderCost: 25
24.18/24.33	c Try to convert by bdds
24.18/24.34	c D: 1
24.18/24.34	c estimatedAdderCost: 25
24.18/24.34	c Try to convert by bdds
24.18/24.34	c D: 1
24.18/24.34	c estimatedAdderCost: 33
24.18/24.34	c Try to convert by bdds
24.18/24.35	c D: 1
24.18/24.35	c estimatedAdderCost: 33
24.18/24.35	c Try to convert by bdds
24.18/24.37	c D: 1
24.18/24.37	c estimatedAdderCost: 33
24.18/24.37	c Try to convert by bdds
24.18/24.38	c D: 1
24.18/24.38	c estimatedAdderCost: 33
24.18/24.38	c Try to convert by bdds
24.18/24.39	c D: 1
24.18/24.39	c estimatedAdderCost: 33
24.18/24.39	c Try to convert by bdds
24.28/24.40	c D: 1
24.28/24.40	c estimatedAdderCost: 33
24.28/24.40	c Try to convert by bdds
24.28/24.41	c D: 1
24.28/24.41	c estimatedAdderCost: 33
24.28/24.41	c Try to convert by bdds
24.28/24.43	c D: 1
24.28/24.43	c estimatedAdderCost: 33
24.28/24.43	c Try to convert by bdds
24.28/24.44	c D: 1
24.28/24.44	c estimatedAdderCost: 33
24.28/24.44	c Try to convert by bdds
24.28/24.45	c D: 1
24.28/24.45	c estimatedAdderCost: 33
24.28/24.45	c Try to convert by bdds
24.28/24.46	c D: 1
24.28/24.46	c estimatedAdderCost: 33
24.28/24.46	c Try to convert by bdds
24.28/24.47	c D: 1
24.28/24.47	c estimatedAdderCost: 33
24.28/24.47	c Try to convert by bdds
24.28/24.49	c D: 1
24.28/24.49	c estimatedAdderCost: 33
24.28/24.49	c Try to convert by bdds
24.38/24.50	c D: 1
24.38/24.50	c estimatedAdderCost: 33
24.38/24.50	c Try to convert by bdds
24.38/24.51	c D: 1
24.38/24.51	c estimatedAdderCost: 33
24.38/24.51	c Try to convert by bdds
24.38/24.52	c D: 1
24.38/24.52	c estimatedAdderCost: 33
24.38/24.52	c Try to convert by bdds
24.38/24.53	c D: 1
24.38/24.53	c estimatedAdderCost: 33
24.38/24.53	c Try to convert by bdds
24.38/24.55	c D: 1
24.38/24.55	c estimatedAdderCost: 33
24.38/24.55	c Try to convert by bdds
24.38/24.56	c D: 1
24.38/24.56	c estimatedAdderCost: 33
24.38/24.56	c Try to convert by bdds
24.38/24.57	c D: 1
24.38/24.57	c estimatedAdderCost: 33
24.38/24.57	c Try to convert by bdds
24.38/24.58	c D: 1
24.38/24.58	c estimatedAdderCost: 33
24.38/24.58	c Try to convert by bdds
24.38/24.59	c D: 1
24.38/24.59	c estimatedAdderCost: 25
24.38/24.59	c Try to convert by bdds
24.48/24.60	c D: 1
24.48/24.60	c estimatedAdderCost: 25
24.48/24.60	c Try to convert by bdds
24.48/24.61	c D: 1
24.48/24.61	c estimatedAdderCost: 25
24.48/24.61	c Try to convert by bdds
24.48/24.62	c D: 1
24.48/24.62	c estimatedAdderCost: 33
24.48/24.62	c Try to convert by bdds
24.48/24.63	c D: 1
24.48/24.63	c estimatedAdderCost: 33
24.48/24.63	c Try to convert by bdds
24.48/24.64	c D: 1
24.48/24.64	c estimatedAdderCost: 33
24.48/24.64	c Try to convert by bdds
24.48/24.65	c D: 1
24.48/24.65	c estimatedAdderCost: 33
24.48/24.65	c Try to convert by bdds
24.48/24.66	c D: 1
24.48/24.66	c estimatedAdderCost: 33
24.48/24.66	c Try to convert by bdds
24.48/24.68	c D: 1
24.48/24.68	c estimatedAdderCost: 33
24.48/24.68	c Try to convert by bdds
24.48/24.69	c D: 1
24.48/24.69	c estimatedAdderCost: 33
24.48/24.69	c Try to convert by bdds
24.58/24.70	c D: 1
24.58/24.70	c estimatedAdderCost: 33
24.58/24.70	c Try to convert by bdds
24.58/24.71	c D: 1
24.58/24.71	c estimatedAdderCost: 33
24.58/24.71	c Try to convert by bdds
24.58/24.72	c D: 1
24.58/24.72	c estimatedAdderCost: 33
24.58/24.72	c Try to convert by bdds
24.58/24.74	c D: 1
24.58/24.74	c estimatedAdderCost: 33
24.58/24.74	c Try to convert by bdds
24.58/24.75	c D: 1
24.58/24.75	c estimatedAdderCost: 33
24.58/24.75	c Try to convert by bdds
24.58/24.76	c D: 1
24.58/24.76	c estimatedAdderCost: 33
24.58/24.76	c Try to convert by bdds
24.58/24.77	c D: 1
24.58/24.77	c estimatedAdderCost: 33
24.58/24.77	c Try to convert by bdds
24.58/24.78	c D: 1
24.58/24.78	c estimatedAdderCost: 33
24.58/24.78	c Try to convert by bdds
24.68/24.80	c D: 1
24.68/24.80	c estimatedAdderCost: 33
24.68/24.80	c Try to convert by bdds
24.68/24.81	c D: 1
24.68/24.81	c estimatedAdderCost: 33
24.68/24.81	c Try to convert by bdds
24.68/24.82	c D: 1
24.68/24.82	c estimatedAdderCost: 33
24.68/24.82	c Try to convert by bdds
24.68/24.83	c D: 1
24.68/24.83	c estimatedAdderCost: 33
24.68/24.83	c Try to convert by bdds
24.68/24.84	c D: 1
24.68/24.84	c estimatedAdderCost: 33
24.68/24.84	c Try to convert by bdds
24.68/24.86	c D: 1
24.68/24.86	c estimatedAdderCost: 33
24.68/24.86	c Try to convert by bdds
24.68/24.87	c D: 1
24.68/24.87	c estimatedAdderCost: 33
24.68/24.87	c Try to convert by bdds
24.68/24.88	c D: 1
24.68/24.88	c estimatedAdderCost: 33
24.68/24.88	c Try to convert by bdds
24.68/24.89	c D: 1
24.68/24.89	c estimatedAdderCost: 33
24.68/24.89	c Try to convert by bdds
24.78/24.90	c D: 1
24.78/24.90	c estimatedAdderCost: 33
24.78/24.90	c Try to convert by bdds
24.78/24.92	c D: 1
24.78/24.92	c estimatedAdderCost: 33
24.78/24.92	c Try to convert by bdds
24.78/24.93	c D: 1
24.78/24.93	c estimatedAdderCost: 33
24.78/24.93	c Try to convert by bdds
24.78/24.94	c D: 1
24.78/24.94	c estimatedAdderCost: 33
24.78/24.94	c Try to convert by bdds
24.78/24.95	c D: 1
24.78/24.95	c estimatedAdderCost: 33
24.78/24.95	c Try to convert by bdds
24.78/24.97	c D: 1
24.78/24.97	c estimatedAdderCost: 33
24.78/24.97	c Try to convert by bdds
24.78/24.98	c D: 1
24.78/24.98	c estimatedAdderCost: 25
24.78/24.98	c Try to convert by bdds
24.78/24.98	c D: 1
24.78/24.98	c estimatedAdderCost: 25
24.78/24.98	c Try to convert by bdds
24.78/24.99	c D: 1
24.78/24.99	c estimatedAdderCost: 25
24.78/24.99	c Try to convert by bdds
24.78/25.00	c D: 1
24.78/25.00	c estimatedAdderCost: 25
24.78/25.00	c Try to convert by bdds
24.78/25.01	c D: 1
24.78/25.01	c estimatedAdderCost: 33
24.78/25.01	c Try to convert by bdds
24.89/25.02	c D: 1
24.89/25.02	c estimatedAdderCost: 33
24.89/25.02	c Try to convert by bdds
24.89/25.03	c D: 1
24.89/25.03	c estimatedAdderCost: 33
24.89/25.03	c Try to convert by bdds
24.89/25.04	c D: 1
24.89/25.04	c estimatedAdderCost: 33
24.89/25.04	c Try to convert by bdds
24.89/25.05	c D: 1
24.89/25.05	c estimatedAdderCost: 33
24.89/25.05	c Try to convert by bdds
24.89/25.07	c D: 1
24.89/25.07	c estimatedAdderCost: 33
24.89/25.07	c Try to convert by bdds
24.89/25.08	c D: 1
24.89/25.08	c estimatedAdderCost: 33
24.89/25.08	c Try to convert by bdds
24.89/25.09	c D: 1
24.89/25.09	c estimatedAdderCost: 33
24.89/25.09	c Try to convert by bdds
24.89/25.10	c D: 1
24.89/25.10	c estimatedAdderCost: 33
24.89/25.10	c Try to convert by bdds
24.99/25.11	c D: 1
24.99/25.11	c estimatedAdderCost: 33
24.99/25.11	c Try to convert by bdds
24.99/25.13	c D: 1
24.99/25.13	c estimatedAdderCost: 33
24.99/25.13	c Try to convert by bdds
24.99/25.14	c D: 1
24.99/25.14	c estimatedAdderCost: 33
24.99/25.14	c Try to convert by bdds
24.99/25.15	c D: 1
24.99/25.15	c estimatedAdderCost: 33
24.99/25.15	c Try to convert by bdds
24.99/25.16	c D: 1
24.99/25.16	c estimatedAdderCost: 33
24.99/25.16	c Try to convert by bdds
24.99/25.17	c D: 1
24.99/25.17	c estimatedAdderCost: 33
24.99/25.17	c Try to convert by bdds
24.99/25.19	c D: 1
24.99/25.19	c estimatedAdderCost: 33
24.99/25.19	c Try to convert by bdds
25.08/25.20	c D: 1
25.08/25.20	c estimatedAdderCost: 33
25.08/25.20	c Try to convert by bdds
25.08/25.21	c D: 1
25.08/25.21	c estimatedAdderCost: 33
25.08/25.21	c Try to convert by bdds
25.08/25.22	c D: 1
25.08/25.22	c estimatedAdderCost: 33
25.08/25.22	c Try to convert by bdds
25.08/25.24	c D: 1
25.08/25.24	c estimatedAdderCost: 33
25.08/25.24	c Try to convert by bdds
25.08/25.25	c D: 1
25.08/25.25	c estimatedAdderCost: 33
25.08/25.25	c Try to convert by bdds
25.08/25.26	c D: 1
25.08/25.26	c estimatedAdderCost: 33
25.08/25.26	c Try to convert by bdds
25.08/25.27	c D: 1
25.08/25.27	c estimatedAdderCost: 33
25.08/25.27	c Try to convert by bdds
25.08/25.28	c D: 1
25.08/25.28	c estimatedAdderCost: 33
25.08/25.28	c Try to convert by bdds
25.18/25.30	c D: 1
25.18/25.30	c estimatedAdderCost: 33
25.18/25.30	c Try to convert by bdds
25.18/25.31	c D: 1
25.18/25.31	c estimatedAdderCost: 33
25.18/25.31	c Try to convert by bdds
25.18/25.32	c D: 1
25.18/25.32	c estimatedAdderCost: 33
25.18/25.32	c Try to convert by bdds
25.18/25.33	c D: 1
25.18/25.33	c estimatedAdderCost: 33
25.18/25.33	c Try to convert by bdds
25.18/25.34	c D: 1
25.18/25.34	c estimatedAdderCost: 33
25.18/25.34	c Try to convert by bdds
25.18/25.36	c D: 1
25.18/25.36	c estimatedAdderCost: 33
25.18/25.36	c Try to convert by bdds
25.18/25.37	c D: 1
25.18/25.37	c estimatedAdderCost: 33
25.18/25.37	c Try to convert by bdds
25.18/25.38	c D: 1
25.18/25.38	c estimatedAdderCost: 33
25.18/25.38	c Try to convert by bdds
25.18/25.39	c D: 1
25.18/25.39	c estimatedAdderCost: 33
25.18/25.39	c Try to convert by bdds
25.28/25.40	c D: 1
25.28/25.40	c estimatedAdderCost: 33
25.28/25.40	c Try to convert by bdds
25.28/25.42	c D: 1
25.28/25.42	c estimatedAdderCost: 33
25.28/25.42	c Try to convert by bdds
25.28/25.43	c D: 1
25.28/25.43	c estimatedAdderCost: 33
25.28/25.43	c Try to convert by bdds
25.28/25.44	c D: 1
25.28/25.44	c estimatedAdderCost: 33
25.28/25.44	c Try to convert by bdds
25.28/25.45	c D: 1
25.28/25.45	c estimatedAdderCost: 33
25.28/25.45	c Try to convert by bdds
25.28/25.46	c D: 1
25.28/25.46	c estimatedAdderCost: 25
25.28/25.46	c Try to convert by bdds
25.28/25.47	c D: 1
25.28/25.47	c estimatedAdderCost: 25
25.28/25.47	c Try to convert by bdds
25.28/25.48	c D: 1
25.28/25.48	c estimatedAdderCost: 25
25.28/25.48	c Try to convert by bdds
25.28/25.49	c D: 1
25.28/25.49	c estimatedAdderCost: 25
25.28/25.49	c Try to convert by bdds
25.28/25.49	c D: 1
25.28/25.49	c estimatedAdderCost: 25
25.28/25.49	c Try to convert by bdds
25.38/25.50	c D: 1
25.38/25.50	c estimatedAdderCost: 33
25.38/25.50	c Try to convert by bdds
25.38/25.51	c D: 1
25.38/25.51	c estimatedAdderCost: 33
25.38/25.51	c Try to convert by bdds
25.38/25.52	c D: 1
25.38/25.52	c estimatedAdderCost: 33
25.38/25.52	c Try to convert by bdds
25.38/25.54	c D: 1
25.38/25.54	c estimatedAdderCost: 33
25.38/25.54	c Try to convert by bdds
25.38/25.55	c D: 1
25.38/25.55	c estimatedAdderCost: 33
25.38/25.55	c Try to convert by bdds
25.38/25.56	c D: 1
25.38/25.56	c estimatedAdderCost: 33
25.38/25.56	c Try to convert by bdds
25.38/25.57	c D: 1
25.38/25.57	c estimatedAdderCost: 33
25.38/25.57	c Try to convert by bdds
25.38/25.58	c D: 1
25.38/25.58	c estimatedAdderCost: 33
25.38/25.58	c Try to convert by bdds
25.48/25.60	c D: 1
25.48/25.60	c estimatedAdderCost: 33
25.48/25.60	c Try to convert by bdds
25.48/25.61	c D: 1
25.48/25.61	c estimatedAdderCost: 33
25.48/25.61	c Try to convert by bdds
25.48/25.62	c D: 1
25.48/25.62	c estimatedAdderCost: 33
25.48/25.62	c Try to convert by bdds
25.48/25.63	c D: 1
25.48/25.63	c estimatedAdderCost: 33
25.48/25.63	c Try to convert by bdds
25.48/25.64	c D: 1
25.48/25.64	c estimatedAdderCost: 33
25.48/25.64	c Try to convert by bdds
25.48/25.66	c D: 1
25.48/25.66	c estimatedAdderCost: 33
25.48/25.66	c Try to convert by bdds
25.48/25.67	c D: 1
25.48/25.67	c estimatedAdderCost: 33
25.48/25.67	c Try to convert by bdds
25.48/25.68	c D: 1
25.48/25.68	c estimatedAdderCost: 33
25.48/25.68	c Try to convert by bdds
25.58/25.78	c D: 1
25.58/25.78	c estimatedAdderCost: 33
25.58/25.78	c Try to convert by bdds
25.58/25.79	c D: 1
25.58/25.79	c estimatedAdderCost: 33
25.58/25.79	c Try to convert by bdds
25.68/25.80	c D: 1
25.68/25.80	c estimatedAdderCost: 33
25.68/25.80	c Try to convert by bdds
25.68/25.81	c D: 1
25.68/25.81	c estimatedAdderCost: 33
25.68/25.81	c Try to convert by bdds
25.68/25.82	c D: 1
25.68/25.82	c estimatedAdderCost: 33
25.68/25.82	c Try to convert by bdds
25.68/25.84	c D: 1
25.68/25.84	c estimatedAdderCost: 33
25.68/25.84	c Try to convert by bdds
25.68/25.85	c D: 1
25.68/25.85	c estimatedAdderCost: 33
25.68/25.85	c Try to convert by bdds
25.68/25.86	c D: 1
25.68/25.86	c estimatedAdderCost: 33
25.68/25.86	c Try to convert by bdds
25.68/25.87	c D: 1
25.68/25.87	c estimatedAdderCost: 33
25.68/25.87	c Try to convert by bdds
25.68/25.88	c D: 1
25.68/25.88	c estimatedAdderCost: 33
25.68/25.88	c Try to convert by bdds
25.68/25.90	c D: 1
25.68/25.90	c estimatedAdderCost: 33
25.68/25.90	c Try to convert by bdds
25.78/25.91	c D: 1
25.78/25.91	c estimatedAdderCost: 33
25.78/25.91	c Try to convert by bdds
25.78/25.92	c D: 1
25.78/25.92	c estimatedAdderCost: 33
25.78/25.92	c Try to convert by bdds
25.78/25.93	c D: 1
25.78/25.93	c estimatedAdderCost: 33
25.78/25.93	c Try to convert by bdds
25.78/25.94	c D: 1
25.78/25.94	c estimatedAdderCost: 33
25.78/25.94	c Try to convert by bdds
25.78/25.96	c D: 1
25.78/25.96	c estimatedAdderCost: 33
25.78/25.96	c Try to convert by bdds
25.78/25.97	c D: 1
25.78/25.97	c estimatedAdderCost: 33
25.78/25.97	c Try to convert by bdds
25.78/25.98	c D: 1
25.78/25.98	c estimatedAdderCost: 33
25.78/25.98	c Try to convert by bdds
25.78/25.99	c D: 1
25.78/25.99	c estimatedAdderCost: 33
25.78/25.99	c Try to convert by bdds
25.78/26.00	c D: 1
25.78/26.00	c estimatedAdderCost: 33
25.78/26.00	c Try to convert by bdds
25.89/26.02	c D: 1
25.89/26.02	c estimatedAdderCost: 33
25.89/26.02	c Try to convert by bdds
25.89/26.03	c D: 1
25.89/26.03	c estimatedAdderCost: 33
25.89/26.03	c Try to convert by bdds
25.89/26.04	c D: 1
25.89/26.04	c estimatedAdderCost: 33
25.89/26.04	c Try to convert by bdds
25.89/26.05	c D: 1
25.89/26.05	c estimatedAdderCost: 33
25.89/26.05	c Try to convert by bdds
25.89/26.06	c D: 1
25.89/26.06	c estimatedAdderCost: 33
25.89/26.06	c Try to convert by bdds
25.89/26.08	c D: 1
25.89/26.08	c estimatedAdderCost: 33
25.89/26.08	c Try to convert by bdds
25.89/26.09	c D: 1
25.89/26.09	c estimatedAdderCost: 33
25.89/26.09	c Try to convert by bdds
25.89/26.10	c D: 1
25.89/26.10	c estimatedAdderCost: 33
25.89/26.10	c Try to convert by bdds
25.99/26.11	c D: 1
25.99/26.11	c estimatedAdderCost: 33
25.99/26.11	c Try to convert by bdds
25.99/26.12	c D: 1
25.99/26.12	c estimatedAdderCost: 25
25.99/26.12	c Try to convert by bdds
25.99/26.13	c D: 1
25.99/26.13	c estimatedAdderCost: 25
25.99/26.13	c Try to convert by bdds
25.99/26.14	c D: 1
25.99/26.14	c estimatedAdderCost: 25
25.99/26.14	c Try to convert by bdds
25.99/26.15	c D: 1
25.99/26.15	c estimatedAdderCost: 25
25.99/26.15	c Try to convert by bdds
25.99/26.15	c D: 1
25.99/26.15	c estimatedAdderCost: 25
25.99/26.15	c Try to convert by bdds
25.99/26.16	c D: 1
25.99/26.16	c estimatedAdderCost: 25
25.99/26.16	c Try to convert by bdds
25.99/26.17	c D: 1
25.99/26.17	c estimatedAdderCost: 33
25.99/26.17	c Try to convert by bdds
25.99/26.18	c D: 1
25.99/26.18	c estimatedAdderCost: 33
25.99/26.18	c Try to convert by bdds
25.99/26.19	c D: 1
25.99/26.19	c estimatedAdderCost: 33
25.99/26.19	c Try to convert by bdds
26.07/26.20	c D: 1
26.07/26.20	c estimatedAdderCost: 33
26.07/26.20	c Try to convert by bdds
26.07/26.22	c D: 1
26.07/26.22	c estimatedAdderCost: 33
26.07/26.22	c Try to convert by bdds
26.07/26.23	c D: 1
26.07/26.23	c estimatedAdderCost: 33
26.07/26.23	c Try to convert by bdds
26.07/26.24	c D: 1
26.07/26.24	c estimatedAdderCost: 33
26.07/26.24	c Try to convert by bdds
26.07/26.25	c D: 1
26.07/26.25	c estimatedAdderCost: 33
26.07/26.25	c Try to convert by bdds
26.07/26.26	c D: 1
26.07/26.26	c estimatedAdderCost: 33
26.07/26.26	c Try to convert by bdds
26.07/26.28	c D: 1
26.07/26.28	c estimatedAdderCost: 33
26.07/26.28	c Try to convert by bdds
26.07/26.29	c D: 1
26.07/26.29	c estimatedAdderCost: 33
26.07/26.29	c Try to convert by bdds
26.17/26.30	c D: 1
26.17/26.30	c estimatedAdderCost: 33
26.17/26.30	c Try to convert by bdds
26.17/26.31	c D: 1
26.17/26.31	c estimatedAdderCost: 33
26.17/26.31	c Try to convert by bdds
26.17/26.32	c D: 1
26.17/26.32	c estimatedAdderCost: 33
26.17/26.32	c Try to convert by bdds
26.17/26.34	c D: 1
26.17/26.34	c estimatedAdderCost: 33
26.17/26.34	c Try to convert by bdds
26.17/26.35	c D: 1
26.17/26.35	c estimatedAdderCost: 33
26.17/26.35	c Try to convert by bdds
26.17/26.36	c D: 1
26.17/26.36	c estimatedAdderCost: 33
26.17/26.36	c Try to convert by bdds
26.17/26.37	c D: 1
26.17/26.37	c estimatedAdderCost: 33
26.17/26.37	c Try to convert by bdds
26.17/26.39	c D: 1
26.17/26.39	c estimatedAdderCost: 33
26.17/26.39	c Try to convert by bdds
26.27/26.40	c D: 1
26.27/26.40	c estimatedAdderCost: 33
26.27/26.40	c Try to convert by bdds
26.27/26.41	c D: 1
26.27/26.41	c estimatedAdderCost: 33
26.27/26.41	c Try to convert by bdds
26.27/26.42	c D: 1
26.27/26.42	c estimatedAdderCost: 33
26.27/26.42	c Try to convert by bdds
26.27/26.43	c D: 1
26.27/26.43	c estimatedAdderCost: 33
26.27/26.43	c Try to convert by bdds
26.27/26.45	c D: 1
26.27/26.45	c estimatedAdderCost: 33
26.27/26.45	c Try to convert by bdds
26.27/26.46	c D: 1
26.27/26.46	c estimatedAdderCost: 33
26.27/26.46	c Try to convert by bdds
26.27/26.47	c D: 1
26.27/26.47	c estimatedAdderCost: 33
26.27/26.47	c Try to convert by bdds
26.27/26.48	c D: 1
26.27/26.48	c estimatedAdderCost: 33
26.27/26.48	c Try to convert by bdds
26.27/26.49	c D: 1
26.27/26.49	c estimatedAdderCost: 33
26.27/26.49	c Try to convert by bdds
26.37/26.51	c D: 1
26.37/26.51	c estimatedAdderCost: 33
26.37/26.51	c Try to convert by bdds
26.37/26.52	c D: 1
26.37/26.52	c estimatedAdderCost: 33
26.37/26.52	c Try to convert by bdds
26.37/26.53	c D: 1
26.37/26.53	c estimatedAdderCost: 33
26.37/26.53	c Try to convert by bdds
26.37/26.54	c D: 1
26.37/26.54	c estimatedAdderCost: 33
26.37/26.54	c Try to convert by bdds
26.37/26.55	c D: 1
26.37/26.55	c estimatedAdderCost: 33
26.37/26.55	c Try to convert by bdds
26.37/26.57	c D: 1
26.37/26.57	c estimatedAdderCost: 33
26.37/26.57	c Try to convert by bdds
26.37/26.58	c D: 1
26.37/26.58	c estimatedAdderCost: 33
26.37/26.58	c Try to convert by bdds
26.37/26.59	c D: 1
26.37/26.59	c estimatedAdderCost: 33
26.37/26.59	c Try to convert by bdds
26.47/26.60	c D: 1
26.47/26.60	c estimatedAdderCost: 33
26.47/26.60	c Try to convert by bdds
26.47/26.61	c D: 1
26.47/26.61	c estimatedAdderCost: 33
26.47/26.61	c Try to convert by bdds
26.47/26.63	c D: 1
26.47/26.63	c estimatedAdderCost: 33
26.47/26.63	c Try to convert by bdds
26.47/26.64	c D: 1
26.47/26.64	c estimatedAdderCost: 33
26.47/26.64	c Try to convert by bdds
26.47/26.65	c D: 1
26.47/26.65	c estimatedAdderCost: 33
26.47/26.65	c Try to convert by bdds
26.47/26.66	c D: 1
26.47/26.66	c estimatedAdderCost: 33
26.47/26.66	c Try to convert by bdds
26.47/26.67	c D: 1
26.47/26.67	c estimatedAdderCost: 33
26.47/26.67	c Try to convert by bdds
26.47/26.69	c D: 1
26.47/26.69	c estimatedAdderCost: 33
26.47/26.69	c Try to convert by bdds
26.57/26.70	c D: 1
26.57/26.70	c estimatedAdderCost: 33
26.57/26.70	c Try to convert by bdds
26.57/26.71	c D: 1
26.57/26.71	c estimatedAdderCost: 33
26.57/26.71	c Try to convert by bdds
26.57/26.72	c D: 1
26.57/26.72	c estimatedAdderCost: 33
26.57/26.72	c Try to convert by bdds
26.57/26.74	c D: 1
26.57/26.74	c estimatedAdderCost: 33
26.57/26.74	c Try to convert by bdds
26.57/26.75	c D: 1
26.57/26.75	c estimatedAdderCost: 33
26.57/26.75	c Try to convert by bdds
26.57/26.76	c D: 1
26.57/26.76	c estimatedAdderCost: 33
26.57/26.76	c Try to convert by bdds
26.57/26.77	c D: 1
26.57/26.77	c estimatedAdderCost: 33
26.57/26.77	c Try to convert by bdds
26.57/26.78	c D: 1
26.57/26.78	c estimatedAdderCost: 25
26.57/26.78	c Try to convert by bdds
26.57/26.79	c D: 1
26.57/26.79	c estimatedAdderCost: 25
26.57/26.79	c Try to convert by bdds
26.67/26.80	c D: 1
26.67/26.80	c estimatedAdderCost: 25
26.67/26.80	c Try to convert by bdds
26.67/26.81	c D: 1
26.67/26.81	c estimatedAdderCost: 25
26.67/26.81	c Try to convert by bdds
26.67/26.81	c D: 1
26.67/26.81	c estimatedAdderCost: 25
26.67/26.81	c Try to convert by bdds
26.67/26.82	c D: 1
26.67/26.82	c estimatedAdderCost: 25
26.67/26.82	c Try to convert by bdds
26.67/26.83	c D: 1
26.67/26.83	c estimatedAdderCost: 25
26.67/26.83	c Try to convert by bdds
26.67/26.83	c D: 1
26.67/26.83	c estimatedAdderCost: 33
26.67/26.83	c Try to convert by bdds
26.67/26.85	c D: 1
26.67/26.85	c estimatedAdderCost: 33
26.67/26.85	c Try to convert by bdds
26.67/26.86	c D: 1
26.67/26.86	c estimatedAdderCost: 33
26.67/26.86	c Try to convert by bdds
26.67/26.87	c D: 1
26.67/26.87	c estimatedAdderCost: 33
26.67/26.87	c Try to convert by bdds
26.67/26.88	c D: 1
26.67/26.88	c estimatedAdderCost: 33
26.67/26.88	c Try to convert by bdds
26.67/26.89	c D: 1
26.67/26.89	c estimatedAdderCost: 33
26.67/26.89	c Try to convert by bdds
26.77/26.91	c D: 1
26.77/26.91	c estimatedAdderCost: 33
26.77/26.91	c Try to convert by bdds
26.77/26.92	c D: 1
26.77/26.92	c estimatedAdderCost: 33
26.77/26.92	c Try to convert by bdds
26.77/26.93	c D: 1
26.77/26.93	c estimatedAdderCost: 33
26.77/26.93	c Try to convert by bdds
26.77/26.94	c D: 1
26.77/26.94	c estimatedAdderCost: 33
26.77/26.94	c Try to convert by bdds
26.77/26.96	c D: 1
26.77/26.96	c estimatedAdderCost: 33
26.77/26.96	c Try to convert by bdds
26.77/26.97	c D: 1
26.77/26.97	c estimatedAdderCost: 33
26.77/26.97	c Try to convert by bdds
26.77/26.98	c D: 1
26.77/26.98	c estimatedAdderCost: 33
26.77/26.98	c Try to convert by bdds
26.77/26.99	c D: 1
26.77/26.99	c estimatedAdderCost: 33
26.77/26.99	c Try to convert by bdds
26.77/27.00	c D: 1
26.77/27.00	c estimatedAdderCost: 33
26.77/27.00	c Try to convert by bdds
26.89/27.02	c D: 1
26.89/27.02	c estimatedAdderCost: 33
26.89/27.02	c Try to convert by bdds
26.89/27.03	c D: 1
26.89/27.03	c estimatedAdderCost: 33
26.89/27.03	c Try to convert by bdds
26.89/27.04	c D: 1
26.89/27.04	c estimatedAdderCost: 33
26.89/27.04	c Try to convert by bdds
26.89/27.05	c D: 1
26.89/27.05	c estimatedAdderCost: 33
26.89/27.05	c Try to convert by bdds
26.89/27.06	c D: 1
26.89/27.06	c estimatedAdderCost: 33
26.89/27.06	c Try to convert by bdds
26.89/27.08	c D: 1
26.89/27.08	c estimatedAdderCost: 33
26.89/27.08	c Try to convert by bdds
26.89/27.09	c D: 1
26.89/27.09	c estimatedAdderCost: 33
26.89/27.09	c Try to convert by bdds
26.89/27.10	c D: 1
26.89/27.10	c estimatedAdderCost: 33
26.89/27.10	c Try to convert by bdds
26.98/27.11	c D: 1
26.98/27.11	c estimatedAdderCost: 33
26.98/27.11	c Try to convert by bdds
26.98/27.12	c D: 1
26.98/27.12	c estimatedAdderCost: 33
26.98/27.12	c Try to convert by bdds
26.98/27.14	c D: 1
26.98/27.14	c estimatedAdderCost: 33
26.98/27.14	c Try to convert by bdds
26.98/27.15	c D: 1
26.98/27.15	c estimatedAdderCost: 33
26.98/27.15	c Try to convert by bdds
26.98/27.16	c D: 1
26.98/27.16	c estimatedAdderCost: 33
26.98/27.16	c Try to convert by bdds
26.98/27.17	c D: 1
26.98/27.17	c estimatedAdderCost: 33
26.98/27.17	c Try to convert by bdds
26.98/27.18	c D: 1
26.98/27.18	c estimatedAdderCost: 33
26.98/27.18	c Try to convert by bdds
27.07/27.20	c D: 1
27.07/27.20	c estimatedAdderCost: 33
27.07/27.20	c Try to convert by bdds
27.07/27.21	c D: 1
27.07/27.21	c estimatedAdderCost: 33
27.07/27.21	c Try to convert by bdds
27.07/27.22	c D: 1
27.07/27.22	c estimatedAdderCost: 33
27.07/27.22	c Try to convert by bdds
27.07/27.23	c D: 1
27.07/27.23	c estimatedAdderCost: 33
27.07/27.23	c Try to convert by bdds
27.07/27.25	c D: 1
27.07/27.25	c estimatedAdderCost: 33
27.07/27.25	c Try to convert by bdds
27.07/27.26	c D: 1
27.07/27.26	c estimatedAdderCost: 33
27.07/27.26	c Try to convert by bdds
27.07/27.27	c D: 1
27.07/27.27	c estimatedAdderCost: 33
27.07/27.27	c Try to convert by bdds
27.07/27.28	c D: 1
27.07/27.28	c estimatedAdderCost: 33
27.07/27.28	c Try to convert by bdds
27.07/27.29	c D: 1
27.07/27.29	c estimatedAdderCost: 33
27.07/27.29	c Try to convert by bdds
27.17/27.31	c D: 1
27.17/27.31	c estimatedAdderCost: 33
27.17/27.31	c Try to convert by bdds
27.17/27.32	c D: 1
27.17/27.32	c estimatedAdderCost: 33
27.17/27.32	c Try to convert by bdds
27.17/27.33	c D: 1
27.17/27.33	c estimatedAdderCost: 33
27.17/27.33	c Try to convert by bdds
27.17/27.34	c D: 1
27.17/27.34	c estimatedAdderCost: 33
27.17/27.34	c Try to convert by bdds
27.17/27.35	c D: 1
27.17/27.35	c estimatedAdderCost: 33
27.17/27.35	c Try to convert by bdds
27.17/27.37	c D: 1
27.17/27.37	c estimatedAdderCost: 33
27.17/27.37	c Try to convert by bdds
27.17/27.38	c D: 1
27.17/27.38	c estimatedAdderCost: 33
27.17/27.38	c Try to convert by bdds
27.17/27.39	c D: 1
27.17/27.39	c estimatedAdderCost: 33
27.17/27.39	c Try to convert by bdds
27.27/27.40	c D: 1
27.27/27.40	c estimatedAdderCost: 33
27.27/27.40	c Try to convert by bdds
27.27/27.41	c D: 1
27.27/27.41	c estimatedAdderCost: 33
27.27/27.41	c Try to convert by bdds
27.27/27.43	c D: 1
27.27/27.43	c estimatedAdderCost: 33
27.27/27.43	c Try to convert by bdds
27.27/27.44	c D: 1
27.27/27.44	c estimatedAdderCost: 33
27.27/27.44	c Try to convert by bdds
27.27/27.45	c D: 1
27.27/27.45	c estimatedAdderCost: 33
27.27/27.45	c Try to convert by bdds
27.27/27.46	c D: 1
27.27/27.46	c estimatedAdderCost: 33
27.27/27.46	c Try to convert by bdds
27.27/27.47	c D: 1
27.27/27.47	c estimatedAdderCost: 33
27.27/27.47	c Try to convert by bdds
27.27/27.49	c D: 1
27.27/27.49	c estimatedAdderCost: 33
27.27/27.49	c Try to convert by bdds
27.37/27.50	c D: 1
27.37/27.50	c estimatedAdderCost: 33
27.37/27.50	c Try to convert by bdds
27.37/27.51	c D: 1
27.37/27.51	c estimatedAdderCost: 25
27.37/27.51	c Try to convert by bdds
27.37/27.52	c D: 1
27.37/27.52	c estimatedAdderCost: 25
27.37/27.52	c Try to convert by bdds
27.37/27.52	c D: 1
27.37/27.52	c estimatedAdderCost: 25
27.37/27.52	c Try to convert by bdds
27.37/27.53	c D: 1
27.37/27.53	c estimatedAdderCost: 25
27.37/27.53	c Try to convert by bdds
27.37/27.54	c D: 1
27.37/27.54	c estimatedAdderCost: 25
27.37/27.54	c Try to convert by bdds
27.37/27.55	c D: 1
27.37/27.55	c estimatedAdderCost: 25
27.37/27.55	c Try to convert by bdds
27.37/27.55	c D: 1
27.37/27.55	c estimatedAdderCost: 25
27.37/27.55	c Try to convert by bdds
27.37/27.56	c D: 1
27.37/27.56	c estimatedAdderCost: 25
27.37/27.56	c Try to convert by bdds
27.37/27.57	c D: 1
27.37/27.57	c estimatedAdderCost: 33
27.37/27.57	c Try to convert by bdds
27.37/27.58	c D: 1
27.37/27.58	c estimatedAdderCost: 33
27.37/27.58	c Try to convert by bdds
27.37/27.59	c D: 1
27.37/27.59	c estimatedAdderCost: 33
27.37/27.59	c Try to convert by bdds
27.47/27.60	c D: 1
27.47/27.60	c estimatedAdderCost: 33
27.47/27.60	c Try to convert by bdds
27.47/27.62	c D: 1
27.47/27.62	c estimatedAdderCost: 33
27.47/27.62	c Try to convert by bdds
27.47/27.63	c D: 1
27.47/27.63	c estimatedAdderCost: 33
27.47/27.63	c Try to convert by bdds
27.47/27.64	c D: 1
27.47/27.64	c estimatedAdderCost: 33
27.47/27.64	c Try to convert by bdds
27.47/27.65	c D: 1
27.47/27.65	c estimatedAdderCost: 33
27.47/27.65	c Try to convert by bdds
27.47/27.66	c D: 1
27.47/27.66	c estimatedAdderCost: 33
27.47/27.66	c Try to convert by bdds
27.47/27.68	c D: 1
27.47/27.68	c estimatedAdderCost: 33
27.47/27.68	c Try to convert by bdds
27.47/27.69	c D: 1
27.47/27.69	c estimatedAdderCost: 33
27.47/27.69	c Try to convert by bdds
27.57/27.70	c D: 1
27.57/27.70	c estimatedAdderCost: 33
27.57/27.70	c Try to convert by bdds
27.57/27.71	c D: 1
27.57/27.71	c estimatedAdderCost: 33
27.57/27.71	c Try to convert by bdds
27.57/27.72	c D: 1
27.57/27.72	c estimatedAdderCost: 33
27.57/27.72	c Try to convert by bdds
27.57/27.74	c D: 1
27.57/27.74	c estimatedAdderCost: 33
27.57/27.74	c Try to convert by bdds
27.57/27.75	c D: 1
27.57/27.75	c estimatedAdderCost: 33
27.57/27.75	c Try to convert by bdds
27.57/27.76	c D: 1
27.57/27.76	c estimatedAdderCost: 33
27.57/27.76	c Try to convert by bdds
27.57/27.77	c D: 1
27.57/27.77	c estimatedAdderCost: 33
27.57/27.77	c Try to convert by bdds
27.57/27.78	c D: 1
27.57/27.78	c estimatedAdderCost: 33
27.57/27.78	c Try to convert by bdds
27.67/27.80	c D: 1
27.67/27.80	c estimatedAdderCost: 33
27.67/27.80	c Try to convert by bdds
27.67/27.81	c D: 1
27.67/27.81	c estimatedAdderCost: 33
27.67/27.81	c Try to convert by bdds
27.67/27.82	c D: 1
27.67/27.82	c estimatedAdderCost: 33
27.67/27.82	c Try to convert by bdds
27.67/27.83	c D: 1
27.67/27.83	c estimatedAdderCost: 33
27.67/27.83	c Try to convert by bdds
27.67/27.84	c D: 1
27.67/27.84	c estimatedAdderCost: 33
27.67/27.84	c Try to convert by bdds
27.67/27.86	c D: 1
27.67/27.86	c estimatedAdderCost: 33
27.67/27.86	c Try to convert by bdds
27.67/27.87	c D: 1
27.67/27.87	c estimatedAdderCost: 33
27.67/27.87	c Try to convert by bdds
27.67/27.88	c D: 1
27.67/27.88	c estimatedAdderCost: 33
27.67/27.88	c Try to convert by bdds
27.67/27.89	c D: 1
27.67/27.89	c estimatedAdderCost: 33
27.67/27.89	c Try to convert by bdds
27.77/27.90	c D: 1
27.77/27.90	c estimatedAdderCost: 33
27.77/27.90	c Try to convert by bdds
27.77/27.92	c D: 1
27.77/27.92	c estimatedAdderCost: 33
27.77/27.92	c Try to convert by bdds
27.77/27.93	c D: 1
27.77/27.93	c estimatedAdderCost: 33
27.77/27.93	c Try to convert by bdds
27.77/27.94	c D: 1
27.77/27.94	c estimatedAdderCost: 33
27.77/27.94	c Try to convert by bdds
27.77/27.95	c D: 1
27.77/27.95	c estimatedAdderCost: 33
27.77/27.95	c Try to convert by bdds
27.77/27.96	c D: 1
27.77/27.96	c estimatedAdderCost: 33
27.77/27.96	c Try to convert by bdds
27.77/27.98	c D: 1
27.77/27.98	c estimatedAdderCost: 33
27.77/27.98	c Try to convert by bdds
27.77/27.99	c D: 1
27.77/27.99	c estimatedAdderCost: 33
27.77/27.99	c Try to convert by bdds
27.77/28.00	c D: 1
27.77/28.00	c estimatedAdderCost: 33
27.77/28.00	c Try to convert by bdds
27.88/28.01	c D: 1
27.88/28.01	c estimatedAdderCost: 33
27.88/28.01	c Try to convert by bdds
27.88/28.02	c D: 1
27.88/28.02	c estimatedAdderCost: 33
27.88/28.02	c Try to convert by bdds
27.88/28.04	c D: 1
27.88/28.04	c estimatedAdderCost: 33
27.88/28.04	c Try to convert by bdds
27.88/28.05	c D: 1
27.88/28.05	c estimatedAdderCost: 33
27.88/28.05	c Try to convert by bdds
27.88/28.06	c D: 1
27.88/28.06	c estimatedAdderCost: 33
27.88/28.06	c Try to convert by bdds
27.88/28.07	c D: 1
27.88/28.07	c estimatedAdderCost: 33
27.88/28.07	c Try to convert by bdds
27.88/28.09	c D: 1
27.88/28.09	c estimatedAdderCost: 33
27.88/28.09	c Try to convert by bdds
27.88/28.10	c D: 1
27.88/28.10	c estimatedAdderCost: 33
27.88/28.10	c Try to convert by bdds
27.98/28.11	c D: 1
27.98/28.11	c estimatedAdderCost: 33
27.98/28.11	c Try to convert by bdds
27.98/28.12	c D: 1
27.98/28.12	c estimatedAdderCost: 33
27.98/28.12	c Try to convert by bdds
27.98/28.13	c D: 1
27.98/28.13	c estimatedAdderCost: 33
27.98/28.13	c Try to convert by bdds
27.98/28.15	c D: 1
27.98/28.15	c estimatedAdderCost: 33
27.98/28.15	c Try to convert by bdds
27.98/28.16	c D: 1
27.98/28.16	c estimatedAdderCost: 33
27.98/28.16	c Try to convert by bdds
27.98/28.17	c D: 1
27.98/28.17	c estimatedAdderCost: 33
27.98/28.17	c Try to convert by bdds
27.98/28.18	c D: 1
27.98/28.18	c estimatedAdderCost: 33
27.98/28.18	c Try to convert by bdds
27.98/28.19	c D: 1
27.98/28.19	c estimatedAdderCost: 33
27.98/28.19	c Try to convert by bdds
28.07/28.21	c D: 1
28.07/28.21	c estimatedAdderCost: 33
28.07/28.21	c Try to convert by bdds
28.07/28.22	c D: 1
28.07/28.22	c estimatedAdderCost: 33
28.07/28.22	c Try to convert by bdds
28.07/28.23	c D: 1
28.07/28.23	c estimatedAdderCost: 33
28.07/28.23	c Try to convert by bdds
28.07/28.24	c D: 1
28.07/28.24	c estimatedAdderCost: 33
28.07/28.24	c Try to convert by bdds
28.07/28.25	c D: 1
28.07/28.25	c estimatedAdderCost: 33
28.07/28.25	c Try to convert by bdds
28.07/28.27	c D: 1
28.07/28.27	c estimatedAdderCost: 33
28.07/28.27	c Try to convert by bdds
28.07/28.28	c D: 1
28.07/28.28	c estimatedAdderCost: 33
28.07/28.28	c Try to convert by bdds
28.07/28.29	c D: 1
28.07/28.29	c estimatedAdderCost: 25
28.07/28.29	c Try to convert by bdds
28.17/28.30	c D: 1
28.17/28.30	c estimatedAdderCost: 25
28.17/28.30	c Try to convert by bdds
28.17/28.31	c D: 1
28.17/28.31	c estimatedAdderCost: 25
28.17/28.31	c Try to convert by bdds
28.17/28.31	c D: 1
28.17/28.31	c estimatedAdderCost: 25
28.17/28.31	c Try to convert by bdds
28.17/28.32	c D: 1
28.17/28.32	c estimatedAdderCost: 25
28.17/28.32	c Try to convert by bdds
28.17/28.33	c D: 1
28.17/28.33	c estimatedAdderCost: 25
28.17/28.33	c Try to convert by bdds
28.17/28.33	c D: 1
28.17/28.33	c estimatedAdderCost: 25
28.17/28.33	c Try to convert by bdds
28.17/28.34	c D: 1
28.17/28.34	c estimatedAdderCost: 25
28.17/28.34	c Try to convert by bdds
28.17/28.35	c D: 1
28.17/28.35	c estimatedAdderCost: 25
28.17/28.35	c Try to convert by bdds
28.17/28.36	c D: 1
28.17/28.36	c estimatedAdderCost: 33
28.17/28.36	c Try to convert by bdds
28.17/28.37	c D: 1
28.17/28.37	c estimatedAdderCost: 33
28.17/28.37	c Try to convert by bdds
28.17/28.38	c D: 1
28.17/28.38	c estimatedAdderCost: 33
28.17/28.38	c Try to convert by bdds
28.17/28.39	c D: 1
28.17/28.39	c estimatedAdderCost: 33
28.17/28.39	c Try to convert by bdds
28.27/28.40	c D: 1
28.27/28.40	c estimatedAdderCost: 33
28.27/28.40	c Try to convert by bdds
28.27/28.42	c D: 1
28.27/28.42	c estimatedAdderCost: 33
28.27/28.42	c Try to convert by bdds
28.27/28.43	c D: 1
28.27/28.43	c estimatedAdderCost: 33
28.27/28.43	c Try to convert by bdds
28.27/28.44	c D: 1
28.27/28.44	c estimatedAdderCost: 33
28.27/28.44	c Try to convert by bdds
28.27/28.45	c D: 1
28.27/28.45	c estimatedAdderCost: 33
28.27/28.45	c Try to convert by bdds
28.27/28.46	c D: 1
28.27/28.46	c estimatedAdderCost: 33
28.27/28.46	c Try to convert by bdds
28.27/28.48	c D: 1
28.27/28.48	c estimatedAdderCost: 33
28.27/28.48	c Try to convert by bdds
28.27/28.49	c D: 1
28.27/28.49	c estimatedAdderCost: 33
28.27/28.49	c Try to convert by bdds
28.37/28.50	c D: 1
28.37/28.50	c estimatedAdderCost: 33
28.37/28.50	c Try to convert by bdds
28.37/28.51	c D: 1
28.37/28.51	c estimatedAdderCost: 33
28.37/28.51	c Try to convert by bdds
28.37/28.52	c D: 1
28.37/28.52	c estimatedAdderCost: 33
28.37/28.52	c Try to convert by bdds
28.37/28.54	c D: 1
28.37/28.54	c estimatedAdderCost: 33
28.37/28.54	c Try to convert by bdds
28.37/28.55	c D: 1
28.37/28.55	c estimatedAdderCost: 33
28.37/28.55	c Try to convert by bdds
28.37/28.56	c D: 1
28.37/28.56	c estimatedAdderCost: 33
28.37/28.56	c Try to convert by bdds
28.37/28.57	c D: 1
28.37/28.57	c estimatedAdderCost: 33
28.37/28.57	c Try to convert by bdds
28.37/28.59	c D: 1
28.37/28.59	c estimatedAdderCost: 33
28.37/28.59	c Try to convert by bdds
28.47/28.60	c D: 1
28.47/28.60	c estimatedAdderCost: 33
28.47/28.60	c Try to convert by bdds
28.47/28.61	c D: 1
28.47/28.61	c estimatedAdderCost: 33
28.47/28.61	c Try to convert by bdds
28.47/28.62	c D: 1
28.47/28.62	c estimatedAdderCost: 33
28.47/28.62	c Try to convert by bdds
28.47/28.63	c D: 1
28.47/28.63	c estimatedAdderCost: 33
28.47/28.63	c Try to convert by bdds
28.47/28.65	c D: 1
28.47/28.65	c estimatedAdderCost: 33
28.47/28.65	c Try to convert by bdds
28.47/28.66	c D: 1
28.47/28.66	c estimatedAdderCost: 33
28.47/28.66	c Try to convert by bdds
28.47/28.67	c D: 1
28.47/28.67	c estimatedAdderCost: 33
28.47/28.67	c Try to convert by bdds
28.47/28.68	c D: 1
28.47/28.68	c estimatedAdderCost: 33
28.47/28.68	c Try to convert by bdds
28.47/28.69	c D: 1
28.47/28.69	c estimatedAdderCost: 33
28.47/28.69	c Try to convert by bdds
28.57/28.71	c D: 1
28.57/28.71	c estimatedAdderCost: 33
28.57/28.71	c Try to convert by bdds
28.57/28.72	c D: 1
28.57/28.72	c estimatedAdderCost: 33
28.57/28.72	c Try to convert by bdds
28.57/28.73	c D: 1
28.57/28.73	c estimatedAdderCost: 33
28.57/28.73	c Try to convert by bdds
28.57/28.74	c D: 1
28.57/28.74	c estimatedAdderCost: 33
28.57/28.74	c Try to convert by bdds
28.57/28.75	c D: 1
28.57/28.75	c estimatedAdderCost: 33
28.57/28.75	c Try to convert by bdds
28.57/28.77	c D: 1
28.57/28.77	c estimatedAdderCost: 33
28.57/28.77	c Try to convert by bdds
28.57/28.78	c D: 1
28.57/28.78	c estimatedAdderCost: 33
28.57/28.78	c Try to convert by bdds
28.57/28.79	c D: 1
28.57/28.79	c estimatedAdderCost: 33
28.57/28.79	c Try to convert by bdds
28.67/28.80	c D: 1
28.67/28.80	c estimatedAdderCost: 33
28.67/28.80	c Try to convert by bdds
28.67/28.82	c D: 1
28.67/28.82	c estimatedAdderCost: 33
28.67/28.82	c Try to convert by bdds
28.67/28.83	c D: 1
28.67/28.83	c estimatedAdderCost: 33
28.67/28.83	c Try to convert by bdds
28.67/28.84	c D: 1
28.67/28.84	c estimatedAdderCost: 33
28.67/28.84	c Try to convert by bdds
28.67/28.85	c D: 1
28.67/28.85	c estimatedAdderCost: 33
28.67/28.85	c Try to convert by bdds
28.67/28.86	c D: 1
28.67/28.86	c estimatedAdderCost: 33
28.67/28.86	c Try to convert by bdds
28.67/28.88	c D: 1
28.67/28.88	c estimatedAdderCost: 33
28.67/28.88	c Try to convert by bdds
28.67/28.89	c D: 1
28.67/28.89	c estimatedAdderCost: 33
28.67/28.89	c Try to convert by bdds
28.76/28.90	c D: 1
28.76/28.90	c estimatedAdderCost: 33
28.76/28.90	c Try to convert by bdds
28.76/28.91	c D: 1
28.76/28.91	c estimatedAdderCost: 33
28.76/28.91	c Try to convert by bdds
28.76/28.92	c D: 1
28.76/28.92	c estimatedAdderCost: 33
28.76/28.92	c Try to convert by bdds
28.76/28.94	c D: 1
28.76/28.94	c estimatedAdderCost: 33
28.76/28.94	c Try to convert by bdds
28.76/28.95	c D: 1
28.76/28.95	c estimatedAdderCost: 33
28.76/28.95	c Try to convert by bdds
28.76/28.96	c D: 1
28.76/28.96	c estimatedAdderCost: 33
28.76/28.96	c Try to convert by bdds
28.76/28.97	c D: 1
28.76/28.97	c estimatedAdderCost: 33
28.76/28.97	c Try to convert by bdds
28.76/28.98	c D: 1
28.76/28.98	c estimatedAdderCost: 33
28.76/28.98	c Try to convert by bdds
28.76/29.00	c D: 1
28.76/29.00	c estimatedAdderCost: 33
28.76/29.00	c Try to convert by bdds
28.76/29.01	c D: 1
28.76/29.01	c estimatedAdderCost: 33
28.76/29.01	c Try to convert by bdds
28.88/29.02	c D: 1
28.88/29.02	c estimatedAdderCost: 33
28.88/29.02	c Try to convert by bdds
28.88/29.03	c D: 1
28.88/29.03	c estimatedAdderCost: 33
28.88/29.03	c Try to convert by bdds
28.88/29.04	c D: 1
28.88/29.04	c estimatedAdderCost: 33
28.88/29.04	c Try to convert by bdds
28.88/29.06	c D: 1
28.88/29.06	c estimatedAdderCost: 33
28.88/29.06	c Try to convert by bdds
28.88/29.07	c D: 1
28.88/29.07	c estimatedAdderCost: 33
28.88/29.07	c Try to convert by bdds
28.88/29.08	c D: 1
28.88/29.08	c estimatedAdderCost: 33
28.88/29.08	c Try to convert by bdds
28.88/29.09	c D: 1
28.88/29.09	c estimatedAdderCost: 33
28.88/29.09	c Try to convert by bdds
28.88/29.10	c D: 1
28.88/29.10	c estimatedAdderCost: 33
28.88/29.10	c Try to convert by bdds
28.98/29.12	c D: 1
28.98/29.12	c estimatedAdderCost: 25
28.98/29.12	c Try to convert by bdds
28.98/29.12	c D: 1
28.98/29.12	c estimatedAdderCost: 25
28.98/29.12	c Try to convert by bdds
28.98/29.13	c D: 1
28.98/29.13	c estimatedAdderCost: 25
28.98/29.13	c Try to convert by bdds
28.98/29.14	c D: 1
28.98/29.14	c estimatedAdderCost: 25
28.98/29.14	c Try to convert by bdds
28.98/29.15	c D: 1
28.98/29.15	c estimatedAdderCost: 25
28.98/29.15	c Try to convert by bdds
28.98/29.15	c D: 1
28.98/29.15	c estimatedAdderCost: 25
28.98/29.15	c Try to convert by bdds
28.98/29.16	c D: 1
28.98/29.16	c estimatedAdderCost: 25
28.98/29.16	c Try to convert by bdds
28.98/29.17	c D: 1
28.98/29.17	c estimatedAdderCost: 25
28.98/29.17	c Try to convert by bdds
28.98/29.18	c D: 1
28.98/29.18	c estimatedAdderCost: 25
28.98/29.18	c Try to convert by bdds
28.98/29.18	c D: 1
28.98/29.18	c estimatedAdderCost: 25
28.98/29.18	c Try to convert by bdds
28.98/29.19	c D: 1
28.98/29.19	c estimatedAdderCost: 33
28.98/29.19	c Try to convert by bdds
29.06/29.20	c D: 1
29.06/29.20	c estimatedAdderCost: 33
29.06/29.20	c Try to convert by bdds
29.06/29.21	c D: 1
29.06/29.21	c estimatedAdderCost: 33
29.06/29.21	c Try to convert by bdds
29.06/29.23	c D: 1
29.06/29.23	c estimatedAdderCost: 33
29.06/29.23	c Try to convert by bdds
29.06/29.24	c D: 1
29.06/29.24	c estimatedAdderCost: 33
29.06/29.24	c Try to convert by bdds
29.06/29.25	c D: 1
29.06/29.25	c estimatedAdderCost: 33
29.06/29.25	c Try to convert by bdds
29.06/29.26	c D: 1
29.06/29.26	c estimatedAdderCost: 33
29.06/29.26	c Try to convert by bdds
29.06/29.27	c D: 1
29.06/29.27	c estimatedAdderCost: 33
29.06/29.27	c Try to convert by bdds
29.06/29.29	c D: 1
29.06/29.29	c estimatedAdderCost: 33
29.06/29.29	c Try to convert by bdds
29.16/29.30	c D: 1
29.16/29.30	c estimatedAdderCost: 33
29.16/29.30	c Try to convert by bdds
29.16/29.31	c D: 1
29.16/29.31	c estimatedAdderCost: 33
29.16/29.31	c Try to convert by bdds
29.16/29.32	c D: 1
29.16/29.32	c estimatedAdderCost: 33
29.16/29.32	c Try to convert by bdds
29.16/29.33	c D: 1
29.16/29.33	c estimatedAdderCost: 33
29.16/29.33	c Try to convert by bdds
29.16/29.35	c D: 1
29.16/29.35	c estimatedAdderCost: 33
29.16/29.35	c Try to convert by bdds
29.16/29.36	c D: 1
29.16/29.36	c estimatedAdderCost: 33
29.16/29.36	c Try to convert by bdds
29.16/29.37	c D: 1
29.16/29.37	c estimatedAdderCost: 33
29.16/29.37	c Try to convert by bdds
29.16/29.38	c D: 1
29.16/29.38	c estimatedAdderCost: 33
29.16/29.38	c Try to convert by bdds
29.16/29.39	c D: 1
29.16/29.39	c estimatedAdderCost: 33
29.16/29.39	c Try to convert by bdds
29.26/29.41	c D: 1
29.26/29.41	c estimatedAdderCost: 33
29.26/29.41	c Try to convert by bdds
29.26/29.42	c D: 1
29.26/29.42	c estimatedAdderCost: 33
29.26/29.42	c Try to convert by bdds
29.26/29.43	c D: 1
29.26/29.43	c estimatedAdderCost: 33
29.26/29.43	c Try to convert by bdds
29.26/29.44	c D: 1
29.26/29.44	c estimatedAdderCost: 33
29.26/29.44	c Try to convert by bdds
29.26/29.45	c D: 1
29.26/29.45	c estimatedAdderCost: 33
29.26/29.45	c Try to convert by bdds
29.26/29.47	c D: 1
29.26/29.47	c estimatedAdderCost: 33
29.26/29.47	c Try to convert by bdds
29.26/29.48	c D: 1
29.26/29.48	c estimatedAdderCost: 33
29.26/29.48	c Try to convert by bdds
29.26/29.49	c D: 1
29.26/29.49	c estimatedAdderCost: 33
29.26/29.49	c Try to convert by bdds
29.36/29.50	c D: 1
29.36/29.50	c estimatedAdderCost: 33
29.36/29.50	c Try to convert by bdds
29.36/29.51	c D: 1
29.36/29.51	c estimatedAdderCost: 33
29.36/29.51	c Try to convert by bdds
29.36/29.53	c D: 1
29.36/29.53	c estimatedAdderCost: 33
29.36/29.53	c Try to convert by bdds
29.36/29.54	c D: 1
29.36/29.54	c estimatedAdderCost: 33
29.36/29.54	c Try to convert by bdds
29.36/29.55	c D: 1
29.36/29.55	c estimatedAdderCost: 33
29.36/29.55	c Try to convert by bdds
29.36/29.56	c D: 1
29.36/29.56	c estimatedAdderCost: 33
29.36/29.56	c Try to convert by bdds
29.36/29.57	c D: 1
29.36/29.57	c estimatedAdderCost: 33
29.36/29.57	c Try to convert by bdds
29.36/29.59	c D: 1
29.36/29.59	c estimatedAdderCost: 33
29.36/29.59	c Try to convert by bdds
29.46/29.60	c D: 1
29.46/29.60	c estimatedAdderCost: 33
29.46/29.60	c Try to convert by bdds
29.46/29.61	c D: 1
29.46/29.61	c estimatedAdderCost: 33
29.46/29.61	c Try to convert by bdds
29.46/29.62	c D: 1
29.46/29.62	c estimatedAdderCost: 33
29.46/29.62	c Try to convert by bdds
29.46/29.63	c D: 1
29.46/29.63	c estimatedAdderCost: 33
29.46/29.63	c Try to convert by bdds
29.46/29.65	c D: 1
29.46/29.65	c estimatedAdderCost: 33
29.46/29.65	c Try to convert by bdds
29.46/29.66	c D: 1
29.46/29.66	c estimatedAdderCost: 33
29.46/29.66	c Try to convert by bdds
29.46/29.67	c D: 1
29.46/29.67	c estimatedAdderCost: 33
29.46/29.67	c Try to convert by bdds
29.46/29.68	c D: 1
29.46/29.68	c estimatedAdderCost: 33
29.46/29.68	c Try to convert by bdds
29.46/29.69	c D: 1
29.46/29.69	c estimatedAdderCost: 33
29.46/29.69	c Try to convert by bdds
29.56/29.71	c D: 1
29.56/29.71	c estimatedAdderCost: 33
29.56/29.71	c Try to convert by bdds
29.56/29.72	c D: 1
29.56/29.72	c estimatedAdderCost: 33
29.56/29.72	c Try to convert by bdds
29.56/29.73	c D: 1
29.56/29.73	c estimatedAdderCost: 33
29.56/29.73	c Try to convert by bdds
29.56/29.74	c D: 1
29.56/29.74	c estimatedAdderCost: 33
29.56/29.74	c Try to convert by bdds
29.56/29.75	c D: 1
29.56/29.75	c estimatedAdderCost: 33
29.56/29.75	c Try to convert by bdds
29.56/29.77	c D: 1
29.56/29.77	c estimatedAdderCost: 33
29.56/29.77	c Try to convert by bdds
29.56/29.78	c D: 1
29.56/29.78	c estimatedAdderCost: 33
29.56/29.78	c Try to convert by bdds
29.56/29.79	c D: 1
29.56/29.79	c estimatedAdderCost: 33
29.56/29.79	c Try to convert by bdds
29.66/29.80	c D: 1
29.66/29.80	c estimatedAdderCost: 33
29.66/29.80	c Try to convert by bdds
29.66/29.81	c D: 1
29.66/29.81	c estimatedAdderCost: 33
29.66/29.81	c Try to convert by bdds
29.66/29.83	c D: 1
29.66/29.83	c estimatedAdderCost: 33
29.66/29.83	c Try to convert by bdds
29.66/29.84	c D: 1
29.66/29.84	c estimatedAdderCost: 33
29.66/29.84	c Try to convert by bdds
29.66/29.85	c D: 1
29.66/29.85	c estimatedAdderCost: 33
29.66/29.85	c Try to convert by bdds
29.66/29.86	c D: 1
29.66/29.86	c estimatedAdderCost: 33
29.66/29.86	c Try to convert by bdds
29.66/29.87	c D: 1
29.66/29.87	c estimatedAdderCost: 33
29.66/29.87	c Try to convert by bdds
29.66/29.89	c D: 1
29.66/29.89	c estimatedAdderCost: 33
29.66/29.89	c Try to convert by bdds
29.76/29.90	c D: 1
29.76/29.90	c estimatedAdderCost: 33
29.76/29.90	c Try to convert by bdds
29.76/29.91	c D: 1
29.76/29.91	c estimatedAdderCost: 33
29.76/29.91	c Try to convert by bdds
29.76/29.92	c D: 1
29.76/29.92	c estimatedAdderCost: 33
29.76/29.92	c Try to convert by bdds
29.76/29.93	c D: 1
29.76/29.93	c estimatedAdderCost: 33
29.76/29.93	c Try to convert by bdds
29.76/29.95	c D: 1
29.76/29.95	c estimatedAdderCost: 33
29.76/29.95	c Try to convert by bdds
29.76/29.96	c D: 1
29.76/29.96	c estimatedAdderCost: 33
29.76/29.96	c Try to convert by bdds
29.76/29.97	c D: 1
29.76/29.97	c estimatedAdderCost: 25
29.76/29.97	c Try to convert by bdds
29.76/29.98	c D: 1
29.76/29.98	c estimatedAdderCost: 25
29.76/29.98	c Try to convert by bdds
29.76/29.99	c D: 1
29.76/29.99	c estimatedAdderCost: 25
29.76/29.99	c Try to convert by bdds
29.76/29.99	c D: 1
29.76/29.99	c estimatedAdderCost: 25
29.76/29.99	c Try to convert by bdds
29.76/30.00	c D: 1
29.76/30.00	c estimatedAdderCost: 25
29.76/30.00	c Try to convert by bdds
29.76/30.01	c D: 1
29.76/30.01	c estimatedAdderCost: 25
29.76/30.01	c Try to convert by bdds
29.87/30.01	c D: 1
29.87/30.01	c estimatedAdderCost: 25
29.87/30.01	c Try to convert by bdds
29.87/30.02	c D: 1
29.87/30.02	c estimatedAdderCost: 25
29.87/30.02	c Try to convert by bdds
29.87/30.03	c D: 1
29.87/30.03	c estimatedAdderCost: 25
29.87/30.03	c Try to convert by bdds
29.87/30.04	c D: 1
29.87/30.04	c estimatedAdderCost: 25
29.87/30.04	c Try to convert by bdds
29.87/30.04	c D: 1
29.87/30.04	c estimatedAdderCost: 25
29.87/30.04	c Try to convert by bdds
29.87/30.05	c D: 1
29.87/30.05	c estimatedAdderCost: 25
29.87/30.05	c Try to convert by bdds
29.87/30.06	c D: 1
29.87/30.06	c estimatedAdderCost: 33
29.87/30.06	c Try to convert by bdds
29.87/30.07	c D: 1
29.87/30.07	c estimatedAdderCost: 33
29.87/30.07	c Try to convert by bdds
29.87/30.08	c D: 1
29.87/30.08	c estimatedAdderCost: 33
29.87/30.08	c Try to convert by bdds
29.87/30.09	c D: 1
29.87/30.09	c estimatedAdderCost: 33
29.87/30.09	c Try to convert by bdds
29.87/30.11	c D: 1
29.87/30.11	c estimatedAdderCost: 33
29.87/30.11	c Try to convert by bdds
29.97/30.12	c D: 1
29.97/30.12	c estimatedAdderCost: 33
29.97/30.12	c Try to convert by bdds
29.97/30.13	c D: 1
29.97/30.13	c estimatedAdderCost: 33
29.97/30.13	c Try to convert by bdds
29.97/30.14	c D: 1
29.97/30.14	c estimatedAdderCost: 33
29.97/30.14	c Try to convert by bdds
29.97/30.15	c D: 1
29.97/30.15	c estimatedAdderCost: 33
29.97/30.15	c Try to convert by bdds
29.97/30.17	c D: 1
29.97/30.17	c estimatedAdderCost: 33
29.97/30.17	c Try to convert by bdds
29.97/30.18	c D: 1
29.97/30.18	c estimatedAdderCost: 33
29.97/30.18	c Try to convert by bdds
29.97/30.19	c D: 1
29.97/30.19	c estimatedAdderCost: 33
29.97/30.19	c Try to convert by bdds
30.06/30.20	c D: 1
30.06/30.20	c estimatedAdderCost: 25
30.06/30.20	c Try to convert by bdds
30.06/30.21	c D: 1
30.06/30.21	c estimatedAdderCost: 25
30.06/30.21	c Try to convert by bdds
30.06/30.22	c D: 1
30.06/30.22	c estimatedAdderCost: 33
30.06/30.22	c Try to convert by bdds
30.06/30.23	c D: 1
30.06/30.23	c estimatedAdderCost: 33
30.06/30.23	c Try to convert by bdds
30.06/30.24	c D: 1
30.06/30.24	c estimatedAdderCost: 33
30.06/30.24	c Try to convert by bdds
30.06/30.25	c D: 1
30.06/30.25	c estimatedAdderCost: 33
30.06/30.25	c Try to convert by bdds
30.06/30.26	c D: 1
30.06/30.26	c estimatedAdderCost: 33
30.06/30.26	c Try to convert by bdds
30.06/30.28	c D: 1
30.06/30.28	c estimatedAdderCost: 33
30.06/30.28	c Try to convert by bdds
30.06/30.29	c D: 1
30.06/30.29	c estimatedAdderCost: 33
30.06/30.29	c Try to convert by bdds
30.16/30.30	c D: 1
30.16/30.30	c estimatedAdderCost: 33
30.16/30.30	c Try to convert by bdds
30.16/30.31	c D: 1
30.16/30.31	c estimatedAdderCost: 33
30.16/30.31	c Try to convert by bdds
30.16/30.32	c D: 1
30.16/30.32	c estimatedAdderCost: 33
30.16/30.32	c Try to convert by bdds
30.16/30.34	c D: 1
30.16/30.34	c estimatedAdderCost: 33
30.16/30.34	c Try to convert by bdds
30.16/30.35	c D: 1
30.16/30.35	c estimatedAdderCost: 33
30.16/30.35	c Try to convert by bdds
30.16/30.36	c D: 1
30.16/30.36	c estimatedAdderCost: 33
30.16/30.36	c Try to convert by bdds
30.16/30.37	c D: 1
30.16/30.37	c estimatedAdderCost: 33
30.16/30.37	c Try to convert by bdds
30.16/30.38	c D: 1
30.16/30.38	c estimatedAdderCost: 33
30.16/30.38	c Try to convert by bdds
30.26/30.40	c D: 1
30.26/30.40	c estimatedAdderCost: 33
30.26/30.40	c Try to convert by bdds
30.26/30.41	c D: 1
30.26/30.41	c estimatedAdderCost: 33
30.26/30.41	c Try to convert by bdds
30.26/30.42	c D: 1
30.26/30.42	c estimatedAdderCost: 33
30.26/30.42	c Try to convert by bdds
30.26/30.43	c D: 1
30.26/30.43	c estimatedAdderCost: 33
30.26/30.43	c Try to convert by bdds
30.26/30.44	c D: 1
30.26/30.44	c estimatedAdderCost: 33
30.26/30.44	c Try to convert by bdds
30.26/30.46	c D: 1
30.26/30.46	c estimatedAdderCost: 33
30.26/30.46	c Try to convert by bdds
30.26/30.47	c D: 1
30.26/30.47	c estimatedAdderCost: 33
30.26/30.47	c Try to convert by bdds
30.26/30.48	c D: 1
30.26/30.48	c estimatedAdderCost: 33
30.26/30.48	c Try to convert by bdds
30.26/30.49	c D: 1
30.26/30.49	c estimatedAdderCost: 25
30.26/30.49	c Try to convert by bdds
30.36/30.50	c D: 1
30.36/30.50	c estimatedAdderCost: 25
30.36/30.50	c Try to convert by bdds
30.36/30.51	c D: 1
30.36/30.51	c estimatedAdderCost: 25
30.36/30.51	c Try to convert by bdds
30.36/30.51	c D: 1
30.36/30.51	c estimatedAdderCost: 33
30.36/30.51	c Try to convert by bdds
30.36/30.53	c D: 1
30.36/30.53	c estimatedAdderCost: 33
30.36/30.53	c Try to convert by bdds
30.36/30.54	c D: 1
30.36/30.54	c estimatedAdderCost: 33
30.36/30.54	c Try to convert by bdds
30.36/30.55	c D: 1
30.36/30.55	c estimatedAdderCost: 33
30.36/30.55	c Try to convert by bdds
30.36/30.56	c D: 1
30.36/30.56	c estimatedAdderCost: 33
30.36/30.56	c Try to convert by bdds
30.36/30.57	c D: 1
30.36/30.57	c estimatedAdderCost: 33
30.36/30.57	c Try to convert by bdds
30.36/30.59	c D: 1
30.36/30.59	c estimatedAdderCost: 33
30.36/30.59	c Try to convert by bdds
30.46/30.60	c D: 1
30.46/30.60	c estimatedAdderCost: 33
30.46/30.60	c Try to convert by bdds
30.46/30.61	c D: 1
30.46/30.61	c estimatedAdderCost: 33
30.46/30.61	c Try to convert by bdds
30.46/30.62	c D: 1
30.46/30.62	c estimatedAdderCost: 33
30.46/30.62	c Try to convert by bdds
30.46/30.63	c D: 1
30.46/30.63	c estimatedAdderCost: 33
30.46/30.63	c Try to convert by bdds
30.46/30.65	c D: 1
30.46/30.65	c estimatedAdderCost: 33
30.46/30.65	c Try to convert by bdds
30.46/30.66	c D: 1
30.46/30.66	c estimatedAdderCost: 33
30.46/30.66	c Try to convert by bdds
30.46/30.67	c D: 1
30.46/30.67	c estimatedAdderCost: 33
30.46/30.67	c Try to convert by bdds
30.46/30.68	c D: 1
30.46/30.68	c estimatedAdderCost: 33
30.46/30.68	c Try to convert by bdds
30.46/30.70	c D: 1
30.46/30.70	c estimatedAdderCost: 33
30.46/30.70	c Try to convert by bdds
30.56/30.71	c D: 1
30.56/30.71	c estimatedAdderCost: 33
30.56/30.71	c Try to convert by bdds
30.56/30.72	c D: 1
30.56/30.72	c estimatedAdderCost: 33
30.56/30.72	c Try to convert by bdds
30.56/30.73	c D: 1
30.56/30.73	c estimatedAdderCost: 33
30.56/30.73	c Try to convert by bdds
30.56/30.74	c D: 1
30.56/30.74	c estimatedAdderCost: 33
30.56/30.74	c Try to convert by bdds
30.56/30.76	c D: 1
30.56/30.76	c estimatedAdderCost: 33
30.56/30.76	c Try to convert by bdds
30.56/30.77	c D: 1
30.56/30.77	c estimatedAdderCost: 33
30.56/30.77	c Try to convert by bdds
30.56/30.78	c D: 1
30.56/30.78	c estimatedAdderCost: 33
30.56/30.78	c Try to convert by bdds
30.56/30.79	c D: 1
30.56/30.79	c estimatedAdderCost: 33
30.56/30.79	c Try to convert by bdds
30.66/30.80	c D: 1
30.66/30.80	c estimatedAdderCost: 33
30.66/30.80	c Try to convert by bdds
30.66/30.82	c D: 1
30.66/30.82	c estimatedAdderCost: 33
30.66/30.82	c Try to convert by bdds
30.66/30.83	c D: 1
30.66/30.83	c estimatedAdderCost: 33
30.66/30.83	c Try to convert by bdds
30.66/30.84	c D: 1
30.66/30.84	c estimatedAdderCost: 33
30.66/30.84	c Try to convert by bdds
30.66/30.85	c D: 1
30.66/30.85	c estimatedAdderCost: 33
30.66/30.85	c Try to convert by bdds
30.66/30.86	c D: 1
30.66/30.86	c estimatedAdderCost: 33
30.66/30.86	c Try to convert by bdds
30.66/30.88	c D: 1
30.66/30.88	c estimatedAdderCost: 33
30.66/30.88	c Try to convert by bdds
30.66/30.89	c D: 1
30.66/30.89	c estimatedAdderCost: 33
30.66/30.89	c Try to convert by bdds
30.76/30.90	c D: 1
30.76/30.90	c estimatedAdderCost: 33
30.76/30.90	c Try to convert by bdds
30.76/30.91	c D: 1
30.76/30.91	c estimatedAdderCost: 25
30.76/30.91	c Try to convert by bdds
30.76/30.92	c D: 1
30.76/30.92	c estimatedAdderCost: 25
30.76/30.92	c Try to convert by bdds
30.76/30.93	c D: 1
30.76/30.93	c estimatedAdderCost: 25
30.76/30.93	c Try to convert by bdds
30.76/30.93	c D: 1
30.76/30.93	c estimatedAdderCost: 25
30.76/30.93	c Try to convert by bdds
30.76/30.94	c D: 1
30.76/30.94	c estimatedAdderCost: 33
30.76/30.94	c Try to convert by bdds
30.76/30.95	c D: 1
30.76/30.95	c estimatedAdderCost: 33
30.76/30.95	c Try to convert by bdds
30.76/30.96	c D: 1
30.76/30.96	c estimatedAdderCost: 33
30.76/30.96	c Try to convert by bdds
30.76/30.98	c D: 1
30.76/30.98	c estimatedAdderCost: 33
30.76/30.98	c Try to convert by bdds
30.76/30.99	c D: 1
30.76/30.99	c estimatedAdderCost: 33
30.76/30.99	c Try to convert by bdds
30.76/31.00	c D: 1
30.76/31.00	c estimatedAdderCost: 33
30.76/31.00	c Try to convert by bdds
30.87/31.01	c D: 1
30.87/31.01	c estimatedAdderCost: 33
30.87/31.01	c Try to convert by bdds
30.87/31.03	c D: 1
30.87/31.03	c estimatedAdderCost: 33
30.87/31.03	c Try to convert by bdds
30.87/31.04	c D: 1
30.87/31.04	c estimatedAdderCost: 33
30.87/31.04	c Try to convert by bdds
30.87/31.05	c D: 1
30.87/31.05	c estimatedAdderCost: 33
30.87/31.05	c Try to convert by bdds
30.87/31.06	c D: 1
30.87/31.06	c estimatedAdderCost: 33
30.87/31.06	c Try to convert by bdds
30.87/31.07	c D: 1
30.87/31.07	c estimatedAdderCost: 33
30.87/31.07	c Try to convert by bdds
30.87/31.09	c D: 1
30.87/31.09	c estimatedAdderCost: 33
30.87/31.09	c Try to convert by bdds
30.87/31.10	c D: 1
30.87/31.10	c estimatedAdderCost: 33
30.87/31.10	c Try to convert by bdds
30.97/31.11	c D: 1
30.97/31.11	c estimatedAdderCost: 33
30.97/31.11	c Try to convert by bdds
30.97/31.12	c D: 1
30.97/31.12	c estimatedAdderCost: 33
30.97/31.12	c Try to convert by bdds
30.97/31.13	c D: 1
30.97/31.13	c estimatedAdderCost: 33
30.97/31.13	c Try to convert by bdds
30.97/31.15	c D: 1
30.97/31.15	c estimatedAdderCost: 33
30.97/31.15	c Try to convert by bdds
30.97/31.16	c D: 1
30.97/31.16	c estimatedAdderCost: 33
30.97/31.16	c Try to convert by bdds
30.97/31.17	c D: 1
30.97/31.17	c estimatedAdderCost: 33
30.97/31.17	c Try to convert by bdds
30.97/31.18	c D: 1
30.97/31.18	c estimatedAdderCost: 33
30.97/31.18	c Try to convert by bdds
30.97/31.19	c D: 1
30.97/31.19	c estimatedAdderCost: 33
30.97/31.19	c Try to convert by bdds
31.06/31.21	c D: 1
31.06/31.21	c estimatedAdderCost: 33
31.06/31.21	c Try to convert by bdds
31.06/31.22	c D: 1
31.06/31.22	c estimatedAdderCost: 33
31.06/31.22	c Try to convert by bdds
31.06/31.23	c D: 1
31.06/31.23	c estimatedAdderCost: 33
31.06/31.23	c Try to convert by bdds
31.06/31.24	c D: 1
31.06/31.24	c estimatedAdderCost: 33
31.06/31.24	c Try to convert by bdds
31.06/31.26	c D: 1
31.06/31.26	c estimatedAdderCost: 33
31.06/31.26	c Try to convert by bdds
31.06/31.27	c D: 1
31.06/31.27	c estimatedAdderCost: 33
31.06/31.27	c Try to convert by bdds
31.06/31.28	c D: 1
31.06/31.28	c estimatedAdderCost: 33
31.06/31.28	c Try to convert by bdds
31.06/31.29	c D: 1
31.06/31.29	c estimatedAdderCost: 33
31.06/31.29	c Try to convert by bdds
31.16/31.30	c D: 1
31.16/31.30	c estimatedAdderCost: 33
31.16/31.30	c Try to convert by bdds
31.16/31.32	c D: 1
31.16/31.32	c estimatedAdderCost: 33
31.16/31.32	c Try to convert by bdds
31.16/31.33	c D: 1
31.16/31.33	c estimatedAdderCost: 33
31.16/31.33	c Try to convert by bdds
31.16/31.34	c D: 1
31.16/31.34	c estimatedAdderCost: 33
31.16/31.34	c Try to convert by bdds
31.16/31.35	c D: 1
31.16/31.35	c estimatedAdderCost: 33
31.16/31.35	c Try to convert by bdds
31.16/31.36	c D: 1
31.16/31.36	c estimatedAdderCost: 33
31.16/31.36	c Try to convert by bdds
31.16/31.38	c D: 1
31.16/31.38	c estimatedAdderCost: 33
31.16/31.38	c Try to convert by bdds
31.16/31.39	c D: 1
31.16/31.39	c estimatedAdderCost: 33
31.16/31.39	c Try to convert by bdds
31.26/31.40	c D: 1
31.26/31.40	c estimatedAdderCost: 33
31.26/31.40	c Try to convert by bdds
31.26/31.41	c D: 1
31.26/31.41	c estimatedAdderCost: 33
31.26/31.41	c Try to convert by bdds
31.26/31.42	c D: 1
31.26/31.42	c estimatedAdderCost: 33
31.26/31.42	c Try to convert by bdds
31.26/31.44	c D: 1
31.26/31.44	c estimatedAdderCost: 33
31.26/31.44	c Try to convert by bdds
31.26/31.45	c D: 1
31.26/31.45	c estimatedAdderCost: 25
31.26/31.45	c Try to convert by bdds
31.26/31.45	c D: 1
31.26/31.45	c estimatedAdderCost: 25
31.26/31.45	c Try to convert by bdds
31.26/31.46	c D: 1
31.26/31.46	c estimatedAdderCost: 25
31.26/31.46	c Try to convert by bdds
31.26/31.47	c D: 1
31.26/31.47	c estimatedAdderCost: 25
31.26/31.47	c Try to convert by bdds
31.26/31.48	c D: 1
31.26/31.48	c estimatedAdderCost: 25
31.26/31.48	c Try to convert by bdds
31.26/31.48	c D: 1
31.26/31.48	c estimatedAdderCost: 33
31.26/31.48	c Try to convert by bdds
31.36/31.50	c D: 1
31.36/31.50	c estimatedAdderCost: 33
31.36/31.50	c Try to convert by bdds
31.36/31.51	c D: 1
31.36/31.51	c estimatedAdderCost: 33
31.36/31.51	c Try to convert by bdds
31.36/31.52	c D: 1
31.36/31.52	c estimatedAdderCost: 33
31.36/31.52	c Try to convert by bdds
31.36/31.53	c D: 1
31.36/31.53	c estimatedAdderCost: 33
31.36/31.53	c Try to convert by bdds
31.36/31.54	c D: 1
31.36/31.54	c estimatedAdderCost: 33
31.36/31.54	c Try to convert by bdds
31.36/31.56	c D: 1
31.36/31.56	c estimatedAdderCost: 33
31.36/31.56	c Try to convert by bdds
31.36/31.57	c D: 1
31.36/31.57	c estimatedAdderCost: 33
31.36/31.57	c Try to convert by bdds
31.36/31.58	c D: 1
31.36/31.58	c estimatedAdderCost: 33
31.36/31.58	c Try to convert by bdds
31.36/31.59	c D: 1
31.36/31.59	c estimatedAdderCost: 33
31.36/31.59	c Try to convert by bdds
31.46/31.60	c D: 1
31.46/31.60	c estimatedAdderCost: 33
31.46/31.60	c Try to convert by bdds
31.46/31.62	c D: 1
31.46/31.62	c estimatedAdderCost: 33
31.46/31.62	c Try to convert by bdds
31.46/31.63	c D: 1
31.46/31.63	c estimatedAdderCost: 33
31.46/31.63	c Try to convert by bdds
31.46/31.64	c D: 1
31.46/31.64	c estimatedAdderCost: 33
31.46/31.64	c Try to convert by bdds
31.46/31.65	c D: 1
31.46/31.65	c estimatedAdderCost: 33
31.46/31.65	c Try to convert by bdds
31.46/31.66	c D: 1
31.46/31.66	c estimatedAdderCost: 33
31.46/31.66	c Try to convert by bdds
31.46/31.68	c D: 1
31.46/31.68	c estimatedAdderCost: 33
31.46/31.68	c Try to convert by bdds
31.46/31.69	c D: 1
31.46/31.69	c estimatedAdderCost: 33
31.46/31.69	c Try to convert by bdds
31.56/31.70	c D: 1
31.56/31.70	c estimatedAdderCost: 33
31.56/31.70	c Try to convert by bdds
31.56/31.71	c D: 1
31.56/31.71	c estimatedAdderCost: 33
31.56/31.71	c Try to convert by bdds
31.56/31.72	c D: 1
31.56/31.72	c estimatedAdderCost: 33
31.56/31.72	c Try to convert by bdds
31.56/31.74	c D: 1
31.56/31.74	c estimatedAdderCost: 33
31.56/31.74	c Try to convert by bdds
31.56/31.75	c D: 1
31.56/31.75	c estimatedAdderCost: 33
31.56/31.75	c Try to convert by bdds
31.56/31.76	c D: 1
31.56/31.76	c estimatedAdderCost: 33
31.56/31.76	c Try to convert by bdds
31.56/31.77	c D: 1
31.56/31.77	c estimatedAdderCost: 33
31.56/31.77	c Try to convert by bdds
31.56/31.78	c D: 1
31.56/31.78	c estimatedAdderCost: 33
31.56/31.78	c Try to convert by bdds
31.66/31.80	c D: 1
31.66/31.80	c estimatedAdderCost: 33
31.66/31.80	c Try to convert by bdds
31.66/31.81	c D: 1
31.66/31.81	c estimatedAdderCost: 33
31.66/31.81	c Try to convert by bdds
31.66/31.82	c D: 1
31.66/31.82	c estimatedAdderCost: 33
31.66/31.82	c Try to convert by bdds
31.66/31.83	c D: 1
31.66/31.83	c estimatedAdderCost: 33
31.66/31.83	c Try to convert by bdds
31.66/31.84	c D: 1
31.66/31.84	c estimatedAdderCost: 33
31.66/31.84	c Try to convert by bdds
31.66/31.86	c D: 1
31.66/31.86	c estimatedAdderCost: 33
31.66/31.86	c Try to convert by bdds
31.66/31.87	c D: 1
31.66/31.87	c estimatedAdderCost: 33
31.66/31.87	c Try to convert by bdds
31.66/31.88	c D: 1
31.66/31.88	c estimatedAdderCost: 33
31.66/31.88	c Try to convert by bdds
31.66/31.89	c D: 1
31.66/31.89	c estimatedAdderCost: 33
31.66/31.89	c Try to convert by bdds
31.75/31.90	c D: 1
31.75/31.90	c estimatedAdderCost: 33
31.75/31.90	c Try to convert by bdds
31.75/31.92	c D: 1
31.75/31.92	c estimatedAdderCost: 33
31.75/31.92	c Try to convert by bdds
31.75/31.93	c D: 1
31.75/31.93	c estimatedAdderCost: 33
31.75/31.93	c Try to convert by bdds
31.75/31.94	c D: 1
31.75/31.94	c estimatedAdderCost: 33
31.75/31.94	c Try to convert by bdds
31.75/31.95	c D: 1
31.75/31.95	c estimatedAdderCost: 33
31.75/31.95	c Try to convert by bdds
31.75/31.97	c D: 1
31.75/31.97	c estimatedAdderCost: 33
31.75/31.97	c Try to convert by bdds
31.75/31.98	c D: 1
31.75/31.98	c estimatedAdderCost: 33
31.75/31.98	c Try to convert by bdds
31.75/31.99	c D: 1
31.75/31.99	c estimatedAdderCost: 33
31.75/31.99	c Try to convert by bdds
31.75/32.00	c D: 1
31.75/32.00	c estimatedAdderCost: 33
31.75/32.00	c Try to convert by bdds
31.87/32.01	c D: 1
31.87/32.01	c estimatedAdderCost: 33
31.87/32.01	c Try to convert by bdds
31.87/32.03	c D: 1
31.87/32.03	c estimatedAdderCost: 33
31.87/32.03	c Try to convert by bdds
31.87/32.04	c D: 1
31.87/32.04	c estimatedAdderCost: 33
31.87/32.04	c Try to convert by bdds
31.87/32.05	c D: 1
31.87/32.05	c estimatedAdderCost: 33
31.87/32.05	c Try to convert by bdds
31.87/32.06	c D: 1
31.87/32.06	c estimatedAdderCost: 33
31.87/32.06	c Try to convert by bdds
31.87/32.07	c D: 1
31.87/32.07	c estimatedAdderCost: 33
31.87/32.07	c Try to convert by bdds
31.87/32.09	c D: 1
31.87/32.09	c estimatedAdderCost: 25
31.87/32.09	c Try to convert by bdds
31.87/32.09	c D: 1
31.87/32.09	c estimatedAdderCost: 25
31.87/32.09	c Try to convert by bdds
31.87/32.10	c D: 1
31.87/32.10	c estimatedAdderCost: 25
31.87/32.10	c Try to convert by bdds
31.87/32.11	c D: 1
31.87/32.11	c estimatedAdderCost: 25
31.87/32.11	c Try to convert by bdds
31.97/32.12	c D: 1
31.97/32.12	c estimatedAdderCost: 25
31.97/32.12	c Try to convert by bdds
31.97/32.12	c D: 1
31.97/32.12	c estimatedAdderCost: 25
31.97/32.12	c Try to convert by bdds
31.97/32.13	c D: 1
31.97/32.13	c estimatedAdderCost: 33
31.97/32.13	c Try to convert by bdds
31.97/32.14	c D: 1
31.97/32.14	c estimatedAdderCost: 33
31.97/32.14	c Try to convert by bdds
31.97/32.15	c D: 1
31.97/32.15	c estimatedAdderCost: 33
31.97/32.15	c Try to convert by bdds
31.97/32.17	c D: 1
31.97/32.17	c estimatedAdderCost: 33
31.97/32.17	c Try to convert by bdds
31.97/32.18	c D: 1
31.97/32.18	c estimatedAdderCost: 33
31.97/32.18	c Try to convert by bdds
31.97/32.19	c D: 1
31.97/32.19	c estimatedAdderCost: 33
31.97/32.19	c Try to convert by bdds
32.05/32.20	c D: 1
32.05/32.20	c estimatedAdderCost: 33
32.05/32.20	c Try to convert by bdds
32.05/32.21	c D: 1
32.05/32.21	c estimatedAdderCost: 33
32.05/32.21	c Try to convert by bdds
32.05/32.23	c D: 1
32.05/32.23	c estimatedAdderCost: 33
32.05/32.23	c Try to convert by bdds
32.05/32.24	c D: 1
32.05/32.24	c estimatedAdderCost: 33
32.05/32.24	c Try to convert by bdds
32.05/32.25	c D: 1
32.05/32.25	c estimatedAdderCost: 33
32.05/32.25	c Try to convert by bdds
32.05/32.26	c D: 1
32.05/32.26	c estimatedAdderCost: 33
32.05/32.26	c Try to convert by bdds
32.05/32.27	c D: 1
32.05/32.27	c estimatedAdderCost: 33
32.05/32.27	c Try to convert by bdds
32.05/32.29	c D: 1
32.05/32.29	c estimatedAdderCost: 33
32.05/32.29	c Try to convert by bdds
32.15/32.30	c D: 1
32.15/32.30	c estimatedAdderCost: 33
32.15/32.30	c Try to convert by bdds
32.15/32.31	c D: 1
32.15/32.31	c estimatedAdderCost: 33
32.15/32.31	c Try to convert by bdds
32.15/32.32	c D: 1
32.15/32.32	c estimatedAdderCost: 33
32.15/32.32	c Try to convert by bdds
32.15/32.34	c D: 1
32.15/32.34	c estimatedAdderCost: 33
32.15/32.34	c Try to convert by bdds
32.15/32.35	c D: 1
32.15/32.35	c estimatedAdderCost: 33
32.15/32.35	c Try to convert by bdds
32.15/32.36	c D: 1
32.15/32.36	c estimatedAdderCost: 33
32.15/32.36	c Try to convert by bdds
32.15/32.37	c D: 1
32.15/32.37	c estimatedAdderCost: 33
32.15/32.37	c Try to convert by bdds
32.15/32.38	c D: 1
32.15/32.38	c estimatedAdderCost: 33
32.15/32.38	c Try to convert by bdds
32.25/32.40	c D: 1
32.25/32.40	c estimatedAdderCost: 33
32.25/32.40	c Try to convert by bdds
32.25/32.41	c D: 1
32.25/32.41	c estimatedAdderCost: 33
32.25/32.41	c Try to convert by bdds
32.25/32.42	c D: 1
32.25/32.42	c estimatedAdderCost: 33
32.25/32.42	c Try to convert by bdds
32.25/32.43	c D: 1
32.25/32.43	c estimatedAdderCost: 33
32.25/32.43	c Try to convert by bdds
32.25/32.44	c D: 1
32.25/32.44	c estimatedAdderCost: 33
32.25/32.44	c Try to convert by bdds
32.25/32.46	c D: 1
32.25/32.46	c estimatedAdderCost: 33
32.25/32.46	c Try to convert by bdds
32.25/32.47	c D: 1
32.25/32.47	c estimatedAdderCost: 33
32.25/32.47	c Try to convert by bdds
32.25/32.48	c D: 1
32.25/32.48	c estimatedAdderCost: 33
32.25/32.48	c Try to convert by bdds
32.25/32.49	c D: 1
32.25/32.49	c estimatedAdderCost: 33
32.25/32.49	c Try to convert by bdds
32.35/32.50	c D: 1
32.35/32.50	c estimatedAdderCost: 33
32.35/32.50	c Try to convert by bdds
32.35/32.52	c D: 1
32.35/32.52	c estimatedAdderCost: 33
32.35/32.52	c Try to convert by bdds
32.35/32.53	c D: 1
32.35/32.53	c estimatedAdderCost: 33
32.35/32.53	c Try to convert by bdds
32.35/32.54	c D: 1
32.35/32.54	c estimatedAdderCost: 33
32.35/32.54	c Try to convert by bdds
32.35/32.55	c D: 1
32.35/32.55	c estimatedAdderCost: 33
32.35/32.55	c Try to convert by bdds
32.35/32.57	c D: 1
32.35/32.57	c estimatedAdderCost: 33
32.35/32.57	c Try to convert by bdds
32.35/32.58	c D: 1
32.35/32.58	c estimatedAdderCost: 33
32.35/32.58	c Try to convert by bdds
32.35/32.59	c D: 1
32.35/32.59	c estimatedAdderCost: 33
32.35/32.59	c Try to convert by bdds
32.45/32.60	c D: 1
32.45/32.60	c estimatedAdderCost: 33
32.45/32.60	c Try to convert by bdds
32.45/32.61	c D: 1
32.45/32.61	c estimatedAdderCost: 33
32.45/32.61	c Try to convert by bdds
32.45/32.63	c D: 1
32.45/32.63	c estimatedAdderCost: 33
32.45/32.63	c Try to convert by bdds
32.45/32.64	c D: 1
32.45/32.64	c estimatedAdderCost: 33
32.45/32.64	c Try to convert by bdds
32.45/32.65	c D: 1
32.45/32.65	c estimatedAdderCost: 33
32.45/32.65	c Try to convert by bdds
32.45/32.66	c D: 1
32.45/32.66	c estimatedAdderCost: 33
32.45/32.66	c Try to convert by bdds
32.45/32.67	c D: 1
32.45/32.67	c estimatedAdderCost: 33
32.45/32.67	c Try to convert by bdds
32.45/32.69	c D: 1
32.45/32.69	c estimatedAdderCost: 33
32.45/32.69	c Try to convert by bdds
32.55/32.70	c D: 1
32.55/32.70	c estimatedAdderCost: 33
32.55/32.70	c Try to convert by bdds
32.55/32.71	c D: 1
32.55/32.71	c estimatedAdderCost: 33
32.55/32.71	c Try to convert by bdds
32.55/32.72	c D: 1
32.55/32.72	c estimatedAdderCost: 33
32.55/32.72	c Try to convert by bdds
32.55/32.73	c D: 1
32.55/32.73	c estimatedAdderCost: 33
32.55/32.73	c Try to convert by bdds
32.55/32.75	c D: 1
32.55/32.75	c estimatedAdderCost: 33
32.55/32.75	c Try to convert by bdds
32.55/32.76	c D: 1
32.55/32.76	c estimatedAdderCost: 33
32.55/32.76	c Try to convert by bdds
32.55/32.77	c D: 1
32.55/32.77	c estimatedAdderCost: 33
32.55/32.77	c Try to convert by bdds
32.55/32.78	c D: 1
32.55/32.78	c estimatedAdderCost: 33
32.55/32.78	c Try to convert by bdds
32.55/32.79	c D: 1
32.55/32.79	c estimatedAdderCost: 33
32.55/32.79	c Try to convert by bdds
32.65/32.81	c D: 1
32.65/32.81	c estimatedAdderCost: 33
32.65/32.81	c Try to convert by bdds
32.65/32.82	c D: 1
32.65/32.82	c estimatedAdderCost: 25
32.65/32.82	c Try to convert by bdds
32.65/32.83	c D: 1
32.65/32.83	c estimatedAdderCost: 25
32.65/32.83	c Try to convert by bdds
32.65/32.83	c D: 1
32.65/32.83	c estimatedAdderCost: 25
32.65/32.83	c Try to convert by bdds
32.65/32.84	c D: 1
32.65/32.84	c estimatedAdderCost: 25
32.65/32.84	c Try to convert by bdds
32.65/32.85	c D: 1
32.65/32.85	c estimatedAdderCost: 25
32.65/32.85	c Try to convert by bdds
32.65/32.86	c D: 1
32.65/32.86	c estimatedAdderCost: 25
32.65/32.86	c Try to convert by bdds
32.65/32.86	c D: 1
32.65/32.86	c estimatedAdderCost: 25
32.65/32.86	c Try to convert by bdds
32.65/32.87	c D: 1
32.65/32.87	c estimatedAdderCost: 33
32.65/32.87	c Try to convert by bdds
32.65/32.88	c D: 1
32.65/32.88	c estimatedAdderCost: 33
32.65/32.88	c Try to convert by bdds
32.65/32.89	c D: 1
32.65/32.89	c estimatedAdderCost: 33
32.65/32.89	c Try to convert by bdds
32.75/32.91	c D: 1
32.75/32.91	c estimatedAdderCost: 33
32.75/32.91	c Try to convert by bdds
32.75/32.92	c D: 1
32.75/32.92	c estimatedAdderCost: 33
32.75/32.92	c Try to convert by bdds
32.75/32.93	c D: 1
32.75/32.93	c estimatedAdderCost: 33
32.75/32.93	c Try to convert by bdds
32.75/32.94	c D: 1
32.75/32.94	c estimatedAdderCost: 33
32.75/32.94	c Try to convert by bdds
32.75/32.95	c D: 1
32.75/32.95	c estimatedAdderCost: 33
32.75/32.95	c Try to convert by bdds
32.75/32.97	c D: 1
32.75/32.97	c estimatedAdderCost: 33
32.75/32.97	c Try to convert by bdds
32.75/32.98	c D: 1
32.75/32.98	c estimatedAdderCost: 33
32.75/32.98	c Try to convert by bdds
32.75/32.99	c D: 1
32.75/32.99	c estimatedAdderCost: 33
32.75/32.99	c Try to convert by bdds
32.75/33.00	c D: 1
32.75/33.00	c estimatedAdderCost: 33
32.75/33.00	c Try to convert by bdds
32.86/33.02	c D: 1
32.86/33.02	c estimatedAdderCost: 33
32.86/33.02	c Try to convert by bdds
32.86/33.03	c D: 1
32.86/33.03	c estimatedAdderCost: 33
32.86/33.03	c Try to convert by bdds
32.86/33.04	c D: 1
32.86/33.04	c estimatedAdderCost: 33
32.86/33.04	c Try to convert by bdds
32.86/33.05	c D: 1
32.86/33.05	c estimatedAdderCost: 33
32.86/33.05	c Try to convert by bdds
32.86/33.06	c D: 1
32.86/33.06	c estimatedAdderCost: 33
32.86/33.06	c Try to convert by bdds
32.86/33.08	c D: 1
32.86/33.08	c estimatedAdderCost: 33
32.86/33.08	c Try to convert by bdds
32.86/33.09	c D: 1
32.86/33.09	c estimatedAdderCost: 33
32.86/33.09	c Try to convert by bdds
32.86/33.10	c D: 1
32.86/33.10	c estimatedAdderCost: 33
32.86/33.10	c Try to convert by bdds
32.96/33.11	c D: 1
32.96/33.11	c estimatedAdderCost: 33
32.96/33.11	c Try to convert by bdds
32.96/33.12	c D: 1
32.96/33.12	c estimatedAdderCost: 33
32.96/33.12	c Try to convert by bdds
32.96/33.14	c D: 1
32.96/33.14	c estimatedAdderCost: 33
32.96/33.14	c Try to convert by bdds
32.96/33.15	c D: 1
32.96/33.15	c estimatedAdderCost: 33
32.96/33.15	c Try to convert by bdds
32.96/33.16	c D: 1
32.96/33.16	c estimatedAdderCost: 33
32.96/33.16	c Try to convert by bdds
32.96/33.17	c D: 1
32.96/33.17	c estimatedAdderCost: 33
32.96/33.17	c Try to convert by bdds
32.96/33.18	c D: 1
32.96/33.18	c estimatedAdderCost: 33
32.96/33.18	c Try to convert by bdds
33.05/33.20	c D: 1
33.05/33.20	c estimatedAdderCost: 33
33.05/33.20	c Try to convert by bdds
33.05/33.21	c D: 1
33.05/33.21	c estimatedAdderCost: 33
33.05/33.21	c Try to convert by bdds
33.05/33.22	c D: 1
33.05/33.22	c estimatedAdderCost: 33
33.05/33.22	c Try to convert by bdds
33.05/33.23	c D: 1
33.05/33.23	c estimatedAdderCost: 33
33.05/33.23	c Try to convert by bdds
33.05/33.24	c D: 1
33.05/33.24	c estimatedAdderCost: 33
33.05/33.24	c Try to convert by bdds
33.05/33.26	c D: 1
33.05/33.26	c estimatedAdderCost: 33
33.05/33.26	c Try to convert by bdds
33.05/33.27	c D: 1
33.05/33.27	c estimatedAdderCost: 33
33.05/33.27	c Try to convert by bdds
33.05/33.28	c D: 1
33.05/33.28	c estimatedAdderCost: 33
33.05/33.28	c Try to convert by bdds
33.05/33.29	c D: 1
33.05/33.29	c estimatedAdderCost: 33
33.05/33.29	c Try to convert by bdds
33.15/33.31	c D: 1
33.15/33.31	c estimatedAdderCost: 33
33.15/33.31	c Try to convert by bdds
33.15/33.32	c D: 1
33.15/33.32	c estimatedAdderCost: 33
33.15/33.32	c Try to convert by bdds
33.15/33.33	c D: 1
33.15/33.33	c estimatedAdderCost: 33
33.15/33.33	c Try to convert by bdds
33.15/33.34	c D: 1
33.15/33.34	c estimatedAdderCost: 33
33.15/33.34	c Try to convert by bdds
33.15/33.35	c D: 1
33.15/33.35	c estimatedAdderCost: 33
33.15/33.35	c Try to convert by bdds
33.15/33.37	c D: 1
33.15/33.37	c estimatedAdderCost: 33
33.15/33.37	c Try to convert by bdds
33.15/33.38	c D: 1
33.15/33.38	c estimatedAdderCost: 33
33.15/33.38	c Try to convert by bdds
33.15/33.39	c D: 1
33.15/33.39	c estimatedAdderCost: 33
33.15/33.39	c Try to convert by bdds
33.25/33.40	c D: 1
33.25/33.40	c estimatedAdderCost: 33
33.25/33.40	c Try to convert by bdds
33.25/33.41	c D: 1
33.25/33.41	c estimatedAdderCost: 33
33.25/33.41	c Try to convert by bdds
33.25/33.43	c D: 1
33.25/33.43	c estimatedAdderCost: 33
33.25/33.43	c Try to convert by bdds
33.25/33.44	c D: 1
33.25/33.44	c estimatedAdderCost: 33
33.25/33.44	c Try to convert by bdds
33.25/33.45	c D: 1
33.25/33.45	c estimatedAdderCost: 33
33.25/33.45	c Try to convert by bdds
33.25/33.46	c D: 1
33.25/33.46	c estimatedAdderCost: 33
33.25/33.46	c Try to convert by bdds
33.25/33.47	c D: 1
33.25/33.47	c estimatedAdderCost: 33
33.25/33.47	c Try to convert by bdds
33.25/33.49	c D: 1
33.25/33.49	c estimatedAdderCost: 33
33.25/33.49	c Try to convert by bdds
33.35/33.50	c D: 1
33.35/33.50	c estimatedAdderCost: 33
33.35/33.50	c Try to convert by bdds
33.35/33.51	c D: 1
33.35/33.51	c estimatedAdderCost: 33
33.35/33.51	c Try to convert by bdds
33.35/33.52	c D: 1
33.35/33.52	c estimatedAdderCost: 33
33.35/33.52	c Try to convert by bdds
33.35/33.53	c D: 1
33.35/33.53	c estimatedAdderCost: 33
33.35/33.53	c Try to convert by bdds
33.35/33.55	c D: 1
33.35/33.55	c estimatedAdderCost: 33
33.35/33.55	c Try to convert by bdds
33.35/33.56	c D: 1
33.35/33.56	c estimatedAdderCost: 33
33.35/33.56	c Try to convert by bdds
33.35/33.57	c D: 1
33.35/33.57	c estimatedAdderCost: 33
33.35/33.57	c Try to convert by bdds
33.35/33.58	c D: 1
33.35/33.58	c estimatedAdderCost: 33
33.35/33.58	c Try to convert by bdds
33.35/33.59	c D: 1
33.35/33.59	c estimatedAdderCost: 33
33.35/33.59	c Try to convert by bdds
33.45/33.61	c D: 1
33.45/33.61	c estimatedAdderCost: 33
33.45/33.61	c Try to convert by bdds
33.45/33.62	c D: 1
33.45/33.62	c estimatedAdderCost: 33
33.45/33.62	c Try to convert by bdds
33.45/33.63	c D: 1
33.45/33.63	c estimatedAdderCost: 25
33.45/33.63	c Try to convert by bdds
33.45/33.64	c D: 1
33.45/33.64	c estimatedAdderCost: 25
33.45/33.64	c Try to convert by bdds
33.45/33.65	c D: 1
33.45/33.65	c estimatedAdderCost: 25
33.45/33.65	c Try to convert by bdds
33.45/33.65	c D: 1
33.45/33.65	c estimatedAdderCost: 25
33.45/33.65	c Try to convert by bdds
33.45/33.66	c D: 1
33.45/33.66	c estimatedAdderCost: 25
33.45/33.66	c Try to convert by bdds
33.45/33.67	c D: 1
33.45/33.67	c estimatedAdderCost: 25
33.45/33.67	c Try to convert by bdds
33.45/33.67	c D: 1
33.45/33.67	c estimatedAdderCost: 25
33.45/33.67	c Try to convert by bdds
33.45/33.68	c D: 1
33.45/33.68	c estimatedAdderCost: 25
33.45/33.68	c Try to convert by bdds
33.45/33.69	c D: 1
33.45/33.69	c estimatedAdderCost: 33
33.45/33.69	c Try to convert by bdds
33.55/33.70	c D: 1
33.55/33.70	c estimatedAdderCost: 33
33.55/33.70	c Try to convert by bdds
33.55/33.71	c D: 1
33.55/33.71	c estimatedAdderCost: 33
33.55/33.71	c Try to convert by bdds
33.55/33.72	c D: 1
33.55/33.72	c estimatedAdderCost: 33
33.55/33.72	c Try to convert by bdds
33.55/33.74	c D: 1
33.55/33.74	c estimatedAdderCost: 33
33.55/33.74	c Try to convert by bdds
33.55/33.75	c D: 1
33.55/33.75	c estimatedAdderCost: 33
33.55/33.75	c Try to convert by bdds
33.55/33.76	c D: 1
33.55/33.76	c estimatedAdderCost: 33
33.55/33.76	c Try to convert by bdds
33.55/33.77	c D: 1
33.55/33.77	c estimatedAdderCost: 33
33.55/33.77	c Try to convert by bdds
33.55/33.78	c D: 1
33.55/33.78	c estimatedAdderCost: 33
33.55/33.78	c Try to convert by bdds
33.65/33.80	c D: 1
33.65/33.80	c estimatedAdderCost: 33
33.65/33.80	c Try to convert by bdds
33.65/33.81	c D: 1
33.65/33.81	c estimatedAdderCost: 33
33.65/33.81	c Try to convert by bdds
33.65/33.82	c D: 1
33.65/33.82	c estimatedAdderCost: 33
33.65/33.82	c Try to convert by bdds
33.65/33.83	c D: 1
33.65/33.83	c estimatedAdderCost: 33
33.65/33.83	c Try to convert by bdds
33.65/33.84	c D: 1
33.65/33.84	c estimatedAdderCost: 33
33.65/33.84	c Try to convert by bdds
33.65/33.86	c D: 1
33.65/33.86	c estimatedAdderCost: 33
33.65/33.86	c Try to convert by bdds
33.65/33.87	c D: 1
33.65/33.87	c estimatedAdderCost: 33
33.65/33.87	c Try to convert by bdds
33.65/33.88	c D: 1
33.65/33.88	c estimatedAdderCost: 33
33.65/33.88	c Try to convert by bdds
33.65/33.89	c D: 1
33.65/33.89	c estimatedAdderCost: 33
33.65/33.89	c Try to convert by bdds
33.75/33.91	c D: 1
33.75/33.91	c estimatedAdderCost: 33
33.75/33.91	c Try to convert by bdds
33.75/33.92	c D: 1
33.75/33.92	c estimatedAdderCost: 33
33.75/33.92	c Try to convert by bdds
33.75/33.93	c D: 1
33.75/33.93	c estimatedAdderCost: 33
33.75/33.93	c Try to convert by bdds
33.75/33.94	c D: 1
33.75/33.94	c estimatedAdderCost: 33
33.75/33.94	c Try to convert by bdds
33.75/33.95	c D: 1
33.75/33.95	c estimatedAdderCost: 33
33.75/33.95	c Try to convert by bdds
33.75/33.97	c D: 1
33.75/33.97	c estimatedAdderCost: 33
33.75/33.97	c Try to convert by bdds
33.75/33.98	c D: 1
33.75/33.98	c estimatedAdderCost: 33
33.75/33.98	c Try to convert by bdds
33.75/33.99	c D: 1
33.75/33.99	c estimatedAdderCost: 33
33.75/33.99	c Try to convert by bdds
33.75/34.00	c D: 1
33.75/34.00	c estimatedAdderCost: 33
33.75/34.00	c Try to convert by bdds
33.86/34.01	c D: 1
33.86/34.01	c estimatedAdderCost: 33
33.86/34.01	c Try to convert by bdds
33.86/34.03	c D: 1
33.86/34.03	c estimatedAdderCost: 33
33.86/34.03	c Try to convert by bdds
33.86/34.04	c D: 1
33.86/34.04	c estimatedAdderCost: 33
33.86/34.04	c Try to convert by bdds
33.86/34.05	c D: 1
33.86/34.05	c estimatedAdderCost: 33
33.86/34.05	c Try to convert by bdds
33.86/34.06	c D: 1
33.86/34.06	c estimatedAdderCost: 33
33.86/34.06	c Try to convert by bdds
33.86/34.07	c D: 1
33.86/34.07	c estimatedAdderCost: 33
33.86/34.07	c Try to convert by bdds
33.86/34.09	c D: 1
33.86/34.09	c estimatedAdderCost: 33
33.86/34.09	c Try to convert by bdds
33.86/34.10	c D: 1
33.86/34.10	c estimatedAdderCost: 33
33.86/34.10	c Try to convert by bdds
33.96/34.11	c D: 1
33.96/34.11	c estimatedAdderCost: 33
33.96/34.11	c Try to convert by bdds
33.96/34.12	c D: 1
33.96/34.12	c estimatedAdderCost: 33
33.96/34.12	c Try to convert by bdds
33.96/34.13	c D: 1
33.96/34.13	c estimatedAdderCost: 33
33.96/34.13	c Try to convert by bdds
33.96/34.15	c D: 1
33.96/34.15	c estimatedAdderCost: 33
33.96/34.15	c Try to convert by bdds
33.96/34.16	c D: 1
33.96/34.16	c estimatedAdderCost: 33
33.96/34.16	c Try to convert by bdds
33.96/34.17	c D: 1
33.96/34.17	c estimatedAdderCost: 33
33.96/34.17	c Try to convert by bdds
33.96/34.18	c D: 1
33.96/34.18	c estimatedAdderCost: 33
33.96/34.18	c Try to convert by bdds
33.96/34.19	c D: 1
33.96/34.19	c estimatedAdderCost: 33
33.96/34.19	c Try to convert by bdds
34.05/34.21	c D: 1
34.05/34.21	c estimatedAdderCost: 33
34.05/34.21	c Try to convert by bdds
34.05/34.22	c D: 1
34.05/34.22	c estimatedAdderCost: 33
34.05/34.22	c Try to convert by bdds
34.05/34.23	c D: 1
34.05/34.23	c estimatedAdderCost: 33
34.05/34.23	c Try to convert by bdds
34.05/34.24	c D: 1
34.05/34.24	c estimatedAdderCost: 33
34.05/34.24	c Try to convert by bdds
34.05/34.25	c D: 1
34.05/34.25	c estimatedAdderCost: 33
34.05/34.25	c Try to convert by bdds
34.05/34.27	c D: 1
34.05/34.27	c estimatedAdderCost: 33
34.05/34.27	c Try to convert by bdds
34.05/34.28	c D: 1
34.05/34.28	c estimatedAdderCost: 33
34.05/34.28	c Try to convert by bdds
34.05/34.29	c D: 1
34.05/34.29	c estimatedAdderCost: 33
34.05/34.29	c Try to convert by bdds
34.15/34.30	c D: 1
34.15/34.30	c estimatedAdderCost: 33
34.15/34.30	c Try to convert by bdds
34.15/34.32	c D: 1
34.15/34.32	c estimatedAdderCost: 33
34.15/34.32	c Try to convert by bdds
34.15/34.33	c D: 1
34.15/34.33	c estimatedAdderCost: 33
34.15/34.33	c Try to convert by bdds
34.15/34.34	c D: 1
34.15/34.34	c estimatedAdderCost: 33
34.15/34.34	c Try to convert by bdds
34.15/34.35	c D: 1
34.15/34.35	c estimatedAdderCost: 33
34.15/34.35	c Try to convert by bdds
34.15/34.36	c D: 1
34.15/34.36	c estimatedAdderCost: 33
34.15/34.36	c Try to convert by bdds
34.15/34.38	c D: 1
34.15/34.38	c estimatedAdderCost: 33
34.15/34.38	c Try to convert by bdds
34.15/34.39	c D: 1
34.15/34.39	c estimatedAdderCost: 33
34.15/34.39	c Try to convert by bdds
34.25/34.40	c D: 1
34.25/34.40	c estimatedAdderCost: 33
34.25/34.40	c Try to convert by bdds
34.25/34.41	c D: 1
34.25/34.41	c estimatedAdderCost: 33
34.25/34.41	c Try to convert by bdds
34.25/34.42	c D: 1
34.25/34.42	c estimatedAdderCost: 33
34.25/34.42	c Try to convert by bdds
34.25/34.44	c D: 1
34.25/34.44	c estimatedAdderCost: 33
34.25/34.44	c Try to convert by bdds
34.25/34.45	c D: 1
34.25/34.45	c estimatedAdderCost: 33
34.25/34.45	c Try to convert by bdds
34.25/34.46	c D: 1
34.25/34.46	c estimatedAdderCost: 33
34.25/34.46	c Try to convert by bdds
34.25/34.47	c D: 1
34.25/34.47	c estimatedAdderCost: 33
34.25/34.47	c Try to convert by bdds
34.25/34.48	c D: 1
34.25/34.48	c estimatedAdderCost: 33
34.25/34.48	c Try to convert by bdds
34.35/34.50	c D: 1
34.35/34.50	c estimatedAdderCost: 33
34.35/34.50	c Try to convert by bdds
34.35/34.51	c D: 1
34.35/34.51	c estimatedAdderCost: 25
34.35/34.51	c Try to convert by bdds
34.35/34.52	c D: 1
34.35/34.52	c estimatedAdderCost: 25
34.35/34.52	c Try to convert by bdds
34.35/34.52	c D: 1
34.35/34.52	c estimatedAdderCost: 25
34.35/34.52	c Try to convert by bdds
34.35/34.53	c D: 1
34.35/34.53	c estimatedAdderCost: 25
34.35/34.53	c Try to convert by bdds
34.35/34.54	c D: 1
34.35/34.54	c estimatedAdderCost: 25
34.35/34.54	c Try to convert by bdds
34.35/34.55	c D: 1
34.35/34.55	c estimatedAdderCost: 25
34.35/34.55	c Try to convert by bdds
34.35/34.55	c D: 1
34.35/34.55	c estimatedAdderCost: 25
34.35/34.55	c Try to convert by bdds
34.35/34.56	c D: 1
34.35/34.56	c estimatedAdderCost: 25
34.35/34.56	c Try to convert by bdds
34.35/34.57	c D: 1
34.35/34.57	c estimatedAdderCost: 25
34.35/34.57	c Try to convert by bdds
34.35/34.57	c D: 1
34.35/34.57	c estimatedAdderCost: 33
34.35/34.57	c Try to convert by bdds
34.35/34.59	c D: 1
34.35/34.59	c estimatedAdderCost: 33
34.35/34.59	c Try to convert by bdds
34.44/34.60	c D: 1
34.44/34.60	c estimatedAdderCost: 33
34.44/34.60	c Try to convert by bdds
34.44/34.61	c D: 1
34.44/34.61	c estimatedAdderCost: 33
34.44/34.61	c Try to convert by bdds
34.44/34.62	c D: 1
34.44/34.62	c estimatedAdderCost: 33
34.44/34.62	c Try to convert by bdds
34.44/34.64	c D: 1
34.44/34.64	c estimatedAdderCost: 33
34.44/34.64	c Try to convert by bdds
34.44/34.65	c D: 1
34.44/34.65	c estimatedAdderCost: 33
34.44/34.65	c Try to convert by bdds
34.44/34.66	c D: 1
34.44/34.66	c estimatedAdderCost: 33
34.44/34.66	c Try to convert by bdds
34.44/34.67	c D: 1
34.44/34.67	c estimatedAdderCost: 33
34.44/34.67	c Try to convert by bdds
34.44/34.68	c D: 1
34.44/34.68	c estimatedAdderCost: 33
34.44/34.68	c Try to convert by bdds
34.54/34.70	c D: 1
34.54/34.70	c estimatedAdderCost: 33
34.54/34.70	c Try to convert by bdds
34.54/34.71	c D: 1
34.54/34.71	c estimatedAdderCost: 33
34.54/34.71	c Try to convert by bdds
34.54/34.72	c D: 1
34.54/34.72	c estimatedAdderCost: 33
34.54/34.72	c Try to convert by bdds
34.54/34.73	c D: 1
34.54/34.73	c estimatedAdderCost: 33
34.54/34.73	c Try to convert by bdds
34.54/34.74	c D: 1
34.54/34.74	c estimatedAdderCost: 33
34.54/34.74	c Try to convert by bdds
34.54/34.76	c D: 1
34.54/34.76	c estimatedAdderCost: 33
34.54/34.76	c Try to convert by bdds
34.54/34.77	c D: 1
34.54/34.77	c estimatedAdderCost: 33
34.54/34.77	c Try to convert by bdds
34.54/34.78	c D: 1
34.54/34.78	c estimatedAdderCost: 33
34.54/34.78	c Try to convert by bdds
34.54/34.79	c D: 1
34.54/34.79	c estimatedAdderCost: 33
34.54/34.79	c Try to convert by bdds
34.64/34.80	c D: 1
34.64/34.80	c estimatedAdderCost: 33
34.64/34.80	c Try to convert by bdds
34.64/34.82	c D: 1
34.64/34.82	c estimatedAdderCost: 33
34.64/34.82	c Try to convert by bdds
34.64/34.83	c D: 1
34.64/34.83	c estimatedAdderCost: 33
34.64/34.83	c Try to convert by bdds
34.64/34.84	c D: 1
34.64/34.84	c estimatedAdderCost: 33
34.64/34.84	c Try to convert by bdds
34.64/34.85	c D: 1
34.64/34.85	c estimatedAdderCost: 33
34.64/34.85	c Try to convert by bdds
34.64/34.86	c D: 1
34.64/34.86	c estimatedAdderCost: 33
34.64/34.86	c Try to convert by bdds
34.64/34.88	c D: 1
34.64/34.88	c estimatedAdderCost: 33
34.64/34.88	c Try to convert by bdds
34.64/34.89	c D: 1
34.64/34.89	c estimatedAdderCost: 33
34.64/34.89	c Try to convert by bdds
34.74/34.90	c D: 1
34.74/34.90	c estimatedAdderCost: 33
34.74/34.90	c Try to convert by bdds
34.74/34.91	c D: 1
34.74/34.91	c estimatedAdderCost: 33
34.74/34.91	c Try to convert by bdds
34.74/34.93	c D: 1
34.74/34.93	c estimatedAdderCost: 33
34.74/34.93	c Try to convert by bdds
34.74/34.94	c D: 1
34.74/34.94	c estimatedAdderCost: 33
34.74/34.94	c Try to convert by bdds
34.74/34.95	c D: 1
34.74/34.95	c estimatedAdderCost: 33
34.74/34.95	c Try to convert by bdds
34.74/34.96	c D: 1
34.74/34.96	c estimatedAdderCost: 33
34.74/34.96	c Try to convert by bdds
34.74/34.97	c D: 1
34.74/34.97	c estimatedAdderCost: 33
34.74/34.97	c Try to convert by bdds
34.74/34.99	c D: 1
34.74/34.99	c estimatedAdderCost: 33
34.74/34.99	c Try to convert by bdds
34.74/35.00	c D: 1
34.74/35.00	c estimatedAdderCost: 33
34.74/35.00	c Try to convert by bdds
34.86/35.01	c D: 1
34.86/35.01	c estimatedAdderCost: 33
34.86/35.01	c Try to convert by bdds
34.86/35.02	c D: 1
34.86/35.02	c estimatedAdderCost: 33
34.86/35.02	c Try to convert by bdds
34.86/35.03	c D: 1
34.86/35.03	c estimatedAdderCost: 33
34.86/35.03	c Try to convert by bdds
34.86/35.05	c D: 1
34.86/35.05	c estimatedAdderCost: 33
34.86/35.05	c Try to convert by bdds
34.86/35.06	c D: 1
34.86/35.06	c estimatedAdderCost: 33
34.86/35.06	c Try to convert by bdds
34.86/35.07	c D: 1
34.86/35.07	c estimatedAdderCost: 33
34.86/35.07	c Try to convert by bdds
34.86/35.08	c D: 1
34.86/35.08	c estimatedAdderCost: 33
34.86/35.08	c Try to convert by bdds
34.86/35.09	c D: 1
34.86/35.09	c estimatedAdderCost: 33
34.86/35.09	c Try to convert by bdds
34.86/35.11	c D: 1
34.86/35.11	c estimatedAdderCost: 33
34.86/35.11	c Try to convert by bdds
34.96/35.12	c D: 1
34.96/35.12	c estimatedAdderCost: 33
34.96/35.12	c Try to convert by bdds
34.96/35.13	c D: 1
34.96/35.13	c estimatedAdderCost: 33
34.96/35.13	c Try to convert by bdds
34.96/35.14	c D: 1
34.96/35.14	c estimatedAdderCost: 33
34.96/35.14	c Try to convert by bdds
34.96/35.16	c D: 1
34.96/35.16	c estimatedAdderCost: 33
34.96/35.16	c Try to convert by bdds
34.96/35.17	c D: 1
34.96/35.17	c estimatedAdderCost: 33
34.96/35.17	c Try to convert by bdds
34.96/35.18	c D: 1
34.96/35.18	c estimatedAdderCost: 33
34.96/35.18	c Try to convert by bdds
34.96/35.19	c D: 1
34.96/35.19	c estimatedAdderCost: 33
34.96/35.19	c Try to convert by bdds
35.05/35.20	c D: 1
35.05/35.20	c estimatedAdderCost: 33
35.05/35.20	c Try to convert by bdds
35.05/35.22	c D: 1
35.05/35.22	c estimatedAdderCost: 33
35.05/35.22	c Try to convert by bdds
35.05/35.23	c D: 1
35.05/35.23	c estimatedAdderCost: 33
35.05/35.23	c Try to convert by bdds
35.05/35.24	c D: 1
35.05/35.24	c estimatedAdderCost: 33
35.05/35.24	c Try to convert by bdds
35.05/35.25	c D: 1
35.05/35.25	c estimatedAdderCost: 33
35.05/35.25	c Try to convert by bdds
35.05/35.26	c D: 1
35.05/35.26	c estimatedAdderCost: 33
35.05/35.26	c Try to convert by bdds
35.05/35.28	c D: 1
35.05/35.28	c estimatedAdderCost: 33
35.05/35.28	c Try to convert by bdds
35.05/35.29	c D: 1
35.05/35.29	c estimatedAdderCost: 33
35.05/35.29	c Try to convert by bdds
35.15/35.30	c D: 1
35.15/35.30	c estimatedAdderCost: 33
35.15/35.30	c Try to convert by bdds
35.15/35.31	c D: 1
35.15/35.31	c estimatedAdderCost: 33
35.15/35.31	c Try to convert by bdds
35.15/35.33	c D: 1
35.15/35.33	c estimatedAdderCost: 33
35.15/35.33	c Try to convert by bdds
35.15/35.34	c D: 1
35.15/35.34	c estimatedAdderCost: 33
35.15/35.34	c Try to convert by bdds
35.15/35.35	c D: 1
35.15/35.35	c estimatedAdderCost: 33
35.15/35.35	c Try to convert by bdds
35.15/35.36	c D: 1
35.15/35.36	c estimatedAdderCost: 33
35.15/35.36	c Try to convert by bdds
35.15/35.37	c D: 1
35.15/35.37	c estimatedAdderCost: 33
35.15/35.37	c Try to convert by bdds
35.15/35.39	c D: 1
35.15/35.39	c estimatedAdderCost: 33
35.15/35.39	c Try to convert by bdds
35.25/35.40	c D: 1
35.25/35.40	c estimatedAdderCost: 33
35.25/35.40	c Try to convert by bdds
35.25/35.41	c D: 1
35.25/35.41	c estimatedAdderCost: 33
35.25/35.41	c Try to convert by bdds
35.25/35.42	c D: 1
35.25/35.42	c estimatedAdderCost: 33
35.25/35.42	c Try to convert by bdds
35.25/35.43	c D: 1
35.25/35.43	c estimatedAdderCost: 33
35.25/35.43	c Try to convert by bdds
35.25/35.45	c D: 1
35.25/35.45	c estimatedAdderCost: 25
35.25/35.45	c Try to convert by bdds
35.25/35.45	c D: 1
35.25/35.45	c estimatedAdderCost: 25
35.25/35.45	c Try to convert by bdds
35.25/35.46	c D: 1
35.25/35.46	c estimatedAdderCost: 25
35.25/35.46	c Try to convert by bdds
35.25/35.47	c D: 1
35.25/35.47	c estimatedAdderCost: 25
35.25/35.47	c Try to convert by bdds
35.25/35.48	c D: 1
35.25/35.48	c estimatedAdderCost: 25
35.25/35.48	c Try to convert by bdds
35.25/35.48	c D: 1
35.25/35.48	c estimatedAdderCost: 25
35.25/35.48	c Try to convert by bdds
35.25/35.49	c D: 1
35.25/35.49	c estimatedAdderCost: 25
35.25/35.49	c Try to convert by bdds
35.35/35.50	c D: 1
35.35/35.50	c estimatedAdderCost: 25
35.35/35.50	c Try to convert by bdds
35.35/35.51	c D: 1
35.35/35.51	c estimatedAdderCost: 25
35.35/35.51	c Try to convert by bdds
35.35/35.51	c D: 1
35.35/35.51	c estimatedAdderCost: 25
35.35/35.51	c Try to convert by bdds
35.35/35.52	c D: 1
35.35/35.52	c estimatedAdderCost: 33
35.35/35.52	c Try to convert by bdds
35.35/35.53	c D: 1
35.35/35.53	c estimatedAdderCost: 33
35.35/35.53	c Try to convert by bdds
35.35/35.54	c D: 1
35.35/35.54	c estimatedAdderCost: 33
35.35/35.54	c Try to convert by bdds
35.35/35.56	c D: 1
35.35/35.56	c estimatedAdderCost: 33
35.35/35.56	c Try to convert by bdds
35.35/35.57	c D: 1
35.35/35.57	c estimatedAdderCost: 33
35.35/35.57	c Try to convert by bdds
35.35/35.58	c D: 1
35.35/35.58	c estimatedAdderCost: 33
35.35/35.58	c Try to convert by bdds
35.35/35.59	c D: 1
35.35/35.59	c estimatedAdderCost: 33
35.35/35.59	c Try to convert by bdds
35.45/35.60	c D: 1
35.45/35.60	c estimatedAdderCost: 33
35.45/35.60	c Try to convert by bdds
35.45/35.62	c D: 1
35.45/35.62	c estimatedAdderCost: 33
35.45/35.62	c Try to convert by bdds
35.45/35.63	c D: 1
35.45/35.63	c estimatedAdderCost: 33
35.45/35.63	c Try to convert by bdds
35.45/35.64	c D: 1
35.45/35.64	c estimatedAdderCost: 33
35.45/35.64	c Try to convert by bdds
35.45/35.65	c D: 1
35.45/35.65	c estimatedAdderCost: 33
35.45/35.65	c Try to convert by bdds
35.45/35.67	c D: 1
35.45/35.67	c estimatedAdderCost: 33
35.45/35.67	c Try to convert by bdds
35.45/35.68	c D: 1
35.45/35.68	c estimatedAdderCost: 33
35.45/35.68	c Try to convert by bdds
35.45/35.69	c D: 1
35.45/35.69	c estimatedAdderCost: 33
35.45/35.69	c Try to convert by bdds
35.55/35.70	c D: 1
35.55/35.70	c estimatedAdderCost: 33
35.55/35.70	c Try to convert by bdds
35.55/35.71	c D: 1
35.55/35.71	c estimatedAdderCost: 33
35.55/35.71	c Try to convert by bdds
35.55/35.73	c D: 1
35.55/35.73	c estimatedAdderCost: 33
35.55/35.73	c Try to convert by bdds
35.55/35.74	c D: 1
35.55/35.74	c estimatedAdderCost: 33
35.55/35.74	c Try to convert by bdds
35.55/35.75	c D: 1
35.55/35.75	c estimatedAdderCost: 33
35.55/35.75	c Try to convert by bdds
35.55/35.76	c D: 1
35.55/35.76	c estimatedAdderCost: 33
35.55/35.76	c Try to convert by bdds
35.55/35.77	c D: 1
35.55/35.77	c estimatedAdderCost: 33
35.55/35.77	c Try to convert by bdds
35.55/35.79	c D: 1
35.55/35.79	c estimatedAdderCost: 33
35.55/35.79	c Try to convert by bdds
35.65/35.80	c D: 1
35.65/35.80	c estimatedAdderCost: 33
35.65/35.80	c Try to convert by bdds
35.65/35.81	c D: 1
35.65/35.81	c estimatedAdderCost: 33
35.65/35.81	c Try to convert by bdds
35.65/35.82	c D: 1
35.65/35.82	c estimatedAdderCost: 33
35.65/35.82	c Try to convert by bdds
35.65/35.83	c D: 1
35.65/35.83	c estimatedAdderCost: 33
35.65/35.83	c Try to convert by bdds
35.65/35.85	c D: 1
35.65/35.85	c estimatedAdderCost: 33
35.65/35.85	c Try to convert by bdds
35.65/35.86	c D: 1
35.65/35.86	c estimatedAdderCost: 33
35.65/35.86	c Try to convert by bdds
35.65/35.87	c D: 1
35.65/35.87	c estimatedAdderCost: 33
35.65/35.87	c Try to convert by bdds
35.65/35.88	c D: 1
35.65/35.88	c estimatedAdderCost: 33
35.65/35.88	c Try to convert by bdds
35.65/35.89	c D: 1
35.65/35.89	c estimatedAdderCost: 33
35.65/35.89	c Try to convert by bdds
35.75/35.91	c D: 1
35.75/35.91	c estimatedAdderCost: 33
35.75/35.91	c Try to convert by bdds
35.75/35.92	c D: 1
35.75/35.92	c estimatedAdderCost: 33
35.75/35.92	c Try to convert by bdds
35.75/35.93	c D: 1
35.75/35.93	c estimatedAdderCost: 33
35.75/35.93	c Try to convert by bdds
35.75/35.94	c D: 1
35.75/35.94	c estimatedAdderCost: 33
35.75/35.94	c Try to convert by bdds
35.75/35.96	c D: 1
35.75/35.96	c estimatedAdderCost: 33
35.75/35.96	c Try to convert by bdds
35.75/35.97	c D: 1
35.75/35.97	c estimatedAdderCost: 33
35.75/35.97	c Try to convert by bdds
35.75/35.98	c D: 1
35.75/35.98	c estimatedAdderCost: 33
35.75/35.98	c Try to convert by bdds
35.75/35.99	c D: 1
35.75/35.99	c estimatedAdderCost: 33
35.75/35.99	c Try to convert by bdds
35.75/36.00	c D: 1
35.75/36.00	c estimatedAdderCost: 33
35.75/36.00	c Try to convert by bdds
35.86/36.02	c D: 1
35.86/36.02	c estimatedAdderCost: 33
35.86/36.02	c Try to convert by bdds
35.86/36.03	c D: 1
35.86/36.03	c estimatedAdderCost: 33
35.86/36.03	c Try to convert by bdds
35.86/36.04	c D: 1
35.86/36.04	c estimatedAdderCost: 33
35.86/36.04	c Try to convert by bdds
35.86/36.05	c D: 1
35.86/36.05	c estimatedAdderCost: 33
35.86/36.05	c Try to convert by bdds
35.86/36.06	c D: 1
35.86/36.06	c estimatedAdderCost: 33
35.86/36.06	c Try to convert by bdds
35.86/36.08	c D: 1
35.86/36.08	c estimatedAdderCost: 33
35.86/36.08	c Try to convert by bdds
35.86/36.09	c D: 1
35.86/36.09	c estimatedAdderCost: 33
35.86/36.09	c Try to convert by bdds
35.86/36.10	c D: 1
35.86/36.10	c estimatedAdderCost: 33
35.86/36.10	c Try to convert by bdds
35.96/36.11	c D: 1
35.96/36.11	c estimatedAdderCost: 33
35.96/36.11	c Try to convert by bdds
35.96/36.12	c D: 1
35.96/36.12	c estimatedAdderCost: 33
35.96/36.12	c Try to convert by bdds
35.96/36.14	c D: 1
35.96/36.14	c estimatedAdderCost: 33
35.96/36.14	c Try to convert by bdds
35.96/36.15	c D: 1
35.96/36.15	c estimatedAdderCost: 33
35.96/36.15	c Try to convert by bdds
35.96/36.16	c D: 1
35.96/36.16	c estimatedAdderCost: 33
35.96/36.16	c Try to convert by bdds
35.96/36.17	c D: 1
35.96/36.17	c estimatedAdderCost: 33
35.96/36.17	c Try to convert by bdds
35.96/36.18	c D: 1
35.96/36.18	c estimatedAdderCost: 33
35.96/36.18	c Try to convert by bdds
36.05/36.20	c D: 1
36.05/36.20	c estimatedAdderCost: 33
36.05/36.20	c Try to convert by bdds
36.05/36.21	c D: 1
36.05/36.21	c estimatedAdderCost: 33
36.05/36.21	c Try to convert by bdds
36.05/36.22	c D: 1
36.05/36.22	c estimatedAdderCost: 33
36.05/36.22	c Try to convert by bdds
36.05/36.23	c D: 1
36.05/36.23	c estimatedAdderCost: 33
36.05/36.23	c Try to convert by bdds
36.05/36.24	c D: 1
36.05/36.24	c estimatedAdderCost: 33
36.05/36.24	c Try to convert by bdds
36.05/36.26	c D: 1
36.05/36.26	c estimatedAdderCost: 33
36.05/36.26	c Try to convert by bdds
36.05/36.27	c D: 1
36.05/36.27	c estimatedAdderCost: 33
36.05/36.27	c Try to convert by bdds
36.05/36.28	c D: 1
36.05/36.28	c estimatedAdderCost: 33
36.05/36.28	c Try to convert by bdds
36.05/36.29	c D: 1
36.05/36.29	c estimatedAdderCost: 33
36.05/36.29	c Try to convert by bdds
36.15/36.30	c D: 1
36.15/36.30	c estimatedAdderCost: 33
36.15/36.30	c Try to convert by bdds
36.15/36.32	c D: 1
36.15/36.32	c estimatedAdderCost: 33
36.15/36.32	c Try to convert by bdds
36.15/36.33	c D: 1
36.15/36.33	c estimatedAdderCost: 33
36.15/36.33	c Try to convert by bdds
36.15/36.34	c D: 1
36.15/36.34	c estimatedAdderCost: 33
36.15/36.34	c Try to convert by bdds
36.15/36.35	c D: 1
36.15/36.35	c estimatedAdderCost: 33
36.15/36.35	c Try to convert by bdds
36.15/36.37	c D: 1
36.15/36.37	c estimatedAdderCost: 33
36.15/36.37	c Try to convert by bdds
36.15/36.38	c D: 1
36.15/36.38	c estimatedAdderCost: 33
36.15/36.38	c Try to convert by bdds
36.15/36.39	c D: 1
36.15/36.39	c estimatedAdderCost: 33
36.15/36.39	c Try to convert by bdds
36.25/36.40	c D: 1
36.25/36.40	c estimatedAdderCost: 33
36.25/36.40	c Try to convert by bdds
36.25/36.41	c D: 1
36.25/36.41	c estimatedAdderCost: 33
36.25/36.41	c Try to convert by bdds
36.25/36.43	c D: 1
36.25/36.43	c estimatedAdderCost: 25
36.25/36.43	c Try to convert by bdds
36.25/36.43	c D: 1
36.25/36.43	c estimatedAdderCost: 25
36.25/36.43	c Try to convert by bdds
36.25/36.44	c D: 1
36.25/36.44	c estimatedAdderCost: 25
36.25/36.44	c Try to convert by bdds
36.25/36.45	c D: 1
36.25/36.45	c estimatedAdderCost: 25
36.25/36.45	c Try to convert by bdds
36.25/36.45	c D: 1
36.25/36.45	c estimatedAdderCost: 25
36.25/36.45	c Try to convert by bdds
36.25/36.46	c D: 1
36.25/36.46	c estimatedAdderCost: 25
36.25/36.46	c Try to convert by bdds
36.25/36.47	c D: 1
36.25/36.47	c estimatedAdderCost: 25
36.25/36.47	c Try to convert by bdds
36.25/36.48	c D: 1
36.25/36.48	c estimatedAdderCost: 25
36.25/36.48	c Try to convert by bdds
36.25/36.48	c D: 1
36.25/36.48	c estimatedAdderCost: 25
36.25/36.48	c Try to convert by bdds
36.25/36.49	c D: 1
36.25/36.49	c estimatedAdderCost: 25
36.25/36.49	c Try to convert by bdds
36.35/36.50	c D: 1
36.35/36.50	c estimatedAdderCost: 25
36.35/36.50	c Try to convert by bdds
36.35/36.51	c D: 1
36.35/36.51	c estimatedAdderCost: 33
36.35/36.51	c Try to convert by bdds
36.35/36.52	c D: 1
36.35/36.52	c estimatedAdderCost: 33
36.35/36.52	c Try to convert by bdds
36.35/36.53	c D: 1
36.35/36.53	c estimatedAdderCost: 33
36.35/36.53	c Try to convert by bdds
36.35/36.54	c D: 1
36.35/36.54	c estimatedAdderCost: 33
36.35/36.54	c Try to convert by bdds
36.35/36.55	c D: 1
36.35/36.55	c estimatedAdderCost: 33
36.35/36.55	c Try to convert by bdds
36.35/36.57	c D: 1
36.35/36.57	c estimatedAdderCost: 33
36.35/36.57	c Try to convert by bdds
36.35/36.58	c D: 1
36.35/36.58	c estimatedAdderCost: 33
36.35/36.58	c Try to convert by bdds
36.35/36.59	c D: 1
36.35/36.59	c estimatedAdderCost: 33
36.35/36.59	c Try to convert by bdds
36.45/36.60	c D: 1
36.45/36.60	c estimatedAdderCost: 33
36.45/36.60	c Try to convert by bdds
36.45/36.61	c D: 1
36.45/36.61	c estimatedAdderCost: 33
36.45/36.61	c Try to convert by bdds
36.45/36.63	c D: 1
36.45/36.63	c estimatedAdderCost: 33
36.45/36.63	c Try to convert by bdds
36.45/36.64	c D: 1
36.45/36.64	c estimatedAdderCost: 33
36.45/36.64	c Try to convert by bdds
36.45/36.65	c D: 1
36.45/36.65	c estimatedAdderCost: 33
36.45/36.65	c Try to convert by bdds
36.45/36.66	c D: 1
36.45/36.66	c estimatedAdderCost: 33
36.45/36.66	c Try to convert by bdds
36.45/36.67	c D: 1
36.45/36.67	c estimatedAdderCost: 33
36.45/36.67	c Try to convert by bdds
36.45/36.69	c D: 1
36.45/36.69	c estimatedAdderCost: 33
36.45/36.69	c Try to convert by bdds
36.55/36.70	c D: 1
36.55/36.70	c estimatedAdderCost: 33
36.55/36.70	c Try to convert by bdds
36.55/36.71	c D: 1
36.55/36.71	c estimatedAdderCost: 33
36.55/36.71	c Try to convert by bdds
36.55/36.72	c D: 1
36.55/36.72	c estimatedAdderCost: 33
36.55/36.72	c Try to convert by bdds
36.55/36.73	c D: 1
36.55/36.73	c estimatedAdderCost: 33
36.55/36.73	c Try to convert by bdds
36.55/36.75	c D: 1
36.55/36.75	c estimatedAdderCost: 33
36.55/36.75	c Try to convert by bdds
36.55/36.76	c D: 1
36.55/36.76	c estimatedAdderCost: 33
36.55/36.76	c Try to convert by bdds
36.55/36.77	c D: 1
36.55/36.77	c estimatedAdderCost: 33
36.55/36.77	c Try to convert by bdds
36.55/36.78	c D: 1
36.55/36.78	c estimatedAdderCost: 33
36.55/36.78	c Try to convert by bdds
36.64/36.80	c D: 1
36.64/36.80	c estimatedAdderCost: 33
36.64/36.80	c Try to convert by bdds
36.64/36.81	c D: 1
36.64/36.81	c estimatedAdderCost: 33
36.64/36.81	c Try to convert by bdds
36.64/36.82	c D: 1
36.64/36.82	c estimatedAdderCost: 33
36.64/36.82	c Try to convert by bdds
36.64/36.83	c D: 1
36.64/36.83	c estimatedAdderCost: 33
36.64/36.83	c Try to convert by bdds
36.64/36.84	c D: 1
36.64/36.84	c estimatedAdderCost: 33
36.64/36.84	c Try to convert by bdds
36.64/36.86	c D: 1
36.64/36.86	c estimatedAdderCost: 33
36.64/36.86	c Try to convert by bdds
36.64/36.87	c D: 1
36.64/36.87	c estimatedAdderCost: 33
36.64/36.87	c Try to convert by bdds
36.64/36.88	c D: 1
36.64/36.88	c estimatedAdderCost: 33
36.64/36.88	c Try to convert by bdds
36.64/36.89	c D: 1
36.64/36.89	c estimatedAdderCost: 33
36.64/36.89	c Try to convert by bdds
36.74/36.90	c D: 1
36.74/36.90	c estimatedAdderCost: 33
36.74/36.90	c Try to convert by bdds
36.74/36.92	c D: 1
36.74/36.92	c estimatedAdderCost: 33
36.74/36.92	c Try to convert by bdds
36.74/36.93	c D: 1
36.74/36.93	c estimatedAdderCost: 33
36.74/36.93	c Try to convert by bdds
36.74/36.94	c D: 1
36.74/36.94	c estimatedAdderCost: 33
36.74/36.94	c Try to convert by bdds
36.74/36.95	c D: 1
36.74/36.95	c estimatedAdderCost: 33
36.74/36.95	c Try to convert by bdds
36.74/36.97	c D: 1
36.74/36.97	c estimatedAdderCost: 33
36.74/36.97	c Try to convert by bdds
36.74/36.98	c D: 1
36.74/36.98	c estimatedAdderCost: 33
36.74/36.98	c Try to convert by bdds
36.74/36.99	c D: 1
36.74/36.99	c estimatedAdderCost: 33
36.74/36.99	c Try to convert by bdds
36.74/37.00	c D: 1
36.74/37.00	c estimatedAdderCost: 33
36.74/37.00	c Try to convert by bdds
36.86/37.01	c D: 1
36.86/37.01	c estimatedAdderCost: 33
36.86/37.01	c Try to convert by bdds
36.86/37.03	c D: 1
36.86/37.03	c estimatedAdderCost: 33
36.86/37.03	c Try to convert by bdds
36.86/37.04	c D: 1
36.86/37.04	c estimatedAdderCost: 33
36.86/37.04	c Try to convert by bdds
36.86/37.05	c D: 1
36.86/37.05	c estimatedAdderCost: 33
36.86/37.05	c Try to convert by bdds
36.86/37.06	c D: 1
36.86/37.06	c estimatedAdderCost: 33
36.86/37.06	c Try to convert by bdds
36.86/37.07	c D: 1
36.86/37.07	c estimatedAdderCost: 33
36.86/37.07	c Try to convert by bdds
36.86/37.09	c D: 1
36.86/37.09	c estimatedAdderCost: 33
36.86/37.09	c Try to convert by bdds
36.86/37.10	c D: 1
36.86/37.10	c estimatedAdderCost: 33
36.86/37.10	c Try to convert by bdds
36.96/37.11	c D: 1
36.96/37.11	c estimatedAdderCost: 33
36.96/37.11	c Try to convert by bdds
36.96/37.12	c D: 1
36.96/37.12	c estimatedAdderCost: 33
36.96/37.12	c Try to convert by bdds
36.96/37.14	c D: 1
36.96/37.14	c estimatedAdderCost: 33
36.96/37.14	c Try to convert by bdds
36.96/37.15	c D: 1
36.96/37.15	c estimatedAdderCost: 33
36.96/37.15	c Try to convert by bdds
36.96/37.16	c D: 1
36.96/37.16	c estimatedAdderCost: 33
36.96/37.16	c Try to convert by bdds
36.96/37.17	c D: 1
36.96/37.17	c estimatedAdderCost: 33
36.96/37.17	c Try to convert by bdds
36.96/37.18	c D: 1
36.96/37.18	c estimatedAdderCost: 33
36.96/37.18	c Try to convert by bdds
37.04/37.20	c D: 1
37.04/37.20	c estimatedAdderCost: 33
37.04/37.20	c Try to convert by bdds
37.04/37.21	c D: 1
37.04/37.21	c estimatedAdderCost: 33
37.04/37.21	c Try to convert by bdds
37.04/37.22	c D: 1
37.04/37.22	c estimatedAdderCost: 33
37.04/37.22	c Try to convert by bdds
37.04/37.23	c D: 1
37.04/37.23	c estimatedAdderCost: 33
37.04/37.23	c Try to convert by bdds
37.04/37.24	c D: 1
37.04/37.24	c estimatedAdderCost: 33
37.04/37.24	c Try to convert by bdds
37.04/37.26	c D: 1
37.04/37.26	c estimatedAdderCost: 33
37.04/37.26	c Try to convert by bdds
37.04/37.27	c D: 1
37.04/37.27	c estimatedAdderCost: 33
37.04/37.27	c Try to convert by bdds
37.04/37.28	c D: 1
37.04/37.28	c estimatedAdderCost: 33
37.04/37.28	c Try to convert by bdds
37.04/37.29	c D: 1
37.04/37.29	c estimatedAdderCost: 33
37.04/37.29	c Try to convert by bdds
37.14/37.31	c D: 1
37.14/37.31	c estimatedAdderCost: 33
37.14/37.31	c Try to convert by bdds
37.14/37.32	c D: 1
37.14/37.32	c estimatedAdderCost: 33
37.14/37.32	c Try to convert by bdds
37.14/37.33	c D: 1
37.14/37.33	c estimatedAdderCost: 33
37.14/37.33	c Try to convert by bdds
37.14/37.34	c D: 1
37.14/37.34	c estimatedAdderCost: 33
37.14/37.34	c Try to convert by bdds
37.14/37.35	c D: 1
37.14/37.35	c estimatedAdderCost: 33
37.14/37.35	c Try to convert by bdds
37.14/37.37	c D: 1
37.14/37.37	c estimatedAdderCost: 33
37.14/37.37	c Try to convert by bdds
37.14/37.38	c D: 1
37.14/37.38	c estimatedAdderCost: 33
37.14/37.38	c Try to convert by bdds
37.14/37.39	c D: 1
37.14/37.39	c estimatedAdderCost: 33
37.14/37.39	c Try to convert by bdds
37.24/37.40	c D: 1
37.24/37.40	c estimatedAdderCost: 33
37.24/37.40	c Try to convert by bdds
37.24/37.41	c D: 1
37.24/37.41	c estimatedAdderCost: 33
37.24/37.41	c Try to convert by bdds
37.24/37.43	c D: 1
37.24/37.43	c estimatedAdderCost: 33
37.24/37.43	c Try to convert by bdds
37.24/37.44	c D: 1
37.24/37.44	c estimatedAdderCost: 25
37.24/37.44	c Try to convert by bdds
37.24/37.45	c D: 1
37.24/37.45	c estimatedAdderCost: 25
37.24/37.45	c Try to convert by bdds
37.24/37.45	c D: 1
37.24/37.45	c estimatedAdderCost: 25
37.24/37.45	c Try to convert by bdds
37.24/37.46	c D: 1
37.24/37.46	c estimatedAdderCost: 25
37.24/37.46	c Try to convert by bdds
37.24/37.47	c D: 1
37.24/37.47	c estimatedAdderCost: 25
37.24/37.47	c Try to convert by bdds
37.24/37.48	c D: 1
37.24/37.48	c estimatedAdderCost: 25
37.24/37.48	c Try to convert by bdds
37.24/37.48	c D: 1
37.24/37.48	c estimatedAdderCost: 25
37.24/37.48	c Try to convert by bdds
37.24/37.49	c D: 1
37.24/37.49	c estimatedAdderCost: 25
37.24/37.49	c Try to convert by bdds
37.34/37.50	c D: 1
37.34/37.50	c estimatedAdderCost: 25
37.34/37.50	c Try to convert by bdds
37.34/37.50	c D: 1
37.34/37.50	c estimatedAdderCost: 25
37.34/37.50	c Try to convert by bdds
37.34/37.51	c D: 1
37.34/37.51	c estimatedAdderCost: 25
37.34/37.51	c Try to convert by bdds
37.34/37.52	c D: 1
37.34/37.52	c estimatedAdderCost: 25
37.34/37.52	c Try to convert by bdds
37.34/37.53	c D: 1
37.34/37.53	c estimatedAdderCost: 25
37.34/37.53	c Try to convert by bdds
37.34/37.53	c D: 1
37.34/37.53	c estimatedAdderCost: 33
37.34/37.53	c Try to convert by bdds
37.34/37.55	c D: 1
37.34/37.55	c estimatedAdderCost: 33
37.34/37.55	c Try to convert by bdds
37.34/37.56	c D: 1
37.34/37.56	c estimatedAdderCost: 33
37.34/37.56	c Try to convert by bdds
37.34/37.57	c D: 1
37.34/37.57	c estimatedAdderCost: 33
37.34/37.57	c Try to convert by bdds
37.34/37.58	c D: 1
37.34/37.58	c estimatedAdderCost: 33
37.34/37.58	c Try to convert by bdds
37.34/37.59	c D: 1
37.34/37.59	c estimatedAdderCost: 33
37.34/37.59	c Try to convert by bdds
37.44/37.61	c D: 1
37.44/37.61	c estimatedAdderCost: 33
37.44/37.61	c Try to convert by bdds
37.44/37.62	c D: 1
37.44/37.62	c estimatedAdderCost: 33
37.44/37.62	c Try to convert by bdds
37.44/37.63	c D: 1
37.44/37.63	c estimatedAdderCost: 33
37.44/37.63	c Try to convert by bdds
37.44/37.64	c D: 1
37.44/37.64	c estimatedAdderCost: 33
37.44/37.64	c Try to convert by bdds
37.44/37.65	c D: 1
37.44/37.65	c estimatedAdderCost: 33
37.44/37.65	c Try to convert by bdds
37.44/37.67	c D: 1
37.44/37.67	c estimatedAdderCost: 33
37.44/37.67	c Try to convert by bdds
37.44/37.68	c D: 1
37.44/37.68	c estimatedAdderCost: 33
37.44/37.68	c Try to convert by bdds
37.44/37.69	c D: 1
37.44/37.69	c estimatedAdderCost: 25
37.44/37.69	c Try to convert by bdds
37.54/37.70	c D: 1
37.54/37.70	c estimatedAdderCost: 25
37.54/37.70	c Try to convert by bdds
37.54/37.71	c D: 1
37.54/37.71	c estimatedAdderCost: 33
37.54/37.71	c Try to convert by bdds
37.54/37.72	c D: 1
37.54/37.72	c estimatedAdderCost: 33
37.54/37.72	c Try to convert by bdds
37.54/37.73	c D: 1
37.54/37.73	c estimatedAdderCost: 33
37.54/37.73	c Try to convert by bdds
37.54/37.74	c D: 1
37.54/37.74	c estimatedAdderCost: 33
37.54/37.74	c Try to convert by bdds
37.54/37.75	c D: 1
37.54/37.75	c estimatedAdderCost: 33
37.54/37.75	c Try to convert by bdds
37.54/37.77	c D: 1
37.54/37.77	c estimatedAdderCost: 33
37.54/37.77	c Try to convert by bdds
37.54/37.78	c D: 1
37.54/37.78	c estimatedAdderCost: 33
37.54/37.78	c Try to convert by bdds
37.54/37.79	c D: 1
37.54/37.79	c estimatedAdderCost: 33
37.54/37.79	c Try to convert by bdds
37.64/37.80	c D: 1
37.64/37.80	c estimatedAdderCost: 33
37.64/37.80	c Try to convert by bdds
37.64/37.81	c D: 1
37.64/37.81	c estimatedAdderCost: 33
37.64/37.81	c Try to convert by bdds
37.64/37.83	c D: 1
37.64/37.83	c estimatedAdderCost: 33
37.64/37.83	c Try to convert by bdds
37.64/37.84	c D: 1
37.64/37.84	c estimatedAdderCost: 33
37.64/37.84	c Try to convert by bdds
37.64/37.85	c D: 1
37.64/37.85	c estimatedAdderCost: 33
37.64/37.85	c Try to convert by bdds
37.64/37.86	c D: 1
37.64/37.86	c estimatedAdderCost: 33
37.64/37.86	c Try to convert by bdds
37.64/37.88	c D: 1
37.64/37.88	c estimatedAdderCost: 33
37.64/37.88	c Try to convert by bdds
37.64/37.89	c D: 1
37.64/37.89	c estimatedAdderCost: 33
37.64/37.89	c Try to convert by bdds
37.74/37.90	c D: 1
37.74/37.90	c estimatedAdderCost: 33
37.74/37.90	c Try to convert by bdds
37.74/37.91	c D: 1
37.74/37.91	c estimatedAdderCost: 33
37.74/37.91	c Try to convert by bdds
37.74/37.92	c D: 1
37.74/37.92	c estimatedAdderCost: 33
37.74/37.92	c Try to convert by bdds
37.74/37.94	c D: 1
37.74/37.94	c estimatedAdderCost: 33
37.74/37.94	c Try to convert by bdds
37.74/37.95	c D: 1
37.74/37.95	c estimatedAdderCost: 33
37.74/37.95	c Try to convert by bdds
37.74/37.96	c D: 1
37.74/37.96	c estimatedAdderCost: 33
37.74/37.96	c Try to convert by bdds
37.74/37.97	c D: 1
37.74/37.97	c estimatedAdderCost: 33
37.74/37.97	c Try to convert by bdds
37.74/37.99	c D: 1
37.74/37.99	c estimatedAdderCost: 33
37.74/37.99	c Try to convert by bdds
37.74/38.00	c D: 1
37.74/38.00	c estimatedAdderCost: 33
37.74/38.00	c Try to convert by bdds
37.85/38.01	c D: 1
37.85/38.01	c estimatedAdderCost: 25
37.85/38.01	c Try to convert by bdds
37.85/38.02	c D: 1
37.85/38.02	c estimatedAdderCost: 25
37.85/38.02	c Try to convert by bdds
37.85/38.02	c D: 1
37.85/38.02	c estimatedAdderCost: 25
37.85/38.02	c Try to convert by bdds
37.85/38.03	c D: 1
37.85/38.03	c estimatedAdderCost: 33
37.85/38.03	c Try to convert by bdds
37.85/38.04	c D: 1
37.85/38.04	c estimatedAdderCost: 33
37.85/38.04	c Try to convert by bdds
37.85/38.06	c D: 1
37.85/38.06	c estimatedAdderCost: 33
37.85/38.06	c Try to convert by bdds
37.85/38.07	c D: 1
37.85/38.07	c estimatedAdderCost: 33
37.85/38.07	c Try to convert by bdds
37.85/38.08	c D: 1
37.85/38.08	c estimatedAdderCost: 33
37.85/38.08	c Try to convert by bdds
37.85/38.09	c D: 1
37.85/38.09	c estimatedAdderCost: 33
37.85/38.09	c Try to convert by bdds
37.85/38.10	c D: 1
37.85/38.10	c estimatedAdderCost: 33
37.85/38.10	c Try to convert by bdds
37.95/38.12	c D: 1
37.95/38.12	c estimatedAdderCost: 33
37.95/38.12	c Try to convert by bdds
37.95/38.13	c D: 1
37.95/38.13	c estimatedAdderCost: 33
37.95/38.13	c Try to convert by bdds
37.95/38.14	c D: 1
37.95/38.14	c estimatedAdderCost: 33
37.95/38.14	c Try to convert by bdds
37.95/38.15	c D: 1
37.95/38.15	c estimatedAdderCost: 33
37.95/38.15	c Try to convert by bdds
37.95/38.16	c D: 1
37.95/38.16	c estimatedAdderCost: 33
37.95/38.16	c Try to convert by bdds
37.95/38.18	c D: 1
37.95/38.18	c estimatedAdderCost: 33
37.95/38.18	c Try to convert by bdds
37.95/38.19	c D: 1
37.95/38.19	c estimatedAdderCost: 33
37.95/38.19	c Try to convert by bdds
38.04/38.20	c D: 1
38.04/38.20	c estimatedAdderCost: 33
38.04/38.20	c Try to convert by bdds
38.04/38.21	c D: 1
38.04/38.21	c estimatedAdderCost: 33
38.04/38.21	c Try to convert by bdds
38.04/38.22	c D: 1
38.04/38.22	c estimatedAdderCost: 33
38.04/38.22	c Try to convert by bdds
38.04/38.24	c D: 1
38.04/38.24	c estimatedAdderCost: 33
38.04/38.24	c Try to convert by bdds
38.04/38.25	c D: 1
38.04/38.25	c estimatedAdderCost: 33
38.04/38.25	c Try to convert by bdds
38.04/38.26	c D: 1
38.04/38.26	c estimatedAdderCost: 33
38.04/38.26	c Try to convert by bdds
38.04/38.27	c D: 1
38.04/38.27	c estimatedAdderCost: 33
38.04/38.27	c Try to convert by bdds
38.04/38.28	c D: 1
38.04/38.28	c estimatedAdderCost: 33
38.04/38.28	c Try to convert by bdds
38.14/38.30	c D: 1
38.14/38.30	c estimatedAdderCost: 33
38.14/38.30	c Try to convert by bdds
38.14/38.31	c D: 1
38.14/38.31	c estimatedAdderCost: 33
38.14/38.31	c Try to convert by bdds
38.14/38.32	c D: 1
38.14/38.32	c estimatedAdderCost: 33
38.14/38.32	c Try to convert by bdds
38.14/38.33	c D: 1
38.14/38.33	c estimatedAdderCost: 33
38.14/38.33	c Try to convert by bdds
38.14/38.35	c D: 1
38.14/38.35	c estimatedAdderCost: 33
38.14/38.35	c Try to convert by bdds
38.14/38.36	c D: 1
38.14/38.36	c estimatedAdderCost: 33
38.14/38.36	c Try to convert by bdds
38.14/38.37	c D: 1
38.14/38.37	c estimatedAdderCost: 33
38.14/38.37	c Try to convert by bdds
38.14/38.38	c D: 1
38.14/38.38	c estimatedAdderCost: 33
38.14/38.38	c Try to convert by bdds
38.14/38.39	c D: 1
38.14/38.39	c estimatedAdderCost: 33
38.14/38.39	c Try to convert by bdds
38.24/38.41	c D: 1
38.24/38.41	c estimatedAdderCost: 33
38.24/38.41	c Try to convert by bdds
38.24/38.42	c D: 1
38.24/38.42	c estimatedAdderCost: 33
38.24/38.42	c Try to convert by bdds
38.24/38.43	c D: 1
38.24/38.43	c estimatedAdderCost: 33
38.24/38.43	c Try to convert by bdds
38.24/38.44	c D: 1
38.24/38.44	c estimatedAdderCost: 33
38.24/38.44	c Try to convert by bdds
38.24/38.45	c D: 1
38.24/38.45	c estimatedAdderCost: 33
38.24/38.45	c Try to convert by bdds
38.24/38.47	c D: 1
38.24/38.47	c estimatedAdderCost: 25
38.24/38.47	c Try to convert by bdds
38.24/38.47	c D: 1
38.24/38.47	c estimatedAdderCost: 25
38.24/38.47	c Try to convert by bdds
38.24/38.48	c D: 1
38.24/38.48	c estimatedAdderCost: 25
38.24/38.48	c Try to convert by bdds
38.24/38.49	c D: 1
38.24/38.49	c estimatedAdderCost: 25
38.24/38.49	c Try to convert by bdds
38.34/38.50	c D: 1
38.34/38.50	c estimatedAdderCost: 33
38.34/38.50	c Try to convert by bdds
38.34/38.51	c D: 1
38.34/38.51	c estimatedAdderCost: 33
38.34/38.51	c Try to convert by bdds
38.34/38.52	c D: 1
38.34/38.52	c estimatedAdderCost: 33
38.34/38.52	c Try to convert by bdds
38.34/38.53	c D: 1
38.34/38.53	c estimatedAdderCost: 33
38.34/38.53	c Try to convert by bdds
38.34/38.54	c D: 1
38.34/38.54	c estimatedAdderCost: 33
38.34/38.54	c Try to convert by bdds
38.34/38.56	c D: 1
38.34/38.56	c estimatedAdderCost: 33
38.34/38.56	c Try to convert by bdds
38.34/38.57	c D: 1
38.34/38.57	c estimatedAdderCost: 33
38.34/38.57	c Try to convert by bdds
38.34/38.58	c D: 1
38.34/38.58	c estimatedAdderCost: 33
38.34/38.58	c Try to convert by bdds
38.34/38.59	c D: 1
38.34/38.59	c estimatedAdderCost: 33
38.34/38.59	c Try to convert by bdds
38.44/38.60	c D: 1
38.44/38.60	c estimatedAdderCost: 33
38.44/38.60	c Try to convert by bdds
38.44/38.62	c D: 1
38.44/38.62	c estimatedAdderCost: 33
38.44/38.62	c Try to convert by bdds
38.44/38.63	c D: 1
38.44/38.63	c estimatedAdderCost: 33
38.44/38.63	c Try to convert by bdds
38.44/38.64	c D: 1
38.44/38.64	c estimatedAdderCost: 33
38.44/38.64	c Try to convert by bdds
38.44/38.65	c D: 1
38.44/38.65	c estimatedAdderCost: 33
38.44/38.65	c Try to convert by bdds
38.44/38.67	c D: 1
38.44/38.67	c estimatedAdderCost: 33
38.44/38.67	c Try to convert by bdds
38.44/38.68	c D: 1
38.44/38.68	c estimatedAdderCost: 33
38.44/38.68	c Try to convert by bdds
38.44/38.69	c D: 1
38.44/38.69	c estimatedAdderCost: 33
38.44/38.69	c Try to convert by bdds
38.54/38.70	c D: 1
38.54/38.70	c estimatedAdderCost: 33
38.54/38.70	c Try to convert by bdds
38.54/38.71	c D: 1
38.54/38.71	c estimatedAdderCost: 33
38.54/38.71	c Try to convert by bdds
38.54/38.73	c D: 1
38.54/38.73	c estimatedAdderCost: 33
38.54/38.73	c Try to convert by bdds
38.54/38.74	c D: 1
38.54/38.74	c estimatedAdderCost: 33
38.54/38.74	c Try to convert by bdds
38.54/38.75	c D: 1
38.54/38.75	c estimatedAdderCost: 33
38.54/38.75	c Try to convert by bdds
38.54/38.76	c D: 1
38.54/38.76	c estimatedAdderCost: 33
38.54/38.76	c Try to convert by bdds
38.54/38.77	c D: 1
38.54/38.77	c estimatedAdderCost: 33
38.54/38.77	c Try to convert by bdds
38.54/38.79	c D: 1
38.54/38.79	c estimatedAdderCost: 33
38.54/38.79	c Try to convert by bdds
38.64/38.80	c D: 1
38.64/38.80	c estimatedAdderCost: 33
38.64/38.80	c Try to convert by bdds
38.64/38.81	c D: 1
38.64/38.81	c estimatedAdderCost: 33
38.64/38.81	c Try to convert by bdds
38.64/38.82	c D: 1
38.64/38.82	c estimatedAdderCost: 33
38.64/38.82	c Try to convert by bdds
38.64/38.83	c D: 1
38.64/38.83	c estimatedAdderCost: 33
38.64/38.83	c Try to convert by bdds
38.64/38.85	c D: 1
38.64/38.85	c estimatedAdderCost: 33
38.64/38.85	c Try to convert by bdds
38.64/38.86	c D: 1
38.64/38.86	c estimatedAdderCost: 33
38.64/38.86	c Try to convert by bdds
38.64/38.87	c D: 1
38.64/38.87	c estimatedAdderCost: 33
38.64/38.87	c Try to convert by bdds
38.64/38.88	c D: 1
38.64/38.88	c estimatedAdderCost: 33
38.64/38.88	c Try to convert by bdds
38.74/38.90	c D: 1
38.74/38.90	c estimatedAdderCost: 33
38.74/38.90	c Try to convert by bdds
38.74/38.91	c D: 1
38.74/38.91	c estimatedAdderCost: 33
38.74/38.91	c Try to convert by bdds
38.74/38.92	c D: 1
38.74/38.92	c estimatedAdderCost: 33
38.74/38.92	c Try to convert by bdds
38.74/38.93	c D: 1
38.74/38.93	c estimatedAdderCost: 33
38.74/38.93	c Try to convert by bdds
38.74/38.94	c D: 1
38.74/38.94	c estimatedAdderCost: 33
38.74/38.94	c Try to convert by bdds
38.74/38.96	c D: 1
38.74/38.96	c estimatedAdderCost: 33
38.74/38.96	c Try to convert by bdds
38.74/38.97	c D: 1
38.74/38.97	c estimatedAdderCost: 33
38.74/38.97	c Try to convert by bdds
38.74/38.98	c D: 1
38.74/38.98	c estimatedAdderCost: 33
38.74/38.98	c Try to convert by bdds
38.74/38.99	c D: 1
38.74/38.99	c estimatedAdderCost: 33
38.74/38.99	c Try to convert by bdds
38.74/39.00	c D: 1
38.74/39.00	c estimatedAdderCost: 33
38.74/39.00	c Try to convert by bdds
38.85/39.02	c D: 1
38.85/39.02	c estimatedAdderCost: 33
38.85/39.02	c Try to convert by bdds
38.85/39.03	c D: 1
38.85/39.03	c estimatedAdderCost: 33
38.85/39.03	c Try to convert by bdds
38.85/39.04	c D: 1
38.85/39.04	c estimatedAdderCost: 33
38.85/39.04	c Try to convert by bdds
38.85/39.05	c D: 1
38.85/39.05	c estimatedAdderCost: 25
38.85/39.05	c Try to convert by bdds
38.85/39.06	c D: 1
38.85/39.06	c estimatedAdderCost: 25
38.85/39.06	c Try to convert by bdds
38.85/39.07	c D: 1
38.85/39.07	c estimatedAdderCost: 25
38.85/39.07	c Try to convert by bdds
38.85/39.08	c D: 1
38.85/39.08	c estimatedAdderCost: 25
38.85/39.08	c Try to convert by bdds
38.85/39.08	c D: 1
38.85/39.08	c estimatedAdderCost: 25
38.85/39.08	c Try to convert by bdds
38.85/39.09	c D: 1
38.85/39.09	c estimatedAdderCost: 33
38.85/39.09	c Try to convert by bdds
38.85/39.10	c D: 1
38.85/39.10	c estimatedAdderCost: 33
38.85/39.10	c Try to convert by bdds
38.95/39.11	c D: 1
38.95/39.11	c estimatedAdderCost: 33
38.95/39.11	c Try to convert by bdds
38.95/39.13	c D: 1
38.95/39.13	c estimatedAdderCost: 33
38.95/39.13	c Try to convert by bdds
38.95/39.14	c D: 1
38.95/39.14	c estimatedAdderCost: 33
38.95/39.14	c Try to convert by bdds
38.95/39.15	c D: 1
38.95/39.15	c estimatedAdderCost: 33
38.95/39.15	c Try to convert by bdds
38.95/39.16	c D: 1
38.95/39.16	c estimatedAdderCost: 33
38.95/39.16	c Try to convert by bdds
38.95/39.18	c D: 1
38.95/39.18	c estimatedAdderCost: 33
38.95/39.18	c Try to convert by bdds
38.95/39.19	c D: 1
38.95/39.19	c estimatedAdderCost: 33
38.95/39.19	c Try to convert by bdds
39.03/39.20	c D: 1
39.03/39.20	c estimatedAdderCost: 33
39.03/39.20	c Try to convert by bdds
39.03/39.21	c D: 1
39.03/39.21	c estimatedAdderCost: 33
39.03/39.21	c Try to convert by bdds
39.03/39.22	c D: 1
39.03/39.22	c estimatedAdderCost: 33
39.03/39.22	c Try to convert by bdds
39.03/39.24	c D: 1
39.03/39.24	c estimatedAdderCost: 33
39.03/39.24	c Try to convert by bdds
39.03/39.25	c D: 1
39.03/39.25	c estimatedAdderCost: 33
39.03/39.25	c Try to convert by bdds
39.03/39.26	c D: 1
39.03/39.26	c estimatedAdderCost: 33
39.03/39.26	c Try to convert by bdds
39.03/39.27	c D: 1
39.03/39.27	c estimatedAdderCost: 33
39.03/39.27	c Try to convert by bdds
39.03/39.28	c D: 1
39.03/39.28	c estimatedAdderCost: 33
39.03/39.28	c Try to convert by bdds
39.13/39.30	c D: 1
39.13/39.30	c estimatedAdderCost: 33
39.13/39.30	c Try to convert by bdds
39.13/39.31	c D: 1
39.13/39.31	c estimatedAdderCost: 33
39.13/39.31	c Try to convert by bdds
39.13/39.32	c D: 1
39.13/39.32	c estimatedAdderCost: 33
39.13/39.32	c Try to convert by bdds
39.13/39.33	c D: 1
39.13/39.33	c estimatedAdderCost: 33
39.13/39.33	c Try to convert by bdds
39.13/39.35	c D: 1
39.13/39.35	c estimatedAdderCost: 33
39.13/39.35	c Try to convert by bdds
39.13/39.36	c D: 1
39.13/39.36	c estimatedAdderCost: 33
39.13/39.36	c Try to convert by bdds
39.13/39.37	c D: 1
39.13/39.37	c estimatedAdderCost: 33
39.13/39.37	c Try to convert by bdds
39.13/39.38	c D: 1
39.13/39.38	c estimatedAdderCost: 33
39.13/39.38	c Try to convert by bdds
39.13/39.39	c D: 1
39.13/39.39	c estimatedAdderCost: 33
39.13/39.39	c Try to convert by bdds
39.23/39.41	c D: 1
39.23/39.41	c estimatedAdderCost: 33
39.23/39.41	c Try to convert by bdds
39.23/39.42	c D: 1
39.23/39.42	c estimatedAdderCost: 33
39.23/39.42	c Try to convert by bdds
39.23/39.43	c D: 1
39.23/39.43	c estimatedAdderCost: 33
39.23/39.43	c Try to convert by bdds
39.23/39.44	c D: 1
39.23/39.44	c estimatedAdderCost: 33
39.23/39.44	c Try to convert by bdds
39.23/39.46	c D: 1
39.23/39.46	c estimatedAdderCost: 33
39.23/39.46	c Try to convert by bdds
39.23/39.47	c D: 1
39.23/39.47	c estimatedAdderCost: 33
39.23/39.47	c Try to convert by bdds
39.23/39.48	c D: 1
39.23/39.48	c estimatedAdderCost: 33
39.23/39.48	c Try to convert by bdds
39.23/39.49	c D: 1
39.23/39.49	c estimatedAdderCost: 33
39.23/39.49	c Try to convert by bdds
39.33/39.50	c D: 1
39.33/39.50	c estimatedAdderCost: 33
39.33/39.50	c Try to convert by bdds
39.33/39.52	c D: 1
39.33/39.52	c estimatedAdderCost: 33
39.33/39.52	c Try to convert by bdds
39.33/39.53	c D: 1
39.33/39.53	c estimatedAdderCost: 33
39.33/39.53	c Try to convert by bdds
39.33/39.54	c D: 1
39.33/39.54	c estimatedAdderCost: 33
39.33/39.54	c Try to convert by bdds
39.33/39.55	c D: 1
39.33/39.55	c estimatedAdderCost: 33
39.33/39.55	c Try to convert by bdds
39.33/39.56	c D: 1
39.33/39.56	c estimatedAdderCost: 33
39.33/39.56	c Try to convert by bdds
39.33/39.58	c D: 1
39.33/39.58	c estimatedAdderCost: 33
39.33/39.58	c Try to convert by bdds
39.33/39.59	c D: 1
39.33/39.59	c estimatedAdderCost: 33
39.33/39.59	c Try to convert by bdds
39.43/39.60	c D: 1
39.43/39.60	c estimatedAdderCost: 33
39.43/39.60	c Try to convert by bdds
39.43/39.61	c D: 1
39.43/39.61	c estimatedAdderCost: 33
39.43/39.61	c Try to convert by bdds
39.43/39.63	c D: 1
39.43/39.63	c estimatedAdderCost: 33
39.43/39.63	c Try to convert by bdds
39.43/39.64	c D: 1
39.43/39.64	c estimatedAdderCost: 33
39.43/39.64	c Try to convert by bdds
39.43/39.65	c D: 1
39.43/39.65	c estimatedAdderCost: 33
39.43/39.65	c Try to convert by bdds
39.43/39.66	c D: 1
39.43/39.66	c estimatedAdderCost: 33
39.43/39.66	c Try to convert by bdds
39.43/39.67	c D: 1
39.43/39.67	c estimatedAdderCost: 33
39.43/39.67	c Try to convert by bdds
39.43/39.69	c D: 1
39.43/39.69	c estimatedAdderCost: 33
39.43/39.69	c Try to convert by bdds
39.53/39.70	c D: 1
39.53/39.70	c estimatedAdderCost: 33
39.53/39.70	c Try to convert by bdds
39.53/39.71	c D: 1
39.53/39.71	c estimatedAdderCost: 33
39.53/39.71	c Try to convert by bdds
39.53/39.72	c D: 1
39.53/39.72	c estimatedAdderCost: 33
39.53/39.72	c Try to convert by bdds
39.53/39.74	c D: 1
39.53/39.74	c estimatedAdderCost: 33
39.53/39.74	c Try to convert by bdds
39.53/39.75	c D: 1
39.53/39.75	c estimatedAdderCost: 33
39.53/39.75	c Try to convert by bdds
39.53/39.76	c D: 1
39.53/39.76	c estimatedAdderCost: 25
39.53/39.76	c Try to convert by bdds
39.53/39.77	c D: 1
39.53/39.77	c estimatedAdderCost: 25
39.53/39.77	c Try to convert by bdds
39.53/39.77	c D: 1
39.53/39.77	c estimatedAdderCost: 25
39.53/39.77	c Try to convert by bdds
39.53/39.78	c D: 1
39.53/39.78	c estimatedAdderCost: 25
39.53/39.78	c Try to convert by bdds
39.53/39.79	c D: 1
39.53/39.79	c estimatedAdderCost: 25
39.53/39.79	c Try to convert by bdds
39.63/39.80	c D: 1
39.63/39.80	c estimatedAdderCost: 25
39.63/39.80	c Try to convert by bdds
39.63/39.80	c D: 1
39.63/39.80	c estimatedAdderCost: 33
39.63/39.80	c Try to convert by bdds
39.63/39.82	c D: 1
39.63/39.82	c estimatedAdderCost: 33
39.63/39.82	c Try to convert by bdds
39.63/39.83	c D: 1
39.63/39.83	c estimatedAdderCost: 33
39.63/39.83	c Try to convert by bdds
39.63/39.84	c D: 1
39.63/39.84	c estimatedAdderCost: 33
39.63/39.84	c Try to convert by bdds
39.63/39.85	c D: 1
39.63/39.85	c estimatedAdderCost: 33
39.63/39.85	c Try to convert by bdds
39.63/39.86	c D: 1
39.63/39.86	c estimatedAdderCost: 33
39.63/39.86	c Try to convert by bdds
39.63/39.88	c D: 1
39.63/39.88	c estimatedAdderCost: 33
39.63/39.88	c Try to convert by bdds
39.63/39.89	c D: 1
39.63/39.89	c estimatedAdderCost: 33
39.63/39.89	c Try to convert by bdds
39.73/39.90	c D: 1
39.73/39.90	c estimatedAdderCost: 33
39.73/39.90	c Try to convert by bdds
39.73/39.91	c D: 1
39.73/39.91	c estimatedAdderCost: 33
39.73/39.91	c Try to convert by bdds
39.73/39.92	c D: 1
39.73/39.92	c estimatedAdderCost: 33
39.73/39.92	c Try to convert by bdds
39.73/39.94	c D: 1
39.73/39.94	c estimatedAdderCost: 33
39.73/39.94	c Try to convert by bdds
39.73/39.95	c D: 1
39.73/39.95	c estimatedAdderCost: 33
39.73/39.95	c Try to convert by bdds
39.73/39.96	c D: 1
39.73/39.96	c estimatedAdderCost: 33
39.73/39.96	c Try to convert by bdds
39.73/39.97	c D: 1
39.73/39.97	c estimatedAdderCost: 33
39.73/39.97	c Try to convert by bdds
39.73/39.98	c D: 1
39.73/39.98	c estimatedAdderCost: 33
39.73/39.98	c Try to convert by bdds
39.73/40.00	c D: 1
39.73/40.00	c estimatedAdderCost: 33
39.73/40.00	c Try to convert by bdds
39.73/40.01	c D: 1
39.73/40.01	c estimatedAdderCost: 33
39.73/40.01	c Try to convert by bdds
39.85/40.02	c D: 1
39.85/40.02	c estimatedAdderCost: 33
39.85/40.02	c Try to convert by bdds
39.85/40.03	c D: 1
39.85/40.03	c estimatedAdderCost: 33
39.85/40.03	c Try to convert by bdds
39.85/40.04	c D: 1
39.85/40.04	c estimatedAdderCost: 33
39.85/40.04	c Try to convert by bdds
39.85/40.06	c D: 1
39.85/40.06	c estimatedAdderCost: 33
39.85/40.06	c Try to convert by bdds
39.85/40.07	c D: 1
39.85/40.07	c estimatedAdderCost: 33
39.85/40.07	c Try to convert by bdds
39.85/40.08	c D: 1
39.85/40.08	c estimatedAdderCost: 33
39.85/40.08	c Try to convert by bdds
39.85/40.09	c D: 1
39.85/40.09	c estimatedAdderCost: 33
39.85/40.09	c Try to convert by bdds
39.85/40.11	c D: 1
39.85/40.11	c estimatedAdderCost: 33
39.85/40.11	c Try to convert by bdds
39.95/40.12	c D: 1
39.95/40.12	c estimatedAdderCost: 33
39.95/40.12	c Try to convert by bdds
39.95/40.13	c D: 1
39.95/40.13	c estimatedAdderCost: 33
39.95/40.13	c Try to convert by bdds
39.95/40.14	c D: 1
39.95/40.14	c estimatedAdderCost: 33
39.95/40.14	c Try to convert by bdds
39.95/40.15	c D: 1
39.95/40.15	c estimatedAdderCost: 33
39.95/40.15	c Try to convert by bdds
39.95/40.17	c D: 1
39.95/40.17	c estimatedAdderCost: 33
39.95/40.17	c Try to convert by bdds
39.95/40.18	c D: 1
39.95/40.18	c estimatedAdderCost: 33
39.95/40.18	c Try to convert by bdds
39.95/40.19	c D: 1
39.95/40.19	c estimatedAdderCost: 33
39.95/40.19	c Try to convert by bdds
40.03/40.20	c D: 1
40.03/40.20	c estimatedAdderCost: 33
40.03/40.20	c Try to convert by bdds
40.03/40.21	c D: 1
40.03/40.21	c estimatedAdderCost: 33
40.03/40.21	c Try to convert by bdds
40.03/40.23	c D: 1
40.03/40.23	c estimatedAdderCost: 33
40.03/40.23	c Try to convert by bdds
40.03/40.24	c D: 1
40.03/40.24	c estimatedAdderCost: 33
40.03/40.24	c Try to convert by bdds
40.03/40.25	c D: 1
40.03/40.25	c estimatedAdderCost: 33
40.03/40.25	c Try to convert by bdds
40.03/40.26	c D: 1
40.03/40.26	c estimatedAdderCost: 33
40.03/40.26	c Try to convert by bdds
40.03/40.28	c D: 1
40.03/40.28	c estimatedAdderCost: 33
40.03/40.28	c Try to convert by bdds
40.03/40.29	c D: 1
40.03/40.29	c estimatedAdderCost: 33
40.03/40.29	c Try to convert by bdds
40.13/40.30	c D: 1
40.13/40.30	c estimatedAdderCost: 33
40.13/40.30	c Try to convert by bdds
40.13/40.31	c D: 1
40.13/40.31	c estimatedAdderCost: 33
40.13/40.31	c Try to convert by bdds
40.13/40.32	c D: 1
40.13/40.32	c estimatedAdderCost: 33
40.13/40.32	c Try to convert by bdds
40.13/40.34	c D: 1
40.13/40.34	c estimatedAdderCost: 33
40.13/40.34	c Try to convert by bdds
40.13/40.35	c D: 1
40.13/40.35	c estimatedAdderCost: 33
40.13/40.35	c Try to convert by bdds
40.13/40.36	c D: 1
40.13/40.36	c estimatedAdderCost: 33
40.13/40.36	c Try to convert by bdds
40.13/40.37	c D: 1
40.13/40.37	c estimatedAdderCost: 33
40.13/40.37	c Try to convert by bdds
40.13/40.38	c D: 1
40.13/40.38	c estimatedAdderCost: 33
40.13/40.38	c Try to convert by bdds
40.23/40.40	c D: 1
40.23/40.40	c estimatedAdderCost: 33
40.23/40.40	c Try to convert by bdds
40.23/40.41	c D: 1
40.23/40.41	c estimatedAdderCost: 33
40.23/40.41	c Try to convert by bdds
40.23/40.42	c D: 1
40.23/40.42	c estimatedAdderCost: 33
40.23/40.42	c Try to convert by bdds
40.23/40.43	c D: 1
40.23/40.43	c estimatedAdderCost: 33
40.23/40.43	c Try to convert by bdds
40.23/40.45	c D: 1
40.23/40.45	c estimatedAdderCost: 33
40.23/40.45	c Try to convert by bdds
40.23/40.46	c D: 1
40.23/40.46	c estimatedAdderCost: 33
40.23/40.46	c Try to convert by bdds
40.23/40.47	c D: 1
40.23/40.47	c estimatedAdderCost: 33
40.23/40.47	c Try to convert by bdds
40.23/40.48	c D: 1
40.23/40.48	c estimatedAdderCost: 33
40.23/40.48	c Try to convert by bdds
40.23/40.49	c D: 1
40.23/40.49	c estimatedAdderCost: 33
40.23/40.49	c Try to convert by bdds
40.33/40.51	c D: 1
40.33/40.51	c estimatedAdderCost: 33
40.33/40.51	c Try to convert by bdds
40.33/40.52	c D: 1
40.33/40.52	c estimatedAdderCost: 33
40.33/40.52	c Try to convert by bdds
40.33/40.53	c D: 1
40.33/40.53	c estimatedAdderCost: 33
40.33/40.53	c Try to convert by bdds
40.33/40.54	c D: 1
40.33/40.54	c estimatedAdderCost: 33
40.33/40.54	c Try to convert by bdds
40.33/40.55	c D: 1
40.33/40.55	c estimatedAdderCost: 33
40.33/40.55	c Try to convert by bdds
40.33/40.57	c D: 1
40.33/40.57	c estimatedAdderCost: 25
40.33/40.57	c Try to convert by bdds
40.33/40.57	c D: 1
40.33/40.57	c estimatedAdderCost: 25
40.33/40.57	c Try to convert by bdds
40.33/40.58	c D: 1
40.33/40.58	c estimatedAdderCost: 25
40.33/40.58	c Try to convert by bdds
40.33/40.59	c D: 1
40.33/40.59	c estimatedAdderCost: 25
40.33/40.59	c Try to convert by bdds
40.43/40.60	c D: 1
40.43/40.60	c estimatedAdderCost: 25
40.43/40.60	c Try to convert by bdds
40.43/40.60	c D: 1
40.43/40.60	c estimatedAdderCost: 25
40.43/40.60	c Try to convert by bdds
40.43/40.61	c D: 1
40.43/40.61	c estimatedAdderCost: 25
40.43/40.61	c Try to convert by bdds
40.43/40.62	c D: 1
40.43/40.62	c estimatedAdderCost: 33
40.43/40.62	c Try to convert by bdds
40.43/40.63	c D: 1
40.43/40.63	c estimatedAdderCost: 33
40.43/40.63	c Try to convert by bdds
40.43/40.64	c D: 1
40.43/40.64	c estimatedAdderCost: 33
40.43/40.64	c Try to convert by bdds
40.43/40.65	c D: 1
40.43/40.65	c estimatedAdderCost: 33
40.43/40.65	c Try to convert by bdds
40.43/40.67	c D: 1
40.43/40.67	c estimatedAdderCost: 33
40.43/40.67	c Try to convert by bdds
40.43/40.68	c D: 1
40.43/40.68	c estimatedAdderCost: 33
40.43/40.68	c Try to convert by bdds
40.43/40.69	c D: 1
40.43/40.69	c estimatedAdderCost: 33
40.43/40.69	c Try to convert by bdds
40.53/40.70	c D: 1
40.53/40.70	c estimatedAdderCost: 33
40.53/40.70	c Try to convert by bdds
40.53/40.72	c D: 1
40.53/40.72	c estimatedAdderCost: 33
40.53/40.72	c Try to convert by bdds
40.53/40.73	c D: 1
40.53/40.73	c estimatedAdderCost: 33
40.53/40.73	c Try to convert by bdds
40.53/40.74	c D: 1
40.53/40.74	c estimatedAdderCost: 33
40.53/40.74	c Try to convert by bdds
40.53/40.75	c D: 1
40.53/40.75	c estimatedAdderCost: 33
40.53/40.75	c Try to convert by bdds
40.53/40.76	c D: 1
40.53/40.76	c estimatedAdderCost: 33
40.53/40.76	c Try to convert by bdds
40.53/40.78	c D: 1
40.53/40.78	c estimatedAdderCost: 33
40.53/40.78	c Try to convert by bdds
40.53/40.79	c D: 1
40.53/40.79	c estimatedAdderCost: 33
40.53/40.79	c Try to convert by bdds
40.63/40.80	c D: 1
40.63/40.80	c estimatedAdderCost: 33
40.63/40.80	c Try to convert by bdds
40.63/40.81	c D: 1
40.63/40.81	c estimatedAdderCost: 33
40.63/40.81	c Try to convert by bdds
40.63/40.82	c D: 1
40.63/40.82	c estimatedAdderCost: 33
40.63/40.82	c Try to convert by bdds
40.63/40.84	c D: 1
40.63/40.84	c estimatedAdderCost: 33
40.63/40.84	c Try to convert by bdds
40.63/40.85	c D: 1
40.63/40.85	c estimatedAdderCost: 33
40.63/40.85	c Try to convert by bdds
40.63/40.86	c D: 1
40.63/40.86	c estimatedAdderCost: 33
40.63/40.86	c Try to convert by bdds
40.63/40.87	c D: 1
40.63/40.87	c estimatedAdderCost: 33
40.63/40.87	c Try to convert by bdds
40.83/41.05	c D: 1
40.83/41.05	c estimatedAdderCost: 33
40.83/41.05	c Try to convert by bdds
40.83/41.06	c D: 1
40.83/41.06	c estimatedAdderCost: 33
40.83/41.06	c Try to convert by bdds
40.83/41.08	c D: 1
40.83/41.08	c estimatedAdderCost: 33
40.83/41.08	c Try to convert by bdds
40.83/41.09	c D: 1
40.83/41.09	c estimatedAdderCost: 33
40.83/41.09	c Try to convert by bdds
40.83/41.10	c D: 1
40.83/41.10	c estimatedAdderCost: 33
40.83/41.10	c Try to convert by bdds
40.93/41.11	c D: 1
40.93/41.11	c estimatedAdderCost: 33
40.93/41.11	c Try to convert by bdds
40.93/41.12	c D: 1
40.93/41.12	c estimatedAdderCost: 33
40.93/41.12	c Try to convert by bdds
40.93/41.14	c D: 1
40.93/41.14	c estimatedAdderCost: 33
40.93/41.14	c Try to convert by bdds
40.93/41.15	c D: 1
40.93/41.15	c estimatedAdderCost: 33
40.93/41.15	c Try to convert by bdds
40.93/41.16	c D: 1
40.93/41.16	c estimatedAdderCost: 33
40.93/41.16	c Try to convert by bdds
40.93/41.17	c D: 1
40.93/41.17	c estimatedAdderCost: 33
40.93/41.17	c Try to convert by bdds
40.93/41.18	c D: 1
40.93/41.18	c estimatedAdderCost: 33
40.93/41.18	c Try to convert by bdds
41.02/41.20	c D: 1
41.02/41.20	c estimatedAdderCost: 33
41.02/41.20	c Try to convert by bdds
41.02/41.21	c D: 1
41.02/41.21	c estimatedAdderCost: 33
41.02/41.21	c Try to convert by bdds
41.02/41.22	c D: 1
41.02/41.22	c estimatedAdderCost: 33
41.02/41.22	c Try to convert by bdds
41.02/41.23	c D: 1
41.02/41.23	c estimatedAdderCost: 33
41.02/41.23	c Try to convert by bdds
41.02/41.24	c D: 1
41.02/41.24	c estimatedAdderCost: 33
41.02/41.24	c Try to convert by bdds
41.02/41.26	c D: 1
41.02/41.26	c estimatedAdderCost: 33
41.02/41.26	c Try to convert by bdds
41.02/41.27	c D: 1
41.02/41.27	c estimatedAdderCost: 33
41.02/41.27	c Try to convert by bdds
41.02/41.28	c D: 1
41.02/41.28	c estimatedAdderCost: 33
41.02/41.28	c Try to convert by bdds
41.02/41.29	c D: 1
41.02/41.29	c estimatedAdderCost: 33
41.02/41.29	c Try to convert by bdds
41.12/41.30	c D: 1
41.12/41.30	c estimatedAdderCost: 33
41.12/41.30	c Try to convert by bdds
41.12/41.32	c D: 1
41.12/41.32	c estimatedAdderCost: 33
41.12/41.32	c Try to convert by bdds
41.12/41.33	c D: 1
41.12/41.33	c estimatedAdderCost: 33
41.12/41.33	c Try to convert by bdds
41.12/41.34	c D: 1
41.12/41.34	c estimatedAdderCost: 33
41.12/41.34	c Try to convert by bdds
41.12/41.35	c D: 1
41.12/41.35	c estimatedAdderCost: 33
41.12/41.35	c Try to convert by bdds
41.12/41.36	c D: 1
41.12/41.36	c estimatedAdderCost: 33
41.12/41.36	c Try to convert by bdds
41.12/41.38	c D: 1
41.12/41.38	c estimatedAdderCost: 33
41.12/41.38	c Try to convert by bdds
41.12/41.39	c D: 1
41.12/41.39	c estimatedAdderCost: 33
41.12/41.39	c Try to convert by bdds
41.22/41.40	c D: 1
41.22/41.40	c estimatedAdderCost: 33
41.22/41.40	c Try to convert by bdds
41.22/41.41	c D: 1
41.22/41.41	c estimatedAdderCost: 33
41.22/41.41	c Try to convert by bdds
41.22/41.43	c D: 1
41.22/41.43	c estimatedAdderCost: 33
41.22/41.43	c Try to convert by bdds
41.22/41.44	c D: 1
41.22/41.44	c estimatedAdderCost: 33
41.22/41.44	c Try to convert by bdds
41.22/41.45	c D: 1
41.22/41.45	c estimatedAdderCost: 33
41.22/41.45	c Try to convert by bdds
41.22/41.46	c D: 1
41.22/41.46	c estimatedAdderCost: 33
41.22/41.46	c Try to convert by bdds
41.22/41.47	c D: 1
41.22/41.47	c estimatedAdderCost: 33
41.22/41.47	c Try to convert by bdds
41.22/41.49	c D: 1
41.22/41.49	c estimatedAdderCost: 33
41.22/41.49	c Try to convert by bdds
41.32/41.50	c D: 1
41.32/41.50	c estimatedAdderCost: 33
41.32/41.50	c Try to convert by bdds
41.32/41.51	c D: 1
41.32/41.51	c estimatedAdderCost: 33
41.32/41.51	c Try to convert by bdds
41.32/41.52	c D: 1
41.32/41.52	c estimatedAdderCost: 33
41.32/41.52	c Try to convert by bdds
41.32/41.53	c D: 1
41.32/41.53	c estimatedAdderCost: 33
41.32/41.53	c Try to convert by bdds
41.32/41.55	c D: 1
41.32/41.55	c estimatedAdderCost: 33
41.32/41.55	c Try to convert by bdds
41.32/41.56	c D: 1
41.32/41.56	c estimatedAdderCost: 33
41.32/41.56	c Try to convert by bdds
41.32/41.57	c D: 1
41.32/41.57	c estimatedAdderCost: 33
41.32/41.57	c Try to convert by bdds
41.32/41.58	c D: 1
41.32/41.58	c estimatedAdderCost: 33
41.32/41.58	c Try to convert by bdds
41.42/41.60	c D: 1
41.42/41.60	c estimatedAdderCost: 33
41.42/41.60	c Try to convert by bdds
41.42/41.61	c D: 1
41.42/41.61	c estimatedAdderCost: 33
41.42/41.61	c Try to convert by bdds
41.42/41.62	c D: 1
41.42/41.62	c estimatedAdderCost: 33
41.42/41.62	c Try to convert by bdds
41.42/41.63	c D: 1
41.42/41.63	c estimatedAdderCost: 25
41.42/41.63	c Try to convert by bdds
41.42/41.64	c D: 1
41.42/41.64	c estimatedAdderCost: 25
41.42/41.64	c Try to convert by bdds
41.42/41.65	c D: 1
41.42/41.65	c estimatedAdderCost: 25
41.42/41.65	c Try to convert by bdds
41.42/41.65	c D: 1
41.42/41.65	c estimatedAdderCost: 25
41.42/41.65	c Try to convert by bdds
41.42/41.66	c D: 1
41.42/41.66	c estimatedAdderCost: 25
41.42/41.66	c Try to convert by bdds
41.42/41.67	c D: 1
41.42/41.67	c estimatedAdderCost: 25
41.42/41.67	c Try to convert by bdds
41.42/41.68	c D: 1
41.42/41.68	c estimatedAdderCost: 25
41.42/41.68	c Try to convert by bdds
41.42/41.68	c D: 1
41.42/41.68	c estimatedAdderCost: 25
41.42/41.68	c Try to convert by bdds
41.42/41.69	c D: 1
41.42/41.69	c estimatedAdderCost: 33
41.42/41.69	c Try to convert by bdds
41.52/41.70	c D: 1
41.52/41.70	c estimatedAdderCost: 33
41.52/41.70	c Try to convert by bdds
41.52/41.71	c D: 1
41.52/41.71	c estimatedAdderCost: 33
41.52/41.71	c Try to convert by bdds
41.52/41.73	c D: 1
41.52/41.73	c estimatedAdderCost: 33
41.52/41.73	c Try to convert by bdds
41.52/41.74	c D: 1
41.52/41.74	c estimatedAdderCost: 33
41.52/41.74	c Try to convert by bdds
41.52/41.75	c D: 1
41.52/41.75	c estimatedAdderCost: 33
41.52/41.75	c Try to convert by bdds
41.52/41.76	c D: 1
41.52/41.76	c estimatedAdderCost: 33
41.52/41.76	c Try to convert by bdds
41.52/41.77	c D: 1
41.52/41.77	c estimatedAdderCost: 33
41.52/41.77	c Try to convert by bdds
41.52/41.79	c D: 1
41.52/41.79	c estimatedAdderCost: 33
41.52/41.79	c Try to convert by bdds
41.62/41.80	c D: 1
41.62/41.80	c estimatedAdderCost: 33
41.62/41.80	c Try to convert by bdds
41.62/41.81	c D: 1
41.62/41.81	c estimatedAdderCost: 33
41.62/41.81	c Try to convert by bdds
41.62/41.82	c D: 1
41.62/41.82	c estimatedAdderCost: 33
41.62/41.82	c Try to convert by bdds
41.62/41.83	c D: 1
41.62/41.83	c estimatedAdderCost: 33
41.62/41.83	c Try to convert by bdds
41.62/41.85	c D: 1
41.62/41.85	c estimatedAdderCost: 33
41.62/41.85	c Try to convert by bdds
41.62/41.86	c D: 1
41.62/41.86	c estimatedAdderCost: 33
41.62/41.86	c Try to convert by bdds
41.62/41.87	c D: 1
41.62/41.87	c estimatedAdderCost: 33
41.62/41.87	c Try to convert by bdds
41.62/41.88	c D: 1
41.62/41.88	c estimatedAdderCost: 33
41.62/41.88	c Try to convert by bdds
41.72/41.90	c D: 1
41.72/41.90	c estimatedAdderCost: 33
41.72/41.90	c Try to convert by bdds
41.72/41.91	c D: 1
41.72/41.91	c estimatedAdderCost: 33
41.72/41.91	c Try to convert by bdds
41.72/41.92	c D: 1
41.72/41.92	c estimatedAdderCost: 33
41.72/41.92	c Try to convert by bdds
41.72/41.93	c D: 1
41.72/41.93	c estimatedAdderCost: 33
41.72/41.93	c Try to convert by bdds
41.72/41.94	c D: 1
41.72/41.94	c estimatedAdderCost: 33
41.72/41.94	c Try to convert by bdds
41.72/41.96	c D: 1
41.72/41.96	c estimatedAdderCost: 33
41.72/41.96	c Try to convert by bdds
41.72/41.97	c D: 1
41.72/41.97	c estimatedAdderCost: 33
41.72/41.97	c Try to convert by bdds
41.72/41.98	c D: 1
41.72/41.98	c estimatedAdderCost: 33
41.72/41.98	c Try to convert by bdds
41.72/41.99	c D: 1
41.72/41.99	c estimatedAdderCost: 33
41.72/41.99	c Try to convert by bdds
41.72/42.00	c D: 1
41.72/42.00	c estimatedAdderCost: 33
41.72/42.00	c Try to convert by bdds
41.83/42.02	c D: 1
41.83/42.02	c estimatedAdderCost: 33
41.83/42.02	c Try to convert by bdds
41.83/42.03	c D: 1
41.83/42.03	c estimatedAdderCost: 33
41.83/42.03	c Try to convert by bdds
41.83/42.04	c D: 1
41.83/42.04	c estimatedAdderCost: 33
41.83/42.04	c Try to convert by bdds
41.83/42.05	c D: 1
41.83/42.05	c estimatedAdderCost: 33
41.83/42.05	c Try to convert by bdds
41.83/42.06	c D: 1
41.83/42.06	c estimatedAdderCost: 33
41.83/42.06	c Try to convert by bdds
41.83/42.08	c D: 1
41.83/42.08	c estimatedAdderCost: 33
41.83/42.08	c Try to convert by bdds
41.83/42.09	c D: 1
41.83/42.09	c estimatedAdderCost: 33
41.83/42.09	c Try to convert by bdds
41.83/42.10	c D: 1
41.83/42.10	c estimatedAdderCost: 33
41.83/42.10	c Try to convert by bdds
41.93/42.11	c D: 1
41.93/42.11	c estimatedAdderCost: 33
41.93/42.11	c Try to convert by bdds
41.93/42.12	c D: 1
41.93/42.12	c estimatedAdderCost: 33
41.93/42.12	c Try to convert by bdds
41.93/42.14	c D: 1
41.93/42.14	c estimatedAdderCost: 33
41.93/42.14	c Try to convert by bdds
41.93/42.15	c D: 1
41.93/42.15	c estimatedAdderCost: 33
41.93/42.15	c Try to convert by bdds
41.93/42.16	c D: 1
41.93/42.16	c estimatedAdderCost: 33
41.93/42.16	c Try to convert by bdds
41.93/42.17	c D: 1
41.93/42.17	c estimatedAdderCost: 33
41.93/42.17	c Try to convert by bdds
41.93/42.19	c D: 1
41.93/42.19	c estimatedAdderCost: 33
41.93/42.19	c Try to convert by bdds
42.03/42.20	c D: 1
42.03/42.20	c estimatedAdderCost: 33
42.03/42.20	c Try to convert by bdds
42.03/42.21	c D: 1
42.03/42.21	c estimatedAdderCost: 33
42.03/42.21	c Try to convert by bdds
42.03/42.22	c D: 1
42.03/42.22	c estimatedAdderCost: 33
42.03/42.22	c Try to convert by bdds
42.03/42.23	c D: 1
42.03/42.23	c estimatedAdderCost: 33
42.03/42.23	c Try to convert by bdds
42.03/42.25	c D: 1
42.03/42.25	c estimatedAdderCost: 33
42.03/42.25	c Try to convert by bdds
42.03/42.26	c D: 1
42.03/42.26	c estimatedAdderCost: 33
42.03/42.26	c Try to convert by bdds
42.03/42.27	c D: 1
42.03/42.27	c estimatedAdderCost: 33
42.03/42.27	c Try to convert by bdds
42.03/42.28	c D: 1
42.03/42.28	c estimatedAdderCost: 33
42.03/42.28	c Try to convert by bdds
42.03/42.29	c D: 1
42.03/42.29	c estimatedAdderCost: 33
42.03/42.29	c Try to convert by bdds
42.13/42.31	c D: 1
42.13/42.31	c estimatedAdderCost: 33
42.13/42.31	c Try to convert by bdds
42.13/42.32	c D: 1
42.13/42.32	c estimatedAdderCost: 33
42.13/42.32	c Try to convert by bdds
42.13/42.33	c D: 1
42.13/42.33	c estimatedAdderCost: 33
42.13/42.33	c Try to convert by bdds
42.13/42.34	c D: 1
42.13/42.34	c estimatedAdderCost: 33
42.13/42.34	c Try to convert by bdds
42.13/42.35	c D: 1
42.13/42.35	c estimatedAdderCost: 33
42.13/42.35	c Try to convert by bdds
42.13/42.37	c D: 1
42.13/42.37	c estimatedAdderCost: 33
42.13/42.37	c Try to convert by bdds
42.13/42.38	c D: 1
42.13/42.38	c estimatedAdderCost: 33
42.13/42.38	c Try to convert by bdds
42.13/42.39	c D: 1
42.13/42.39	c estimatedAdderCost: 33
42.13/42.39	c Try to convert by bdds
42.22/42.40	c D: 1
42.22/42.40	c estimatedAdderCost: 33
42.22/42.40	c Try to convert by bdds
42.22/42.41	c D: 1
42.22/42.41	c estimatedAdderCost: 33
42.22/42.41	c Try to convert by bdds
42.22/42.43	c D: 1
42.22/42.43	c estimatedAdderCost: 33
42.22/42.43	c Try to convert by bdds
42.22/42.44	c D: 1
42.22/42.44	c estimatedAdderCost: 33
42.22/42.44	c Try to convert by bdds
42.22/42.45	c D: 1
42.22/42.45	c estimatedAdderCost: 33
42.22/42.45	c Try to convert by bdds
42.22/42.46	c D: 1
42.22/42.46	c estimatedAdderCost: 33
42.22/42.46	c Try to convert by bdds
42.22/42.47	c D: 1
42.22/42.47	c estimatedAdderCost: 33
42.22/42.47	c Try to convert by bdds
42.22/42.49	c D: 1
42.22/42.49	c estimatedAdderCost: 33
42.22/42.49	c Try to convert by bdds
42.32/42.50	c D: 1
42.32/42.50	c estimatedAdderCost: 33
42.32/42.50	c Try to convert by bdds
42.32/42.51	c D: 1
42.32/42.51	c estimatedAdderCost: 33
42.32/42.51	c Try to convert by bdds
42.32/42.52	c D: 1
42.32/42.52	c estimatedAdderCost: 33
42.32/42.52	c Try to convert by bdds
42.32/42.53	c D: 1
42.32/42.53	c estimatedAdderCost: 33
42.32/42.53	c Try to convert by bdds
42.32/42.55	c D: 1
42.32/42.55	c estimatedAdderCost: 33
42.32/42.55	c Try to convert by bdds
42.32/42.56	c D: 1
42.32/42.56	c estimatedAdderCost: 33
42.32/42.56	c Try to convert by bdds
42.32/42.57	c D: 1
42.32/42.57	c estimatedAdderCost: 33
42.32/42.57	c Try to convert by bdds
42.32/42.58	c D: 1
42.32/42.58	c estimatedAdderCost: 33
42.32/42.58	c Try to convert by bdds
42.42/42.60	c D: 1
42.42/42.60	c estimatedAdderCost: 33
42.42/42.60	c Try to convert by bdds
42.42/42.61	c D: 1
42.42/42.61	c estimatedAdderCost: 25
42.42/42.61	c Try to convert by bdds
42.42/42.62	c D: 1
42.42/42.62	c estimatedAdderCost: 25
42.42/42.62	c Try to convert by bdds
42.42/42.62	c D: 1
42.42/42.62	c estimatedAdderCost: 25
42.42/42.62	c Try to convert by bdds
42.42/42.63	c D: 1
42.42/42.63	c estimatedAdderCost: 25
42.42/42.63	c Try to convert by bdds
42.42/42.64	c D: 1
42.42/42.64	c estimatedAdderCost: 25
42.42/42.64	c Try to convert by bdds
42.42/42.64	c D: 1
42.42/42.64	c estimatedAdderCost: 25
42.42/42.64	c Try to convert by bdds
42.42/42.65	c D: 1
42.42/42.65	c estimatedAdderCost: 25
42.42/42.65	c Try to convert by bdds
42.42/42.66	c D: 1
42.42/42.66	c estimatedAdderCost: 25
42.42/42.66	c Try to convert by bdds
42.42/42.67	c D: 1
42.42/42.67	c estimatedAdderCost: 25
42.42/42.67	c Try to convert by bdds
42.42/42.67	c D: 1
42.42/42.67	c estimatedAdderCost: 33
42.42/42.67	c Try to convert by bdds
42.42/42.68	c D: 1
42.42/42.68	c estimatedAdderCost: 33
42.42/42.68	c Try to convert by bdds
42.52/42.70	c D: 1
42.52/42.70	c estimatedAdderCost: 33
42.52/42.70	c Try to convert by bdds
42.52/42.71	c D: 1
42.52/42.71	c estimatedAdderCost: 33
42.52/42.71	c Try to convert by bdds
42.52/42.72	c D: 1
42.52/42.72	c estimatedAdderCost: 33
42.52/42.72	c Try to convert by bdds
42.52/42.73	c D: 1
42.52/42.73	c estimatedAdderCost: 33
42.52/42.73	c Try to convert by bdds
42.52/42.74	c D: 1
42.52/42.74	c estimatedAdderCost: 33
42.52/42.74	c Try to convert by bdds
42.52/42.76	c D: 1
42.52/42.76	c estimatedAdderCost: 33
42.52/42.76	c Try to convert by bdds
42.52/42.77	c D: 1
42.52/42.77	c estimatedAdderCost: 33
42.52/42.77	c Try to convert by bdds
42.52/42.78	c D: 1
42.52/42.78	c estimatedAdderCost: 33
42.52/42.78	c Try to convert by bdds
42.52/42.79	c D: 1
42.52/42.79	c estimatedAdderCost: 33
42.52/42.79	c Try to convert by bdds
42.62/42.80	c D: 1
42.62/42.80	c estimatedAdderCost: 33
42.62/42.80	c Try to convert by bdds
42.62/42.82	c D: 1
42.62/42.82	c estimatedAdderCost: 33
42.62/42.82	c Try to convert by bdds
42.62/42.83	c D: 1
42.62/42.83	c estimatedAdderCost: 33
42.62/42.83	c Try to convert by bdds
42.62/42.84	c D: 1
42.62/42.84	c estimatedAdderCost: 33
42.62/42.84	c Try to convert by bdds
42.62/42.85	c D: 1
42.62/42.85	c estimatedAdderCost: 33
42.62/42.85	c Try to convert by bdds
42.62/42.87	c D: 1
42.62/42.87	c estimatedAdderCost: 33
42.62/42.87	c Try to convert by bdds
42.62/42.88	c D: 1
42.62/42.88	c estimatedAdderCost: 33
42.62/42.88	c Try to convert by bdds
42.62/42.89	c D: 1
42.62/42.89	c estimatedAdderCost: 33
42.62/42.89	c Try to convert by bdds
42.72/42.90	c D: 1
42.72/42.90	c estimatedAdderCost: 33
42.72/42.90	c Try to convert by bdds
42.72/42.91	c D: 1
42.72/42.91	c estimatedAdderCost: 33
42.72/42.91	c Try to convert by bdds
42.72/42.93	c D: 1
42.72/42.93	c estimatedAdderCost: 33
42.72/42.93	c Try to convert by bdds
42.72/42.94	c D: 1
42.72/42.94	c estimatedAdderCost: 33
42.72/42.94	c Try to convert by bdds
42.72/42.95	c D: 1
42.72/42.95	c estimatedAdderCost: 33
42.72/42.95	c Try to convert by bdds
42.72/42.96	c D: 1
42.72/42.96	c estimatedAdderCost: 33
42.72/42.96	c Try to convert by bdds
42.72/42.97	c D: 1
42.72/42.97	c estimatedAdderCost: 33
42.72/42.97	c Try to convert by bdds
42.72/42.99	c D: 1
42.72/42.99	c estimatedAdderCost: 33
42.72/42.99	c Try to convert by bdds
42.72/43.00	c D: 1
42.72/43.00	c estimatedAdderCost: 33
42.72/43.00	c Try to convert by bdds
42.84/43.01	c D: 1
42.84/43.01	c estimatedAdderCost: 33
42.84/43.01	c Try to convert by bdds
42.84/43.02	c D: 1
42.84/43.02	c estimatedAdderCost: 33
42.84/43.02	c Try to convert by bdds
42.84/43.03	c D: 1
42.84/43.03	c estimatedAdderCost: 33
42.84/43.03	c Try to convert by bdds
42.84/43.05	c D: 1
42.84/43.05	c estimatedAdderCost: 33
42.84/43.05	c Try to convert by bdds
42.84/43.06	c D: 1
42.84/43.06	c estimatedAdderCost: 33
42.84/43.06	c Try to convert by bdds
42.84/43.07	c D: 1
42.84/43.07	c estimatedAdderCost: 33
42.84/43.07	c Try to convert by bdds
42.84/43.08	c D: 1
42.84/43.08	c estimatedAdderCost: 33
42.84/43.08	c Try to convert by bdds
42.84/43.09	c D: 1
42.84/43.09	c estimatedAdderCost: 33
42.84/43.09	c Try to convert by bdds
42.84/43.11	c D: 1
42.84/43.11	c estimatedAdderCost: 33
42.84/43.11	c Try to convert by bdds
42.94/43.12	c D: 1
42.94/43.12	c estimatedAdderCost: 33
42.94/43.12	c Try to convert by bdds
42.94/43.13	c D: 1
42.94/43.13	c estimatedAdderCost: 33
42.94/43.13	c Try to convert by bdds
42.94/43.14	c D: 1
42.94/43.14	c estimatedAdderCost: 33
42.94/43.14	c Try to convert by bdds
42.94/43.15	c D: 1
42.94/43.15	c estimatedAdderCost: 33
42.94/43.15	c Try to convert by bdds
42.94/43.17	c D: 1
42.94/43.17	c estimatedAdderCost: 33
42.94/43.17	c Try to convert by bdds
42.94/43.18	c D: 1
42.94/43.18	c estimatedAdderCost: 33
42.94/43.18	c Try to convert by bdds
42.94/43.19	c D: 1
42.94/43.19	c estimatedAdderCost: 33
42.94/43.19	c Try to convert by bdds
43.02/43.20	c D: 1
43.02/43.20	c estimatedAdderCost: 33
43.02/43.20	c Try to convert by bdds
43.02/43.21	c D: 1
43.02/43.21	c estimatedAdderCost: 33
43.02/43.21	c Try to convert by bdds
43.02/43.23	c D: 1
43.02/43.23	c estimatedAdderCost: 33
43.02/43.23	c Try to convert by bdds
43.02/43.24	c D: 1
43.02/43.24	c estimatedAdderCost: 33
43.02/43.24	c Try to convert by bdds
43.02/43.25	c D: 1
43.02/43.25	c estimatedAdderCost: 33
43.02/43.25	c Try to convert by bdds
43.02/43.26	c D: 1
43.02/43.26	c estimatedAdderCost: 33
43.02/43.26	c Try to convert by bdds
43.02/43.27	c D: 1
43.02/43.27	c estimatedAdderCost: 33
43.02/43.27	c Try to convert by bdds
43.02/43.29	c D: 1
43.02/43.29	c estimatedAdderCost: 33
43.02/43.29	c Try to convert by bdds
43.12/43.30	c D: 1
43.12/43.30	c estimatedAdderCost: 33
43.12/43.30	c Try to convert by bdds
43.12/43.31	c D: 1
43.12/43.31	c estimatedAdderCost: 33
43.12/43.31	c Try to convert by bdds
43.12/43.32	c D: 1
43.12/43.32	c estimatedAdderCost: 33
43.12/43.32	c Try to convert by bdds
43.12/43.33	c D: 1
43.12/43.33	c estimatedAdderCost: 33
43.12/43.33	c Try to convert by bdds
43.12/43.35	c D: 1
43.12/43.35	c estimatedAdderCost: 33
43.12/43.35	c Try to convert by bdds
43.12/43.36	c D: 1
43.12/43.36	c estimatedAdderCost: 33
43.12/43.36	c Try to convert by bdds
43.12/43.37	c D: 1
43.12/43.37	c estimatedAdderCost: 33
43.12/43.37	c Try to convert by bdds
43.12/43.38	c D: 1
43.12/43.38	c estimatedAdderCost: 33
43.12/43.38	c Try to convert by bdds
43.12/43.39	c D: 1
43.12/43.39	c estimatedAdderCost: 33
43.12/43.39	c Try to convert by bdds
43.22/43.41	c D: 1
43.22/43.41	c estimatedAdderCost: 33
43.22/43.41	c Try to convert by bdds
43.22/43.42	c D: 1
43.22/43.42	c estimatedAdderCost: 33
43.22/43.42	c Try to convert by bdds
43.22/43.43	c D: 1
43.22/43.43	c estimatedAdderCost: 33
43.22/43.43	c Try to convert by bdds
43.22/43.44	c D: 1
43.22/43.44	c estimatedAdderCost: 33
43.22/43.44	c Try to convert by bdds
43.22/43.45	c D: 1
43.22/43.45	c estimatedAdderCost: 33
43.22/43.45	c Try to convert by bdds
43.22/43.47	c D: 1
43.22/43.47	c estimatedAdderCost: 33
43.22/43.47	c Try to convert by bdds
43.22/43.48	c D: 1
43.22/43.48	c estimatedAdderCost: 33
43.22/43.48	c Try to convert by bdds
43.22/43.49	c D: 1
43.22/43.49	c estimatedAdderCost: 33
43.22/43.49	c Try to convert by bdds
43.32/43.50	c D: 1
43.32/43.50	c estimatedAdderCost: 33
43.32/43.50	c Try to convert by bdds
43.32/43.52	c D: 1
43.32/43.52	c estimatedAdderCost: 33
43.32/43.52	c Try to convert by bdds
43.32/43.53	c D: 1
43.32/43.53	c estimatedAdderCost: 33
43.32/43.53	c Try to convert by bdds
43.32/43.54	c D: 1
43.32/43.54	c estimatedAdderCost: 33
43.32/43.54	c Try to convert by bdds
43.32/43.55	c D: 1
43.32/43.55	c estimatedAdderCost: 33
43.32/43.55	c Try to convert by bdds
43.32/43.56	c D: 1
43.32/43.56	c estimatedAdderCost: 33
43.32/43.56	c Try to convert by bdds
43.32/43.58	c D: 1
43.32/43.58	c estimatedAdderCost: 33
43.32/43.58	c Try to convert by bdds
43.32/43.59	c D: 1
43.32/43.59	c estimatedAdderCost: 33
43.32/43.59	c Try to convert by bdds
43.42/43.60	c D: 1
43.42/43.60	c estimatedAdderCost: 33
43.42/43.60	c Try to convert by bdds
43.42/43.61	c D: 1
43.42/43.61	c estimatedAdderCost: 33
43.42/43.61	c Try to convert by bdds
43.42/43.62	c D: 1
43.42/43.62	c estimatedAdderCost: 33
43.42/43.62	c Try to convert by bdds
43.42/43.64	c D: 1
43.42/43.64	c estimatedAdderCost: 33
43.42/43.64	c Try to convert by bdds
43.42/43.65	c D: 1
43.42/43.65	c estimatedAdderCost: 25
43.42/43.65	c Try to convert by bdds
43.42/43.65	c D: 1
43.42/43.65	c estimatedAdderCost: 25
43.42/43.65	c Try to convert by bdds
43.42/43.66	c D: 1
43.42/43.66	c estimatedAdderCost: 25
43.42/43.66	c Try to convert by bdds
43.42/43.67	c D: 1
43.42/43.67	c estimatedAdderCost: 25
43.42/43.67	c Try to convert by bdds
43.42/43.68	c D: 1
43.42/43.68	c estimatedAdderCost: 25
43.42/43.68	c Try to convert by bdds
43.42/43.68	c D: 1
43.42/43.68	c estimatedAdderCost: 25
43.42/43.68	c Try to convert by bdds
43.42/43.69	c D: 1
43.42/43.69	c estimatedAdderCost: 25
43.42/43.69	c Try to convert by bdds
43.52/43.70	c D: 1
43.52/43.70	c estimatedAdderCost: 25
43.52/43.70	c Try to convert by bdds
43.52/43.71	c D: 1
43.52/43.71	c estimatedAdderCost: 25
43.52/43.71	c Try to convert by bdds
43.52/43.71	c D: 1
43.52/43.71	c estimatedAdderCost: 25
43.52/43.71	c Try to convert by bdds
43.52/43.72	c D: 1
43.52/43.72	c estimatedAdderCost: 33
43.52/43.72	c Try to convert by bdds
43.52/43.73	c D: 1
43.52/43.73	c estimatedAdderCost: 33
43.52/43.73	c Try to convert by bdds
43.52/43.74	c D: 1
43.52/43.74	c estimatedAdderCost: 33
43.52/43.74	c Try to convert by bdds
43.52/43.76	c D: 1
43.52/43.76	c estimatedAdderCost: 33
43.52/43.76	c Try to convert by bdds
43.52/43.77	c D: 1
43.52/43.77	c estimatedAdderCost: 33
43.52/43.77	c Try to convert by bdds
43.52/43.78	c D: 1
43.52/43.78	c estimatedAdderCost: 33
43.52/43.78	c Try to convert by bdds
43.52/43.79	c D: 1
43.52/43.79	c estimatedAdderCost: 33
43.52/43.79	c Try to convert by bdds
43.62/43.80	c D: 1
43.62/43.80	c estimatedAdderCost: 33
43.62/43.80	c Try to convert by bdds
43.62/43.82	c D: 1
43.62/43.82	c estimatedAdderCost: 33
43.62/43.82	c Try to convert by bdds
43.62/43.83	c D: 1
43.62/43.83	c estimatedAdderCost: 33
43.62/43.83	c Try to convert by bdds
43.62/43.84	c D: 1
43.62/43.84	c estimatedAdderCost: 33
43.62/43.84	c Try to convert by bdds
43.62/43.85	c D: 1
43.62/43.85	c estimatedAdderCost: 33
43.62/43.85	c Try to convert by bdds
43.62/43.86	c D: 1
43.62/43.86	c estimatedAdderCost: 33
43.62/43.86	c Try to convert by bdds
43.62/43.88	c D: 1
43.62/43.88	c estimatedAdderCost: 33
43.62/43.88	c Try to convert by bdds
43.62/43.89	c D: 1
43.62/43.89	c estimatedAdderCost: 33
43.62/43.89	c Try to convert by bdds
43.72/43.90	c D: 1
43.72/43.90	c estimatedAdderCost: 33
43.72/43.90	c Try to convert by bdds
43.72/43.91	c D: 1
43.72/43.91	c estimatedAdderCost: 33
43.72/43.91	c Try to convert by bdds
43.72/43.92	c D: 1
43.72/43.92	c estimatedAdderCost: 33
43.72/43.92	c Try to convert by bdds
43.72/43.94	c D: 1
43.72/43.94	c estimatedAdderCost: 33
43.72/43.94	c Try to convert by bdds
43.72/43.95	c D: 1
43.72/43.95	c estimatedAdderCost: 33
43.72/43.95	c Try to convert by bdds
43.72/43.96	c D: 1
43.72/43.96	c estimatedAdderCost: 33
43.72/43.96	c Try to convert by bdds
43.72/43.97	c D: 1
43.72/43.97	c estimatedAdderCost: 33
43.72/43.97	c Try to convert by bdds
43.72/43.98	c D: 1
43.72/43.98	c estimatedAdderCost: 33
43.72/43.98	c Try to convert by bdds
43.72/44.00	c D: 1
43.72/44.00	c estimatedAdderCost: 33
43.72/44.00	c Try to convert by bdds
43.83/44.01	c D: 1
43.83/44.01	c estimatedAdderCost: 33
43.83/44.01	c Try to convert by bdds
43.83/44.02	c D: 1
43.83/44.02	c estimatedAdderCost: 33
43.83/44.02	c Try to convert by bdds
43.83/44.03	c D: 1
43.83/44.03	c estimatedAdderCost: 33
43.83/44.03	c Try to convert by bdds
43.83/44.04	c D: 1
43.83/44.04	c estimatedAdderCost: 33
43.83/44.04	c Try to convert by bdds
43.83/44.06	c D: 1
43.83/44.06	c estimatedAdderCost: 33
43.83/44.06	c Try to convert by bdds
43.83/44.07	c D: 1
43.83/44.07	c estimatedAdderCost: 33
43.83/44.07	c Try to convert by bdds
43.83/44.08	c D: 1
43.83/44.08	c estimatedAdderCost: 33
43.83/44.08	c Try to convert by bdds
43.83/44.09	c D: 1
43.83/44.09	c estimatedAdderCost: 33
43.83/44.09	c Try to convert by bdds
43.83/44.11	c D: 1
43.83/44.11	c estimatedAdderCost: 33
43.83/44.11	c Try to convert by bdds
43.93/44.12	c D: 1
43.93/44.12	c estimatedAdderCost: 33
43.93/44.12	c Try to convert by bdds
43.93/44.13	c D: 1
43.93/44.13	c estimatedAdderCost: 33
43.93/44.13	c Try to convert by bdds
43.93/44.14	c D: 1
43.93/44.14	c estimatedAdderCost: 33
43.93/44.14	c Try to convert by bdds
43.93/44.15	c D: 1
43.93/44.15	c estimatedAdderCost: 33
43.93/44.15	c Try to convert by bdds
43.93/44.17	c D: 1
43.93/44.17	c estimatedAdderCost: 33
43.93/44.17	c Try to convert by bdds
43.93/44.18	c D: 1
43.93/44.18	c estimatedAdderCost: 33
43.93/44.18	c Try to convert by bdds
43.93/44.19	c D: 1
43.93/44.19	c estimatedAdderCost: 33
43.93/44.19	c Try to convert by bdds
44.02/44.20	c D: 1
44.02/44.20	c estimatedAdderCost: 33
44.02/44.20	c Try to convert by bdds
44.02/44.21	c D: 1
44.02/44.21	c estimatedAdderCost: 33
44.02/44.21	c Try to convert by bdds
44.02/44.23	c D: 1
44.02/44.23	c estimatedAdderCost: 33
44.02/44.23	c Try to convert by bdds
44.02/44.24	c D: 1
44.02/44.24	c estimatedAdderCost: 33
44.02/44.24	c Try to convert by bdds
44.02/44.25	c D: 1
44.02/44.25	c estimatedAdderCost: 33
44.02/44.25	c Try to convert by bdds
44.02/44.26	c D: 1
44.02/44.26	c estimatedAdderCost: 33
44.02/44.26	c Try to convert by bdds
44.02/44.27	c D: 1
44.02/44.27	c estimatedAdderCost: 33
44.02/44.27	c Try to convert by bdds
44.02/44.29	c D: 1
44.02/44.29	c estimatedAdderCost: 33
44.02/44.29	c Try to convert by bdds
44.12/44.30	c D: 1
44.12/44.30	c estimatedAdderCost: 33
44.12/44.30	c Try to convert by bdds
44.12/44.31	c D: 1
44.12/44.31	c estimatedAdderCost: 33
44.12/44.31	c Try to convert by bdds
44.12/44.32	c D: 1
44.12/44.32	c estimatedAdderCost: 33
44.12/44.32	c Try to convert by bdds
44.12/44.34	c D: 1
44.12/44.34	c estimatedAdderCost: 33
44.12/44.34	c Try to convert by bdds
44.12/44.35	c D: 1
44.12/44.35	c estimatedAdderCost: 33
44.12/44.35	c Try to convert by bdds
44.12/44.36	c D: 1
44.12/44.36	c estimatedAdderCost: 33
44.12/44.36	c Try to convert by bdds
44.12/44.37	c D: 1
44.12/44.37	c estimatedAdderCost: 33
44.12/44.37	c Try to convert by bdds
44.12/44.38	c D: 1
44.12/44.38	c estimatedAdderCost: 33
44.12/44.38	c Try to convert by bdds
44.22/44.40	c D: 1
44.22/44.40	c estimatedAdderCost: 33
44.22/44.40	c Try to convert by bdds
44.22/44.41	c D: 1
44.22/44.41	c estimatedAdderCost: 33
44.22/44.41	c Try to convert by bdds
44.22/44.42	c D: 1
44.22/44.42	c estimatedAdderCost: 33
44.22/44.42	c Try to convert by bdds
44.22/44.43	c D: 1
44.22/44.43	c estimatedAdderCost: 33
44.22/44.43	c Try to convert by bdds
44.22/44.44	c D: 1
44.22/44.44	c estimatedAdderCost: 33
44.22/44.44	c Try to convert by bdds
44.22/44.46	c D: 1
44.22/44.46	c estimatedAdderCost: 33
44.22/44.46	c Try to convert by bdds
44.22/44.47	c D: 1
44.22/44.47	c estimatedAdderCost: 33
44.22/44.47	c Try to convert by bdds
44.22/44.48	c D: 1
44.22/44.48	c estimatedAdderCost: 33
44.22/44.48	c Try to convert by bdds
44.22/44.49	c D: 1
44.22/44.49	c estimatedAdderCost: 33
44.22/44.49	c Try to convert by bdds
44.32/44.50	c D: 1
44.32/44.50	c estimatedAdderCost: 33
44.32/44.50	c Try to convert by bdds
44.32/44.52	c D: 1
44.32/44.52	c estimatedAdderCost: 33
44.32/44.52	c Try to convert by bdds
44.32/44.53	c D: 1
44.32/44.53	c estimatedAdderCost: 33
44.32/44.53	c Try to convert by bdds
44.32/44.54	c D: 1
44.32/44.54	c estimatedAdderCost: 33
44.32/44.54	c Try to convert by bdds
44.32/44.55	c D: 1
44.32/44.55	c estimatedAdderCost: 33
44.32/44.55	c Try to convert by bdds
44.32/44.57	c D: 1
44.32/44.57	c estimatedAdderCost: 33
44.32/44.57	c Try to convert by bdds
44.32/44.58	c D: 1
44.32/44.58	c estimatedAdderCost: 33
44.32/44.58	c Try to convert by bdds
44.32/44.59	c D: 1
44.32/44.59	c estimatedAdderCost: 33
44.32/44.59	c Try to convert by bdds
44.42/44.60	c D: 1
44.42/44.60	c estimatedAdderCost: 33
44.42/44.60	c Try to convert by bdds
44.42/44.61	c D: 1
44.42/44.61	c estimatedAdderCost: 33
44.42/44.61	c Try to convert by bdds
44.42/44.63	c D: 1
44.42/44.63	c estimatedAdderCost: 33
44.42/44.63	c Try to convert by bdds
44.42/44.64	c D: 1
44.42/44.64	c estimatedAdderCost: 33
44.42/44.64	c Try to convert by bdds
44.42/44.65	c D: 1
44.42/44.65	c estimatedAdderCost: 33
44.42/44.65	c Try to convert by bdds
44.42/44.66	c D: 1
44.42/44.66	c estimatedAdderCost: 33
44.42/44.66	c Try to convert by bdds
44.42/44.68	c D: 1
44.42/44.68	c estimatedAdderCost: 33
44.42/44.68	c Try to convert by bdds
44.42/44.69	c D: 1
44.42/44.69	c estimatedAdderCost: 33
44.42/44.69	c Try to convert by bdds
44.52/44.70	c D: 1
44.52/44.70	c estimatedAdderCost: 33
44.52/44.70	c Try to convert by bdds
44.52/44.71	c D: 1
44.52/44.71	c estimatedAdderCost: 33
44.52/44.71	c Try to convert by bdds
44.52/44.72	c D: 1
44.52/44.72	c estimatedAdderCost: 33
44.52/44.72	c Try to convert by bdds
44.52/44.74	c D: 1
44.52/44.74	c estimatedAdderCost: 33
44.52/44.74	c Try to convert by bdds
44.52/44.75	c D: 1
44.52/44.75	c estimatedAdderCost: 25
44.52/44.75	c Try to convert by bdds
44.52/44.76	c D: 1
44.52/44.76	c estimatedAdderCost: 25
44.52/44.76	c Try to convert by bdds
44.52/44.76	c D: 1
44.52/44.76	c estimatedAdderCost: 25
44.52/44.76	c Try to convert by bdds
44.52/44.77	c D: 1
44.52/44.77	c estimatedAdderCost: 25
44.52/44.77	c Try to convert by bdds
44.52/44.78	c D: 1
44.52/44.78	c estimatedAdderCost: 25
44.52/44.78	c Try to convert by bdds
44.52/44.79	c D: 1
44.52/44.79	c estimatedAdderCost: 25
44.52/44.79	c Try to convert by bdds
44.52/44.79	c D: 1
44.52/44.79	c estimatedAdderCost: 25
44.52/44.79	c Try to convert by bdds
44.62/44.80	c D: 1
44.62/44.80	c estimatedAdderCost: 25
44.62/44.80	c Try to convert by bdds
44.62/44.81	c D: 1
44.62/44.81	c estimatedAdderCost: 25
44.62/44.81	c Try to convert by bdds
44.62/44.81	c D: 1
44.62/44.81	c estimatedAdderCost: 25
44.62/44.81	c Try to convert by bdds
44.62/44.82	c D: 1
44.62/44.82	c estimatedAdderCost: 25
44.62/44.82	c Try to convert by bdds
44.62/44.83	c D: 1
44.62/44.83	c estimatedAdderCost: 33
44.62/44.83	c Try to convert by bdds
44.62/44.84	c D: 1
44.62/44.84	c estimatedAdderCost: 33
44.62/44.84	c Try to convert by bdds
44.62/44.85	c D: 1
44.62/44.85	c estimatedAdderCost: 33
44.62/44.85	c Try to convert by bdds
44.62/44.87	c D: 1
44.62/44.87	c estimatedAdderCost: 33
44.62/44.87	c Try to convert by bdds
44.62/44.88	c D: 1
44.62/44.88	c estimatedAdderCost: 33
44.62/44.88	c Try to convert by bdds
44.62/44.89	c D: 1
44.62/44.89	c estimatedAdderCost: 33
44.62/44.89	c Try to convert by bdds
44.72/44.90	c D: 1
44.72/44.90	c estimatedAdderCost: 33
44.72/44.90	c Try to convert by bdds
44.72/44.92	c D: 1
44.72/44.92	c estimatedAdderCost: 33
44.72/44.92	c Try to convert by bdds
44.72/44.93	c D: 1
44.72/44.93	c estimatedAdderCost: 33
44.72/44.93	c Try to convert by bdds
44.72/44.94	c D: 1
44.72/44.94	c estimatedAdderCost: 33
44.72/44.94	c Try to convert by bdds
44.72/44.95	c D: 1
44.72/44.95	c estimatedAdderCost: 33
44.72/44.95	c Try to convert by bdds
44.72/44.96	c D: 1
44.72/44.96	c estimatedAdderCost: 33
44.72/44.96	c Try to convert by bdds
44.72/44.98	c D: 1
44.72/44.98	c estimatedAdderCost: 33
44.72/44.98	c Try to convert by bdds
44.72/44.99	c D: 1
44.72/44.99	c estimatedAdderCost: 33
44.72/44.99	c Try to convert by bdds
44.72/45.00	c D: 1
44.72/45.00	c estimatedAdderCost: 33
44.72/45.00	c Try to convert by bdds
44.83/45.01	c D: 1
44.83/45.01	c estimatedAdderCost: 33
44.83/45.01	c Try to convert by bdds
44.83/45.03	c D: 1
44.83/45.03	c estimatedAdderCost: 33
44.83/45.03	c Try to convert by bdds
44.83/45.04	c D: 1
44.83/45.04	c estimatedAdderCost: 33
44.83/45.04	c Try to convert by bdds
44.83/45.05	c D: 1
44.83/45.05	c estimatedAdderCost: 33
44.83/45.05	c Try to convert by bdds
44.83/45.06	c D: 1
44.83/45.06	c estimatedAdderCost: 33
44.83/45.06	c Try to convert by bdds
44.83/45.07	c D: 1
44.83/45.07	c estimatedAdderCost: 33
44.83/45.07	c Try to convert by bdds
44.83/45.09	c D: 1
44.83/45.09	c estimatedAdderCost: 33
44.83/45.09	c Try to convert by bdds
44.83/45.10	c D: 1
44.83/45.10	c estimatedAdderCost: 33
44.83/45.10	c Try to convert by bdds
44.93/45.11	c D: 1
44.93/45.11	c estimatedAdderCost: 33
44.93/45.11	c Try to convert by bdds
44.93/45.12	c D: 1
44.93/45.12	c estimatedAdderCost: 33
44.93/45.12	c Try to convert by bdds
44.93/45.14	c D: 1
44.93/45.14	c estimatedAdderCost: 33
44.93/45.14	c Try to convert by bdds
44.93/45.15	c D: 1
44.93/45.15	c estimatedAdderCost: 33
44.93/45.15	c Try to convert by bdds
44.93/45.16	c D: 1
44.93/45.16	c estimatedAdderCost: 33
44.93/45.16	c Try to convert by bdds
44.93/45.17	c D: 1
44.93/45.17	c estimatedAdderCost: 33
44.93/45.17	c Try to convert by bdds
44.93/45.18	c D: 1
44.93/45.18	c estimatedAdderCost: 33
44.93/45.18	c Try to convert by bdds
45.02/45.20	c D: 1
45.02/45.20	c estimatedAdderCost: 33
45.02/45.20	c Try to convert by bdds
45.02/45.21	c D: 1
45.02/45.21	c estimatedAdderCost: 33
45.02/45.21	c Try to convert by bdds
45.02/45.22	c D: 1
45.02/45.22	c estimatedAdderCost: 33
45.02/45.22	c Try to convert by bdds
45.02/45.23	c D: 1
45.02/45.23	c estimatedAdderCost: 33
45.02/45.23	c Try to convert by bdds
45.02/45.25	c D: 1
45.02/45.25	c estimatedAdderCost: 33
45.02/45.25	c Try to convert by bdds
45.02/45.26	c D: 1
45.02/45.26	c estimatedAdderCost: 33
45.02/45.26	c Try to convert by bdds
45.02/45.27	c D: 1
45.02/45.27	c estimatedAdderCost: 33
45.02/45.27	c Try to convert by bdds
45.02/45.28	c D: 1
45.02/45.28	c estimatedAdderCost: 33
45.02/45.28	c Try to convert by bdds
45.02/45.29	c D: 1
45.02/45.29	c estimatedAdderCost: 33
45.02/45.29	c Try to convert by bdds
45.12/45.31	c D: 1
45.12/45.31	c estimatedAdderCost: 33
45.12/45.31	c Try to convert by bdds
45.12/45.32	c D: 1
45.12/45.32	c estimatedAdderCost: 33
45.12/45.32	c Try to convert by bdds
45.12/45.33	c D: 1
45.12/45.33	c estimatedAdderCost: 33
45.12/45.33	c Try to convert by bdds
45.12/45.34	c D: 1
45.12/45.34	c estimatedAdderCost: 33
45.12/45.34	c Try to convert by bdds
45.12/45.36	c D: 1
45.12/45.36	c estimatedAdderCost: 33
45.12/45.36	c Try to convert by bdds
45.12/45.37	c D: 1
45.12/45.37	c estimatedAdderCost: 33
45.12/45.37	c Try to convert by bdds
45.12/45.38	c D: 1
45.12/45.38	c estimatedAdderCost: 33
45.12/45.38	c Try to convert by bdds
45.12/45.39	c D: 1
45.12/45.39	c estimatedAdderCost: 33
45.12/45.39	c Try to convert by bdds
45.22/45.40	c D: 1
45.22/45.40	c estimatedAdderCost: 33
45.22/45.40	c Try to convert by bdds
45.22/45.42	c D: 1
45.22/45.42	c estimatedAdderCost: 33
45.22/45.42	c Try to convert by bdds
45.22/45.43	c D: 1
45.22/45.43	c estimatedAdderCost: 33
45.22/45.43	c Try to convert by bdds
45.22/45.44	c D: 1
45.22/45.44	c estimatedAdderCost: 33
45.22/45.44	c Try to convert by bdds
45.22/45.45	c D: 1
45.22/45.45	c estimatedAdderCost: 33
45.22/45.45	c Try to convert by bdds
45.22/45.46	c D: 1
45.22/45.46	c estimatedAdderCost: 33
45.22/45.46	c Try to convert by bdds
45.22/45.48	c D: 1
45.22/45.48	c estimatedAdderCost: 33
45.22/45.48	c Try to convert by bdds
45.22/45.49	c D: 1
45.22/45.49	c estimatedAdderCost: 33
45.22/45.49	c Try to convert by bdds
45.31/45.50	c D: 1
45.31/45.50	c estimatedAdderCost: 33
45.31/45.50	c Try to convert by bdds
45.31/45.51	c D: 1
45.31/45.51	c estimatedAdderCost: 33
45.31/45.51	c Try to convert by bdds
45.31/45.53	c D: 1
45.31/45.53	c estimatedAdderCost: 33
45.31/45.53	c Try to convert by bdds
45.31/45.54	c D: 1
45.31/45.54	c estimatedAdderCost: 33
45.31/45.54	c Try to convert by bdds
45.31/45.55	c D: 1
45.31/45.55	c estimatedAdderCost: 33
45.31/45.55	c Try to convert by bdds
45.31/45.56	c D: 1
45.31/45.56	c estimatedAdderCost: 33
45.31/45.56	c Try to convert by bdds
45.31/45.57	c D: 1
45.31/45.57	c estimatedAdderCost: 33
45.31/45.57	c Try to convert by bdds
45.31/45.59	c D: 1
45.31/45.59	c estimatedAdderCost: 33
45.31/45.59	c Try to convert by bdds
45.41/45.60	c D: 1
45.41/45.60	c estimatedAdderCost: 33
45.41/45.60	c Try to convert by bdds
45.41/45.61	c D: 1
45.41/45.61	c estimatedAdderCost: 33
45.41/45.61	c Try to convert by bdds
45.41/45.62	c D: 1
45.41/45.62	c estimatedAdderCost: 33
45.41/45.62	c Try to convert by bdds
45.41/45.63	c D: 1
45.41/45.63	c estimatedAdderCost: 33
45.41/45.63	c Try to convert by bdds
45.41/45.65	c D: 1
45.41/45.65	c estimatedAdderCost: 33
45.41/45.65	c Try to convert by bdds
45.41/45.66	c D: 1
45.41/45.66	c estimatedAdderCost: 33
45.41/45.66	c Try to convert by bdds
45.41/45.67	c D: 1
45.41/45.67	c estimatedAdderCost: 33
45.41/45.67	c Try to convert by bdds
45.41/45.68	c D: 1
45.41/45.68	c estimatedAdderCost: 33
45.41/45.68	c Try to convert by bdds
45.51/45.70	c D: 1
45.51/45.70	c estimatedAdderCost: 33
45.51/45.70	c Try to convert by bdds
45.51/45.71	c D: 1
45.51/45.71	c estimatedAdderCost: 33
45.51/45.71	c Try to convert by bdds
45.51/45.72	c D: 1
45.51/45.72	c estimatedAdderCost: 33
45.51/45.72	c Try to convert by bdds
45.51/45.73	c D: 1
45.51/45.73	c estimatedAdderCost: 33
45.51/45.73	c Try to convert by bdds
45.51/45.74	c D: 1
45.51/45.74	c estimatedAdderCost: 33
45.51/45.74	c Try to convert by bdds
45.51/45.76	c D: 1
45.51/45.76	c estimatedAdderCost: 33
45.51/45.76	c Try to convert by bdds
45.51/45.77	c D: 1
45.51/45.77	c estimatedAdderCost: 33
45.51/45.77	c Try to convert by bdds
45.51/45.78	c D: 1
45.51/45.78	c estimatedAdderCost: 33
45.51/45.78	c Try to convert by bdds
45.51/45.79	c D: 1
45.51/45.79	c estimatedAdderCost: 33
45.51/45.79	c Try to convert by bdds
45.61/45.80	c D: 1
45.61/45.80	c estimatedAdderCost: 33
45.61/45.80	c Try to convert by bdds
45.61/45.82	c D: 1
45.61/45.82	c estimatedAdderCost: 33
45.61/45.82	c Try to convert by bdds
45.61/45.83	c D: 1
45.61/45.83	c estimatedAdderCost: 33
45.61/45.83	c Try to convert by bdds
45.61/45.84	c D: 1
45.61/45.84	c estimatedAdderCost: 33
45.61/45.84	c Try to convert by bdds
45.61/45.85	c D: 1
45.61/45.85	c estimatedAdderCost: 33
45.61/45.85	c Try to convert by bdds
45.61/45.87	c D: 1
45.61/45.87	c estimatedAdderCost: 33
45.61/45.87	c Try to convert by bdds
45.61/45.88	c D: 1
45.61/45.88	c estimatedAdderCost: 33
45.61/45.88	c Try to convert by bdds
45.61/45.89	c D: 1
45.61/45.89	c estimatedAdderCost: 33
45.61/45.89	c Try to convert by bdds
45.71/45.90	c D: 1
45.71/45.90	c estimatedAdderCost: 25
45.71/45.90	c Try to convert by bdds
45.71/45.91	c D: 1
45.71/45.91	c estimatedAdderCost: 25
45.71/45.91	c Try to convert by bdds
45.71/45.92	c D: 1
45.71/45.92	c estimatedAdderCost: 25
45.71/45.92	c Try to convert by bdds
45.71/45.92	c D: 1
45.71/45.92	c estimatedAdderCost: 25
45.71/45.92	c Try to convert by bdds
45.71/45.93	c D: 1
45.71/45.93	c estimatedAdderCost: 25
45.71/45.93	c Try to convert by bdds
45.71/45.94	c D: 1
45.71/45.94	c estimatedAdderCost: 25
45.71/45.94	c Try to convert by bdds
45.71/45.95	c D: 1
45.71/45.95	c estimatedAdderCost: 25
45.71/45.95	c Try to convert by bdds
45.71/45.95	c D: 1
45.71/45.95	c estimatedAdderCost: 25
45.71/45.95	c Try to convert by bdds
45.71/45.96	c D: 1
45.71/45.96	c estimatedAdderCost: 25
45.71/45.96	c Try to convert by bdds
45.71/45.97	c D: 1
45.71/45.97	c estimatedAdderCost: 25
45.71/45.97	c Try to convert by bdds
45.71/45.98	c D: 1
45.71/45.98	c estimatedAdderCost: 25
45.71/45.98	c Try to convert by bdds
45.71/45.98	c D: 1
45.71/45.98	c estimatedAdderCost: 25
45.71/45.98	c Try to convert by bdds
45.71/45.99	c D: 1
45.71/45.99	c estimatedAdderCost: 33
45.71/45.99	c Try to convert by bdds
45.71/46.00	c D: 1
45.71/46.00	c estimatedAdderCost: 33
45.71/46.00	c Try to convert by bdds
45.83/46.01	c D: 1
45.83/46.01	c estimatedAdderCost: 33
45.83/46.01	c Try to convert by bdds
45.83/46.03	c D: 1
45.83/46.03	c estimatedAdderCost: 33
45.83/46.03	c Try to convert by bdds
45.83/46.04	c D: 1
45.83/46.04	c estimatedAdderCost: 33
45.83/46.04	c Try to convert by bdds
45.83/46.05	c D: 1
45.83/46.05	c estimatedAdderCost: 33
45.83/46.05	c Try to convert by bdds
45.83/46.06	c D: 1
45.83/46.06	c estimatedAdderCost: 33
45.83/46.06	c Try to convert by bdds
45.83/46.07	c D: 1
45.83/46.07	c estimatedAdderCost: 33
45.83/46.07	c Try to convert by bdds
45.83/46.09	c D: 1
45.83/46.09	c estimatedAdderCost: 33
45.83/46.09	c Try to convert by bdds
45.83/46.10	c D: 1
45.83/46.10	c estimatedAdderCost: 33
45.83/46.10	c Try to convert by bdds
45.93/46.11	c D: 1
45.93/46.11	c estimatedAdderCost: 33
45.93/46.11	c Try to convert by bdds
45.93/46.12	c D: 1
45.93/46.12	c estimatedAdderCost: 33
45.93/46.12	c Try to convert by bdds
45.93/46.14	c D: 1
45.93/46.14	c estimatedAdderCost: 33
45.93/46.14	c Try to convert by bdds
45.93/46.15	c D: 1
45.93/46.15	c estimatedAdderCost: 33
45.93/46.15	c Try to convert by bdds
45.93/46.16	c D: 1
45.93/46.16	c estimatedAdderCost: 33
45.93/46.16	c Try to convert by bdds
45.93/46.17	c D: 1
45.93/46.17	c estimatedAdderCost: 33
45.93/46.17	c Try to convert by bdds
45.93/46.18	c D: 1
45.93/46.18	c estimatedAdderCost: 33
45.93/46.18	c Try to convert by bdds
46.01/46.20	c D: 1
46.01/46.20	c estimatedAdderCost: 33
46.01/46.20	c Try to convert by bdds
46.01/46.21	c D: 1
46.01/46.21	c estimatedAdderCost: 33
46.01/46.21	c Try to convert by bdds
46.01/46.22	c D: 1
46.01/46.22	c estimatedAdderCost: 33
46.01/46.22	c Try to convert by bdds
46.01/46.23	c D: 1
46.01/46.23	c estimatedAdderCost: 33
46.01/46.23	c Try to convert by bdds
46.01/46.24	c D: 1
46.01/46.24	c estimatedAdderCost: 33
46.01/46.24	c Try to convert by bdds
46.01/46.26	c D: 1
46.01/46.26	c estimatedAdderCost: 33
46.01/46.26	c Try to convert by bdds
46.01/46.27	c D: 1
46.01/46.27	c estimatedAdderCost: 33
46.01/46.27	c Try to convert by bdds
46.01/46.28	c D: 1
46.01/46.28	c estimatedAdderCost: 33
46.01/46.28	c Try to convert by bdds
46.01/46.29	c D: 1
46.01/46.29	c estimatedAdderCost: 33
46.01/46.29	c Try to convert by bdds
46.11/46.31	c D: 1
46.11/46.31	c estimatedAdderCost: 33
46.11/46.31	c Try to convert by bdds
46.11/46.32	c D: 1
46.11/46.32	c estimatedAdderCost: 33
46.11/46.32	c Try to convert by bdds
46.11/46.33	c D: 1
46.11/46.33	c estimatedAdderCost: 33
46.11/46.33	c Try to convert by bdds
46.11/46.34	c D: 1
46.11/46.34	c estimatedAdderCost: 33
46.11/46.34	c Try to convert by bdds
46.11/46.35	c D: 1
46.11/46.35	c estimatedAdderCost: 33
46.11/46.35	c Try to convert by bdds
46.11/46.37	c D: 1
46.11/46.37	c estimatedAdderCost: 33
46.11/46.37	c Try to convert by bdds
46.11/46.38	c D: 1
46.11/46.38	c estimatedAdderCost: 33
46.11/46.38	c Try to convert by bdds
46.11/46.39	c D: 1
46.11/46.39	c estimatedAdderCost: 33
46.11/46.39	c Try to convert by bdds
46.21/46.40	c D: 1
46.21/46.40	c estimatedAdderCost: 33
46.21/46.40	c Try to convert by bdds
46.21/46.41	c D: 1
46.21/46.41	c estimatedAdderCost: 33
46.21/46.41	c Try to convert by bdds
46.21/46.43	c D: 1
46.21/46.43	c estimatedAdderCost: 33
46.21/46.43	c Try to convert by bdds
46.21/46.44	c D: 1
46.21/46.44	c estimatedAdderCost: 33
46.21/46.44	c Try to convert by bdds
46.21/46.45	c D: 1
46.21/46.45	c estimatedAdderCost: 33
46.21/46.45	c Try to convert by bdds
46.21/46.46	c D: 1
46.21/46.46	c estimatedAdderCost: 33
46.21/46.46	c Try to convert by bdds
46.21/46.48	c D: 1
46.21/46.48	c estimatedAdderCost: 33
46.21/46.48	c Try to convert by bdds
46.21/46.49	c D: 1
46.21/46.49	c estimatedAdderCost: 33
46.21/46.49	c Try to convert by bdds
46.31/46.50	c D: 1
46.31/46.50	c estimatedAdderCost: 33
46.31/46.50	c Try to convert by bdds
46.31/46.51	c D: 1
46.31/46.51	c estimatedAdderCost: 33
46.31/46.51	c Try to convert by bdds
46.31/46.52	c D: 1
46.31/46.52	c estimatedAdderCost: 33
46.31/46.52	c Try to convert by bdds
46.31/46.54	c D: 1
46.31/46.54	c estimatedAdderCost: 33
46.31/46.54	c Try to convert by bdds
46.31/46.55	c D: 1
46.31/46.55	c estimatedAdderCost: 33
46.31/46.55	c Try to convert by bdds
46.31/46.56	c D: 1
46.31/46.56	c estimatedAdderCost: 33
46.31/46.56	c Try to convert by bdds
46.31/46.57	c D: 1
46.31/46.57	c estimatedAdderCost: 33
46.31/46.57	c Try to convert by bdds
46.31/46.59	c D: 1
46.31/46.59	c estimatedAdderCost: 33
46.31/46.59	c Try to convert by bdds
46.41/46.60	c D: 1
46.41/46.60	c estimatedAdderCost: 33
46.41/46.60	c Try to convert by bdds
46.41/46.61	c D: 1
46.41/46.61	c estimatedAdderCost: 33
46.41/46.61	c Try to convert by bdds
46.41/46.62	c D: 1
46.41/46.62	c estimatedAdderCost: 33
46.41/46.62	c Try to convert by bdds
46.41/46.63	c D: 1
46.41/46.63	c estimatedAdderCost: 33
46.41/46.63	c Try to convert by bdds
46.41/46.65	c D: 1
46.41/46.65	c estimatedAdderCost: 33
46.41/46.65	c Try to convert by bdds
46.41/46.66	c D: 1
46.41/46.66	c estimatedAdderCost: 33
46.41/46.66	c Try to convert by bdds
46.41/46.67	c D: 1
46.41/46.67	c estimatedAdderCost: 33
46.41/46.67	c Try to convert by bdds
46.41/46.68	c D: 1
46.41/46.68	c estimatedAdderCost: 33
46.41/46.68	c Try to convert by bdds
46.41/46.69	c D: 1
46.41/46.69	c estimatedAdderCost: 33
46.41/46.69	c Try to convert by bdds
46.51/46.71	c D: 1
46.51/46.71	c estimatedAdderCost: 33
46.51/46.71	c Try to convert by bdds
46.51/46.72	c D: 1
46.51/46.72	c estimatedAdderCost: 33
46.51/46.72	c Try to convert by bdds
46.51/46.73	c D: 1
46.51/46.73	c estimatedAdderCost: 33
46.51/46.73	c Try to convert by bdds
46.51/46.74	c D: 1
46.51/46.74	c estimatedAdderCost: 33
46.51/46.74	c Try to convert by bdds
46.51/46.76	c D: 1
46.51/46.76	c estimatedAdderCost: 33
46.51/46.76	c Try to convert by bdds
46.51/46.77	c D: 1
46.51/46.77	c estimatedAdderCost: 33
46.51/46.77	c Try to convert by bdds
46.51/46.78	c D: 1
46.51/46.78	c estimatedAdderCost: 33
46.51/46.78	c Try to convert by bdds
46.51/46.79	c D: 1
46.51/46.79	c estimatedAdderCost: 33
46.51/46.79	c Try to convert by bdds
46.61/46.80	c D: 1
46.61/46.80	c estimatedAdderCost: 33
46.61/46.80	c Try to convert by bdds
46.61/46.82	c D: 1
46.61/46.82	c estimatedAdderCost: 33
46.61/46.82	c Try to convert by bdds
46.61/46.83	c D: 1
46.61/46.83	c estimatedAdderCost: 33
46.61/46.83	c Try to convert by bdds
46.61/46.84	c D: 1
46.61/46.84	c estimatedAdderCost: 33
46.61/46.84	c Try to convert by bdds
46.61/46.85	c D: 1
46.61/46.85	c estimatedAdderCost: 33
46.61/46.85	c Try to convert by bdds
46.61/46.87	c D: 1
46.61/46.87	c estimatedAdderCost: 33
46.61/46.87	c Try to convert by bdds
46.61/46.88	c D: 1
46.61/46.88	c estimatedAdderCost: 33
46.61/46.88	c Try to convert by bdds
46.61/46.89	c D: 1
46.61/46.89	c estimatedAdderCost: 33
46.61/46.89	c Try to convert by bdds
46.71/46.90	c D: 1
46.71/46.90	c estimatedAdderCost: 33
46.71/46.90	c Try to convert by bdds
46.71/46.91	c D: 1
46.71/46.91	c estimatedAdderCost: 33
46.71/46.91	c Try to convert by bdds
46.71/46.93	c D: 1
46.71/46.93	c estimatedAdderCost: 33
46.71/46.93	c Try to convert by bdds
46.71/46.94	c D: 1
46.71/46.94	c estimatedAdderCost: 33
46.71/46.94	c Try to convert by bdds
46.71/46.95	c D: 1
46.71/46.95	c estimatedAdderCost: 33
46.71/46.95	c Try to convert by bdds
46.71/46.96	c D: 1
46.71/46.96	c estimatedAdderCost: 33
46.71/46.96	c Try to convert by bdds
46.71/46.97	c D: 1
46.71/46.97	c estimatedAdderCost: 33
46.71/46.97	c Try to convert by bdds
46.71/46.99	c D: 1
46.71/46.99	c estimatedAdderCost: 33
46.71/46.99	c Try to convert by bdds
46.71/47.00	c D: 1
46.71/47.00	c estimatedAdderCost: 33
46.71/47.00	c Try to convert by bdds
46.82/47.01	c D: 1
46.82/47.01	c estimatedAdderCost: 33
46.82/47.01	c Try to convert by bdds
46.82/47.02	c D: 1
46.82/47.02	c estimatedAdderCost: 33
46.82/47.02	c Try to convert by bdds
46.82/47.04	c D: 1
46.82/47.04	c estimatedAdderCost: 33
46.82/47.04	c Try to convert by bdds
46.82/47.05	c D: 1
46.82/47.05	c estimatedAdderCost: 33
46.82/47.05	c Try to convert by bdds
46.82/47.06	c D: 1
46.82/47.06	c estimatedAdderCost: 33
46.82/47.06	c Try to convert by bdds
46.82/47.07	c D: 1
46.82/47.07	c estimatedAdderCost: 33
46.82/47.07	c Try to convert by bdds
46.82/47.08	c D: 1
46.82/47.08	c estimatedAdderCost: 25
46.82/47.08	c Try to convert by bdds
46.82/47.09	c D: 1
46.82/47.09	c estimatedAdderCost: 25
46.82/47.09	c Try to convert by bdds
46.82/47.10	c D: 1
46.82/47.10	c estimatedAdderCost: 25
46.82/47.10	c Try to convert by bdds
46.82/47.11	c D: 1
46.82/47.11	c estimatedAdderCost: 25
46.82/47.11	c Try to convert by bdds
46.92/47.11	c D: 1
46.92/47.11	c estimatedAdderCost: 25
46.92/47.11	c Try to convert by bdds
46.92/47.12	c D: 1
46.92/47.12	c estimatedAdderCost: 25
46.92/47.12	c Try to convert by bdds
46.92/47.13	c D: 1
46.92/47.13	c estimatedAdderCost: 25
46.92/47.13	c Try to convert by bdds
46.92/47.14	c D: 1
46.92/47.14	c estimatedAdderCost: 25
46.92/47.14	c Try to convert by bdds
46.92/47.14	c D: 1
46.92/47.14	c estimatedAdderCost: 25
46.92/47.14	c Try to convert by bdds
46.92/47.15	c D: 1
46.92/47.15	c estimatedAdderCost: 25
46.92/47.15	c Try to convert by bdds
46.92/47.16	c D: 1
46.92/47.16	c estimatedAdderCost: 25
46.92/47.16	c Try to convert by bdds
46.92/47.16	c D: 1
46.92/47.16	c estimatedAdderCost: 25
46.92/47.16	c Try to convert by bdds
46.92/47.17	c D: 1
46.92/47.17	c estimatedAdderCost: 25
46.92/47.17	c Try to convert by bdds
46.92/47.18	c D: 1
46.92/47.18	c estimatedAdderCost: 25
46.92/47.18	c Try to convert by bdds
46.92/47.19	c D: 1
46.92/47.19	c estimatedAdderCost: 33
46.92/47.19	c Try to convert by bdds
47.01/47.20	c D: 1
47.01/47.20	c estimatedAdderCost: 33
47.01/47.20	c Try to convert by bdds
47.01/47.21	c D: 1
47.01/47.21	c estimatedAdderCost: 33
47.01/47.21	c Try to convert by bdds
47.01/47.22	c D: 1
47.01/47.22	c estimatedAdderCost: 33
47.01/47.22	c Try to convert by bdds
47.01/47.24	c D: 1
47.01/47.24	c estimatedAdderCost: 33
47.01/47.24	c Try to convert by bdds
47.01/47.25	c D: 1
47.01/47.25	c estimatedAdderCost: 33
47.01/47.25	c Try to convert by bdds
47.01/47.26	c D: 1
47.01/47.26	c estimatedAdderCost: 33
47.01/47.26	c Try to convert by bdds
47.01/47.27	c D: 1
47.01/47.27	c estimatedAdderCost: 33
47.01/47.27	c Try to convert by bdds
47.01/47.28	c D: 1
47.01/47.28	c estimatedAdderCost: 33
47.01/47.28	c Try to convert by bdds
47.11/47.30	c D: 1
47.11/47.30	c estimatedAdderCost: 33
47.11/47.30	c Try to convert by bdds
47.11/47.31	c D: 1
47.11/47.31	c estimatedAdderCost: 33
47.11/47.31	c Try to convert by bdds
47.11/47.32	c D: 1
47.11/47.32	c estimatedAdderCost: 33
47.11/47.32	c Try to convert by bdds
47.11/47.33	c D: 1
47.11/47.33	c estimatedAdderCost: 33
47.11/47.33	c Try to convert by bdds
47.11/47.35	c D: 1
47.11/47.35	c estimatedAdderCost: 33
47.11/47.35	c Try to convert by bdds
47.11/47.36	c D: 1
47.11/47.36	c estimatedAdderCost: 25
47.11/47.36	c Try to convert by bdds
47.11/47.36	c D: 1
47.11/47.36	c estimatedAdderCost: 25
47.11/47.36	c Try to convert by bdds
47.11/47.37	c D: 1
47.11/47.37	c estimatedAdderCost: 33
47.11/47.37	c Try to convert by bdds
47.11/47.38	c D: 1
47.11/47.38	c estimatedAdderCost: 33
47.11/47.38	c Try to convert by bdds
47.21/47.40	c D: 1
47.21/47.40	c estimatedAdderCost: 33
47.21/47.40	c Try to convert by bdds
47.21/47.41	c D: 1
47.21/47.41	c estimatedAdderCost: 33
47.21/47.41	c Try to convert by bdds
47.21/47.42	c D: 1
47.21/47.42	c estimatedAdderCost: 33
47.21/47.42	c Try to convert by bdds
47.21/47.43	c D: 1
47.21/47.43	c estimatedAdderCost: 33
47.21/47.43	c Try to convert by bdds
47.21/47.45	c D: 1
47.21/47.45	c estimatedAdderCost: 33
47.21/47.45	c Try to convert by bdds
47.21/47.46	c D: 1
47.21/47.46	c estimatedAdderCost: 33
47.21/47.46	c Try to convert by bdds
47.21/47.47	c D: 1
47.21/47.47	c estimatedAdderCost: 33
47.21/47.47	c Try to convert by bdds
47.21/47.48	c D: 1
47.21/47.48	c estimatedAdderCost: 33
47.21/47.48	c Try to convert by bdds
47.21/47.49	c D: 1
47.21/47.49	c estimatedAdderCost: 33
47.21/47.49	c Try to convert by bdds
47.31/47.51	c D: 1
47.31/47.51	c estimatedAdderCost: 33
47.31/47.51	c Try to convert by bdds
47.31/47.52	c D: 1
47.31/47.52	c estimatedAdderCost: 33
47.31/47.52	c Try to convert by bdds
47.31/47.53	c D: 1
47.31/47.53	c estimatedAdderCost: 33
47.31/47.53	c Try to convert by bdds
47.31/47.54	c D: 1
47.31/47.54	c estimatedAdderCost: 33
47.31/47.54	c Try to convert by bdds
47.31/47.55	c D: 1
47.31/47.55	c estimatedAdderCost: 33
47.31/47.55	c Try to convert by bdds
47.31/47.57	c D: 1
47.31/47.57	c estimatedAdderCost: 33
47.31/47.57	c Try to convert by bdds
47.31/47.58	c D: 1
47.31/47.58	c estimatedAdderCost: 33
47.31/47.58	c Try to convert by bdds
47.31/47.59	c D: 1
47.31/47.59	c estimatedAdderCost: 33
47.31/47.59	c Try to convert by bdds
47.41/47.60	c D: 1
47.41/47.60	c estimatedAdderCost: 33
47.41/47.60	c Try to convert by bdds
47.41/47.62	c D: 1
47.41/47.62	c estimatedAdderCost: 33
47.41/47.62	c Try to convert by bdds
47.41/47.63	c D: 1
47.41/47.63	c estimatedAdderCost: 33
47.41/47.63	c Try to convert by bdds
47.41/47.64	c D: 1
47.41/47.64	c estimatedAdderCost: 33
47.41/47.64	c Try to convert by bdds
47.41/47.65	c D: 1
47.41/47.65	c estimatedAdderCost: 33
47.41/47.65	c Try to convert by bdds
47.41/47.66	c D: 1
47.41/47.66	c estimatedAdderCost: 33
47.41/47.66	c Try to convert by bdds
47.41/47.68	c D: 1
47.41/47.68	c estimatedAdderCost: 33
47.41/47.68	c Try to convert by bdds
47.41/47.69	c D: 1
47.41/47.69	c estimatedAdderCost: 33
47.41/47.69	c Try to convert by bdds
47.51/47.70	c D: 1
47.51/47.70	c estimatedAdderCost: 25
47.51/47.70	c Try to convert by bdds
47.51/47.71	c D: 1
47.51/47.71	c estimatedAdderCost: 25
47.51/47.71	c Try to convert by bdds
47.51/47.72	c D: 1
47.51/47.72	c estimatedAdderCost: 25
47.51/47.72	c Try to convert by bdds
47.51/47.72	c D: 1
47.51/47.72	c estimatedAdderCost: 33
47.51/47.72	c Try to convert by bdds
47.51/47.73	c D: 1
47.51/47.73	c estimatedAdderCost: 33
47.51/47.73	c Try to convert by bdds
47.51/47.75	c D: 1
47.51/47.75	c estimatedAdderCost: 33
47.51/47.75	c Try to convert by bdds
47.51/47.76	c D: 1
47.51/47.76	c estimatedAdderCost: 33
47.51/47.76	c Try to convert by bdds
47.51/47.77	c D: 1
47.51/47.77	c estimatedAdderCost: 33
47.51/47.77	c Try to convert by bdds
47.51/47.78	c D: 1
47.51/47.78	c estimatedAdderCost: 33
47.51/47.78	c Try to convert by bdds
47.61/47.80	c D: 1
47.61/47.80	c estimatedAdderCost: 33
47.61/47.80	c Try to convert by bdds
47.61/47.81	c D: 1
47.61/47.81	c estimatedAdderCost: 33
47.61/47.81	c Try to convert by bdds
47.61/47.82	c D: 1
47.61/47.82	c estimatedAdderCost: 33
47.61/47.82	c Try to convert by bdds
47.61/47.83	c D: 1
47.61/47.83	c estimatedAdderCost: 33
47.61/47.83	c Try to convert by bdds
47.61/47.85	c D: 1
47.61/47.85	c estimatedAdderCost: 33
47.61/47.85	c Try to convert by bdds
47.61/47.86	c D: 1
47.61/47.86	c estimatedAdderCost: 33
47.61/47.86	c Try to convert by bdds
47.61/47.87	c D: 1
47.61/47.87	c estimatedAdderCost: 33
47.61/47.87	c Try to convert by bdds
47.61/47.88	c D: 1
47.61/47.88	c estimatedAdderCost: 33
47.61/47.88	c Try to convert by bdds
47.61/47.89	c D: 1
47.61/47.89	c estimatedAdderCost: 33
47.61/47.89	c Try to convert by bdds
47.71/47.91	c D: 1
47.71/47.91	c estimatedAdderCost: 33
47.71/47.91	c Try to convert by bdds
47.71/47.92	c D: 1
47.71/47.92	c estimatedAdderCost: 33
47.71/47.92	c Try to convert by bdds
47.71/47.93	c D: 1
47.71/47.93	c estimatedAdderCost: 33
47.71/47.93	c Try to convert by bdds
47.71/47.94	c D: 1
47.71/47.94	c estimatedAdderCost: 33
47.71/47.94	c Try to convert by bdds
47.71/47.96	c D: 1
47.71/47.96	c estimatedAdderCost: 33
47.71/47.96	c Try to convert by bdds
47.71/47.97	c D: 1
47.71/47.97	c estimatedAdderCost: 33
47.71/47.97	c Try to convert by bdds
47.71/47.98	c D: 1
47.71/47.98	c estimatedAdderCost: 33
47.71/47.98	c Try to convert by bdds
47.71/47.99	c D: 1
47.71/47.99	c estimatedAdderCost: 33
47.71/47.99	c Try to convert by bdds
47.71/48.00	c D: 1
47.71/48.00	c estimatedAdderCost: 33
47.71/48.00	c Try to convert by bdds
47.82/48.02	c D: 1
47.82/48.02	c estimatedAdderCost: 33
47.82/48.02	c Try to convert by bdds
47.82/48.03	c D: 1
47.82/48.03	c estimatedAdderCost: 33
47.82/48.03	c Try to convert by bdds
47.82/48.04	c D: 1
47.82/48.04	c estimatedAdderCost: 33
47.82/48.04	c Try to convert by bdds
47.82/48.05	c D: 1
47.82/48.05	c estimatedAdderCost: 33
47.82/48.05	c Try to convert by bdds
47.82/48.07	c D: 1
47.82/48.07	c estimatedAdderCost: 33
47.82/48.07	c Try to convert by bdds
47.82/48.08	c D: 1
47.82/48.08	c estimatedAdderCost: 33
47.82/48.08	c Try to convert by bdds
47.82/48.09	c D: 1
47.82/48.09	c estimatedAdderCost: 33
47.82/48.09	c Try to convert by bdds
47.82/48.10	c D: 1
47.82/48.10	c estimatedAdderCost: 33
47.82/48.10	c Try to convert by bdds
47.92/48.11	c D: 1
47.92/48.11	c estimatedAdderCost: 33
47.92/48.11	c Try to convert by bdds
47.92/48.13	c D: 1
47.92/48.13	c estimatedAdderCost: 33
47.92/48.13	c Try to convert by bdds
47.92/48.14	c D: 1
47.92/48.14	c estimatedAdderCost: 33
47.92/48.14	c Try to convert by bdds
47.92/48.15	c D: 1
47.92/48.15	c estimatedAdderCost: 33
47.92/48.15	c Try to convert by bdds
47.92/48.16	c D: 1
47.92/48.16	c estimatedAdderCost: 33
47.92/48.16	c Try to convert by bdds
47.92/48.17	c D: 1
47.92/48.17	c estimatedAdderCost: 33
47.92/48.17	c Try to convert by bdds
47.92/48.19	c D: 1
47.92/48.19	c estimatedAdderCost: 33
47.92/48.19	c Try to convert by bdds
48.01/48.20	c D: 1
48.01/48.20	c estimatedAdderCost: 25
48.01/48.20	c Try to convert by bdds
48.01/48.21	c D: 1
48.01/48.21	c estimatedAdderCost: 25
48.01/48.21	c Try to convert by bdds
48.01/48.21	c D: 1
48.01/48.21	c estimatedAdderCost: 25
48.01/48.21	c Try to convert by bdds
48.01/48.22	c D: 1
48.01/48.22	c estimatedAdderCost: 25
48.01/48.22	c Try to convert by bdds
48.01/48.23	c D: 1
48.01/48.23	c estimatedAdderCost: 33
48.01/48.23	c Try to convert by bdds
48.01/48.24	c D: 1
48.01/48.24	c estimatedAdderCost: 33
48.01/48.24	c Try to convert by bdds
48.01/48.25	c D: 1
48.01/48.25	c estimatedAdderCost: 33
48.01/48.25	c Try to convert by bdds
48.01/48.27	c D: 1
48.01/48.27	c estimatedAdderCost: 33
48.01/48.27	c Try to convert by bdds
48.01/48.28	c D: 1
48.01/48.28	c estimatedAdderCost: 33
48.01/48.28	c Try to convert by bdds
48.01/48.29	c D: 1
48.01/48.29	c estimatedAdderCost: 33
48.01/48.29	c Try to convert by bdds
48.11/48.30	c D: 1
48.11/48.30	c estimatedAdderCost: 33
48.11/48.30	c Try to convert by bdds
48.11/48.31	c D: 1
48.11/48.31	c estimatedAdderCost: 33
48.11/48.31	c Try to convert by bdds
48.11/48.33	c D: 1
48.11/48.33	c estimatedAdderCost: 33
48.11/48.33	c Try to convert by bdds
48.11/48.34	c D: 1
48.11/48.34	c estimatedAdderCost: 33
48.11/48.34	c Try to convert by bdds
48.11/48.35	c D: 1
48.11/48.35	c estimatedAdderCost: 33
48.11/48.35	c Try to convert by bdds
48.11/48.36	c D: 1
48.11/48.36	c estimatedAdderCost: 33
48.11/48.36	c Try to convert by bdds
48.11/48.38	c D: 1
48.11/48.38	c estimatedAdderCost: 33
48.11/48.38	c Try to convert by bdds
48.11/48.39	c D: 1
48.11/48.39	c estimatedAdderCost: 33
48.11/48.39	c Try to convert by bdds
48.21/48.40	c D: 1
48.21/48.40	c estimatedAdderCost: 33
48.21/48.40	c Try to convert by bdds
48.21/48.41	c D: 1
48.21/48.41	c estimatedAdderCost: 33
48.21/48.41	c Try to convert by bdds
48.21/48.43	c D: 1
48.21/48.43	c estimatedAdderCost: 33
48.21/48.43	c Try to convert by bdds
48.21/48.44	c D: 1
48.21/48.44	c estimatedAdderCost: 33
48.21/48.44	c Try to convert by bdds
48.21/48.45	c D: 1
48.21/48.45	c estimatedAdderCost: 33
48.21/48.45	c Try to convert by bdds
48.21/48.46	c D: 1
48.21/48.46	c estimatedAdderCost: 33
48.21/48.46	c Try to convert by bdds
48.21/48.47	c D: 1
48.21/48.47	c estimatedAdderCost: 33
48.21/48.47	c Try to convert by bdds
48.21/48.49	c D: 1
48.21/48.49	c estimatedAdderCost: 33
48.21/48.49	c Try to convert by bdds
48.31/48.50	c D: 1
48.31/48.50	c estimatedAdderCost: 33
48.31/48.50	c Try to convert by bdds
48.31/48.51	c D: 1
48.31/48.51	c estimatedAdderCost: 33
48.31/48.51	c Try to convert by bdds
48.31/48.52	c D: 1
48.31/48.52	c estimatedAdderCost: 33
48.31/48.52	c Try to convert by bdds
48.31/48.54	c D: 1
48.31/48.54	c estimatedAdderCost: 33
48.31/48.54	c Try to convert by bdds
48.31/48.55	c D: 1
48.31/48.55	c estimatedAdderCost: 33
48.31/48.55	c Try to convert by bdds
48.31/48.56	c D: 1
48.31/48.56	c estimatedAdderCost: 33
48.31/48.56	c Try to convert by bdds
48.31/48.57	c D: 1
48.31/48.57	c estimatedAdderCost: 33
48.31/48.57	c Try to convert by bdds
48.31/48.58	c D: 1
48.31/48.58	c estimatedAdderCost: 33
48.31/48.58	c Try to convert by bdds
48.41/48.60	c D: 1
48.41/48.60	c estimatedAdderCost: 33
48.41/48.60	c Try to convert by bdds
48.41/48.61	c D: 1
48.41/48.61	c estimatedAdderCost: 33
48.41/48.61	c Try to convert by bdds
48.41/48.62	c D: 1
48.41/48.62	c estimatedAdderCost: 33
48.41/48.62	c Try to convert by bdds
48.41/48.63	c D: 1
48.41/48.63	c estimatedAdderCost: 33
48.41/48.63	c Try to convert by bdds
48.41/48.65	c D: 1
48.41/48.65	c estimatedAdderCost: 33
48.41/48.65	c Try to convert by bdds
48.41/48.66	c D: 1
48.41/48.66	c estimatedAdderCost: 33
48.41/48.66	c Try to convert by bdds
48.41/48.67	c D: 1
48.41/48.67	c estimatedAdderCost: 33
48.41/48.67	c Try to convert by bdds
48.41/48.68	c D: 1
48.41/48.68	c estimatedAdderCost: 33
48.41/48.68	c Try to convert by bdds
48.41/48.69	c D: 1
48.41/48.69	c estimatedAdderCost: 33
48.41/48.69	c Try to convert by bdds
48.50/48.71	c D: 1
48.50/48.71	c estimatedAdderCost: 33
48.50/48.71	c Try to convert by bdds
48.50/48.72	c D: 1
48.50/48.72	c estimatedAdderCost: 33
48.50/48.72	c Try to convert by bdds
48.50/48.73	c D: 1
48.50/48.73	c estimatedAdderCost: 33
48.50/48.73	c Try to convert by bdds
48.50/48.74	c D: 1
48.50/48.74	c estimatedAdderCost: 33
48.50/48.74	c Try to convert by bdds
48.50/48.76	c D: 1
48.50/48.76	c estimatedAdderCost: 33
48.50/48.76	c Try to convert by bdds
48.50/48.77	c D: 1
48.50/48.77	c estimatedAdderCost: 33
48.50/48.77	c Try to convert by bdds
48.50/48.78	c D: 1
48.50/48.78	c estimatedAdderCost: 33
48.50/48.78	c Try to convert by bdds
48.50/48.79	c D: 1
48.50/48.79	c estimatedAdderCost: 33
48.50/48.79	c Try to convert by bdds
48.60/48.80	c D: 1
48.60/48.80	c estimatedAdderCost: 33
48.60/48.80	c Try to convert by bdds
48.60/48.82	c D: 1
48.60/48.82	c estimatedAdderCost: 33
48.60/48.82	c Try to convert by bdds
48.60/48.83	c D: 1
48.60/48.83	c estimatedAdderCost: 33
48.60/48.83	c Try to convert by bdds
48.60/48.84	c D: 1
48.60/48.84	c estimatedAdderCost: 25
48.60/48.84	c Try to convert by bdds
48.60/48.85	c D: 1
48.60/48.85	c estimatedAdderCost: 25
48.60/48.85	c Try to convert by bdds
48.60/48.86	c D: 1
48.60/48.86	c estimatedAdderCost: 25
48.60/48.86	c Try to convert by bdds
48.60/48.86	c D: 1
48.60/48.86	c estimatedAdderCost: 25
48.60/48.86	c Try to convert by bdds
48.60/48.87	c D: 1
48.60/48.87	c estimatedAdderCost: 25
48.60/48.87	c Try to convert by bdds
48.60/48.88	c D: 1
48.60/48.88	c estimatedAdderCost: 33
48.60/48.88	c Try to convert by bdds
48.60/48.89	c D: 1
48.60/48.89	c estimatedAdderCost: 33
48.60/48.89	c Try to convert by bdds
48.70/48.90	c D: 1
48.70/48.90	c estimatedAdderCost: 33
48.70/48.90	c Try to convert by bdds
48.70/48.91	c D: 1
48.70/48.91	c estimatedAdderCost: 33
48.70/48.91	c Try to convert by bdds
48.70/48.93	c D: 1
48.70/48.93	c estimatedAdderCost: 33
48.70/48.93	c Try to convert by bdds
48.70/48.94	c D: 1
48.70/48.94	c estimatedAdderCost: 33
48.70/48.94	c Try to convert by bdds
48.70/48.95	c D: 1
48.70/48.95	c estimatedAdderCost: 33
48.70/48.95	c Try to convert by bdds
48.70/48.96	c D: 1
48.70/48.96	c estimatedAdderCost: 33
48.70/48.96	c Try to convert by bdds
48.70/48.98	c D: 1
48.70/48.98	c estimatedAdderCost: 33
48.70/48.98	c Try to convert by bdds
48.70/48.99	c D: 1
48.70/48.99	c estimatedAdderCost: 33
48.70/48.99	c Try to convert by bdds
48.70/49.00	c D: 1
48.70/49.00	c estimatedAdderCost: 33
48.70/49.00	c Try to convert by bdds
48.82/49.01	c D: 1
48.82/49.01	c estimatedAdderCost: 33
48.82/49.01	c Try to convert by bdds
48.82/49.02	c D: 1
48.82/49.02	c estimatedAdderCost: 33
48.82/49.02	c Try to convert by bdds
48.82/49.04	c D: 1
48.82/49.04	c estimatedAdderCost: 33
48.82/49.04	c Try to convert by bdds
48.82/49.05	c D: 1
48.82/49.05	c estimatedAdderCost: 33
48.82/49.05	c Try to convert by bdds
48.82/49.06	c D: 1
48.82/49.06	c estimatedAdderCost: 33
48.82/49.06	c Try to convert by bdds
48.82/49.07	c D: 1
48.82/49.07	c estimatedAdderCost: 33
48.82/49.07	c Try to convert by bdds
48.82/49.08	c D: 1
48.82/49.08	c estimatedAdderCost: 33
48.82/49.08	c Try to convert by bdds
48.82/49.10	c D: 1
48.82/49.10	c estimatedAdderCost: 33
48.82/49.10	c Try to convert by bdds
48.92/49.11	c D: 1
48.92/49.11	c estimatedAdderCost: 33
48.92/49.11	c Try to convert by bdds
48.92/49.12	c D: 1
48.92/49.12	c estimatedAdderCost: 33
48.92/49.12	c Try to convert by bdds
48.92/49.13	c D: 1
48.92/49.13	c estimatedAdderCost: 33
48.92/49.13	c Try to convert by bdds
48.92/49.15	c D: 1
48.92/49.15	c estimatedAdderCost: 33
48.92/49.15	c Try to convert by bdds
48.92/49.16	c D: 1
48.92/49.16	c estimatedAdderCost: 33
48.92/49.16	c Try to convert by bdds
48.92/49.17	c D: 1
48.92/49.17	c estimatedAdderCost: 33
48.92/49.17	c Try to convert by bdds
48.92/49.18	c D: 1
48.92/49.18	c estimatedAdderCost: 33
48.92/49.18	c Try to convert by bdds
48.92/49.19	c D: 1
48.92/49.19	c estimatedAdderCost: 33
48.92/49.19	c Try to convert by bdds
49.00/49.21	c D: 1
49.00/49.21	c estimatedAdderCost: 33
49.00/49.21	c Try to convert by bdds
49.00/49.22	c D: 1
49.00/49.22	c estimatedAdderCost: 33
49.00/49.22	c Try to convert by bdds
49.00/49.23	c D: 1
49.00/49.23	c estimatedAdderCost: 33
49.00/49.23	c Try to convert by bdds
49.00/49.24	c D: 1
49.00/49.24	c estimatedAdderCost: 33
49.00/49.24	c Try to convert by bdds
49.00/49.25	c D: 1
49.00/49.25	c estimatedAdderCost: 33
49.00/49.25	c Try to convert by bdds
49.00/49.27	c D: 1
49.00/49.27	c estimatedAdderCost: 33
49.00/49.27	c Try to convert by bdds
49.00/49.28	c D: 1
49.00/49.28	c estimatedAdderCost: 33
49.00/49.28	c Try to convert by bdds
49.00/49.29	c D: 1
49.00/49.29	c estimatedAdderCost: 33
49.00/49.29	c Try to convert by bdds
49.10/49.30	c D: 1
49.10/49.30	c estimatedAdderCost: 33
49.10/49.30	c Try to convert by bdds
49.10/49.32	c D: 1
49.10/49.32	c estimatedAdderCost: 33
49.10/49.32	c Try to convert by bdds
49.10/49.33	c D: 1
49.10/49.33	c estimatedAdderCost: 33
49.10/49.33	c Try to convert by bdds
49.10/49.34	c D: 1
49.10/49.34	c estimatedAdderCost: 33
49.10/49.34	c Try to convert by bdds
49.10/49.35	c D: 1
49.10/49.35	c estimatedAdderCost: 33
49.10/49.35	c Try to convert by bdds
49.10/49.36	c D: 1
49.10/49.36	c estimatedAdderCost: 33
49.10/49.36	c Try to convert by bdds
49.10/49.38	c D: 1
49.10/49.38	c estimatedAdderCost: 33
49.10/49.38	c Try to convert by bdds
49.10/49.39	c D: 1
49.10/49.39	c estimatedAdderCost: 33
49.10/49.39	c Try to convert by bdds
49.20/49.40	c D: 1
49.20/49.40	c estimatedAdderCost: 33
49.20/49.40	c Try to convert by bdds
49.20/49.41	c D: 1
49.20/49.41	c estimatedAdderCost: 33
49.20/49.41	c Try to convert by bdds
49.20/49.42	c D: 1
49.20/49.42	c estimatedAdderCost: 33
49.20/49.42	c Try to convert by bdds
49.20/49.44	c D: 1
49.20/49.44	c estimatedAdderCost: 33
49.20/49.44	c Try to convert by bdds
49.20/49.45	c D: 1
49.20/49.45	c estimatedAdderCost: 33
49.20/49.45	c Try to convert by bdds
49.20/49.46	c D: 1
49.20/49.46	c estimatedAdderCost: 33
49.20/49.46	c Try to convert by bdds
49.20/49.47	c D: 1
49.20/49.47	c estimatedAdderCost: 33
49.20/49.47	c Try to convert by bdds
49.20/49.49	c D: 1
49.20/49.49	c estimatedAdderCost: 33
49.20/49.49	c Try to convert by bdds
49.30/49.50	c D: 1
49.30/49.50	c estimatedAdderCost: 33
49.30/49.50	c Try to convert by bdds
49.30/49.51	c D: 1
49.30/49.51	c estimatedAdderCost: 33
49.30/49.51	c Try to convert by bdds
49.30/49.52	c D: 1
49.30/49.52	c estimatedAdderCost: 33
49.30/49.52	c Try to convert by bdds
49.30/49.54	c D: 1
49.30/49.54	c estimatedAdderCost: 33
49.30/49.54	c Try to convert by bdds
49.30/49.55	c D: 1
49.30/49.55	c estimatedAdderCost: 33
49.30/49.55	c Try to convert by bdds
49.30/49.56	c D: 1
49.30/49.56	c estimatedAdderCost: 33
49.30/49.56	c Try to convert by bdds
49.30/49.57	c D: 1
49.30/49.57	c estimatedAdderCost: 33
49.30/49.57	c Try to convert by bdds
49.30/49.58	c D: 1
49.30/49.58	c estimatedAdderCost: 33
49.30/49.58	c Try to convert by bdds
49.40/49.60	c D: 1
49.40/49.60	c estimatedAdderCost: 33
49.40/49.60	c Try to convert by bdds
49.40/49.61	c D: 1
49.40/49.61	c estimatedAdderCost: 25
49.40/49.61	c Try to convert by bdds
49.40/49.62	c D: 1
49.40/49.62	c estimatedAdderCost: 25
49.40/49.62	c Try to convert by bdds
49.40/49.62	c D: 1
49.40/49.62	c estimatedAdderCost: 25
49.40/49.62	c Try to convert by bdds
49.40/49.63	c D: 1
49.40/49.63	c estimatedAdderCost: 25
49.40/49.63	c Try to convert by bdds
49.40/49.64	c D: 1
49.40/49.64	c estimatedAdderCost: 25
49.40/49.64	c Try to convert by bdds
49.40/49.65	c D: 1
49.40/49.65	c estimatedAdderCost: 25
49.40/49.65	c Try to convert by bdds
49.40/49.65	c D: 1
49.40/49.65	c estimatedAdderCost: 33
49.40/49.65	c Try to convert by bdds
49.40/49.67	c D: 1
49.40/49.67	c estimatedAdderCost: 33
49.40/49.67	c Try to convert by bdds
49.40/49.68	c D: 1
49.40/49.68	c estimatedAdderCost: 33
49.40/49.68	c Try to convert by bdds
49.40/49.69	c D: 1
49.40/49.69	c estimatedAdderCost: 33
49.40/49.69	c Try to convert by bdds
49.50/49.70	c D: 1
49.50/49.70	c estimatedAdderCost: 33
49.50/49.70	c Try to convert by bdds
49.50/49.71	c D: 1
49.50/49.71	c estimatedAdderCost: 33
49.50/49.71	c Try to convert by bdds
49.50/49.73	c D: 1
49.50/49.73	c estimatedAdderCost: 33
49.50/49.73	c Try to convert by bdds
49.50/49.74	c D: 1
49.50/49.74	c estimatedAdderCost: 33
49.50/49.74	c Try to convert by bdds
49.50/49.75	c D: 1
49.50/49.75	c estimatedAdderCost: 33
49.50/49.75	c Try to convert by bdds
49.50/49.76	c D: 1
49.50/49.76	c estimatedAdderCost: 33
49.50/49.76	c Try to convert by bdds
49.50/49.78	c D: 1
49.50/49.78	c estimatedAdderCost: 33
49.50/49.78	c Try to convert by bdds
49.50/49.79	c D: 1
49.50/49.79	c estimatedAdderCost: 33
49.50/49.79	c Try to convert by bdds
49.60/49.80	c D: 1
49.60/49.80	c estimatedAdderCost: 33
49.60/49.80	c Try to convert by bdds
49.60/49.81	c D: 1
49.60/49.81	c estimatedAdderCost: 33
49.60/49.81	c Try to convert by bdds
49.60/49.82	c D: 1
49.60/49.82	c estimatedAdderCost: 33
49.60/49.82	c Try to convert by bdds
49.60/49.84	c D: 1
49.60/49.84	c estimatedAdderCost: 33
49.60/49.84	c Try to convert by bdds
49.60/49.85	c D: 1
49.60/49.85	c estimatedAdderCost: 33
49.60/49.85	c Try to convert by bdds
49.60/49.86	c D: 1
49.60/49.86	c estimatedAdderCost: 33
49.60/49.86	c Try to convert by bdds
49.60/49.87	c D: 1
49.60/49.87	c estimatedAdderCost: 33
49.60/49.87	c Try to convert by bdds
49.60/49.89	c D: 1
49.60/49.89	c estimatedAdderCost: 33
49.60/49.89	c Try to convert by bdds
49.70/49.90	c D: 1
49.70/49.90	c estimatedAdderCost: 33
49.70/49.90	c Try to convert by bdds
49.70/49.91	c D: 1
49.70/49.91	c estimatedAdderCost: 33
49.70/49.91	c Try to convert by bdds
49.70/49.92	c D: 1
49.70/49.92	c estimatedAdderCost: 33
49.70/49.92	c Try to convert by bdds
49.70/49.93	c D: 1
49.70/49.93	c estimatedAdderCost: 33
49.70/49.93	c Try to convert by bdds
49.70/49.95	c D: 1
49.70/49.95	c estimatedAdderCost: 33
49.70/49.95	c Try to convert by bdds
49.70/49.96	c D: 1
49.70/49.96	c estimatedAdderCost: 33
49.70/49.96	c Try to convert by bdds
49.70/49.97	c D: 1
49.70/49.97	c estimatedAdderCost: 33
49.70/49.97	c Try to convert by bdds
49.70/49.98	c D: 1
49.70/49.98	c estimatedAdderCost: 33
49.70/49.98	c Try to convert by bdds
49.70/50.00	c D: 1
49.70/50.00	c estimatedAdderCost: 33
49.70/50.00	c Try to convert by bdds
49.70/50.01	c D: 1
49.70/50.01	c estimatedAdderCost: 33
49.70/50.01	c Try to convert by bdds
49.81/50.02	c D: 1
49.81/50.02	c estimatedAdderCost: 33
49.81/50.02	c Try to convert by bdds
49.81/50.03	c D: 1
49.81/50.03	c estimatedAdderCost: 33
49.81/50.03	c Try to convert by bdds
49.81/50.04	c D: 1
49.81/50.04	c estimatedAdderCost: 33
49.81/50.04	c Try to convert by bdds
49.81/50.06	c D: 1
49.81/50.06	c estimatedAdderCost: 33
49.81/50.06	c Try to convert by bdds
49.81/50.07	c D: 1
49.81/50.07	c estimatedAdderCost: 33
49.81/50.07	c Try to convert by bdds
49.81/50.08	c D: 1
49.81/50.08	c estimatedAdderCost: 33
49.81/50.08	c Try to convert by bdds
49.81/50.09	c D: 1
49.81/50.09	c estimatedAdderCost: 33
49.81/50.09	c Try to convert by bdds
49.81/50.11	c D: 1
49.81/50.11	c estimatedAdderCost: 33
49.81/50.11	c Try to convert by bdds
49.91/50.12	c D: 1
49.91/50.12	c estimatedAdderCost: 33
49.91/50.12	c Try to convert by bdds
49.91/50.13	c D: 1
49.91/50.13	c estimatedAdderCost: 33
49.91/50.13	c Try to convert by bdds
49.91/50.14	c D: 1
49.91/50.14	c estimatedAdderCost: 33
49.91/50.14	c Try to convert by bdds
49.91/50.15	c D: 1
49.91/50.15	c estimatedAdderCost: 33
49.91/50.15	c Try to convert by bdds
49.91/50.17	c D: 1
49.91/50.17	c estimatedAdderCost: 33
49.91/50.17	c Try to convert by bdds
49.91/50.18	c D: 1
49.91/50.18	c estimatedAdderCost: 33
49.91/50.18	c Try to convert by bdds
49.91/50.19	c D: 1
49.91/50.19	c estimatedAdderCost: 33
49.91/50.19	c Try to convert by bdds
50.00/50.20	c D: 1
50.00/50.20	c estimatedAdderCost: 33
50.00/50.20	c Try to convert by bdds
50.00/50.22	c D: 1
50.00/50.22	c estimatedAdderCost: 33
50.00/50.22	c Try to convert by bdds
50.00/50.23	c D: 1
50.00/50.23	c estimatedAdderCost: 33
50.00/50.23	c Try to convert by bdds
50.00/50.24	c D: 1
50.00/50.24	c estimatedAdderCost: 33
50.00/50.24	c Try to convert by bdds
50.00/50.25	c D: 1
50.00/50.25	c estimatedAdderCost: 33
50.00/50.25	c Try to convert by bdds
50.00/50.26	c D: 1
50.00/50.26	c estimatedAdderCost: 33
50.00/50.26	c Try to convert by bdds
50.00/50.28	c D: 1
50.00/50.28	c estimatedAdderCost: 33
50.00/50.28	c Try to convert by bdds
50.00/50.29	c D: 1
50.00/50.29	c estimatedAdderCost: 33
50.00/50.29	c Try to convert by bdds
50.10/50.30	c D: 1
50.10/50.30	c estimatedAdderCost: 33
50.10/50.30	c Try to convert by bdds
50.10/50.31	c D: 1
50.10/50.31	c estimatedAdderCost: 33
50.10/50.31	c Try to convert by bdds
50.10/50.33	c D: 1
50.10/50.33	c estimatedAdderCost: 33
50.10/50.33	c Try to convert by bdds
50.10/50.34	c D: 1
50.10/50.34	c estimatedAdderCost: 33
50.10/50.34	c Try to convert by bdds
50.10/50.35	c D: 1
50.10/50.35	c estimatedAdderCost: 33
50.10/50.35	c Try to convert by bdds
50.10/50.36	c D: 1
50.10/50.36	c estimatedAdderCost: 33
50.10/50.36	c Try to convert by bdds
50.10/50.37	c D: 1
50.10/50.37	c estimatedAdderCost: 33
50.10/50.37	c Try to convert by bdds
50.10/50.39	c D: 1
50.10/50.39	c estimatedAdderCost: 33
50.10/50.39	c Try to convert by bdds
50.20/50.40	c D: 1
50.20/50.40	c estimatedAdderCost: 33
50.20/50.40	c Try to convert by bdds
50.20/50.41	c D: 1
50.20/50.41	c estimatedAdderCost: 33
50.20/50.41	c Try to convert by bdds
50.20/50.42	c D: 1
50.20/50.42	c estimatedAdderCost: 33
50.20/50.42	c Try to convert by bdds
50.20/50.44	c D: 1
50.20/50.44	c estimatedAdderCost: 33
50.20/50.44	c Try to convert by bdds
50.20/50.45	c D: 1
50.20/50.45	c estimatedAdderCost: 33
50.20/50.45	c Try to convert by bdds
50.20/50.46	c D: 1
50.20/50.46	c estimatedAdderCost: 33
50.20/50.46	c Try to convert by bdds
50.20/50.47	c D: 1
50.20/50.47	c estimatedAdderCost: 33
50.20/50.47	c Try to convert by bdds
50.20/50.48	c D: 1
50.20/50.48	c estimatedAdderCost: 33
50.20/50.48	c Try to convert by bdds
50.30/50.50	c D: 1
50.30/50.50	c estimatedAdderCost: 25
50.30/50.50	c Try to convert by bdds
50.30/50.50	c D: 1
50.30/50.50	c estimatedAdderCost: 25
50.30/50.50	c Try to convert by bdds
50.30/50.51	c D: 1
50.30/50.51	c estimatedAdderCost: 25
50.30/50.51	c Try to convert by bdds
50.30/50.52	c D: 1
50.30/50.52	c estimatedAdderCost: 25
50.30/50.52	c Try to convert by bdds
50.30/50.53	c D: 1
50.30/50.53	c estimatedAdderCost: 25
50.30/50.53	c Try to convert by bdds
50.30/50.53	c D: 1
50.30/50.53	c estimatedAdderCost: 25
50.30/50.53	c Try to convert by bdds
50.30/50.54	c D: 1
50.30/50.54	c estimatedAdderCost: 25
50.30/50.54	c Try to convert by bdds
50.30/50.55	c D: 1
50.30/50.55	c estimatedAdderCost: 33
50.30/50.55	c Try to convert by bdds
50.30/50.56	c D: 1
50.30/50.56	c estimatedAdderCost: 33
50.30/50.56	c Try to convert by bdds
50.30/50.57	c D: 1
50.30/50.57	c estimatedAdderCost: 33
50.30/50.57	c Try to convert by bdds
50.30/50.58	c D: 1
50.30/50.58	c estimatedAdderCost: 33
50.30/50.58	c Try to convert by bdds
50.40/50.60	c D: 1
50.40/50.60	c estimatedAdderCost: 33
50.40/50.60	c Try to convert by bdds
50.40/50.61	c D: 1
50.40/50.61	c estimatedAdderCost: 33
50.40/50.61	c Try to convert by bdds
50.40/50.62	c D: 1
50.40/50.62	c estimatedAdderCost: 33
50.40/50.62	c Try to convert by bdds
50.40/50.63	c D: 1
50.40/50.63	c estimatedAdderCost: 33
50.40/50.63	c Try to convert by bdds
50.40/50.65	c D: 1
50.40/50.65	c estimatedAdderCost: 33
50.40/50.65	c Try to convert by bdds
50.40/50.66	c D: 1
50.40/50.66	c estimatedAdderCost: 33
50.40/50.66	c Try to convert by bdds
50.40/50.67	c D: 1
50.40/50.67	c estimatedAdderCost: 33
50.40/50.67	c Try to convert by bdds
50.40/50.68	c D: 1
50.40/50.68	c estimatedAdderCost: 33
50.40/50.68	c Try to convert by bdds
50.40/50.69	c D: 1
50.40/50.69	c estimatedAdderCost: 33
50.40/50.69	c Try to convert by bdds
50.50/50.71	c D: 1
50.50/50.71	c estimatedAdderCost: 33
50.50/50.71	c Try to convert by bdds
50.50/50.72	c D: 1
50.50/50.72	c estimatedAdderCost: 33
50.50/50.72	c Try to convert by bdds
50.50/50.73	c D: 1
50.50/50.73	c estimatedAdderCost: 33
50.50/50.73	c Try to convert by bdds
50.50/50.74	c D: 1
50.50/50.74	c estimatedAdderCost: 33
50.50/50.74	c Try to convert by bdds
50.50/50.76	c D: 1
50.50/50.76	c estimatedAdderCost: 33
50.50/50.76	c Try to convert by bdds
50.50/50.77	c D: 1
50.50/50.77	c estimatedAdderCost: 33
50.50/50.77	c Try to convert by bdds
50.50/50.78	c D: 1
50.50/50.78	c estimatedAdderCost: 33
50.50/50.78	c Try to convert by bdds
50.50/50.79	c D: 1
50.50/50.79	c estimatedAdderCost: 33
50.50/50.79	c Try to convert by bdds
50.60/50.81	c D: 1
50.60/50.81	c estimatedAdderCost: 33
50.60/50.81	c Try to convert by bdds
50.60/50.82	c D: 1
50.60/50.82	c estimatedAdderCost: 33
50.60/50.82	c Try to convert by bdds
50.60/50.83	c D: 1
50.60/50.83	c estimatedAdderCost: 33
50.60/50.83	c Try to convert by bdds
50.60/50.84	c D: 1
50.60/50.84	c estimatedAdderCost: 33
50.60/50.84	c Try to convert by bdds
50.60/50.85	c D: 1
50.60/50.85	c estimatedAdderCost: 33
50.60/50.85	c Try to convert by bdds
50.60/50.87	c D: 1
50.60/50.87	c estimatedAdderCost: 33
50.60/50.87	c Try to convert by bdds
50.60/50.88	c D: 1
50.60/50.88	c estimatedAdderCost: 33
50.60/50.88	c Try to convert by bdds
50.60/50.89	c D: 1
50.60/50.89	c estimatedAdderCost: 33
50.60/50.89	c Try to convert by bdds
50.70/50.90	c D: 1
50.70/50.90	c estimatedAdderCost: 33
50.70/50.90	c Try to convert by bdds
50.70/50.92	c D: 1
50.70/50.92	c estimatedAdderCost: 33
50.70/50.92	c Try to convert by bdds
50.70/50.93	c D: 1
50.70/50.93	c estimatedAdderCost: 33
50.70/50.93	c Try to convert by bdds
50.70/50.94	c D: 1
50.70/50.94	c estimatedAdderCost: 33
50.70/50.94	c Try to convert by bdds
50.70/50.95	c D: 1
50.70/50.95	c estimatedAdderCost: 33
50.70/50.95	c Try to convert by bdds
50.70/50.96	c D: 1
50.70/50.96	c estimatedAdderCost: 33
50.70/50.96	c Try to convert by bdds
50.70/50.98	c D: 1
50.70/50.98	c estimatedAdderCost: 33
50.70/50.98	c Try to convert by bdds
50.70/50.99	c D: 1
50.70/50.99	c estimatedAdderCost: 33
50.70/50.99	c Try to convert by bdds
50.70/51.00	c D: 1
50.70/51.00	c estimatedAdderCost: 33
50.70/51.00	c Try to convert by bdds
50.81/51.01	c D: 1
50.81/51.01	c estimatedAdderCost: 33
50.81/51.01	c Try to convert by bdds
50.81/51.03	c D: 1
50.81/51.03	c estimatedAdderCost: 33
50.81/51.03	c Try to convert by bdds
50.81/51.04	c D: 1
50.81/51.04	c estimatedAdderCost: 33
50.81/51.04	c Try to convert by bdds
50.81/51.05	c D: 1
50.81/51.05	c estimatedAdderCost: 33
50.81/51.05	c Try to convert by bdds
50.81/51.06	c D: 1
50.81/51.06	c estimatedAdderCost: 33
50.81/51.06	c Try to convert by bdds
50.81/51.07	c D: 1
50.81/51.07	c estimatedAdderCost: 33
50.81/51.07	c Try to convert by bdds
50.81/51.09	c D: 1
50.81/51.09	c estimatedAdderCost: 33
50.81/51.09	c Try to convert by bdds
50.81/51.10	c D: 1
50.81/51.10	c estimatedAdderCost: 33
50.81/51.10	c Try to convert by bdds
50.91/51.11	c D: 1
50.91/51.11	c estimatedAdderCost: 33
50.91/51.11	c Try to convert by bdds
50.91/51.12	c D: 1
50.91/51.12	c estimatedAdderCost: 33
50.91/51.12	c Try to convert by bdds
50.91/51.14	c D: 1
50.91/51.14	c estimatedAdderCost: 33
50.91/51.14	c Try to convert by bdds
50.91/51.15	c D: 1
50.91/51.15	c estimatedAdderCost: 33
50.91/51.15	c Try to convert by bdds
50.91/51.16	c D: 1
50.91/51.16	c estimatedAdderCost: 33
50.91/51.16	c Try to convert by bdds
50.91/51.17	c D: 1
50.91/51.17	c estimatedAdderCost: 33
50.91/51.17	c Try to convert by bdds
50.91/51.18	c D: 1
50.91/51.18	c estimatedAdderCost: 33
50.91/51.18	c Try to convert by bdds
51.00/51.20	c D: 1
51.00/51.20	c estimatedAdderCost: 33
51.00/51.20	c Try to convert by bdds
51.00/51.21	c D: 1
51.00/51.21	c estimatedAdderCost: 33
51.00/51.21	c Try to convert by bdds
51.00/51.22	c D: 1
51.00/51.22	c estimatedAdderCost: 33
51.00/51.22	c Try to convert by bdds
51.00/51.23	c D: 1
51.00/51.23	c estimatedAdderCost: 33
51.00/51.23	c Try to convert by bdds
51.00/51.24	c D: 1
51.00/51.24	c estimatedAdderCost: 33
51.00/51.24	c Try to convert by bdds
51.00/51.26	c D: 1
51.00/51.26	c estimatedAdderCost: 33
51.00/51.26	c Try to convert by bdds
51.00/51.27	c D: 1
51.00/51.27	c estimatedAdderCost: 33
51.00/51.27	c Try to convert by bdds
51.00/51.28	c D: 1
51.00/51.28	c estimatedAdderCost: 33
51.00/51.28	c Try to convert by bdds
51.00/51.29	c D: 1
51.00/51.29	c estimatedAdderCost: 33
51.00/51.29	c Try to convert by bdds
51.10/51.31	c D: 1
51.10/51.31	c estimatedAdderCost: 33
51.10/51.31	c Try to convert by bdds
51.10/51.32	c D: 1
51.10/51.32	c estimatedAdderCost: 33
51.10/51.32	c Try to convert by bdds
51.10/51.33	c D: 1
51.10/51.33	c estimatedAdderCost: 33
51.10/51.33	c Try to convert by bdds
51.10/51.34	c D: 1
51.10/51.34	c estimatedAdderCost: 33
51.10/51.34	c Try to convert by bdds
51.10/51.35	c D: 1
51.10/51.35	c estimatedAdderCost: 33
51.10/51.35	c Try to convert by bdds
51.10/51.37	c D: 1
51.10/51.37	c estimatedAdderCost: 33
51.10/51.37	c Try to convert by bdds
51.10/51.38	c D: 1
51.10/51.38	c estimatedAdderCost: 33
51.10/51.38	c Try to convert by bdds
51.10/51.39	c D: 1
51.10/51.39	c estimatedAdderCost: 33
51.10/51.39	c Try to convert by bdds
51.20/51.40	c D: 1
51.20/51.40	c estimatedAdderCost: 33
51.20/51.40	c Try to convert by bdds
51.20/51.41	c D: 1
51.20/51.41	c estimatedAdderCost: 33
51.20/51.41	c Try to convert by bdds
51.20/51.43	c D: 1
51.20/51.43	c estimatedAdderCost: 33
51.20/51.43	c Try to convert by bdds
51.20/51.44	c D: 1
51.20/51.44	c estimatedAdderCost: 33
51.20/51.44	c Try to convert by bdds
51.20/51.45	c D: 1
51.20/51.45	c estimatedAdderCost: 33
51.20/51.45	c Try to convert by bdds
51.20/51.46	c D: 1
51.20/51.46	c estimatedAdderCost: 33
51.20/51.46	c Try to convert by bdds
51.20/51.48	c D: 1
51.20/51.48	c estimatedAdderCost: 33
51.20/51.48	c Try to convert by bdds
51.20/51.49	c D: 1
51.20/51.49	c estimatedAdderCost: 25
51.20/51.49	c Try to convert by bdds
51.30/51.50	c D: 1
51.30/51.50	c estimatedAdderCost: 25
51.30/51.50	c Try to convert by bdds
51.30/51.50	c D: 1
51.30/51.50	c estimatedAdderCost: 25
51.30/51.50	c Try to convert by bdds
51.30/51.51	c D: 1
51.30/51.51	c estimatedAdderCost: 25
51.30/51.51	c Try to convert by bdds
51.30/51.52	c D: 1
51.30/51.52	c estimatedAdderCost: 25
51.30/51.52	c Try to convert by bdds
51.30/51.52	c D: 1
51.30/51.52	c estimatedAdderCost: 25
51.30/51.52	c Try to convert by bdds
51.30/51.53	c D: 1
51.30/51.53	c estimatedAdderCost: 25
51.30/51.53	c Try to convert by bdds
51.30/51.54	c D: 1
51.30/51.54	c estimatedAdderCost: 25
51.30/51.54	c Try to convert by bdds
51.30/51.55	c D: 1
51.30/51.55	c estimatedAdderCost: 33
51.30/51.55	c Try to convert by bdds
51.30/51.56	c D: 1
51.30/51.56	c estimatedAdderCost: 33
51.30/51.56	c Try to convert by bdds
51.30/51.57	c D: 1
51.30/51.57	c estimatedAdderCost: 33
51.30/51.57	c Try to convert by bdds
51.30/51.58	c D: 1
51.30/51.58	c estimatedAdderCost: 33
51.30/51.58	c Try to convert by bdds
51.30/51.59	c D: 1
51.30/51.59	c estimatedAdderCost: 33
51.30/51.59	c Try to convert by bdds
51.40/51.61	c D: 1
51.40/51.61	c estimatedAdderCost: 33
51.40/51.61	c Try to convert by bdds
51.40/51.62	c D: 1
51.40/51.62	c estimatedAdderCost: 33
51.40/51.62	c Try to convert by bdds
51.40/51.63	c D: 1
51.40/51.63	c estimatedAdderCost: 33
51.40/51.63	c Try to convert by bdds
51.40/51.64	c D: 1
51.40/51.64	c estimatedAdderCost: 33
51.40/51.64	c Try to convert by bdds
51.40/51.66	c D: 1
51.40/51.66	c estimatedAdderCost: 33
51.40/51.66	c Try to convert by bdds
51.40/51.67	c D: 1
51.40/51.67	c estimatedAdderCost: 33
51.40/51.67	c Try to convert by bdds
51.40/51.68	c D: 1
51.40/51.68	c estimatedAdderCost: 33
51.40/51.68	c Try to convert by bdds
51.40/51.69	c D: 1
51.40/51.69	c estimatedAdderCost: 33
51.40/51.69	c Try to convert by bdds
51.50/51.70	c D: 1
51.50/51.70	c estimatedAdderCost: 33
51.50/51.70	c Try to convert by bdds
51.50/51.72	c D: 1
51.50/51.72	c estimatedAdderCost: 33
51.50/51.72	c Try to convert by bdds
51.50/51.73	c D: 1
51.50/51.73	c estimatedAdderCost: 33
51.50/51.73	c Try to convert by bdds
51.50/51.74	c D: 1
51.50/51.74	c estimatedAdderCost: 33
51.50/51.74	c Try to convert by bdds
51.50/51.75	c D: 1
51.50/51.75	c estimatedAdderCost: 33
51.50/51.75	c Try to convert by bdds
51.50/51.76	c D: 1
51.50/51.76	c estimatedAdderCost: 33
51.50/51.76	c Try to convert by bdds
51.50/51.78	c D: 1
51.50/51.78	c estimatedAdderCost: 33
51.50/51.78	c Try to convert by bdds
51.50/51.79	c D: 1
51.50/51.79	c estimatedAdderCost: 33
51.50/51.79	c Try to convert by bdds
51.60/51.80	c D: 1
51.60/51.80	c estimatedAdderCost: 33
51.60/51.80	c Try to convert by bdds
51.60/51.81	c D: 1
51.60/51.81	c estimatedAdderCost: 33
51.60/51.81	c Try to convert by bdds
51.60/51.83	c D: 1
51.60/51.83	c estimatedAdderCost: 33
51.60/51.83	c Try to convert by bdds
51.60/51.84	c D: 1
51.60/51.84	c estimatedAdderCost: 33
51.60/51.84	c Try to convert by bdds
51.60/51.85	c D: 1
51.60/51.85	c estimatedAdderCost: 33
51.60/51.85	c Try to convert by bdds
51.60/51.86	c D: 1
51.60/51.86	c estimatedAdderCost: 33
51.60/51.86	c Try to convert by bdds
51.60/51.87	c D: 1
51.60/51.87	c estimatedAdderCost: 33
51.60/51.87	c Try to convert by bdds
51.60/51.89	c D: 1
51.60/51.89	c estimatedAdderCost: 33
51.60/51.89	c Try to convert by bdds
51.69/51.90	c D: 1
51.69/51.90	c estimatedAdderCost: 33
51.69/51.90	c Try to convert by bdds
51.69/51.91	c D: 1
51.69/51.91	c estimatedAdderCost: 33
51.69/51.91	c Try to convert by bdds
51.69/51.92	c D: 1
51.69/51.92	c estimatedAdderCost: 33
51.69/51.92	c Try to convert by bdds
51.69/51.93	c D: 1
51.69/51.93	c estimatedAdderCost: 33
51.69/51.93	c Try to convert by bdds
51.69/51.95	c D: 1
51.69/51.95	c estimatedAdderCost: 33
51.69/51.95	c Try to convert by bdds
51.69/51.96	c D: 1
51.69/51.96	c estimatedAdderCost: 33
51.69/51.96	c Try to convert by bdds
51.69/51.97	c D: 1
51.69/51.97	c estimatedAdderCost: 33
51.69/51.97	c Try to convert by bdds
51.69/51.98	c D: 1
51.69/51.98	c estimatedAdderCost: 33
51.69/51.98	c Try to convert by bdds
51.69/52.00	c D: 1
51.69/52.00	c estimatedAdderCost: 33
51.69/52.00	c Try to convert by bdds
51.69/52.01	c D: 1
51.69/52.01	c estimatedAdderCost: 33
51.69/52.01	c Try to convert by bdds
51.81/52.02	c D: 1
51.81/52.02	c estimatedAdderCost: 33
51.81/52.02	c Try to convert by bdds
51.81/52.03	c D: 1
51.81/52.03	c estimatedAdderCost: 33
51.81/52.03	c Try to convert by bdds
51.81/52.04	c D: 1
51.81/52.04	c estimatedAdderCost: 33
51.81/52.04	c Try to convert by bdds
51.81/52.06	c D: 1
51.81/52.06	c estimatedAdderCost: 33
51.81/52.06	c Try to convert by bdds
51.81/52.07	c D: 1
51.81/52.07	c estimatedAdderCost: 33
51.81/52.07	c Try to convert by bdds
51.81/52.08	c D: 1
51.81/52.08	c estimatedAdderCost: 33
51.81/52.08	c Try to convert by bdds
51.81/52.09	c D: 1
51.81/52.09	c estimatedAdderCost: 33
51.81/52.09	c Try to convert by bdds
51.81/52.10	c D: 1
51.81/52.10	c estimatedAdderCost: 33
51.81/52.10	c Try to convert by bdds
51.91/52.12	c D: 1
51.91/52.12	c estimatedAdderCost: 33
51.91/52.12	c Try to convert by bdds
51.91/52.13	c D: 1
51.91/52.13	c estimatedAdderCost: 33
51.91/52.13	c Try to convert by bdds
51.91/52.14	c D: 1
51.91/52.14	c estimatedAdderCost: 33
51.91/52.14	c Try to convert by bdds
51.91/52.15	c D: 1
51.91/52.15	c estimatedAdderCost: 33
51.91/52.15	c Try to convert by bdds
51.91/52.17	c D: 1
51.91/52.17	c estimatedAdderCost: 33
51.91/52.17	c Try to convert by bdds
51.91/52.18	c D: 1
51.91/52.18	c estimatedAdderCost: 33
51.91/52.18	c Try to convert by bdds
51.91/52.19	c D: 1
51.91/52.19	c estimatedAdderCost: 33
51.91/52.19	c Try to convert by bdds
51.99/52.20	c D: 1
51.99/52.20	c estimatedAdderCost: 33
51.99/52.20	c Try to convert by bdds
51.99/52.21	c D: 1
51.99/52.21	c estimatedAdderCost: 33
51.99/52.21	c Try to convert by bdds
51.99/52.23	c D: 1
51.99/52.23	c estimatedAdderCost: 33
51.99/52.23	c Try to convert by bdds
51.99/52.24	c D: 1
51.99/52.24	c estimatedAdderCost: 33
51.99/52.24	c Try to convert by bdds
51.99/52.25	c D: 1
51.99/52.25	c estimatedAdderCost: 33
51.99/52.25	c Try to convert by bdds
51.99/52.26	c D: 1
51.99/52.26	c estimatedAdderCost: 33
51.99/52.26	c Try to convert by bdds
51.99/52.28	c D: 1
51.99/52.28	c estimatedAdderCost: 33
51.99/52.28	c Try to convert by bdds
51.99/52.29	c D: 1
51.99/52.29	c estimatedAdderCost: 33
51.99/52.29	c Try to convert by bdds
52.09/52.30	c D: 1
52.09/52.30	c estimatedAdderCost: 33
52.09/52.30	c Try to convert by bdds
52.09/52.31	c D: 1
52.09/52.31	c estimatedAdderCost: 33
52.09/52.31	c Try to convert by bdds
52.09/52.32	c D: 1
52.09/52.32	c estimatedAdderCost: 33
52.09/52.32	c Try to convert by bdds
52.09/52.34	c D: 1
52.09/52.34	c estimatedAdderCost: 33
52.09/52.34	c Try to convert by bdds
52.09/52.35	c D: 1
52.09/52.35	c estimatedAdderCost: 33
52.09/52.35	c Try to convert by bdds
52.09/52.36	c D: 1
52.09/52.36	c estimatedAdderCost: 33
52.09/52.36	c Try to convert by bdds
52.09/52.37	c D: 1
52.09/52.37	c estimatedAdderCost: 33
52.09/52.37	c Try to convert by bdds
52.09/52.39	c D: 1
52.09/52.39	c estimatedAdderCost: 33
52.09/52.39	c Try to convert by bdds
52.19/52.40	c D: 1
52.19/52.40	c estimatedAdderCost: 33
52.19/52.40	c Try to convert by bdds
52.19/52.41	c D: 1
52.19/52.41	c estimatedAdderCost: 33
52.19/52.41	c Try to convert by bdds
52.19/52.42	c D: 1
52.19/52.42	c estimatedAdderCost: 33
52.19/52.42	c Try to convert by bdds
52.19/52.43	c D: 1
52.19/52.43	c estimatedAdderCost: 33
52.19/52.43	c Try to convert by bdds
52.19/52.45	c D: 1
52.19/52.45	c estimatedAdderCost: 33
52.19/52.45	c Try to convert by bdds
52.19/52.46	c D: 1
52.19/52.46	c estimatedAdderCost: 33
52.19/52.46	c Try to convert by bdds
52.19/52.47	c D: 1
52.19/52.47	c estimatedAdderCost: 33
52.19/52.47	c Try to convert by bdds
52.19/52.48	c D: 1
52.19/52.48	c estimatedAdderCost: 33
52.19/52.48	c Try to convert by bdds
52.29/52.50	c D: 1
52.29/52.50	c estimatedAdderCost: 33
52.29/52.50	c Try to convert by bdds
52.29/52.51	c D: 1
52.29/52.51	c estimatedAdderCost: 33
52.29/52.51	c Try to convert by bdds
52.29/52.52	c D: 1
52.29/52.52	c estimatedAdderCost: 33
52.29/52.52	c Try to convert by bdds
52.29/52.53	c D: 1
52.29/52.53	c estimatedAdderCost: 33
52.29/52.53	c Try to convert by bdds
52.29/52.54	c D: 1
52.29/52.54	c estimatedAdderCost: 33
52.29/52.54	c Try to convert by bdds
52.29/52.56	c D: 1
52.29/52.56	c estimatedAdderCost: 33
52.29/52.56	c Try to convert by bdds
52.29/52.57	c D: 1
52.29/52.57	c estimatedAdderCost: 25
52.29/52.57	c Try to convert by bdds
52.29/52.58	c D: 1
52.29/52.58	c estimatedAdderCost: 25
52.29/52.58	c Try to convert by bdds
52.29/52.58	c D: 1
52.29/52.58	c estimatedAdderCost: 25
52.29/52.58	c Try to convert by bdds
52.29/52.59	c D: 1
52.29/52.59	c estimatedAdderCost: 25
52.29/52.59	c Try to convert by bdds
52.39/52.60	c D: 1
52.39/52.60	c estimatedAdderCost: 25
52.39/52.60	c Try to convert by bdds
52.39/52.61	c D: 1
52.39/52.61	c estimatedAdderCost: 25
52.39/52.61	c Try to convert by bdds
52.39/52.61	c D: 1
52.39/52.61	c estimatedAdderCost: 25
52.39/52.61	c Try to convert by bdds
52.39/52.62	c D: 1
52.39/52.62	c estimatedAdderCost: 25
52.39/52.62	c Try to convert by bdds
52.39/52.63	c D: 1
52.39/52.63	c estimatedAdderCost: 25
52.39/52.63	c Try to convert by bdds
52.39/52.64	c D: 1
52.39/52.64	c estimatedAdderCost: 33
52.39/52.64	c Try to convert by bdds
52.39/52.65	c D: 1
52.39/52.65	c estimatedAdderCost: 33
52.39/52.65	c Try to convert by bdds
52.39/52.66	c D: 1
52.39/52.66	c estimatedAdderCost: 33
52.39/52.66	c Try to convert by bdds
52.39/52.67	c D: 1
52.39/52.67	c estimatedAdderCost: 33
52.39/52.67	c Try to convert by bdds
52.39/52.68	c D: 1
52.39/52.68	c estimatedAdderCost: 33
52.39/52.68	c Try to convert by bdds
52.49/52.70	c D: 1
52.49/52.70	c estimatedAdderCost: 33
52.49/52.70	c Try to convert by bdds
52.49/52.71	c D: 1
52.49/52.71	c estimatedAdderCost: 33
52.49/52.71	c Try to convert by bdds
52.49/52.72	c D: 1
52.49/52.72	c estimatedAdderCost: 33
52.49/52.72	c Try to convert by bdds
52.49/52.73	c D: 1
52.49/52.73	c estimatedAdderCost: 33
52.49/52.73	c Try to convert by bdds
52.49/52.75	c D: 1
52.49/52.75	c estimatedAdderCost: 33
52.49/52.75	c Try to convert by bdds
52.49/52.76	c D: 1
52.49/52.76	c estimatedAdderCost: 33
52.49/52.76	c Try to convert by bdds
52.49/52.77	c D: 1
52.49/52.77	c estimatedAdderCost: 33
52.49/52.77	c Try to convert by bdds
52.49/52.78	c D: 1
52.49/52.78	c estimatedAdderCost: 33
52.49/52.78	c Try to convert by bdds
52.49/52.79	c D: 1
52.49/52.79	c estimatedAdderCost: 33
52.49/52.79	c Try to convert by bdds
52.59/52.81	c D: 1
52.59/52.81	c estimatedAdderCost: 33
52.59/52.81	c Try to convert by bdds
52.59/52.82	c D: 1
52.59/52.82	c estimatedAdderCost: 33
52.59/52.82	c Try to convert by bdds
52.59/52.83	c D: 1
52.59/52.83	c estimatedAdderCost: 33
52.59/52.83	c Try to convert by bdds
52.59/52.84	c D: 1
52.59/52.84	c estimatedAdderCost: 33
52.59/52.84	c Try to convert by bdds
52.59/52.85	c D: 1
52.59/52.85	c estimatedAdderCost: 33
52.59/52.85	c Try to convert by bdds
52.59/52.87	c D: 1
52.59/52.87	c estimatedAdderCost: 33
52.59/52.87	c Try to convert by bdds
52.59/52.88	c D: 1
52.59/52.88	c estimatedAdderCost: 33
52.59/52.88	c Try to convert by bdds
52.59/52.89	c D: 1
52.59/52.89	c estimatedAdderCost: 33
52.59/52.89	c Try to convert by bdds
52.69/52.90	c D: 1
52.69/52.90	c estimatedAdderCost: 33
52.69/52.90	c Try to convert by bdds
52.69/52.92	c D: 1
52.69/52.92	c estimatedAdderCost: 33
52.69/52.92	c Try to convert by bdds
52.69/52.93	c D: 1
52.69/52.93	c estimatedAdderCost: 33
52.69/52.93	c Try to convert by bdds
52.69/52.94	c D: 1
52.69/52.94	c estimatedAdderCost: 33
52.69/52.94	c Try to convert by bdds
52.69/52.95	c D: 1
52.69/52.95	c estimatedAdderCost: 33
52.69/52.95	c Try to convert by bdds
52.69/52.96	c D: 1
52.69/52.96	c estimatedAdderCost: 33
52.69/52.96	c Try to convert by bdds
52.69/52.98	c D: 1
52.69/52.98	c estimatedAdderCost: 33
52.69/52.98	c Try to convert by bdds
52.69/52.99	c D: 1
52.69/52.99	c estimatedAdderCost: 33
52.69/52.99	c Try to convert by bdds
52.69/53.00	c D: 1
52.69/53.00	c estimatedAdderCost: 33
52.69/53.00	c Try to convert by bdds
52.80/53.01	c D: 1
52.80/53.01	c estimatedAdderCost: 33
52.80/53.01	c Try to convert by bdds
52.80/53.03	c D: 1
52.80/53.03	c estimatedAdderCost: 33
52.80/53.03	c Try to convert by bdds
52.80/53.04	c D: 1
52.80/53.04	c estimatedAdderCost: 33
52.80/53.04	c Try to convert by bdds
52.80/53.05	c D: 1
52.80/53.05	c estimatedAdderCost: 33
52.80/53.05	c Try to convert by bdds
52.80/53.06	c D: 1
52.80/53.06	c estimatedAdderCost: 33
52.80/53.06	c Try to convert by bdds
52.80/53.07	c D: 1
52.80/53.07	c estimatedAdderCost: 33
52.80/53.07	c Try to convert by bdds
52.80/53.09	c D: 1
52.80/53.09	c estimatedAdderCost: 33
52.80/53.09	c Try to convert by bdds
52.80/53.10	c D: 1
52.80/53.10	c estimatedAdderCost: 33
52.80/53.10	c Try to convert by bdds
52.90/53.11	c D: 1
52.90/53.11	c estimatedAdderCost: 33
52.90/53.11	c Try to convert by bdds
52.90/53.12	c D: 1
52.90/53.12	c estimatedAdderCost: 33
52.90/53.12	c Try to convert by bdds
52.90/53.14	c D: 1
52.90/53.14	c estimatedAdderCost: 33
52.90/53.14	c Try to convert by bdds
52.90/53.15	c D: 1
52.90/53.15	c estimatedAdderCost: 33
52.90/53.15	c Try to convert by bdds
52.90/53.16	c D: 1
52.90/53.16	c estimatedAdderCost: 33
52.90/53.16	c Try to convert by bdds
52.90/53.17	c D: 1
52.90/53.17	c estimatedAdderCost: 33
52.90/53.17	c Try to convert by bdds
52.90/53.18	c D: 1
52.90/53.18	c estimatedAdderCost: 33
52.90/53.18	c Try to convert by bdds
52.99/53.20	c D: 1
52.99/53.20	c estimatedAdderCost: 33
52.99/53.20	c Try to convert by bdds
52.99/53.21	c D: 1
52.99/53.21	c estimatedAdderCost: 33
52.99/53.21	c Try to convert by bdds
52.99/53.22	c D: 1
52.99/53.22	c estimatedAdderCost: 33
52.99/53.22	c Try to convert by bdds
52.99/53.23	c D: 1
52.99/53.23	c estimatedAdderCost: 33
52.99/53.23	c Try to convert by bdds
52.99/53.25	c D: 1
52.99/53.25	c estimatedAdderCost: 33
52.99/53.25	c Try to convert by bdds
52.99/53.26	c D: 1
52.99/53.26	c estimatedAdderCost: 33
52.99/53.26	c Try to convert by bdds
52.99/53.27	c D: 1
52.99/53.27	c estimatedAdderCost: 33
52.99/53.27	c Try to convert by bdds
52.99/53.28	c D: 1
52.99/53.28	c estimatedAdderCost: 33
52.99/53.28	c Try to convert by bdds
52.99/53.29	c D: 1
52.99/53.29	c estimatedAdderCost: 33
52.99/53.29	c Try to convert by bdds
53.09/53.31	c D: 1
53.09/53.31	c estimatedAdderCost: 33
53.09/53.31	c Try to convert by bdds
53.09/53.32	c D: 1
53.09/53.32	c estimatedAdderCost: 33
53.09/53.32	c Try to convert by bdds
53.09/53.33	c D: 1
53.09/53.33	c estimatedAdderCost: 33
53.09/53.33	c Try to convert by bdds
53.09/53.34	c D: 1
53.09/53.34	c estimatedAdderCost: 33
53.09/53.34	c Try to convert by bdds
53.09/53.36	c D: 1
53.09/53.36	c estimatedAdderCost: 33
53.09/53.36	c Try to convert by bdds
53.09/53.37	c D: 1
53.09/53.37	c estimatedAdderCost: 33
53.09/53.37	c Try to convert by bdds
53.09/53.38	c D: 1
53.09/53.38	c estimatedAdderCost: 33
53.09/53.38	c Try to convert by bdds
53.09/53.39	c D: 1
53.09/53.39	c estimatedAdderCost: 33
53.09/53.39	c Try to convert by bdds
53.19/53.40	c D: 1
53.19/53.40	c estimatedAdderCost: 33
53.19/53.40	c Try to convert by bdds
53.19/53.42	c D: 1
53.19/53.42	c estimatedAdderCost: 33
53.19/53.42	c Try to convert by bdds
53.19/53.43	c D: 1
53.19/53.43	c estimatedAdderCost: 33
53.19/53.43	c Try to convert by bdds
53.19/53.44	c D: 1
53.19/53.44	c estimatedAdderCost: 33
53.19/53.44	c Try to convert by bdds
53.19/53.45	c D: 1
53.19/53.45	c estimatedAdderCost: 33
53.19/53.45	c Try to convert by bdds
53.19/53.47	c D: 1
53.19/53.47	c estimatedAdderCost: 33
53.19/53.47	c Try to convert by bdds
53.19/53.48	c D: 1
53.19/53.48	c estimatedAdderCost: 33
53.19/53.48	c Try to convert by bdds
53.19/53.49	c D: 1
53.19/53.49	c estimatedAdderCost: 33
53.19/53.49	c Try to convert by bdds
53.29/53.50	c D: 1
53.29/53.50	c estimatedAdderCost: 33
53.29/53.50	c Try to convert by bdds
53.29/53.51	c D: 1
53.29/53.51	c estimatedAdderCost: 33
53.29/53.51	c Try to convert by bdds
53.29/53.53	c D: 1
53.29/53.53	c estimatedAdderCost: 33
53.29/53.53	c Try to convert by bdds
53.29/53.54	c D: 1
53.29/53.54	c estimatedAdderCost: 33
53.29/53.54	c Try to convert by bdds
53.29/53.55	c D: 1
53.29/53.55	c estimatedAdderCost: 33
53.29/53.55	c Try to convert by bdds
53.29/53.56	c D: 1
53.29/53.56	c estimatedAdderCost: 33
53.29/53.56	c Try to convert by bdds
53.29/53.58	c D: 1
53.29/53.58	c estimatedAdderCost: 33
53.29/53.58	c Try to convert by bdds
53.29/53.59	c D: 1
53.29/53.59	c estimatedAdderCost: 33
53.29/53.59	c Try to convert by bdds
53.39/53.60	c D: 1
53.39/53.60	c estimatedAdderCost: 33
53.39/53.60	c Try to convert by bdds
53.39/53.61	c D: 1
53.39/53.61	c estimatedAdderCost: 33
53.39/53.61	c Try to convert by bdds
53.39/53.62	c D: 1
53.39/53.62	c estimatedAdderCost: 33
53.39/53.62	c Try to convert by bdds
53.39/53.64	c D: 1
53.39/53.64	c estimatedAdderCost: 33
53.39/53.64	c Try to convert by bdds
53.39/53.65	c D: 1
53.39/53.65	c estimatedAdderCost: 33
53.39/53.65	c Try to convert by bdds
53.39/53.66	c D: 1
53.39/53.66	c estimatedAdderCost: 33
53.39/53.66	c Try to convert by bdds
53.39/53.67	c D: 1
53.39/53.67	c estimatedAdderCost: 33
53.39/53.67	c Try to convert by bdds
53.39/53.69	c D: 1
53.39/53.69	c estimatedAdderCost: 33
53.39/53.69	c Try to convert by bdds
53.49/53.70	c D: 1
53.49/53.70	c estimatedAdderCost: 33
53.49/53.70	c Try to convert by bdds
53.49/53.71	c D: 1
53.49/53.71	c estimatedAdderCost: 33
53.49/53.71	c Try to convert by bdds
53.49/53.72	c D: 1
53.49/53.72	c estimatedAdderCost: 33
53.49/53.72	c Try to convert by bdds
53.49/53.73	c D: 1
53.49/53.73	c estimatedAdderCost: 25
53.49/53.73	c Try to convert by bdds
53.49/53.74	c D: 1
53.49/53.74	c estimatedAdderCost: 25
53.49/53.74	c Try to convert by bdds
53.49/53.75	c D: 1
53.49/53.75	c estimatedAdderCost: 25
53.49/53.75	c Try to convert by bdds
53.49/53.76	c D: 1
53.49/53.76	c estimatedAdderCost: 25
53.49/53.76	c Try to convert by bdds
53.49/53.76	c D: 1
53.49/53.76	c estimatedAdderCost: 25
53.49/53.76	c Try to convert by bdds
53.49/53.77	c D: 1
53.49/53.77	c estimatedAdderCost: 25
53.49/53.77	c Try to convert by bdds
53.49/53.78	c D: 1
53.49/53.78	c estimatedAdderCost: 25
53.49/53.78	c Try to convert by bdds
53.49/53.79	c D: 1
53.49/53.79	c estimatedAdderCost: 25
53.49/53.79	c Try to convert by bdds
53.49/53.79	c D: 1
53.49/53.79	c estimatedAdderCost: 25
53.49/53.79	c Try to convert by bdds
53.59/53.80	c D: 1
53.59/53.80	c estimatedAdderCost: 25
53.59/53.80	c Try to convert by bdds
53.59/53.81	c D: 1
53.59/53.81	c estimatedAdderCost: 33
53.59/53.81	c Try to convert by bdds
53.59/53.82	c D: 1
53.59/53.82	c estimatedAdderCost: 33
53.59/53.82	c Try to convert by bdds
53.59/53.83	c D: 1
53.59/53.83	c estimatedAdderCost: 33
53.59/53.83	c Try to convert by bdds
53.59/53.84	c D: 1
53.59/53.84	c estimatedAdderCost: 33
53.59/53.84	c Try to convert by bdds
53.59/53.86	c D: 1
53.59/53.86	c estimatedAdderCost: 33
53.59/53.86	c Try to convert by bdds
53.59/53.87	c D: 1
53.59/53.87	c estimatedAdderCost: 33
53.59/53.87	c Try to convert by bdds
53.59/53.88	c D: 1
53.59/53.88	c estimatedAdderCost: 33
53.59/53.88	c Try to convert by bdds
53.59/53.89	c D: 1
53.59/53.89	c estimatedAdderCost: 33
53.59/53.89	c Try to convert by bdds
53.69/53.91	c D: 1
53.69/53.91	c estimatedAdderCost: 33
53.69/53.91	c Try to convert by bdds
53.69/53.92	c D: 1
53.69/53.92	c estimatedAdderCost: 33
53.69/53.92	c Try to convert by bdds
53.69/53.93	c D: 1
53.69/53.93	c estimatedAdderCost: 33
53.69/53.93	c Try to convert by bdds
53.69/53.94	c D: 1
53.69/53.94	c estimatedAdderCost: 33
53.69/53.94	c Try to convert by bdds
53.69/53.95	c D: 1
53.69/53.95	c estimatedAdderCost: 33
53.69/53.95	c Try to convert by bdds
53.69/53.97	c D: 1
53.69/53.97	c estimatedAdderCost: 33
53.69/53.97	c Try to convert by bdds
53.69/53.98	c D: 1
53.69/53.98	c estimatedAdderCost: 33
53.69/53.98	c Try to convert by bdds
53.69/53.99	c D: 1
53.69/53.99	c estimatedAdderCost: 33
53.69/53.99	c Try to convert by bdds
53.69/54.00	c D: 1
53.69/54.00	c estimatedAdderCost: 33
53.69/54.00	c Try to convert by bdds
53.80/54.02	c D: 1
53.80/54.02	c estimatedAdderCost: 33
53.80/54.02	c Try to convert by bdds
53.80/54.03	c D: 1
53.80/54.03	c estimatedAdderCost: 33
53.80/54.03	c Try to convert by bdds
53.80/54.04	c D: 1
53.80/54.04	c estimatedAdderCost: 33
53.80/54.04	c Try to convert by bdds
53.80/54.05	c D: 1
53.80/54.05	c estimatedAdderCost: 33
53.80/54.05	c Try to convert by bdds
53.80/54.06	c D: 1
53.80/54.06	c estimatedAdderCost: 33
53.80/54.06	c Try to convert by bdds
53.80/54.08	c D: 1
53.80/54.08	c estimatedAdderCost: 33
53.80/54.08	c Try to convert by bdds
53.80/54.09	c D: 1
53.80/54.09	c estimatedAdderCost: 33
53.80/54.09	c Try to convert by bdds
53.80/54.10	c D: 1
53.80/54.10	c estimatedAdderCost: 33
53.80/54.10	c Try to convert by bdds
53.90/54.11	c D: 1
53.90/54.11	c estimatedAdderCost: 33
53.90/54.11	c Try to convert by bdds
53.90/54.12	c D: 1
53.90/54.12	c estimatedAdderCost: 33
53.90/54.12	c Try to convert by bdds
53.90/54.14	c D: 1
53.90/54.14	c estimatedAdderCost: 33
53.90/54.14	c Try to convert by bdds
53.90/54.15	c D: 1
53.90/54.15	c estimatedAdderCost: 33
53.90/54.15	c Try to convert by bdds
53.90/54.16	c D: 1
53.90/54.16	c estimatedAdderCost: 33
53.90/54.16	c Try to convert by bdds
53.90/54.17	c D: 1
53.90/54.17	c estimatedAdderCost: 33
53.90/54.17	c Try to convert by bdds
53.90/54.19	c D: 1
53.90/54.19	c estimatedAdderCost: 33
53.90/54.19	c Try to convert by bdds
53.99/54.20	c D: 1
53.99/54.20	c estimatedAdderCost: 33
53.99/54.20	c Try to convert by bdds
53.99/54.21	c D: 1
53.99/54.21	c estimatedAdderCost: 33
53.99/54.21	c Try to convert by bdds
53.99/54.22	c D: 1
53.99/54.22	c estimatedAdderCost: 33
53.99/54.22	c Try to convert by bdds
53.99/54.23	c D: 1
53.99/54.23	c estimatedAdderCost: 33
53.99/54.23	c Try to convert by bdds
53.99/54.25	c D: 1
53.99/54.25	c estimatedAdderCost: 33
53.99/54.25	c Try to convert by bdds
53.99/54.26	c D: 1
53.99/54.26	c estimatedAdderCost: 33
53.99/54.26	c Try to convert by bdds
53.99/54.27	c D: 1
53.99/54.27	c estimatedAdderCost: 33
53.99/54.27	c Try to convert by bdds
53.99/54.28	c D: 1
53.99/54.28	c estimatedAdderCost: 33
53.99/54.28	c Try to convert by bdds
54.09/54.30	c D: 1
54.09/54.30	c estimatedAdderCost: 33
54.09/54.30	c Try to convert by bdds
54.09/54.31	c D: 1
54.09/54.31	c estimatedAdderCost: 33
54.09/54.31	c Try to convert by bdds
54.09/54.32	c D: 1
54.09/54.32	c estimatedAdderCost: 33
54.09/54.32	c Try to convert by bdds
54.09/54.33	c D: 1
54.09/54.33	c estimatedAdderCost: 33
54.09/54.33	c Try to convert by bdds
54.09/54.34	c D: 1
54.09/54.34	c estimatedAdderCost: 33
54.09/54.34	c Try to convert by bdds
54.09/54.36	c D: 1
54.09/54.36	c estimatedAdderCost: 33
54.09/54.36	c Try to convert by bdds
54.09/54.37	c D: 1
54.09/54.37	c estimatedAdderCost: 33
54.09/54.37	c Try to convert by bdds
54.09/54.38	c D: 1
54.09/54.38	c estimatedAdderCost: 33
54.09/54.38	c Try to convert by bdds
54.09/54.39	c D: 1
54.09/54.39	c estimatedAdderCost: 33
54.09/54.39	c Try to convert by bdds
54.19/54.41	c D: 1
54.19/54.41	c estimatedAdderCost: 33
54.19/54.41	c Try to convert by bdds
54.19/54.42	c D: 1
54.19/54.42	c estimatedAdderCost: 33
54.19/54.42	c Try to convert by bdds
54.19/54.43	c D: 1
54.19/54.43	c estimatedAdderCost: 33
54.19/54.43	c Try to convert by bdds
54.19/54.44	c D: 1
54.19/54.44	c estimatedAdderCost: 33
54.19/54.44	c Try to convert by bdds
54.19/54.45	c D: 1
54.19/54.45	c estimatedAdderCost: 33
54.19/54.45	c Try to convert by bdds
54.19/54.47	c D: 1
54.19/54.47	c estimatedAdderCost: 33
54.19/54.47	c Try to convert by bdds
54.19/54.48	c D: 1
54.19/54.48	c estimatedAdderCost: 33
54.19/54.48	c Try to convert by bdds
54.19/54.49	c D: 1
54.19/54.49	c estimatedAdderCost: 33
54.19/54.49	c Try to convert by bdds
54.28/54.50	c D: 1
54.28/54.50	c estimatedAdderCost: 33
54.28/54.50	c Try to convert by bdds
54.28/54.52	c D: 1
54.28/54.52	c estimatedAdderCost: 33
54.28/54.52	c Try to convert by bdds
54.28/54.53	c D: 1
54.28/54.53	c estimatedAdderCost: 33
54.28/54.53	c Try to convert by bdds
54.28/54.54	c D: 1
54.28/54.54	c estimatedAdderCost: 33
54.28/54.54	c Try to convert by bdds
54.28/54.55	c D: 1
54.28/54.55	c estimatedAdderCost: 33
54.28/54.55	c Try to convert by bdds
54.28/54.56	c D: 1
54.28/54.56	c estimatedAdderCost: 33
54.28/54.56	c Try to convert by bdds
54.28/54.58	c D: 1
54.28/54.58	c estimatedAdderCost: 33
54.28/54.58	c Try to convert by bdds
54.28/54.59	c D: 1
54.28/54.59	c estimatedAdderCost: 33
54.28/54.59	c Try to convert by bdds
54.38/54.60	c D: 1
54.38/54.60	c estimatedAdderCost: 33
54.38/54.60	c Try to convert by bdds
54.38/54.61	c D: 1
54.38/54.61	c estimatedAdderCost: 33
54.38/54.61	c Try to convert by bdds
54.38/54.63	c D: 1
54.38/54.63	c estimatedAdderCost: 33
54.38/54.63	c Try to convert by bdds
54.38/54.64	c D: 1
54.38/54.64	c estimatedAdderCost: 33
54.38/54.64	c Try to convert by bdds
54.38/54.65	c D: 1
54.38/54.65	c estimatedAdderCost: 33
54.38/54.65	c Try to convert by bdds
54.38/54.66	c D: 1
54.38/54.66	c estimatedAdderCost: 33
54.38/54.66	c Try to convert by bdds
54.38/54.67	c D: 1
54.38/54.67	c estimatedAdderCost: 33
54.38/54.67	c Try to convert by bdds
54.38/54.69	c D: 1
54.38/54.69	c estimatedAdderCost: 33
54.38/54.69	c Try to convert by bdds
54.48/54.70	c D: 1
54.48/54.70	c estimatedAdderCost: 33
54.48/54.70	c Try to convert by bdds
54.48/54.71	c D: 1
54.48/54.71	c estimatedAdderCost: 33
54.48/54.71	c Try to convert by bdds
54.48/54.72	c D: 1
54.48/54.72	c estimatedAdderCost: 33
54.48/54.72	c Try to convert by bdds
54.48/54.73	c D: 1
54.48/54.73	c estimatedAdderCost: 33
54.48/54.73	c Try to convert by bdds
54.48/54.75	c D: 1
54.48/54.75	c estimatedAdderCost: 33
54.48/54.75	c Try to convert by bdds
54.48/54.76	c D: 1
54.48/54.76	c estimatedAdderCost: 33
54.48/54.76	c Try to convert by bdds
54.48/54.77	c D: 1
54.48/54.77	c estimatedAdderCost: 33
54.48/54.77	c Try to convert by bdds
54.48/54.78	c D: 1
54.48/54.78	c estimatedAdderCost: 33
54.48/54.78	c Try to convert by bdds
54.58/54.80	c D: 1
54.58/54.80	c estimatedAdderCost: 33
54.58/54.80	c Try to convert by bdds
54.58/54.81	c D: 1
54.58/54.81	c estimatedAdderCost: 33
54.58/54.81	c Try to convert by bdds
54.58/54.82	c D: 1
54.58/54.82	c estimatedAdderCost: 33
54.58/54.82	c Try to convert by bdds
54.58/54.83	c D: 1
54.58/54.83	c estimatedAdderCost: 33
54.58/54.83	c Try to convert by bdds
54.58/54.84	c D: 1
54.58/54.84	c estimatedAdderCost: 33
54.58/54.84	c Try to convert by bdds
54.58/54.86	c D: 1
54.58/54.86	c estimatedAdderCost: 33
54.58/54.86	c Try to convert by bdds
54.58/54.87	c D: 1
54.58/54.87	c estimatedAdderCost: 33
54.58/54.87	c Try to convert by bdds
54.58/54.88	c D: 1
54.58/54.88	c estimatedAdderCost: 33
54.58/54.88	c Try to convert by bdds
54.58/54.89	c D: 1
54.58/54.89	c estimatedAdderCost: 33
54.58/54.89	c Try to convert by bdds
54.68/54.91	c D: 1
54.68/54.91	c estimatedAdderCost: 33
54.68/54.91	c Try to convert by bdds
54.68/54.92	c D: 1
54.68/54.92	c estimatedAdderCost: 33
54.68/54.92	c Try to convert by bdds
54.68/54.93	c D: 1
54.68/54.93	c estimatedAdderCost: 33
54.68/54.93	c Try to convert by bdds
54.68/54.94	c D: 1
54.68/54.94	c estimatedAdderCost: 33
54.68/54.94	c Try to convert by bdds
54.68/54.95	c D: 1
54.68/54.95	c estimatedAdderCost: 33
54.68/54.95	c Try to convert by bdds
54.68/54.97	c D: 1
54.68/54.97	c estimatedAdderCost: 25
54.68/54.97	c Try to convert by bdds
54.68/54.97	c D: 1
54.68/54.97	c estimatedAdderCost: 25
54.68/54.97	c Try to convert by bdds
54.68/54.98	c D: 1
54.68/54.98	c estimatedAdderCost: 25
54.68/54.98	c Try to convert by bdds
54.68/54.99	c D: 1
54.68/54.99	c estimatedAdderCost: 25
54.68/54.99	c Try to convert by bdds
54.68/55.00	c D: 1
54.68/55.00	c estimatedAdderCost: 25
54.68/55.00	c Try to convert by bdds
54.68/55.00	c D: 1
54.68/55.00	c estimatedAdderCost: 25
54.68/55.00	c Try to convert by bdds
54.80/55.01	c D: 1
54.80/55.01	c estimatedAdderCost: 25
54.80/55.01	c Try to convert by bdds
54.80/55.02	c D: 1
54.80/55.02	c estimatedAdderCost: 25
54.80/55.02	c Try to convert by bdds
54.80/55.03	c D: 1
54.80/55.03	c estimatedAdderCost: 25
54.80/55.03	c Try to convert by bdds
54.80/55.03	c D: 1
54.80/55.03	c estimatedAdderCost: 25
54.80/55.03	c Try to convert by bdds
54.80/55.04	c D: 1
54.80/55.04	c estimatedAdderCost: 25
54.80/55.04	c Try to convert by bdds
54.80/55.05	c D: 1
54.80/55.05	c estimatedAdderCost: 33
54.80/55.05	c Try to convert by bdds
54.80/55.06	c D: 1
54.80/55.06	c estimatedAdderCost: 33
54.80/55.06	c Try to convert by bdds
54.80/55.07	c D: 1
54.80/55.07	c estimatedAdderCost: 33
54.80/55.07	c Try to convert by bdds
54.80/55.08	c D: 1
54.80/55.08	c estimatedAdderCost: 33
54.80/55.08	c Try to convert by bdds
54.80/55.10	c D: 1
54.80/55.10	c estimatedAdderCost: 33
54.80/55.10	c Try to convert by bdds
54.80/55.11	c D: 1
54.80/55.11	c estimatedAdderCost: 33
54.80/55.11	c Try to convert by bdds
54.90/55.12	c D: 1
54.90/55.12	c estimatedAdderCost: 33
54.90/55.12	c Try to convert by bdds
54.90/55.13	c D: 1
54.90/55.13	c estimatedAdderCost: 33
54.90/55.13	c Try to convert by bdds
54.90/55.14	c D: 1
54.90/55.14	c estimatedAdderCost: 33
54.90/55.14	c Try to convert by bdds
54.90/55.16	c D: 1
54.90/55.16	c estimatedAdderCost: 33
54.90/55.16	c Try to convert by bdds
54.90/55.17	c D: 1
54.90/55.17	c estimatedAdderCost: 33
54.90/55.17	c Try to convert by bdds
54.90/55.18	c D: 1
54.90/55.18	c estimatedAdderCost: 33
54.90/55.18	c Try to convert by bdds
54.90/55.19	c D: 1
54.90/55.19	c estimatedAdderCost: 33
54.90/55.19	c Try to convert by bdds
54.98/55.21	c D: 1
54.98/55.21	c estimatedAdderCost: 33
54.98/55.21	c Try to convert by bdds
54.98/55.22	c D: 1
54.98/55.22	c estimatedAdderCost: 33
54.98/55.22	c Try to convert by bdds
54.98/55.23	c D: 1
54.98/55.23	c estimatedAdderCost: 33
54.98/55.23	c Try to convert by bdds
54.98/55.24	c D: 1
54.98/55.24	c estimatedAdderCost: 33
54.98/55.24	c Try to convert by bdds
54.98/55.25	c D: 1
54.98/55.25	c estimatedAdderCost: 33
54.98/55.25	c Try to convert by bdds
54.98/55.27	c D: 1
54.98/55.27	c estimatedAdderCost: 33
54.98/55.27	c Try to convert by bdds
54.98/55.28	c D: 1
54.98/55.28	c estimatedAdderCost: 33
54.98/55.28	c Try to convert by bdds
54.98/55.29	c D: 1
54.98/55.29	c estimatedAdderCost: 33
54.98/55.29	c Try to convert by bdds
55.08/55.30	c D: 1
55.08/55.30	c estimatedAdderCost: 33
55.08/55.30	c Try to convert by bdds
55.08/55.32	c D: 1
55.08/55.32	c estimatedAdderCost: 33
55.08/55.32	c Try to convert by bdds
55.08/55.33	c D: 1
55.08/55.33	c estimatedAdderCost: 33
55.08/55.33	c Try to convert by bdds
55.08/55.34	c D: 1
55.08/55.34	c estimatedAdderCost: 33
55.08/55.34	c Try to convert by bdds
55.08/55.35	c D: 1
55.08/55.35	c estimatedAdderCost: 33
55.08/55.35	c Try to convert by bdds
55.08/55.36	c D: 1
55.08/55.36	c estimatedAdderCost: 33
55.08/55.36	c Try to convert by bdds
55.08/55.38	c D: 1
55.08/55.38	c estimatedAdderCost: 33
55.08/55.38	c Try to convert by bdds
55.08/55.39	c D: 1
55.08/55.39	c estimatedAdderCost: 33
55.08/55.39	c Try to convert by bdds
55.18/55.40	c D: 1
55.18/55.40	c estimatedAdderCost: 33
55.18/55.40	c Try to convert by bdds
55.18/55.41	c D: 1
55.18/55.41	c estimatedAdderCost: 33
55.18/55.41	c Try to convert by bdds
55.18/55.43	c D: 1
55.18/55.43	c estimatedAdderCost: 33
55.18/55.43	c Try to convert by bdds
55.18/55.44	c D: 1
55.18/55.44	c estimatedAdderCost: 33
55.18/55.44	c Try to convert by bdds
55.18/55.45	c D: 1
55.18/55.45	c estimatedAdderCost: 33
55.18/55.45	c Try to convert by bdds
55.18/55.46	c D: 1
55.18/55.46	c estimatedAdderCost: 33
55.18/55.46	c Try to convert by bdds
55.18/55.47	c D: 1
55.18/55.47	c estimatedAdderCost: 33
55.18/55.47	c Try to convert by bdds
55.18/55.49	c D: 1
55.18/55.49	c estimatedAdderCost: 33
55.18/55.49	c Try to convert by bdds
55.28/55.50	c D: 1
55.28/55.50	c estimatedAdderCost: 33
55.28/55.50	c Try to convert by bdds
55.28/55.51	c D: 1
55.28/55.51	c estimatedAdderCost: 33
55.28/55.51	c Try to convert by bdds
55.28/55.52	c D: 1
55.28/55.52	c estimatedAdderCost: 33
55.28/55.52	c Try to convert by bdds
55.28/55.54	c D: 1
55.28/55.54	c estimatedAdderCost: 33
55.28/55.54	c Try to convert by bdds
55.28/55.55	c D: 1
55.28/55.55	c estimatedAdderCost: 33
55.28/55.55	c Try to convert by bdds
55.28/55.56	c D: 1
55.28/55.56	c estimatedAdderCost: 33
55.28/55.56	c Try to convert by bdds
55.28/55.57	c D: 1
55.28/55.57	c estimatedAdderCost: 33
55.28/55.57	c Try to convert by bdds
55.28/55.58	c D: 1
55.28/55.58	c estimatedAdderCost: 33
55.28/55.58	c Try to convert by bdds
55.38/55.60	c D: 1
55.38/55.60	c estimatedAdderCost: 33
55.38/55.60	c Try to convert by bdds
55.38/55.61	c D: 1
55.38/55.61	c estimatedAdderCost: 33
55.38/55.61	c Try to convert by bdds
55.38/55.62	c D: 1
55.38/55.62	c estimatedAdderCost: 33
55.38/55.62	c Try to convert by bdds
55.38/55.63	c D: 1
55.38/55.63	c estimatedAdderCost: 33
55.38/55.63	c Try to convert by bdds
55.38/55.65	c D: 1
55.38/55.65	c estimatedAdderCost: 33
55.38/55.65	c Try to convert by bdds
55.38/55.66	c D: 1
55.38/55.66	c estimatedAdderCost: 33
55.38/55.66	c Try to convert by bdds
55.38/55.67	c D: 1
55.38/55.67	c estimatedAdderCost: 33
55.38/55.67	c Try to convert by bdds
55.38/55.68	c D: 1
55.38/55.68	c estimatedAdderCost: 33
55.38/55.68	c Try to convert by bdds
55.48/55.70	c D: 1
55.48/55.70	c estimatedAdderCost: 33
55.48/55.70	c Try to convert by bdds
55.48/55.71	c D: 1
55.48/55.71	c estimatedAdderCost: 33
55.48/55.71	c Try to convert by bdds
55.48/55.72	c D: 1
55.48/55.72	c estimatedAdderCost: 33
55.48/55.72	c Try to convert by bdds
55.48/55.73	c D: 1
55.48/55.73	c estimatedAdderCost: 33
55.48/55.73	c Try to convert by bdds
55.48/55.74	c D: 1
55.48/55.74	c estimatedAdderCost: 33
55.48/55.74	c Try to convert by bdds
55.48/55.76	c D: 1
55.48/55.76	c estimatedAdderCost: 33
55.48/55.76	c Try to convert by bdds
55.48/55.77	c D: 1
55.48/55.77	c estimatedAdderCost: 33
55.48/55.77	c Try to convert by bdds
55.48/55.78	c D: 1
55.48/55.78	c estimatedAdderCost: 33
55.48/55.78	c Try to convert by bdds
55.48/55.79	c D: 1
55.48/55.79	c estimatedAdderCost: 33
55.48/55.79	c Try to convert by bdds
55.58/55.81	c D: 1
55.58/55.81	c estimatedAdderCost: 33
55.58/55.81	c Try to convert by bdds
55.58/55.82	c D: 1
55.58/55.82	c estimatedAdderCost: 33
55.58/55.82	c Try to convert by bdds
55.58/55.83	c D: 1
55.58/55.83	c estimatedAdderCost: 33
55.58/55.83	c Try to convert by bdds
55.58/55.84	c D: 1
55.58/55.84	c estimatedAdderCost: 33
55.58/55.84	c Try to convert by bdds
55.58/55.85	c D: 1
55.58/55.85	c estimatedAdderCost: 33
55.58/55.85	c Try to convert by bdds
55.58/55.87	c D: 1
55.58/55.87	c estimatedAdderCost: 33
55.58/55.87	c Try to convert by bdds
55.58/55.88	c D: 1
55.58/55.88	c estimatedAdderCost: 33
55.58/55.88	c Try to convert by bdds
55.58/55.89	c D: 1
55.58/55.89	c estimatedAdderCost: 33
55.58/55.89	c Try to convert by bdds
55.68/55.90	c D: 1
55.68/55.90	c estimatedAdderCost: 33
55.68/55.90	c Try to convert by bdds
55.68/55.92	c D: 1
55.68/55.92	c estimatedAdderCost: 33
55.68/55.92	c Try to convert by bdds
55.68/55.93	c D: 1
55.68/55.93	c estimatedAdderCost: 33
55.68/55.93	c Try to convert by bdds
55.68/55.94	c D: 1
55.68/55.94	c estimatedAdderCost: 33
55.68/55.94	c Try to convert by bdds
55.68/55.95	c D: 1
55.68/55.95	c estimatedAdderCost: 33
55.68/55.95	c Try to convert by bdds
55.68/55.96	c D: 1
55.68/55.96	c estimatedAdderCost: 33
55.68/55.96	c Try to convert by bdds
55.68/55.98	c D: 1
55.68/55.98	c estimatedAdderCost: 33
55.68/55.98	c Try to convert by bdds
55.68/55.99	c D: 1
55.68/55.99	c estimatedAdderCost: 33
55.68/55.99	c Try to convert by bdds
55.68/56.00	c D: 1
55.68/56.00	c estimatedAdderCost: 33
55.68/56.00	c Try to convert by bdds
55.79/56.01	c D: 1
55.79/56.01	c estimatedAdderCost: 33
55.79/56.01	c Try to convert by bdds
55.79/56.03	c D: 1
55.79/56.03	c estimatedAdderCost: 33
55.79/56.03	c Try to convert by bdds
55.79/56.04	c D: 1
55.79/56.04	c estimatedAdderCost: 33
55.79/56.04	c Try to convert by bdds
55.79/56.05	c D: 1
55.79/56.05	c estimatedAdderCost: 33
55.79/56.05	c Try to convert by bdds
55.79/56.06	c D: 1
55.79/56.06	c estimatedAdderCost: 33
55.79/56.06	c Try to convert by bdds
55.79/56.07	c D: 1
55.79/56.07	c estimatedAdderCost: 33
55.79/56.07	c Try to convert by bdds
55.79/56.09	c D: 1
55.79/56.09	c estimatedAdderCost: 33
55.79/56.09	c Try to convert by bdds
55.79/56.10	c D: 1
55.79/56.10	c estimatedAdderCost: 33
55.79/56.10	c Try to convert by bdds
55.89/56.11	c D: 1
55.89/56.11	c estimatedAdderCost: 33
55.89/56.11	c Try to convert by bdds
55.89/56.12	c D: 1
55.89/56.12	c estimatedAdderCost: 33
55.89/56.12	c Try to convert by bdds
55.89/56.14	c D: 1
55.89/56.14	c estimatedAdderCost: 33
55.89/56.14	c Try to convert by bdds
55.89/56.15	c D: 1
55.89/56.15	c estimatedAdderCost: 33
55.89/56.15	c Try to convert by bdds
55.89/56.16	c D: 1
55.89/56.16	c estimatedAdderCost: 33
55.89/56.16	c Try to convert by bdds
55.89/56.17	c D: 1
55.89/56.17	c estimatedAdderCost: 33
55.89/56.17	c Try to convert by bdds
55.89/56.18	c D: 1
55.89/56.18	c estimatedAdderCost: 33
55.89/56.18	c Try to convert by bdds
55.98/56.20	c D: 1
55.98/56.20	c estimatedAdderCost: 33
55.98/56.20	c Try to convert by bdds
55.98/56.21	c D: 1
55.98/56.21	c estimatedAdderCost: 33
55.98/56.21	c Try to convert by bdds
55.98/56.22	c D: 1
55.98/56.22	c estimatedAdderCost: 33
55.98/56.22	c Try to convert by bdds
55.98/56.23	c D: 1
55.98/56.23	c estimatedAdderCost: 33
55.98/56.23	c Try to convert by bdds
55.98/56.25	c D: 1
55.98/56.25	c estimatedAdderCost: 33
55.98/56.25	c Try to convert by bdds
55.98/56.26	c D: 1
55.98/56.26	c estimatedAdderCost: 25
55.98/56.26	c Try to convert by bdds
55.98/56.27	c D: 1
55.98/56.27	c estimatedAdderCost: 25
55.98/56.27	c Try to convert by bdds
55.98/56.27	c D: 1
55.98/56.27	c estimatedAdderCost: 25
55.98/56.27	c Try to convert by bdds
55.98/56.28	c D: 1
55.98/56.28	c estimatedAdderCost: 25
55.98/56.28	c Try to convert by bdds
55.98/56.29	c D: 1
55.98/56.29	c estimatedAdderCost: 25
55.98/56.29	c Try to convert by bdds
56.08/56.30	c D: 1
56.08/56.30	c estimatedAdderCost: 25
56.08/56.30	c Try to convert by bdds
56.08/56.30	c D: 1
56.08/56.30	c estimatedAdderCost: 25
56.08/56.30	c Try to convert by bdds
56.08/56.31	c D: 1
56.08/56.31	c estimatedAdderCost: 25
56.08/56.31	c Try to convert by bdds
56.08/56.32	c D: 1
56.08/56.32	c estimatedAdderCost: 25
56.08/56.32	c Try to convert by bdds
56.08/56.32	c D: 1
56.08/56.32	c estimatedAdderCost: 25
56.08/56.32	c Try to convert by bdds
56.08/56.33	c D: 1
56.08/56.33	c estimatedAdderCost: 25
56.08/56.33	c Try to convert by bdds
56.08/56.34	c D: 1
56.08/56.34	c estimatedAdderCost: 25
56.08/56.34	c Try to convert by bdds
56.08/56.35	c D: 1
56.08/56.35	c estimatedAdderCost: 33
56.08/56.35	c Try to convert by bdds
56.08/56.36	c D: 1
56.08/56.36	c estimatedAdderCost: 33
56.08/56.36	c Try to convert by bdds
56.08/56.37	c D: 1
56.08/56.37	c estimatedAdderCost: 33
56.08/56.37	c Try to convert by bdds
56.08/56.38	c D: 1
56.08/56.38	c estimatedAdderCost: 33
56.08/56.38	c Try to convert by bdds
56.18/56.40	c D: 1
56.18/56.40	c estimatedAdderCost: 33
56.18/56.40	c Try to convert by bdds
56.18/56.41	c D: 1
56.18/56.41	c estimatedAdderCost: 33
56.18/56.41	c Try to convert by bdds
56.18/56.42	c D: 1
56.18/56.42	c estimatedAdderCost: 33
56.18/56.42	c Try to convert by bdds
56.18/56.43	c D: 1
56.18/56.43	c estimatedAdderCost: 33
56.18/56.43	c Try to convert by bdds
56.18/56.44	c D: 1
56.18/56.44	c estimatedAdderCost: 33
56.18/56.44	c Try to convert by bdds
56.18/56.46	c D: 1
56.18/56.46	c estimatedAdderCost: 33
56.18/56.46	c Try to convert by bdds
56.18/56.47	c D: 1
56.18/56.47	c estimatedAdderCost: 33
56.18/56.47	c Try to convert by bdds
56.18/56.48	c D: 1
56.18/56.48	c estimatedAdderCost: 33
56.18/56.48	c Try to convert by bdds
56.18/56.49	c D: 1
56.18/56.49	c estimatedAdderCost: 33
56.18/56.49	c Try to convert by bdds
56.28/56.51	c D: 1
56.28/56.51	c estimatedAdderCost: 33
56.28/56.51	c Try to convert by bdds
56.28/56.52	c D: 1
56.28/56.52	c estimatedAdderCost: 33
56.28/56.52	c Try to convert by bdds
56.28/56.53	c D: 1
56.28/56.53	c estimatedAdderCost: 33
56.28/56.53	c Try to convert by bdds
56.28/56.54	c D: 1
56.28/56.54	c estimatedAdderCost: 33
56.28/56.54	c Try to convert by bdds
56.28/56.55	c D: 1
56.28/56.55	c estimatedAdderCost: 33
56.28/56.55	c Try to convert by bdds
56.28/56.57	c D: 1
56.28/56.57	c estimatedAdderCost: 33
56.28/56.57	c Try to convert by bdds
56.28/56.58	c D: 1
56.28/56.58	c estimatedAdderCost: 33
56.28/56.58	c Try to convert by bdds
56.28/56.59	c D: 1
56.28/56.59	c estimatedAdderCost: 33
56.28/56.59	c Try to convert by bdds
56.38/56.60	c D: 1
56.38/56.60	c estimatedAdderCost: 33
56.38/56.60	c Try to convert by bdds
56.38/56.62	c D: 1
56.38/56.62	c estimatedAdderCost: 33
56.38/56.62	c Try to convert by bdds
56.38/56.63	c D: 1
56.38/56.63	c estimatedAdderCost: 33
56.38/56.63	c Try to convert by bdds
56.38/56.64	c D: 1
56.38/56.64	c estimatedAdderCost: 33
56.38/56.64	c Try to convert by bdds
56.38/56.65	c D: 1
56.38/56.65	c estimatedAdderCost: 33
56.38/56.65	c Try to convert by bdds
56.38/56.66	c D: 1
56.38/56.66	c estimatedAdderCost: 33
56.38/56.66	c Try to convert by bdds
56.38/56.68	c D: 1
56.38/56.68	c estimatedAdderCost: 33
56.38/56.68	c Try to convert by bdds
56.38/56.69	c D: 1
56.38/56.69	c estimatedAdderCost: 33
56.38/56.69	c Try to convert by bdds
56.48/56.70	c D: 1
56.48/56.70	c estimatedAdderCost: 33
56.48/56.70	c Try to convert by bdds
56.48/56.71	c D: 1
56.48/56.71	c estimatedAdderCost: 33
56.48/56.71	c Try to convert by bdds
56.48/56.73	c D: 1
56.48/56.73	c estimatedAdderCost: 33
56.48/56.73	c Try to convert by bdds
56.48/56.74	c D: 1
56.48/56.74	c estimatedAdderCost: 33
56.48/56.74	c Try to convert by bdds
56.48/56.75	c D: 1
56.48/56.75	c estimatedAdderCost: 33
56.48/56.75	c Try to convert by bdds
56.48/56.76	c D: 1
56.48/56.76	c estimatedAdderCost: 33
56.48/56.76	c Try to convert by bdds
56.48/56.78	c D: 1
56.48/56.78	c estimatedAdderCost: 33
56.48/56.78	c Try to convert by bdds
56.48/56.79	c D: 1
56.48/56.79	c estimatedAdderCost: 33
56.48/56.79	c Try to convert by bdds
56.58/56.80	c D: 1
56.58/56.80	c estimatedAdderCost: 33
56.58/56.80	c Try to convert by bdds
56.58/56.81	c D: 1
56.58/56.81	c estimatedAdderCost: 33
56.58/56.81	c Try to convert by bdds
56.58/56.82	c D: 1
56.58/56.82	c estimatedAdderCost: 33
56.58/56.82	c Try to convert by bdds
56.58/56.84	c D: 1
56.58/56.84	c estimatedAdderCost: 33
56.58/56.84	c Try to convert by bdds
56.58/56.85	c D: 1
56.58/56.85	c estimatedAdderCost: 33
56.58/56.85	c Try to convert by bdds
56.58/56.86	c D: 1
56.58/56.86	c estimatedAdderCost: 33
56.58/56.86	c Try to convert by bdds
56.58/56.87	c D: 1
56.58/56.87	c estimatedAdderCost: 33
56.58/56.87	c Try to convert by bdds
56.58/56.89	c D: 1
56.58/56.89	c estimatedAdderCost: 33
56.58/56.89	c Try to convert by bdds
56.68/56.90	c D: 1
56.68/56.90	c estimatedAdderCost: 33
56.68/56.90	c Try to convert by bdds
56.68/56.91	c D: 1
56.68/56.91	c estimatedAdderCost: 33
56.68/56.91	c Try to convert by bdds
56.68/56.92	c D: 1
56.68/56.92	c estimatedAdderCost: 33
56.68/56.92	c Try to convert by bdds
56.68/56.93	c D: 1
56.68/56.93	c estimatedAdderCost: 33
56.68/56.93	c Try to convert by bdds
56.68/56.95	c D: 1
56.68/56.95	c estimatedAdderCost: 33
56.68/56.95	c Try to convert by bdds
56.68/56.96	c D: 1
56.68/56.96	c estimatedAdderCost: 33
56.68/56.96	c Try to convert by bdds
56.68/56.97	c D: 1
56.68/56.97	c estimatedAdderCost: 33
56.68/56.97	c Try to convert by bdds
56.68/56.98	c D: 1
56.68/56.98	c estimatedAdderCost: 33
56.68/56.98	c Try to convert by bdds
56.68/57.00	c D: 1
56.68/57.00	c estimatedAdderCost: 33
56.68/57.00	c Try to convert by bdds
56.79/57.01	c D: 1
56.79/57.01	c estimatedAdderCost: 33
56.79/57.01	c Try to convert by bdds
56.79/57.02	c D: 1
56.79/57.02	c estimatedAdderCost: 33
56.79/57.02	c Try to convert by bdds
56.79/57.03	c D: 1
56.79/57.03	c estimatedAdderCost: 33
56.79/57.03	c Try to convert by bdds
56.79/57.05	c D: 1
56.79/57.05	c estimatedAdderCost: 33
56.79/57.05	c Try to convert by bdds
56.79/57.06	c D: 1
56.79/57.06	c estimatedAdderCost: 33
56.79/57.06	c Try to convert by bdds
56.79/57.07	c D: 1
56.79/57.07	c estimatedAdderCost: 33
56.79/57.07	c Try to convert by bdds
56.79/57.08	c D: 1
56.79/57.08	c estimatedAdderCost: 33
56.79/57.08	c Try to convert by bdds
56.79/57.09	c D: 1
56.79/57.09	c estimatedAdderCost: 33
56.79/57.09	c Try to convert by bdds
56.79/57.11	c D: 1
56.79/57.11	c estimatedAdderCost: 33
56.79/57.11	c Try to convert by bdds
56.89/57.12	c D: 1
56.89/57.12	c estimatedAdderCost: 33
56.89/57.12	c Try to convert by bdds
56.89/57.13	c D: 1
56.89/57.13	c estimatedAdderCost: 33
56.89/57.13	c Try to convert by bdds
56.89/57.14	c D: 1
56.89/57.14	c estimatedAdderCost: 33
56.89/57.14	c Try to convert by bdds
56.89/57.16	c D: 1
56.89/57.16	c estimatedAdderCost: 33
56.89/57.16	c Try to convert by bdds
56.89/57.17	c D: 1
56.89/57.17	c estimatedAdderCost: 33
56.89/57.17	c Try to convert by bdds
56.89/57.18	c D: 1
56.89/57.18	c estimatedAdderCost: 33
56.89/57.18	c Try to convert by bdds
56.89/57.19	c D: 1
56.89/57.19	c estimatedAdderCost: 33
56.89/57.19	c Try to convert by bdds
56.98/57.20	c D: 1
56.98/57.20	c estimatedAdderCost: 33
56.98/57.20	c Try to convert by bdds
56.98/57.22	c D: 1
56.98/57.22	c estimatedAdderCost: 33
56.98/57.22	c Try to convert by bdds
56.98/57.23	c D: 1
56.98/57.23	c estimatedAdderCost: 33
56.98/57.23	c Try to convert by bdds
56.98/57.24	c D: 1
56.98/57.24	c estimatedAdderCost: 33
56.98/57.24	c Try to convert by bdds
56.98/57.25	c D: 1
56.98/57.25	c estimatedAdderCost: 33
56.98/57.25	c Try to convert by bdds
56.98/57.27	c D: 1
56.98/57.27	c estimatedAdderCost: 33
56.98/57.27	c Try to convert by bdds
56.98/57.28	c D: 1
56.98/57.28	c estimatedAdderCost: 33
56.98/57.28	c Try to convert by bdds
56.98/57.29	c D: 1
56.98/57.29	c estimatedAdderCost: 33
56.98/57.29	c Try to convert by bdds
57.08/57.30	c D: 1
57.08/57.30	c estimatedAdderCost: 33
57.08/57.30	c Try to convert by bdds
57.08/57.32	c D: 1
57.08/57.32	c estimatedAdderCost: 33
57.08/57.32	c Try to convert by bdds
57.08/57.33	c D: 1
57.08/57.33	c estimatedAdderCost: 33
57.08/57.33	c Try to convert by bdds
57.08/57.34	c D: 1
57.08/57.34	c estimatedAdderCost: 33
57.08/57.34	c Try to convert by bdds
57.08/57.35	c D: 1
57.08/57.35	c estimatedAdderCost: 33
57.08/57.35	c Try to convert by bdds
57.08/57.36	c D: 1
57.08/57.36	c estimatedAdderCost: 33
57.08/57.36	c Try to convert by bdds
57.08/57.38	c D: 1
57.08/57.38	c estimatedAdderCost: 33
57.08/57.38	c Try to convert by bdds
57.08/57.39	c D: 1
57.08/57.39	c estimatedAdderCost: 33
57.08/57.39	c Try to convert by bdds
57.18/57.40	c D: 1
57.18/57.40	c estimatedAdderCost: 33
57.18/57.40	c Try to convert by bdds
57.18/57.41	c D: 1
57.18/57.41	c estimatedAdderCost: 33
57.18/57.41	c Try to convert by bdds
57.18/57.43	c D: 1
57.18/57.43	c estimatedAdderCost: 33
57.18/57.43	c Try to convert by bdds
57.18/57.44	c D: 1
57.18/57.44	c estimatedAdderCost: 33
57.18/57.44	c Try to convert by bdds
57.18/57.45	c D: 1
57.18/57.45	c estimatedAdderCost: 33
57.18/57.45	c Try to convert by bdds
57.18/57.46	c D: 1
57.18/57.46	c estimatedAdderCost: 33
57.18/57.46	c Try to convert by bdds
57.18/57.47	c D: 1
57.18/57.47	c estimatedAdderCost: 33
57.18/57.47	c Try to convert by bdds
57.18/57.49	c D: 1
57.18/57.49	c estimatedAdderCost: 33
57.18/57.49	c Try to convert by bdds
57.28/57.50	c D: 1
57.28/57.50	c estimatedAdderCost: 33
57.28/57.50	c Try to convert by bdds
57.28/57.51	c D: 1
57.28/57.51	c estimatedAdderCost: 33
57.28/57.51	c Try to convert by bdds
57.28/57.52	c D: 1
57.28/57.52	c estimatedAdderCost: 33
57.28/57.52	c Try to convert by bdds
57.28/57.54	c D: 1
57.28/57.54	c estimatedAdderCost: 33
57.28/57.54	c Try to convert by bdds
57.28/57.55	c D: 1
57.28/57.55	c estimatedAdderCost: 33
57.28/57.55	c Try to convert by bdds
57.28/57.56	c D: 1
57.28/57.56	c estimatedAdderCost: 33
57.28/57.56	c Try to convert by bdds
57.28/57.57	c D: 1
57.28/57.57	c estimatedAdderCost: 33
57.28/57.57	c Try to convert by bdds
57.28/57.59	c D: 1
57.28/57.59	c estimatedAdderCost: 33
57.28/57.59	c Try to convert by bdds
57.38/57.60	c D: 1
57.38/57.60	c estimatedAdderCost: 25
57.38/57.60	c Try to convert by bdds
57.38/57.60	c D: 1
57.38/57.60	c estimatedAdderCost: 25
57.38/57.60	c Try to convert by bdds
57.38/57.61	c D: 1
57.38/57.61	c estimatedAdderCost: 25
57.38/57.61	c Try to convert by bdds
57.38/57.62	c D: 1
57.38/57.62	c estimatedAdderCost: 25
57.38/57.62	c Try to convert by bdds
57.38/57.63	c D: 1
57.38/57.63	c estimatedAdderCost: 25
57.38/57.63	c Try to convert by bdds
57.38/57.63	c D: 1
57.38/57.63	c estimatedAdderCost: 25
57.38/57.63	c Try to convert by bdds
57.38/57.64	c D: 1
57.38/57.64	c estimatedAdderCost: 25
57.38/57.64	c Try to convert by bdds
57.38/57.65	c D: 1
57.38/57.65	c estimatedAdderCost: 25
57.38/57.65	c Try to convert by bdds
57.38/57.66	c D: 1
57.38/57.66	c estimatedAdderCost: 25
57.38/57.66	c Try to convert by bdds
57.38/57.66	c D: 1
57.38/57.66	c estimatedAdderCost: 25
57.38/57.66	c Try to convert by bdds
57.38/57.67	c D: 1
57.38/57.67	c estimatedAdderCost: 25
57.38/57.67	c Try to convert by bdds
57.38/57.68	c D: 1
57.38/57.68	c estimatedAdderCost: 25
57.38/57.68	c Try to convert by bdds
57.38/57.69	c D: 1
57.38/57.69	c estimatedAdderCost: 25
57.38/57.69	c Try to convert by bdds
57.38/57.69	c D: 1
57.38/57.69	c estimatedAdderCost: 33
57.38/57.69	c Try to convert by bdds
57.47/57.71	c D: 1
57.47/57.71	c estimatedAdderCost: 33
57.47/57.71	c Try to convert by bdds
57.47/57.72	c D: 1
57.47/57.72	c estimatedAdderCost: 33
57.47/57.72	c Try to convert by bdds
57.47/57.73	c D: 1
57.47/57.73	c estimatedAdderCost: 33
57.47/57.73	c Try to convert by bdds
57.47/57.74	c D: 1
57.47/57.74	c estimatedAdderCost: 33
57.47/57.74	c Try to convert by bdds
57.47/57.75	c D: 1
57.47/57.75	c estimatedAdderCost: 33
57.47/57.75	c Try to convert by bdds
57.47/57.77	c D: 1
57.47/57.77	c estimatedAdderCost: 33
57.47/57.77	c Try to convert by bdds
57.47/57.78	c D: 1
57.47/57.78	c estimatedAdderCost: 33
57.47/57.78	c Try to convert by bdds
57.47/57.79	c D: 1
57.47/57.79	c estimatedAdderCost: 33
57.47/57.79	c Try to convert by bdds
57.57/57.80	c D: 1
57.57/57.80	c estimatedAdderCost: 33
57.57/57.80	c Try to convert by bdds
57.57/57.82	c D: 1
57.57/57.82	c estimatedAdderCost: 33
57.57/57.82	c Try to convert by bdds
57.57/57.83	c D: 1
57.57/57.83	c estimatedAdderCost: 33
57.57/57.83	c Try to convert by bdds
57.57/57.84	c D: 1
57.57/57.84	c estimatedAdderCost: 33
57.57/57.84	c Try to convert by bdds
57.57/57.85	c D: 1
57.57/57.85	c estimatedAdderCost: 33
57.57/57.85	c Try to convert by bdds
57.57/57.86	c D: 1
57.57/57.86	c estimatedAdderCost: 33
57.57/57.86	c Try to convert by bdds
57.57/57.88	c D: 1
57.57/57.88	c estimatedAdderCost: 33
57.57/57.88	c Try to convert by bdds
57.57/57.89	c D: 1
57.57/57.89	c estimatedAdderCost: 33
57.57/57.89	c Try to convert by bdds
57.67/57.90	c D: 1
57.67/57.90	c estimatedAdderCost: 33
57.67/57.90	c Try to convert by bdds
57.67/57.91	c D: 1
57.67/57.91	c estimatedAdderCost: 33
57.67/57.91	c Try to convert by bdds
57.67/57.93	c D: 1
57.67/57.93	c estimatedAdderCost: 33
57.67/57.93	c Try to convert by bdds
57.67/57.94	c D: 1
57.67/57.94	c estimatedAdderCost: 33
57.67/57.94	c Try to convert by bdds
57.67/57.95	c D: 1
57.67/57.95	c estimatedAdderCost: 33
57.67/57.95	c Try to convert by bdds
57.67/57.96	c D: 1
57.67/57.96	c estimatedAdderCost: 33
57.67/57.96	c Try to convert by bdds
57.67/57.97	c D: 1
57.67/57.97	c estimatedAdderCost: 33
57.67/57.97	c Try to convert by bdds
57.67/57.99	c D: 1
57.67/57.99	c estimatedAdderCost: 33
57.67/57.99	c Try to convert by bdds
57.67/58.00	c D: 1
57.67/58.00	c estimatedAdderCost: 33
57.67/58.00	c Try to convert by bdds
57.79/58.01	c D: 1
57.79/58.01	c estimatedAdderCost: 33
57.79/58.01	c Try to convert by bdds
57.79/58.02	c D: 1
57.79/58.02	c estimatedAdderCost: 33
57.79/58.02	c Try to convert by bdds
57.79/58.03	c D: 1
57.79/58.03	c estimatedAdderCost: 33
57.79/58.03	c Try to convert by bdds
57.79/58.05	c D: 1
57.79/58.05	c estimatedAdderCost: 33
57.79/58.05	c Try to convert by bdds
57.79/58.06	c D: 1
57.79/58.06	c estimatedAdderCost: 33
57.79/58.06	c Try to convert by bdds
57.79/58.07	c D: 1
57.79/58.07	c estimatedAdderCost: 33
57.79/58.07	c Try to convert by bdds
57.79/58.08	c D: 1
57.79/58.08	c estimatedAdderCost: 33
57.79/58.08	c Try to convert by bdds
57.79/58.10	c D: 1
57.79/58.10	c estimatedAdderCost: 33
57.79/58.10	c Try to convert by bdds
57.79/58.11	c D: 1
57.79/58.11	c estimatedAdderCost: 33
57.79/58.11	c Try to convert by bdds
57.89/58.12	c D: 1
57.89/58.12	c estimatedAdderCost: 33
57.89/58.12	c Try to convert by bdds
57.89/58.13	c D: 1
57.89/58.13	c estimatedAdderCost: 33
57.89/58.13	c Try to convert by bdds
57.89/58.15	c D: 1
57.89/58.15	c estimatedAdderCost: 33
57.89/58.15	c Try to convert by bdds
57.89/58.16	c D: 1
57.89/58.16	c estimatedAdderCost: 33
57.89/58.16	c Try to convert by bdds
57.89/58.17	c D: 1
57.89/58.17	c estimatedAdderCost: 33
57.89/58.17	c Try to convert by bdds
57.89/58.18	c D: 1
57.89/58.18	c estimatedAdderCost: 33
57.89/58.18	c Try to convert by bdds
57.89/58.19	c D: 1
57.89/58.19	c estimatedAdderCost: 33
57.89/58.19	c Try to convert by bdds
57.97/58.21	c D: 1
57.97/58.21	c estimatedAdderCost: 33
57.97/58.21	c Try to convert by bdds
57.97/58.22	c D: 1
57.97/58.22	c estimatedAdderCost: 33
57.97/58.22	c Try to convert by bdds
57.97/58.23	c D: 1
57.97/58.23	c estimatedAdderCost: 33
57.97/58.23	c Try to convert by bdds
57.97/58.24	c D: 1
57.97/58.24	c estimatedAdderCost: 33
57.97/58.24	c Try to convert by bdds
57.97/58.25	c D: 1
57.97/58.25	c estimatedAdderCost: 33
57.97/58.25	c Try to convert by bdds
57.97/58.27	c D: 1
57.97/58.27	c estimatedAdderCost: 33
57.97/58.27	c Try to convert by bdds
57.97/58.28	c D: 1
57.97/58.28	c estimatedAdderCost: 33
57.97/58.28	c Try to convert by bdds
57.97/58.29	c D: 1
57.97/58.29	c estimatedAdderCost: 33
57.97/58.29	c Try to convert by bdds
58.07/58.30	c D: 1
58.07/58.30	c estimatedAdderCost: 33
58.07/58.30	c Try to convert by bdds
58.07/58.32	c D: 1
58.07/58.32	c estimatedAdderCost: 33
58.07/58.32	c Try to convert by bdds
58.07/58.33	c D: 1
58.07/58.33	c estimatedAdderCost: 33
58.07/58.33	c Try to convert by bdds
58.07/58.34	c D: 1
58.07/58.34	c estimatedAdderCost: 33
58.07/58.34	c Try to convert by bdds
58.07/58.35	c D: 1
58.07/58.35	c estimatedAdderCost: 33
58.07/58.35	c Try to convert by bdds
58.07/58.36	c D: 1
58.07/58.36	c estimatedAdderCost: 33
58.07/58.36	c Try to convert by bdds
58.07/58.38	c D: 1
58.07/58.38	c estimatedAdderCost: 33
58.07/58.38	c Try to convert by bdds
58.07/58.39	c D: 1
58.07/58.39	c estimatedAdderCost: 33
58.07/58.39	c Try to convert by bdds
58.17/58.40	c D: 1
58.17/58.40	c estimatedAdderCost: 33
58.17/58.40	c Try to convert by bdds
58.17/58.41	c D: 1
58.17/58.41	c estimatedAdderCost: 33
58.17/58.41	c Try to convert by bdds
58.17/58.43	c D: 1
58.17/58.43	c estimatedAdderCost: 33
58.17/58.43	c Try to convert by bdds
58.17/58.44	c D: 1
58.17/58.44	c estimatedAdderCost: 33
58.17/58.44	c Try to convert by bdds
58.17/58.45	c D: 1
58.17/58.45	c estimatedAdderCost: 33
58.17/58.45	c Try to convert by bdds
58.17/58.46	c D: 1
58.17/58.46	c estimatedAdderCost: 33
58.17/58.46	c Try to convert by bdds
58.17/58.47	c D: 1
58.17/58.47	c estimatedAdderCost: 33
58.17/58.47	c Try to convert by bdds
58.17/58.49	c D: 1
58.17/58.49	c estimatedAdderCost: 33
58.17/58.49	c Try to convert by bdds
58.27/58.50	c D: 1
58.27/58.50	c estimatedAdderCost: 33
58.27/58.50	c Try to convert by bdds
58.27/58.51	c D: 1
58.27/58.51	c estimatedAdderCost: 33
58.27/58.51	c Try to convert by bdds
58.27/58.52	c D: 1
58.27/58.52	c estimatedAdderCost: 33
58.27/58.52	c Try to convert by bdds
58.27/58.54	c D: 1
58.27/58.54	c estimatedAdderCost: 33
58.27/58.54	c Try to convert by bdds
58.27/58.55	c D: 1
58.27/58.55	c estimatedAdderCost: 33
58.27/58.55	c Try to convert by bdds
58.27/58.56	c D: 1
58.27/58.56	c estimatedAdderCost: 33
58.27/58.56	c Try to convert by bdds
58.27/58.57	c D: 1
58.27/58.57	c estimatedAdderCost: 33
58.27/58.57	c Try to convert by bdds
58.27/58.58	c D: 1
58.27/58.58	c estimatedAdderCost: 33
58.27/58.58	c Try to convert by bdds
58.37/58.60	c D: 1
58.37/58.60	c estimatedAdderCost: 33
58.37/58.60	c Try to convert by bdds
58.37/58.61	c D: 1
58.37/58.61	c estimatedAdderCost: 33
58.37/58.61	c Try to convert by bdds
58.37/58.62	c D: 1
58.37/58.62	c estimatedAdderCost: 33
58.37/58.62	c Try to convert by bdds
58.37/58.63	c D: 1
58.37/58.63	c estimatedAdderCost: 33
58.37/58.63	c Try to convert by bdds
58.37/58.64	c D: 1
58.37/58.64	c estimatedAdderCost: 33
58.37/58.64	c Try to convert by bdds
58.37/58.66	c D: 1
58.37/58.66	c estimatedAdderCost: 33
58.37/58.66	c Try to convert by bdds
58.37/58.67	c D: 1
58.37/58.67	c estimatedAdderCost: 33
58.37/58.67	c Try to convert by bdds
58.37/58.68	c D: 1
58.37/58.68	c estimatedAdderCost: 33
58.37/58.68	c Try to convert by bdds
58.37/58.69	c D: 1
58.37/58.69	c estimatedAdderCost: 33
58.37/58.69	c Try to convert by bdds
58.47/58.71	c D: 1
58.47/58.71	c estimatedAdderCost: 33
58.47/58.71	c Try to convert by bdds
58.47/58.72	c D: 1
58.47/58.72	c estimatedAdderCost: 33
58.47/58.72	c Try to convert by bdds
58.47/58.73	c D: 1
58.47/58.73	c estimatedAdderCost: 33
58.47/58.73	c Try to convert by bdds
58.47/58.74	c D: 1
58.47/58.74	c estimatedAdderCost: 33
58.47/58.74	c Try to convert by bdds
58.47/58.75	c D: 1
58.47/58.75	c estimatedAdderCost: 33
58.47/58.75	c Try to convert by bdds
58.47/58.77	c D: 1
58.47/58.77	c estimatedAdderCost: 33
58.47/58.77	c Try to convert by bdds
58.47/58.78	c D: 1
58.47/58.78	c estimatedAdderCost: 33
58.47/58.78	c Try to convert by bdds
58.47/58.79	c D: 1
58.47/58.79	c estimatedAdderCost: 33
58.47/58.79	c Try to convert by bdds
58.57/58.80	c D: 1
58.57/58.80	c estimatedAdderCost: 33
58.57/58.80	c Try to convert by bdds
58.57/58.82	c D: 1
58.57/58.82	c estimatedAdderCost: 33
58.57/58.82	c Try to convert by bdds
58.57/58.83	c D: 1
58.57/58.83	c estimatedAdderCost: 33
58.57/58.83	c Try to convert by bdds
58.57/58.84	c D: 1
58.57/58.84	c estimatedAdderCost: 33
58.57/58.84	c Try to convert by bdds
58.57/58.85	c D: 1
58.57/58.85	c estimatedAdderCost: 33
58.57/58.85	c Try to convert by bdds
58.57/58.86	c D: 1
58.57/58.86	c estimatedAdderCost: 33
58.57/58.86	c Try to convert by bdds
58.57/58.88	c D: 1
58.57/58.88	c estimatedAdderCost: 33
58.57/58.88	c Try to convert by bdds
58.57/58.89	c D: 1
58.57/58.89	c estimatedAdderCost: 33
58.57/58.89	c Try to convert by bdds
58.67/58.90	c D: 1
58.67/58.90	c estimatedAdderCost: 33
58.67/58.90	c Try to convert by bdds
58.67/58.91	c D: 1
58.67/58.91	c estimatedAdderCost: 33
58.67/58.91	c Try to convert by bdds
58.67/58.93	c D: 1
58.67/58.93	c estimatedAdderCost: 33
58.67/58.93	c Try to convert by bdds
58.67/58.94	c D: 1
58.67/58.94	c estimatedAdderCost: 33
58.67/58.94	c Try to convert by bdds
58.67/58.95	c D: 1
58.67/58.95	c estimatedAdderCost: 33
58.67/58.95	c Try to convert by bdds
58.67/58.96	c D: 1
58.67/58.96	c estimatedAdderCost: 25
58.67/58.96	c Try to convert by bdds
58.67/58.97	c D: 1
58.67/58.97	c estimatedAdderCost: 25
58.67/58.97	c Try to convert by bdds
58.67/58.98	c D: 1
58.67/58.98	c estimatedAdderCost: 25
58.67/58.98	c Try to convert by bdds
58.67/58.98	c D: 1
58.67/58.98	c estimatedAdderCost: 25
58.67/58.98	c Try to convert by bdds
58.67/58.99	c D: 1
58.67/58.99	c estimatedAdderCost: 25
58.67/58.99	c Try to convert by bdds
58.67/59.00	c D: 1
58.67/59.00	c estimatedAdderCost: 25
58.67/59.00	c Try to convert by bdds
58.67/59.01	c D: 1
58.67/59.01	c estimatedAdderCost: 25
58.67/59.01	c Try to convert by bdds
58.78/59.01	c D: 1
58.78/59.01	c estimatedAdderCost: 25
58.78/59.01	c Try to convert by bdds
58.78/59.02	c D: 1
58.78/59.02	c estimatedAdderCost: 25
58.78/59.02	c Try to convert by bdds
58.78/59.03	c D: 1
58.78/59.03	c estimatedAdderCost: 25
58.78/59.03	c Try to convert by bdds
58.78/59.03	c D: 1
58.78/59.03	c estimatedAdderCost: 25
58.78/59.03	c Try to convert by bdds
58.78/59.04	c D: 1
58.78/59.04	c estimatedAdderCost: 25
58.78/59.04	c Try to convert by bdds
58.78/59.05	c D: 1
58.78/59.05	c estimatedAdderCost: 25
58.78/59.05	c Try to convert by bdds
58.78/59.06	c D: 1
58.78/59.06	c estimatedAdderCost: 25
58.78/59.06	c Try to convert by bdds
58.78/59.06	c D: 1
58.78/59.06	c estimatedAdderCost: 17
58.78/59.06	c Try to convert by bdds
58.78/59.07	c D: 1
58.78/59.07	c estimatedAdderCost: 23
58.78/59.07	c Try to convert by bdds
58.78/59.07	c D: 1
58.78/59.07	c estimatedAdderCost: 25
58.78/59.07	c Try to convert by bdds
58.78/59.07	c D: 1
58.78/59.07	c estimatedAdderCost: 28
58.78/59.07	c Try to convert by bdds
58.78/59.07	c D: 1
58.78/59.07	c estimatedAdderCost: 25
58.78/59.07	c Try to convert by bdds
58.78/59.08	c D: 1
58.78/59.08	c estimatedAdderCost: 27
58.78/59.08	c Try to convert by bdds
58.78/59.08	c D: 1
58.78/59.08	c estimatedAdderCost: 25
58.78/59.08	c Try to convert by bdds
58.78/59.08	c D: 1
58.78/59.08	c estimatedAdderCost: 29
58.78/59.08	c Try to convert by bdds
58.78/59.08	c D: 1
58.78/59.08	c estimatedAdderCost: 25
58.78/59.08	c Try to convert by bdds
58.78/59.09	c D: 1
58.78/59.09	c estimatedAdderCost: 28
58.78/59.09	c Try to convert by bdds
58.78/59.09	c D: 1
58.78/59.09	c estimatedAdderCost: 25
58.78/59.09	c Try to convert by bdds
58.78/59.09	c D: 1
58.78/59.09	c estimatedAdderCost: 28
58.78/59.09	c Try to convert by bdds
58.78/59.09	c D: 1
58.78/59.09	c estimatedAdderCost: 25
58.78/59.09	c Try to convert by bdds
58.78/59.10	c D: 1
58.78/59.10	c estimatedAdderCost: 30
58.78/59.10	c Try to convert by bdds
58.78/59.10	c D: 1
58.78/59.10	c estimatedAdderCost: 25
58.78/59.10	c Try to convert by bdds
58.78/59.10	c D: 1
58.78/59.10	c estimatedAdderCost: 30
58.78/59.10	c Try to convert by bdds
58.78/59.10	c D: 1
58.78/59.10	c estimatedAdderCost: 25
58.78/59.10	c Try to convert by bdds
58.78/59.11	c D: 1
58.78/59.11	c estimatedAdderCost: 30
58.78/59.11	c Try to convert by bdds
58.78/59.11	c D: 1
58.78/59.11	c estimatedAdderCost: 25
58.78/59.11	c Try to convert by bdds
58.88/59.11	c D: 1
58.88/59.11	c estimatedAdderCost: 25
58.88/59.11	c Try to convert by bdds
58.88/59.12	c D: 1
58.88/59.12	c estimatedAdderCost: 25
58.88/59.12	c Try to convert by bdds
58.88/59.13	c D: 1
58.88/59.13	c estimatedAdderCost: 25
58.88/59.13	c Try to convert by bdds
58.88/59.14	c D: 1
58.88/59.14	c estimatedAdderCost: 25
58.88/59.14	c Try to convert by bdds
58.88/59.14	c D: 1
58.88/59.14	c estimatedAdderCost: 25
58.88/59.14	c Try to convert by bdds
58.88/59.15	c D: 1
58.88/59.15	c estimatedAdderCost: 25
58.88/59.15	c Try to convert by bdds
58.88/59.15	c D: 1
58.88/59.15	c estimatedAdderCost: 28
58.88/59.15	c Try to convert by bdds
58.88/59.16	c D: 1
58.88/59.16	c estimatedAdderCost: 17
58.88/59.16	c Try to convert by bdds
58.88/59.16	c D: 1
58.88/59.16	c estimatedAdderCost: 21
58.88/59.16	c Try to convert by bdds
58.88/59.16	c D: 1
58.88/59.16	c estimatedAdderCost: 17
58.88/59.16	c Try to convert by bdds
58.88/59.16	c D: 1
58.88/59.16	c estimatedAdderCost: 25
58.88/59.16	c Try to convert by bdds
58.88/59.16	c D: 1
58.88/59.16	c estimatedAdderCost: 25
58.88/59.16	c Try to convert by bdds
58.88/59.17	c D: 1
58.88/59.17	c estimatedAdderCost: 30
58.88/59.17	c Try to convert by bdds
58.88/59.17	c D: 1
58.88/59.17	c estimatedAdderCost: 25
58.88/59.17	c Try to convert by bdds
58.88/59.17	c D: 1
58.88/59.17	c estimatedAdderCost: 26
58.88/59.17	c Try to convert by bdds
58.88/59.17	c D: 1
58.88/59.17	c estimatedAdderCost: 25
58.88/59.17	c Try to convert by bdds
58.88/59.18	c D: 1
58.88/59.18	c estimatedAdderCost: 30
58.88/59.18	c Try to convert by bdds
58.88/59.18	c D: 1
58.88/59.18	c estimatedAdderCost: 25
58.88/59.18	c Try to convert by bdds
58.88/59.18	c D: 1
58.88/59.18	c estimatedAdderCost: 28
58.88/59.18	c Try to convert by bdds
58.88/59.18	c D: 1
58.88/59.18	c estimatedAdderCost: 25
58.88/59.18	c Try to convert by bdds
58.88/59.19	c D: 1
58.88/59.19	c estimatedAdderCost: 29
58.88/59.19	c Try to convert by bdds
58.88/59.19	c D: 1
58.88/59.19	c estimatedAdderCost: 25
58.88/59.19	c Try to convert by bdds
58.88/59.19	c D: 1
58.88/59.19	c estimatedAdderCost: 30
58.88/59.19	c Try to convert by bdds
58.88/59.20	c D: 1
58.88/59.20	c estimatedAdderCost: 25
58.88/59.20	c Try to convert by bdds
58.97/59.20	c D: 1
58.97/59.20	c estimatedAdderCost: 28
58.97/59.20	c Try to convert by bdds
58.97/59.20	c D: 1
58.97/59.20	c estimatedAdderCost: 25
58.97/59.20	c Try to convert by bdds
58.97/59.20	c D: 1
58.97/59.20	c estimatedAdderCost: 28
58.97/59.20	c Try to convert by bdds
58.97/59.21	c D: 1
58.97/59.21	c estimatedAdderCost: 25
58.97/59.21	c Try to convert by bdds
58.97/59.21	c D: 1
58.97/59.21	c estimatedAdderCost: 30
58.97/59.21	c Try to convert by bdds
58.97/59.21	c D: 1
58.97/59.21	c estimatedAdderCost: 25
58.97/59.21	c Try to convert by bdds
58.97/59.21	c D: 1
58.97/59.21	c estimatedAdderCost: 29
58.97/59.21	c Try to convert by bdds
58.97/59.22	c D: 1
58.97/59.22	c estimatedAdderCost: 25
58.97/59.22	c Try to convert by bdds
58.97/59.22	c D: 1
58.97/59.22	c estimatedAdderCost: 25
58.97/59.22	c Try to convert by bdds
58.97/59.23	c D: 1
58.97/59.23	c estimatedAdderCost: 29
58.97/59.23	c Try to convert by bdds
58.97/59.23	c D: 1
58.97/59.23	c estimatedAdderCost: 25
58.97/59.23	c Try to convert by bdds
58.97/59.24	c D: 1
58.97/59.24	c estimatedAdderCost: 25
58.97/59.24	c Try to convert by bdds
58.97/59.24	c D: 1
58.97/59.24	c estimatedAdderCost: 30
58.97/59.24	c Try to convert by bdds
58.97/59.24	c D: 1
58.97/59.24	c estimatedAdderCost: 25
58.97/59.24	c Try to convert by bdds
58.97/59.25	c D: 1
58.97/59.25	c estimatedAdderCost: 25
58.97/59.25	c Try to convert by bdds
58.97/59.25	c D: 1
58.97/59.25	c estimatedAdderCost: 32
58.97/59.25	c Try to convert by bdds
58.97/59.25	c D: 1
58.97/59.25	c estimatedAdderCost: 25
58.97/59.25	c Try to convert by bdds
58.97/59.26	c D: 1
58.97/59.26	c estimatedAdderCost: 25
58.97/59.26	c Try to convert by bdds
58.97/59.27	c D: 1
58.97/59.27	c estimatedAdderCost: 25
58.97/59.27	c Try to convert by bdds
58.97/59.28	c D: 1
58.97/59.28	c estimatedAdderCost: 25
58.97/59.28	c Try to convert by bdds
58.97/59.28	c D: 1
58.97/59.28	c estimatedAdderCost: 25
58.97/59.28	c Try to convert by bdds
58.97/59.29	c D: 1
58.97/59.29	c estimatedAdderCost: 25
58.97/59.29	c Try to convert by bdds
59.07/59.30	c D: 1
59.07/59.30	c estimatedAdderCost: 25
59.07/59.30	c Try to convert by bdds
59.07/59.30	c D: 1
59.07/59.30	c estimatedAdderCost: 25
59.07/59.30	c Try to convert by bdds
59.07/59.31	c D: 1
59.07/59.31	c estimatedAdderCost: 25
59.07/59.31	c Try to convert by bdds
59.07/59.32	c D: 1
59.07/59.32	c estimatedAdderCost: 25
59.07/59.32	c Try to convert by bdds
59.07/59.33	c D: 1
59.07/59.33	c estimatedAdderCost: 25
59.07/59.33	c Try to convert by bdds
59.07/59.33	c D: 1
59.07/59.33	c estimatedAdderCost: 27
59.07/59.33	c Try to convert by bdds
59.07/59.33	c D: 1
59.07/59.33	c estimatedAdderCost: 25
59.07/59.33	c Try to convert by bdds
59.07/59.33	c D: 1
59.07/59.33	c estimatedAdderCost: 30
59.07/59.33	c Try to convert by bdds
59.07/59.34	c D: 1
59.07/59.34	c estimatedAdderCost: 25
59.07/59.34	c Try to convert by bdds
59.07/59.34	c D: 1
59.07/59.34	c estimatedAdderCost: 26
59.07/59.34	c Try to convert by bdds
59.07/59.34	c D: 1
59.07/59.34	c estimatedAdderCost: 17
59.07/59.34	c Try to convert by bdds
59.07/59.34	c D: 1
59.07/59.34	c estimatedAdderCost: 25
59.07/59.34	c Try to convert by bdds
59.07/59.34	c D: 1
59.07/59.34	c estimatedAdderCost: 17
59.07/59.34	c Try to convert by bdds
59.07/59.35	c D: 1
59.07/59.35	c estimatedAdderCost: 25
59.07/59.35	c Try to convert by bdds
59.07/59.35	c D: 1
59.07/59.35	c estimatedAdderCost: 17
59.07/59.35	c Try to convert by bdds
59.07/59.35	c D: 1
59.07/59.35	c estimatedAdderCost: 29
59.07/59.35	c Try to convert by bdds
59.07/59.35	c D: 1
59.07/59.35	c estimatedAdderCost: 25
59.07/59.35	c Try to convert by bdds
59.07/59.35	c D: 1
59.07/59.35	c estimatedAdderCost: 28
59.07/59.35	c Try to convert by bdds
59.07/59.36	c D: 1
59.07/59.36	c estimatedAdderCost: 25
59.07/59.36	c Try to convert by bdds
59.07/59.36	c D: 1
59.07/59.36	c estimatedAdderCost: 29
59.07/59.36	c Try to convert by bdds
59.07/59.36	c D: 1
59.07/59.36	c estimatedAdderCost: 25
59.07/59.36	c Try to convert by bdds
59.07/59.36	c D: 1
59.07/59.36	c estimatedAdderCost: 29
59.07/59.36	c Try to convert by bdds
59.07/59.37	c D: 1
59.07/59.37	c estimatedAdderCost: 25
59.07/59.37	c Try to convert by bdds
59.07/59.37	c D: 1
59.07/59.37	c estimatedAdderCost: 30
59.07/59.37	c Try to convert by bdds
59.07/59.37	c D: 1
59.07/59.37	c estimatedAdderCost: 25
59.07/59.37	c Try to convert by bdds
59.07/59.37	c D: 1
59.07/59.37	c estimatedAdderCost: 28
59.07/59.37	c Try to convert by bdds
59.07/59.38	c D: 1
59.07/59.38	c estimatedAdderCost: 25
59.07/59.38	c Try to convert by bdds
59.07/59.38	c D: 1
59.07/59.38	c estimatedAdderCost: 29
59.07/59.38	c Try to convert by bdds
59.07/59.38	c D: 1
59.07/59.38	c estimatedAdderCost: 25
59.07/59.38	c Try to convert by bdds
59.07/59.38	c D: 1
59.07/59.38	c estimatedAdderCost: 31
59.07/59.38	c Try to convert by bdds
59.07/59.39	c D: 1
59.07/59.39	c estimatedAdderCost: 25
59.07/59.39	c Try to convert by bdds
59.07/59.39	c D: 1
59.07/59.39	c estimatedAdderCost: 30
59.07/59.39	c Try to convert by bdds
59.07/59.39	c D: 1
59.07/59.39	c estimatedAdderCost: 25
59.07/59.39	c Try to convert by bdds
59.07/59.39	c D: 1
59.07/59.39	c estimatedAdderCost: 27
59.07/59.39	c Try to convert by bdds
59.17/59.40	c D: 1
59.17/59.40	c estimatedAdderCost: 25
59.17/59.40	c Try to convert by bdds
59.17/59.40	c D: 1
59.17/59.40	c estimatedAdderCost: 25
59.17/59.40	c Try to convert by bdds
59.17/59.41	c D: 1
59.17/59.41	c estimatedAdderCost: 31
59.17/59.41	c Try to convert by bdds
59.17/59.41	c D: 1
59.17/59.41	c estimatedAdderCost: 25
59.17/59.41	c Try to convert by bdds
59.17/59.41	c D: 1
59.17/59.41	c estimatedAdderCost: 29
59.17/59.41	c Try to convert by bdds
59.17/59.41	c D: 1
59.17/59.41	c estimatedAdderCost: 25
59.17/59.41	c Try to convert by bdds
59.17/59.42	c D: 1
59.17/59.42	c estimatedAdderCost: 25
59.17/59.42	c Try to convert by bdds
59.17/59.42	c D: 1
59.17/59.42	c estimatedAdderCost: 32
59.17/59.42	c Try to convert by bdds
59.17/59.43	c D: 1
59.17/59.43	c estimatedAdderCost: 25
59.17/59.43	c Try to convert by bdds
59.17/59.43	c D: 1
59.17/59.43	c estimatedAdderCost: 29
59.17/59.43	c Try to convert by bdds
59.17/59.43	c D: 1
59.17/59.43	c estimatedAdderCost: 25
59.17/59.43	c Try to convert by bdds
59.17/59.44	c D: 1
59.17/59.44	c estimatedAdderCost: 25
59.17/59.44	c Try to convert by bdds
59.17/59.45	c D: 1
59.17/59.45	c estimatedAdderCost: 25
59.17/59.45	c Try to convert by bdds
59.17/59.45	c D: 1
59.17/59.45	c estimatedAdderCost: 29
59.17/59.45	c Try to convert by bdds
59.17/59.45	c D: 1
59.17/59.45	c estimatedAdderCost: 25
59.17/59.45	c Try to convert by bdds
59.17/59.46	c D: 1
59.17/59.46	c estimatedAdderCost: 25
59.17/59.46	c Try to convert by bdds
59.17/59.47	c D: 1
59.17/59.47	c estimatedAdderCost: 25
59.17/59.47	c Try to convert by bdds
59.17/59.47	c D: 1
59.17/59.47	c estimatedAdderCost: 31
59.17/59.47	c Try to convert by bdds
59.17/59.47	c D: 1
59.17/59.47	c estimatedAdderCost: 25
59.17/59.47	c Try to convert by bdds
59.17/59.48	c D: 1
59.17/59.48	c estimatedAdderCost: 25
59.17/59.48	c Try to convert by bdds
59.17/59.49	c D: 1
59.17/59.49	c estimatedAdderCost: 25
59.17/59.49	c Try to convert by bdds
59.17/59.49	c D: 1
59.17/59.49	c estimatedAdderCost: 25
59.17/59.49	c Try to convert by bdds
59.27/59.50	c D: 1
59.27/59.50	c estimatedAdderCost: 25
59.27/59.50	c Try to convert by bdds
59.27/59.51	c D: 1
59.27/59.51	c estimatedAdderCost: 25
59.27/59.51	c Try to convert by bdds
59.27/59.51	c D: 1
59.27/59.51	c estimatedAdderCost: 25
59.27/59.51	c Try to convert by bdds
59.27/59.52	c D: 1
59.27/59.52	c estimatedAdderCost: 25
59.27/59.52	c Try to convert by bdds
59.27/59.53	c D: 1
59.27/59.53	c estimatedAdderCost: 25
59.27/59.53	c Try to convert by bdds
59.27/59.54	c D: 1
59.27/59.54	c estimatedAdderCost: 25
59.27/59.54	c Try to convert by bdds
59.27/59.54	c D: 1
59.27/59.54	c estimatedAdderCost: 25
59.27/59.54	c Try to convert by bdds
59.27/59.55	c D: 1
59.27/59.55	c estimatedAdderCost: 25
59.27/59.55	c Try to convert by bdds
59.27/59.56	c D: 1
59.27/59.56	c estimatedAdderCost: 25
59.27/59.56	c Try to convert by bdds
59.27/59.57	c D: 1
59.27/59.57	c estimatedAdderCost: 25
59.27/59.57	c Try to convert by bdds
59.27/59.57	c D: 1
59.27/59.57	c estimatedAdderCost: 25
59.27/59.57	c Try to convert by bdds
59.27/59.58	c D: 1
59.27/59.58	c estimatedAdderCost: 25
59.27/59.58	c Try to convert by bdds
59.27/59.58	c D: 1
59.27/59.58	c estimatedAdderCost: 29
59.27/59.58	c Try to convert by bdds
59.27/59.59	c D: 1
59.27/59.59	c estimatedAdderCost: 25
59.27/59.59	c Try to convert by bdds
59.27/59.59	c D: 1
59.27/59.59	c estimatedAdderCost: 30
59.27/59.59	c Try to convert by bdds
59.27/59.59	c D: 1
59.27/59.59	c estimatedAdderCost: 25
59.27/59.59	c Try to convert by bdds
59.27/59.59	c D: 1
59.27/59.59	c estimatedAdderCost: 28
59.27/59.59	c Try to convert by bdds
59.37/59.60	c D: 1
59.37/59.60	c estimatedAdderCost: 25
59.37/59.60	c Try to convert by bdds
59.37/59.60	c D: 1
59.37/59.60	c estimatedAdderCost: 28
59.37/59.60	c Try to convert by bdds
59.37/59.60	c D: 1
59.37/59.60	c estimatedAdderCost: 25
59.37/59.60	c Try to convert by bdds
59.37/59.60	c D: 1
59.37/59.60	c estimatedAdderCost: 29
59.37/59.60	c Try to convert by bdds
59.37/59.61	c D: 1
59.37/59.61	c estimatedAdderCost: 25
59.37/59.61	c Try to convert by bdds
59.37/59.61	c D: 1
59.37/59.61	c estimatedAdderCost: 29
59.37/59.61	c Try to convert by bdds
59.37/59.61	c D: 1
59.37/59.61	c estimatedAdderCost: 17
59.37/59.61	c Try to convert by bdds
59.37/59.61	c D: 1
59.37/59.61	c estimatedAdderCost: 25
59.37/59.61	c Try to convert by bdds
59.37/59.62	c D: 1
59.37/59.62	c estimatedAdderCost: 17
59.37/59.62	c Try to convert by bdds
59.37/59.62	c D: 1
59.37/59.62	c estimatedAdderCost: 25
59.37/59.62	c Try to convert by bdds
59.37/59.62	c D: 1
59.37/59.62	c estimatedAdderCost: 17
59.37/59.62	c Try to convert by bdds
59.37/59.62	c D: 1
59.37/59.62	c estimatedAdderCost: 27
59.37/59.62	c Try to convert by bdds
59.37/59.62	c D: 1
59.37/59.62	c estimatedAdderCost: 17
59.37/59.62	c Try to convert by bdds
59.37/59.62	c D: 1
59.37/59.62	c estimatedAdderCost: 23
59.37/59.62	c Try to convert by bdds
59.37/59.62	c D: 1
59.37/59.62	c estimatedAdderCost: 25
59.37/59.62	c Try to convert by bdds
59.37/59.63	c D: 1
59.37/59.63	c estimatedAdderCost: 32
59.37/59.63	c Try to convert by bdds
59.37/59.63	c D: 1
59.37/59.63	c estimatedAdderCost: 25
59.37/59.63	c Try to convert by bdds
59.37/59.63	c D: 1
59.37/59.63	c estimatedAdderCost: 28
59.37/59.63	c Try to convert by bdds
59.37/59.63	c D: 1
59.37/59.63	c estimatedAdderCost: 25
59.37/59.63	c Try to convert by bdds
59.37/59.64	c D: 1
59.37/59.64	c estimatedAdderCost: 28
59.37/59.64	c Try to convert by bdds
59.37/59.64	c D: 1
59.37/59.64	c estimatedAdderCost: 25
59.37/59.64	c Try to convert by bdds
59.37/59.64	c D: 1
59.37/59.64	c estimatedAdderCost: 29
59.37/59.64	c Try to convert by bdds
59.37/59.65	c D: 1
59.37/59.65	c estimatedAdderCost: 25
59.37/59.65	c Try to convert by bdds
59.37/59.65	c D: 1
59.37/59.65	c estimatedAdderCost: 25
59.37/59.65	c Try to convert by bdds
59.37/59.66	c D: 1
59.37/59.66	c estimatedAdderCost: 30
59.37/59.66	c Try to convert by bdds
59.37/59.66	c D: 1
59.37/59.66	c estimatedAdderCost: 25
59.37/59.66	c Try to convert by bdds
59.37/59.66	c D: 1
59.37/59.66	c estimatedAdderCost: 29
59.37/59.66	c Try to convert by bdds
59.37/59.66	c D: 1
59.37/59.66	c estimatedAdderCost: 25
59.37/59.66	c Try to convert by bdds
59.37/59.67	c D: 1
59.37/59.67	c estimatedAdderCost: 31
59.37/59.67	c Try to convert by bdds
59.37/59.67	c D: 1
59.37/59.67	c estimatedAdderCost: 25
59.37/59.67	c Try to convert by bdds
59.37/59.68	c D: 1
59.37/59.68	c estimatedAdderCost: 25
59.37/59.68	c Try to convert by bdds
59.37/59.68	c D: 1
59.37/59.68	c estimatedAdderCost: 25
59.37/59.68	c Try to convert by bdds
59.37/59.69	c D: 1
59.37/59.69	c estimatedAdderCost: 30
59.37/59.69	c Try to convert by bdds
59.37/59.69	c D: 1
59.37/59.69	c estimatedAdderCost: 25
59.37/59.69	c Try to convert by bdds
59.37/59.69	c D: 1
59.37/59.69	c estimatedAdderCost: 28
59.37/59.69	c Try to convert by bdds
59.37/59.69	c D: 1
59.37/59.69	c estimatedAdderCost: 25
59.37/59.69	c Try to convert by bdds
59.47/59.70	c D: 1
59.47/59.70	c estimatedAdderCost: 25
59.47/59.70	c Try to convert by bdds
59.47/59.71	c D: 1
59.47/59.71	c estimatedAdderCost: 25
59.47/59.71	c Try to convert by bdds
59.47/59.71	c D: 1
59.47/59.71	c estimatedAdderCost: 31
59.47/59.71	c Try to convert by bdds
59.47/59.71	c D: 1
59.47/59.71	c estimatedAdderCost: 25
59.47/59.71	c Try to convert by bdds
59.47/59.72	c D: 1
59.47/59.72	c estimatedAdderCost: 28
59.47/59.72	c Try to convert by bdds
59.47/59.72	c D: 1
59.47/59.72	c estimatedAdderCost: 25
59.47/59.72	c Try to convert by bdds
59.47/59.73	c D: 1
59.47/59.73	c estimatedAdderCost: 25
59.47/59.73	c Try to convert by bdds
59.47/59.73	c D: 1
59.47/59.73	c estimatedAdderCost: 25
59.47/59.73	c Try to convert by bdds
59.47/59.74	c D: 1
59.47/59.74	c estimatedAdderCost: 25
59.47/59.74	c Try to convert by bdds
59.47/59.74	c D: 1
59.47/59.74	c estimatedAdderCost: 31
59.47/59.74	c Try to convert by bdds
59.47/59.75	c D: 1
59.47/59.75	c estimatedAdderCost: 25
59.47/59.75	c Try to convert by bdds
59.47/59.75	c D: 1
59.47/59.75	c estimatedAdderCost: 25
59.47/59.75	c Try to convert by bdds
59.47/59.76	c D: 1
59.47/59.76	c estimatedAdderCost: 25
59.47/59.76	c Try to convert by bdds
59.47/59.77	c D: 1
59.47/59.77	c estimatedAdderCost: 25
59.47/59.77	c Try to convert by bdds
59.47/59.77	c D: 1
59.47/59.77	c estimatedAdderCost: 31
59.47/59.77	c Try to convert by bdds
59.47/59.77	c D: 1
59.47/59.77	c estimatedAdderCost: 25
59.47/59.77	c Try to convert by bdds
59.47/59.78	c D: 1
59.47/59.78	c estimatedAdderCost: 25
59.47/59.78	c Try to convert by bdds
59.47/59.79	c D: 1
59.47/59.79	c estimatedAdderCost: 25
59.47/59.79	c Try to convert by bdds
59.47/59.79	c D: 1
59.47/59.79	c estimatedAdderCost: 25
59.47/59.79	c Try to convert by bdds
59.57/59.80	c D: 1
59.57/59.80	c estimatedAdderCost: 25
59.57/59.80	c Try to convert by bdds
59.57/59.81	c D: 1
59.57/59.81	c estimatedAdderCost: 25
59.57/59.81	c Try to convert by bdds
59.57/59.82	c D: 1
59.57/59.82	c estimatedAdderCost: 25
59.57/59.82	c Try to convert by bdds
59.57/59.82	c D: 1
59.57/59.82	c estimatedAdderCost: 25
59.57/59.82	c Try to convert by bdds
59.57/59.83	c D: 1
59.57/59.83	c estimatedAdderCost: 25
59.57/59.83	c Try to convert by bdds
59.57/59.84	c D: 1
59.57/59.84	c estimatedAdderCost: 25
59.57/59.84	c Try to convert by bdds
59.57/59.84	c D: 1
59.57/59.84	c estimatedAdderCost: 25
59.57/59.84	c Try to convert by bdds
59.57/59.85	c D: 1
59.57/59.85	c estimatedAdderCost: 25
59.57/59.85	c Try to convert by bdds
59.57/59.86	c D: 1
59.57/59.86	c estimatedAdderCost: 25
59.57/59.86	c Try to convert by bdds
59.57/59.87	c D: 1
59.57/59.87	c estimatedAdderCost: 25
59.57/59.87	c Try to convert by bdds
59.57/59.87	c D: 1
59.57/59.87	c estimatedAdderCost: 25
59.57/59.87	c Try to convert by bdds
59.57/59.88	c D: 1
59.57/59.88	c estimatedAdderCost: 25
59.57/59.88	c Try to convert by bdds
59.57/59.89	c D: 1
59.57/59.89	c estimatedAdderCost: 25
59.57/59.89	c Try to convert by bdds
59.67/59.90	c D: 1
59.67/59.90	c estimatedAdderCost: 25
59.67/59.90	c Try to convert by bdds
59.67/59.90	c D: 1
59.67/59.90	c estimatedAdderCost: 25
59.67/59.90	c Try to convert by bdds
59.67/59.91	c D: 1
59.67/59.91	c estimatedAdderCost: 25
59.67/59.91	c Try to convert by bdds
59.67/59.92	c D: 1
59.67/59.92	c estimatedAdderCost: 25
59.67/59.92	c Try to convert by bdds
59.67/59.92	c D: 1
59.67/59.92	c estimatedAdderCost: 28
59.67/59.92	c Try to convert by bdds
59.67/59.92	c D: 1
59.67/59.92	c estimatedAdderCost: 25
59.67/59.92	c Try to convert by bdds
59.67/59.93	c D: 1
59.67/59.93	c estimatedAdderCost: 29
59.67/59.93	c Try to convert by bdds
59.67/59.93	c D: 1
59.67/59.93	c estimatedAdderCost: 25
59.67/59.93	c Try to convert by bdds
59.67/59.93	c D: 1
59.67/59.93	c estimatedAdderCost: 30
59.67/59.93	c Try to convert by bdds
59.67/59.93	c D: 1
59.67/59.93	c estimatedAdderCost: 25
59.67/59.93	c Try to convert by bdds
59.67/59.94	c D: 1
59.67/59.94	c estimatedAdderCost: 30
59.67/59.94	c Try to convert by bdds
59.67/59.94	c D: 1
59.67/59.94	c estimatedAdderCost: 25
59.67/59.94	c Try to convert by bdds
59.67/59.94	c D: 1
59.67/59.94	c estimatedAdderCost: 28
59.67/59.94	c Try to convert by bdds
59.67/59.94	c D: 1
59.67/59.94	c estimatedAdderCost: 25
59.67/59.94	c Try to convert by bdds
59.67/59.95	c D: 1
59.67/59.95	c estimatedAdderCost: 29
59.67/59.95	c Try to convert by bdds
59.67/59.95	c D: 1
59.67/59.95	c estimatedAdderCost: 25
59.67/59.95	c Try to convert by bdds
59.67/59.95	c D: 1
59.67/59.95	c estimatedAdderCost: 32
59.67/59.95	c Try to convert by bdds
59.67/59.95	c D: 1
59.67/59.95	c estimatedAdderCost: 25
59.67/59.95	c Try to convert by bdds
59.67/59.96	c D: 1
59.67/59.96	c estimatedAdderCost: 28
59.67/59.96	c Try to convert by bdds
59.67/59.96	c D: 1
59.67/59.96	c estimatedAdderCost: 25
59.67/59.96	c Try to convert by bdds
59.67/59.96	c D: 1
59.67/59.96	c estimatedAdderCost: 28
59.67/59.96	c Try to convert by bdds
59.67/59.97	c D: 1
59.67/59.97	c estimatedAdderCost: 25
59.67/59.97	c Try to convert by bdds
59.67/59.97	c D: 1
59.67/59.97	c estimatedAdderCost: 29
59.67/59.97	c Try to convert by bdds
59.67/59.97	c D: 1
59.67/59.97	c estimatedAdderCost: 17
59.67/59.97	c Try to convert by bdds
59.67/59.97	c D: 1
59.67/59.97	c estimatedAdderCost: 17
59.67/59.97	c Try to convert by bdds
59.67/59.98	c D: 1
59.67/59.98	c estimatedAdderCost: 29
59.67/59.98	c Try to convert by bdds
59.67/59.98	c D: 1
59.67/59.98	c estimatedAdderCost: 17
59.67/59.98	c Try to convert by bdds
59.67/59.98	c D: 1
59.67/59.98	c estimatedAdderCost: 27
59.67/59.98	c Try to convert by bdds
59.67/59.98	c D: 1
59.67/59.98	c estimatedAdderCost: 17
59.67/59.98	c Try to convert by bdds
59.67/59.98	c D: 1
59.67/59.98	c estimatedAdderCost: 21
59.67/59.98	c Try to convert by bdds
59.67/59.98	c D: 1
59.67/59.98	c estimatedAdderCost: 17
59.67/59.98	c Try to convert by bdds
59.67/59.99	c D: 1
59.67/59.99	c estimatedAdderCost: 23
59.67/59.99	c Try to convert by bdds
59.67/59.99	c D: 1
59.67/59.99	c estimatedAdderCost: 25
59.67/59.99	c Try to convert by bdds
59.67/59.99	c D: 1
59.67/59.99	c estimatedAdderCost: 25
59.67/59.99	c Try to convert by bdds
59.67/60.00	c D: 1
59.67/60.00	c estimatedAdderCost: 25
59.67/60.00	c Try to convert by bdds
59.67/60.00	c D: 1
59.67/60.00	c estimatedAdderCost: 31
59.67/60.00	c Try to convert by bdds
59.67/60.01	c D: 1
59.67/60.01	c estimatedAdderCost: 25
59.67/60.01	c Try to convert by bdds
59.78/60.01	c D: 1
59.78/60.01	c estimatedAdderCost: 29
59.78/60.01	c Try to convert by bdds
59.78/60.01	c D: 1
59.78/60.01	c estimatedAdderCost: 25
59.78/60.01	c Try to convert by bdds
59.78/60.01	c D: 1
59.78/60.01	c estimatedAdderCost: 30
59.78/60.01	c Try to convert by bdds
59.78/60.02	c D: 1
59.78/60.02	c estimatedAdderCost: 25
59.78/60.02	c Try to convert by bdds
59.78/60.02	c D: 1
59.78/60.02	c estimatedAdderCost: 25
59.78/60.02	c Try to convert by bdds
59.78/60.03	c D: 1
59.78/60.03	c estimatedAdderCost: 25
59.78/60.03	c Try to convert by bdds
59.78/60.04	c D: 1
59.78/60.04	c estimatedAdderCost: 25
59.78/60.04	c Try to convert by bdds
59.78/60.04	c D: 1
59.78/60.04	c estimatedAdderCost: 30
59.78/60.04	c Try to convert by bdds
59.78/60.04	c D: 1
59.78/60.04	c estimatedAdderCost: 25
59.78/60.04	c Try to convert by bdds
59.78/60.05	c D: 1
59.78/60.05	c estimatedAdderCost: 30
59.78/60.05	c Try to convert by bdds
59.78/60.05	c D: 1
59.78/60.05	c estimatedAdderCost: 25
59.78/60.05	c Try to convert by bdds
59.78/60.06	c D: 1
59.78/60.06	c estimatedAdderCost: 25
59.78/60.06	c Try to convert by bdds
59.78/60.06	c D: 1
59.78/60.06	c estimatedAdderCost: 25
59.78/60.06	c Try to convert by bdds
59.78/60.07	c D: 1
59.78/60.07	c estimatedAdderCost: 25
59.78/60.07	c Try to convert by bdds
59.78/60.07	c D: 1
59.78/60.07	c estimatedAdderCost: 31
59.78/60.07	c Try to convert by bdds
59.78/60.07	c D: 1
59.78/60.07	c estimatedAdderCost: 25
59.78/60.07	c Try to convert by bdds
59.78/60.08	c D: 1
59.78/60.08	c estimatedAdderCost: 31
59.78/60.08	c Try to convert by bdds
59.78/60.08	c D: 1
59.78/60.08	c estimatedAdderCost: 25
59.78/60.08	c Try to convert by bdds
59.78/60.09	c D: 1
59.78/60.09	c estimatedAdderCost: 25
59.78/60.09	c Try to convert by bdds
59.78/60.09	c D: 1
59.78/60.09	c estimatedAdderCost: 25
59.78/60.09	c Try to convert by bdds
59.78/60.10	c D: 1
59.78/60.10	c estimatedAdderCost: 25
59.78/60.10	c Try to convert by bdds
59.78/60.11	c D: 1
59.78/60.11	c estimatedAdderCost: 25
59.78/60.11	c Try to convert by bdds
59.88/60.11	c D: 1
59.88/60.11	c estimatedAdderCost: 30
59.88/60.11	c Try to convert by bdds
59.88/60.11	c D: 1
59.88/60.11	c estimatedAdderCost: 25
59.88/60.11	c Try to convert by bdds
59.88/60.12	c D: 1
59.88/60.12	c estimatedAdderCost: 25
59.88/60.12	c Try to convert by bdds
59.88/60.13	c D: 1
59.88/60.13	c estimatedAdderCost: 25
59.88/60.13	c Try to convert by bdds
59.88/60.13	c D: 1
59.88/60.13	c estimatedAdderCost: 25
59.88/60.13	c Try to convert by bdds
59.88/60.14	c D: 1
59.88/60.14	c estimatedAdderCost: 25
59.88/60.14	c Try to convert by bdds
59.88/60.14	c D: 1
59.88/60.14	c estimatedAdderCost: 30
59.88/60.14	c Try to convert by bdds
59.88/60.15	c D: 1
59.88/60.15	c estimatedAdderCost: 25
59.88/60.15	c Try to convert by bdds
59.88/60.15	c D: 1
59.88/60.15	c estimatedAdderCost: 25
59.88/60.15	c Try to convert by bdds
59.88/60.16	c D: 1
59.88/60.16	c estimatedAdderCost: 25
59.88/60.16	c Try to convert by bdds
59.88/60.17	c D: 1
59.88/60.17	c estimatedAdderCost: 25
59.88/60.17	c Try to convert by bdds
59.88/60.18	c D: 1
59.88/60.18	c estimatedAdderCost: 25
59.88/60.18	c Try to convert by bdds
59.88/60.18	c D: 1
59.88/60.18	c estimatedAdderCost: 25
59.88/60.18	c Try to convert by bdds
59.88/60.19	c D: 1
59.88/60.19	c estimatedAdderCost: 25
59.88/60.19	c Try to convert by bdds
59.97/60.20	c D: 1
59.97/60.20	c estimatedAdderCost: 25
59.97/60.20	c Try to convert by bdds
59.97/60.20	c D: 1
59.97/60.20	c estimatedAdderCost: 25
59.97/60.20	c Try to convert by bdds
59.97/60.21	c D: 1
59.97/60.21	c estimatedAdderCost: 25
59.97/60.21	c Try to convert by bdds
59.97/60.22	c D: 1
59.97/60.22	c estimatedAdderCost: 25
59.97/60.22	c Try to convert by bdds
59.97/60.23	c D: 1
59.97/60.23	c estimatedAdderCost: 25
59.97/60.23	c Try to convert by bdds
59.97/60.23	c D: 1
59.97/60.23	c estimatedAdderCost: 25
59.97/60.23	c Try to convert by bdds
59.97/60.24	c D: 1
59.97/60.24	c estimatedAdderCost: 25
59.97/60.24	c Try to convert by bdds
59.97/60.25	c D: 1
59.97/60.25	c estimatedAdderCost: 25
59.97/60.25	c Try to convert by bdds
59.97/60.26	c D: 1
59.97/60.26	c estimatedAdderCost: 25
59.97/60.26	c Try to convert by bdds
59.97/60.26	c D: 1
59.97/60.26	c estimatedAdderCost: 25
59.97/60.26	c Try to convert by bdds
59.97/60.27	c D: 1
59.97/60.27	c estimatedAdderCost: 25
59.97/60.27	c Try to convert by bdds
59.97/60.28	c D: 1
59.97/60.28	c estimatedAdderCost: 25
59.97/60.28	c Try to convert by bdds
59.97/60.28	c D: 1
59.97/60.28	c estimatedAdderCost: 25
59.97/60.28	c Try to convert by bdds
59.97/60.29	c D: 1
59.97/60.29	c estimatedAdderCost: 25
59.97/60.29	c Try to convert by bdds
60.07/60.30	c D: 1
60.07/60.30	c estimatedAdderCost: 25
60.07/60.30	c Try to convert by bdds
60.07/60.31	c D: 1
60.07/60.31	c estimatedAdderCost: 25
60.07/60.31	c Try to convert by bdds
60.07/60.31	c D: 1
60.07/60.31	c estimatedAdderCost: 25
60.07/60.31	c Try to convert by bdds
60.07/60.32	c D: 1
60.07/60.32	c estimatedAdderCost: 25
60.07/60.32	c Try to convert by bdds
60.07/60.33	c D: 1
60.07/60.33	c estimatedAdderCost: 25
60.07/60.33	c Try to convert by bdds
60.07/60.33	c D: 1
60.07/60.33	c estimatedAdderCost: 28
60.07/60.33	c Try to convert by bdds
60.07/60.33	c D: 1
60.07/60.33	c estimatedAdderCost: 25
60.07/60.33	c Try to convert by bdds
60.07/60.34	c D: 1
60.07/60.34	c estimatedAdderCost: 28
60.07/60.34	c Try to convert by bdds
60.07/60.34	c D: 1
60.07/60.34	c estimatedAdderCost: 25
60.07/60.34	c Try to convert by bdds
60.07/60.34	c D: 1
60.07/60.34	c estimatedAdderCost: 28
60.07/60.34	c Try to convert by bdds
60.07/60.34	c D: 1
60.07/60.34	c estimatedAdderCost: 25
60.07/60.34	c Try to convert by bdds
60.07/60.35	c D: 1
60.07/60.35	c estimatedAdderCost: 31
60.07/60.35	c Try to convert by bdds
60.07/60.35	c D: 1
60.07/60.35	c estimatedAdderCost: 25
60.07/60.35	c Try to convert by bdds
60.07/60.35	c D: 1
60.07/60.35	c estimatedAdderCost: 30
60.07/60.35	c Try to convert by bdds
60.07/60.35	c D: 1
60.07/60.35	c estimatedAdderCost: 25
60.07/60.35	c Try to convert by bdds
60.07/60.36	c D: 1
60.07/60.36	c estimatedAdderCost: 27
60.07/60.36	c Try to convert by bdds
60.07/60.36	c D: 1
60.07/60.36	c estimatedAdderCost: 25
60.07/60.36	c Try to convert by bdds
60.07/60.37	c D: 1
60.07/60.37	c estimatedAdderCost: 25
60.07/60.37	c Try to convert by bdds
60.07/60.37	c D: 1
60.07/60.37	c estimatedAdderCost: 30
60.07/60.37	c Try to convert by bdds
60.07/60.37	c D: 1
60.07/60.37	c estimatedAdderCost: 25
60.07/60.37	c Try to convert by bdds
60.07/60.37	c D: 1
60.07/60.37	c estimatedAdderCost: 29
60.07/60.37	c Try to convert by bdds
60.07/60.38	c D: 1
60.07/60.38	c estimatedAdderCost: 25
60.07/60.38	c Try to convert by bdds
60.07/60.38	c D: 1
60.07/60.38	c estimatedAdderCost: 31
60.07/60.38	c Try to convert by bdds
60.07/60.38	c D: 1
60.07/60.38	c estimatedAdderCost: 25
60.07/60.38	c Try to convert by bdds
60.07/60.39	c D: 1
60.07/60.39	c estimatedAdderCost: 25
60.07/60.39	c Try to convert by bdds
60.17/60.40	c D: 1
60.17/60.40	c estimatedAdderCost: 25
60.17/60.40	c Try to convert by bdds
60.17/60.40	c D: 1
60.17/60.40	c estimatedAdderCost: 31
60.17/60.40	c Try to convert by bdds
60.17/60.40	c D: 1
60.17/60.40	c estimatedAdderCost: 25
60.17/60.40	c Try to convert by bdds
60.17/60.41	c D: 1
60.17/60.41	c estimatedAdderCost: 29
60.17/60.41	c Try to convert by bdds
60.17/60.41	c D: 1
60.17/60.41	c estimatedAdderCost: 25
60.17/60.41	c Try to convert by bdds
60.17/60.41	c D: 1
60.17/60.41	c estimatedAdderCost: 30
60.17/60.41	c Try to convert by bdds
60.17/60.41	c D: 1
60.17/60.41	c estimatedAdderCost: 17
60.17/60.41	c Try to convert by bdds
60.17/60.42	c D: 1
60.17/60.42	c estimatedAdderCost: 17
60.17/60.42	c Try to convert by bdds
60.17/60.42	c D: 1
60.17/60.42	c estimatedAdderCost: 17
60.17/60.42	c Try to convert by bdds
60.17/60.42	c D: 1
60.17/60.42	c estimatedAdderCost: 17
60.17/60.42	c Try to convert by bdds
60.17/60.43	c D: 1
60.17/60.43	c estimatedAdderCost: 25
60.17/60.43	c Try to convert by bdds
60.17/60.43	c D: 1
60.17/60.43	c estimatedAdderCost: 17
60.17/60.43	c Try to convert by bdds
60.17/60.43	c D: 1
60.17/60.43	c estimatedAdderCost: 23
60.17/60.43	c Try to convert by bdds
60.17/60.43	c D: 1
60.17/60.43	c estimatedAdderCost: 17
60.17/60.43	c Try to convert by bdds
60.17/60.43	c D: 1
60.17/60.43	c estimatedAdderCost: 27
60.17/60.43	c Try to convert by bdds
60.17/60.43	c D: 1
60.17/60.43	c estimatedAdderCost: 25
60.17/60.43	c Try to convert by bdds
60.17/60.44	c D: 1
60.17/60.44	c estimatedAdderCost: 25
60.17/60.44	c Try to convert by bdds
60.17/60.45	c D: 1
60.17/60.45	c estimatedAdderCost: 25
60.17/60.45	c Try to convert by bdds
60.17/60.45	c D: 1
60.17/60.45	c estimatedAdderCost: 25
60.17/60.45	c Try to convert by bdds
60.17/60.46	c D: 1
60.17/60.46	c estimatedAdderCost: 31
60.17/60.46	c Try to convert by bdds
60.17/60.46	c D: 1
60.17/60.46	c estimatedAdderCost: 25
60.17/60.46	c Try to convert by bdds
60.17/60.46	c D: 1
60.17/60.46	c estimatedAdderCost: 29
60.17/60.46	c Try to convert by bdds
60.17/60.47	c D: 1
60.17/60.47	c estimatedAdderCost: 25
60.17/60.47	c Try to convert by bdds
60.17/60.47	c D: 1
60.17/60.47	c estimatedAdderCost: 29
60.17/60.47	c Try to convert by bdds
60.17/60.47	c D: 1
60.17/60.47	c estimatedAdderCost: 25
60.17/60.47	c Try to convert by bdds
60.17/60.48	c D: 1
60.17/60.48	c estimatedAdderCost: 25
60.17/60.48	c Try to convert by bdds
60.17/60.49	c D: 1
60.17/60.49	c estimatedAdderCost: 25
60.17/60.49	c Try to convert by bdds
60.17/60.49	c D: 1
60.17/60.49	c estimatedAdderCost: 25
60.17/60.49	c Try to convert by bdds
60.27/60.50	c D: 1
60.27/60.50	c estimatedAdderCost: 25
60.27/60.50	c Try to convert by bdds
60.27/60.50	c D: 1
60.27/60.50	c estimatedAdderCost: 30
60.27/60.50	c Try to convert by bdds
60.27/60.50	c D: 1
60.27/60.50	c estimatedAdderCost: 25
60.27/60.50	c Try to convert by bdds
60.27/60.51	c D: 1
60.27/60.51	c estimatedAdderCost: 30
60.27/60.51	c Try to convert by bdds
60.27/60.51	c D: 1
60.27/60.51	c estimatedAdderCost: 25
60.27/60.51	c Try to convert by bdds
60.27/60.52	c D: 1
60.27/60.52	c estimatedAdderCost: 25
60.27/60.52	c Try to convert by bdds
60.27/60.52	c D: 1
60.27/60.52	c estimatedAdderCost: 25
60.27/60.52	c Try to convert by bdds
60.27/60.53	c D: 1
60.27/60.53	c estimatedAdderCost: 25
60.27/60.53	c Try to convert by bdds
60.27/60.54	c D: 1
60.27/60.54	c estimatedAdderCost: 25
60.27/60.54	c Try to convert by bdds
60.27/60.55	c D: 1
60.27/60.55	c estimatedAdderCost: 25
60.27/60.55	c Try to convert by bdds
60.27/60.55	c D: 1
60.27/60.55	c estimatedAdderCost: 30
60.27/60.55	c Try to convert by bdds
60.27/60.55	c D: 1
60.27/60.55	c estimatedAdderCost: 25
60.27/60.55	c Try to convert by bdds
60.27/60.56	c D: 1
60.27/60.56	c estimatedAdderCost: 25
60.27/60.56	c Try to convert by bdds
60.27/60.56	c D: 1
60.27/60.56	c estimatedAdderCost: 25
60.27/60.56	c Try to convert by bdds
60.27/60.57	c D: 1
60.27/60.57	c estimatedAdderCost: 25
60.27/60.57	c Try to convert by bdds
60.27/60.58	c D: 1
60.27/60.58	c estimatedAdderCost: 25
60.27/60.58	c Try to convert by bdds
60.27/60.59	c D: 1
60.27/60.59	c estimatedAdderCost: 25
60.27/60.59	c Try to convert by bdds
60.27/60.59	c D: 1
60.27/60.59	c estimatedAdderCost: 31
60.27/60.59	c Try to convert by bdds
60.27/60.59	c D: 1
60.27/60.59	c estimatedAdderCost: 25
60.27/60.59	c Try to convert by bdds
60.37/60.60	c D: 1
60.37/60.60	c estimatedAdderCost: 25
60.37/60.60	c Try to convert by bdds
60.37/60.61	c D: 1
60.37/60.61	c estimatedAdderCost: 25
60.37/60.61	c Try to convert by bdds
60.37/60.61	c D: 1
60.37/60.61	c estimatedAdderCost: 25
60.37/60.61	c Try to convert by bdds
60.37/60.62	c D: 1
60.37/60.62	c estimatedAdderCost: 25
60.37/60.62	c Try to convert by bdds
60.37/60.63	c D: 1
60.37/60.63	c estimatedAdderCost: 25
60.37/60.63	c Try to convert by bdds
60.37/60.64	c D: 1
60.37/60.64	c estimatedAdderCost: 25
60.37/60.64	c Try to convert by bdds
60.37/60.64	c D: 1
60.37/60.64	c estimatedAdderCost: 25
60.37/60.64	c Try to convert by bdds
60.37/60.65	c D: 1
60.37/60.65	c estimatedAdderCost: 25
60.37/60.65	c Try to convert by bdds
60.37/60.66	c D: 1
60.37/60.66	c estimatedAdderCost: 25
60.37/60.66	c Try to convert by bdds
60.37/60.66	c D: 1
60.37/60.66	c estimatedAdderCost: 25
60.37/60.66	c Try to convert by bdds
60.37/60.67	c D: 1
60.37/60.67	c estimatedAdderCost: 25
60.37/60.67	c Try to convert by bdds
60.37/60.68	c D: 1
60.37/60.68	c estimatedAdderCost: 25
60.37/60.68	c Try to convert by bdds
60.37/60.69	c D: 1
60.37/60.69	c estimatedAdderCost: 25
60.37/60.69	c Try to convert by bdds
60.37/60.69	c D: 1
60.37/60.69	c estimatedAdderCost: 25
60.37/60.69	c Try to convert by bdds
60.46/60.70	c D: 1
60.46/60.70	c estimatedAdderCost: 25
60.46/60.70	c Try to convert by bdds
60.46/60.71	c D: 1
60.46/60.71	c estimatedAdderCost: 25
60.46/60.71	c Try to convert by bdds
60.46/60.72	c D: 1
60.46/60.72	c estimatedAdderCost: 25
60.46/60.72	c Try to convert by bdds
60.46/60.72	c D: 1
60.46/60.72	c estimatedAdderCost: 25
60.46/60.72	c Try to convert by bdds
60.46/60.73	c D: 1
60.46/60.73	c estimatedAdderCost: 25
60.46/60.73	c Try to convert by bdds
60.46/60.74	c D: 1
60.46/60.74	c estimatedAdderCost: 25
60.46/60.74	c Try to convert by bdds
60.46/60.75	c D: 1
60.46/60.75	c estimatedAdderCost: 25
60.46/60.75	c Try to convert by bdds
60.46/60.75	c D: 1
60.46/60.75	c estimatedAdderCost: 25
60.46/60.75	c Try to convert by bdds
60.46/60.76	c D: 1
60.46/60.76	c estimatedAdderCost: 25
60.46/60.76	c Try to convert by bdds
60.46/60.77	c D: 1
60.46/60.77	c estimatedAdderCost: 25
60.46/60.77	c Try to convert by bdds
60.46/60.77	c D: 1
60.46/60.77	c estimatedAdderCost: 25
60.46/60.77	c Try to convert by bdds
60.46/60.78	c D: 1
60.46/60.78	c estimatedAdderCost: 25
60.46/60.78	c Try to convert by bdds
60.46/60.79	c D: 1
60.46/60.79	c estimatedAdderCost: 25
60.46/60.79	c Try to convert by bdds
60.56/60.80	c D: 1
60.56/60.80	c estimatedAdderCost: 25
60.56/60.80	c Try to convert by bdds
60.56/60.80	c D: 1
60.56/60.80	c estimatedAdderCost: 25
60.56/60.80	c Try to convert by bdds
60.56/60.81	c D: 1
60.56/60.81	c estimatedAdderCost: 25
60.56/60.81	c Try to convert by bdds
60.56/60.81	c D: 1
60.56/60.81	c estimatedAdderCost: 30
60.56/60.81	c Try to convert by bdds
60.56/60.82	c D: 1
60.56/60.82	c estimatedAdderCost: 25
60.56/60.82	c Try to convert by bdds
60.56/60.82	c D: 1
60.56/60.82	c estimatedAdderCost: 30
60.56/60.82	c Try to convert by bdds
60.56/60.82	c D: 1
60.56/60.82	c estimatedAdderCost: 25
60.56/60.82	c Try to convert by bdds
60.56/60.82	c D: 1
60.56/60.82	c estimatedAdderCost: 29
60.56/60.82	c Try to convert by bdds
60.56/60.83	c D: 1
60.56/60.83	c estimatedAdderCost: 25
60.56/60.83	c Try to convert by bdds
60.56/60.83	c D: 1
60.56/60.83	c estimatedAdderCost: 25
60.56/60.83	c Try to convert by bdds
60.56/60.84	c D: 1
60.56/60.84	c estimatedAdderCost: 31
60.56/60.84	c Try to convert by bdds
60.56/60.84	c D: 1
60.56/60.84	c estimatedAdderCost: 25
60.56/60.84	c Try to convert by bdds
60.56/60.84	c D: 1
60.56/60.84	c estimatedAdderCost: 29
60.56/60.84	c Try to convert by bdds
60.56/60.84	c D: 1
60.56/60.84	c estimatedAdderCost: 25
60.56/60.84	c Try to convert by bdds
60.56/60.85	c D: 1
60.56/60.85	c estimatedAdderCost: 25
60.56/60.85	c Try to convert by bdds
60.56/60.86	c D: 1
60.56/60.86	c estimatedAdderCost: 25
60.56/60.86	c Try to convert by bdds
60.56/60.86	c D: 1
60.56/60.86	c estimatedAdderCost: 30
60.56/60.86	c Try to convert by bdds
60.56/60.86	c D: 1
60.56/60.86	c estimatedAdderCost: 25
60.56/60.86	c Try to convert by bdds
60.56/60.87	c D: 1
60.56/60.87	c estimatedAdderCost: 28
60.56/60.87	c Try to convert by bdds
60.56/60.87	c D: 1
60.56/60.87	c estimatedAdderCost: 25
60.56/60.87	c Try to convert by bdds
60.56/60.88	c D: 1
60.56/60.88	c estimatedAdderCost: 25
60.56/60.88	c Try to convert by bdds
60.56/60.88	c D: 1
60.56/60.88	c estimatedAdderCost: 25
60.56/60.88	c Try to convert by bdds
60.56/60.89	c D: 1
60.56/60.89	c estimatedAdderCost: 25
60.56/60.89	c Try to convert by bdds
60.56/60.89	c D: 1
60.56/60.89	c estimatedAdderCost: 30
60.56/60.89	c Try to convert by bdds
60.56/60.89	c D: 1
60.56/60.89	c estimatedAdderCost: 25
60.56/60.89	c Try to convert by bdds
60.66/60.90	c D: 1
60.66/60.90	c estimatedAdderCost: 30
60.66/60.90	c Try to convert by bdds
60.66/60.90	c D: 1
60.66/60.90	c estimatedAdderCost: 25
60.66/60.90	c Try to convert by bdds
60.66/60.91	c D: 1
60.66/60.91	c estimatedAdderCost: 25
60.66/60.91	c Try to convert by bdds
60.66/60.91	c D: 1
60.66/60.91	c estimatedAdderCost: 25
60.66/60.91	c Try to convert by bdds
60.66/60.92	c D: 1
60.66/60.92	c estimatedAdderCost: 25
60.66/60.92	c Try to convert by bdds
60.66/60.93	c D: 1
60.66/60.93	c estimatedAdderCost: 31
60.66/60.93	c Try to convert by bdds
60.66/60.93	c D: 1
60.66/60.93	c estimatedAdderCost: 25
60.66/60.93	c Try to convert by bdds
60.66/60.93	c D: 1
60.66/60.93	c estimatedAdderCost: 29
60.66/60.93	c Try to convert by bdds
60.66/60.93	c D: 1
60.66/60.93	c estimatedAdderCost: 25
60.66/60.93	c Try to convert by bdds
60.66/60.94	c D: 1
60.66/60.94	c estimatedAdderCost: 29
60.66/60.94	c Try to convert by bdds
60.66/60.94	c D: 1
60.66/60.94	c estimatedAdderCost: 17
60.66/60.94	c Try to convert by bdds
60.66/60.94	c D: 1
60.66/60.94	c estimatedAdderCost: 17
60.66/60.94	c Try to convert by bdds
60.66/60.95	c D: 1
60.66/60.95	c estimatedAdderCost: 17
60.66/60.95	c Try to convert by bdds
60.66/60.95	c D: 1
60.66/60.95	c estimatedAdderCost: 17
60.66/60.95	c Try to convert by bdds
60.66/60.95	c D: 1
60.66/60.95	c estimatedAdderCost: 17
60.66/60.95	c Try to convert by bdds
60.66/60.95	c D: 1
60.66/60.95	c estimatedAdderCost: 27
60.66/60.95	c Try to convert by bdds
60.66/60.96	c D: 1
60.66/60.96	c estimatedAdderCost: 17
60.66/60.96	c Try to convert by bdds
60.66/60.96	c D: 1
60.66/60.96	c estimatedAdderCost: 29
60.66/60.96	c Try to convert by bdds
60.66/60.96	c D: 1
60.66/60.96	c estimatedAdderCost: 17
60.66/60.96	c Try to convert by bdds
60.66/60.96	c D: 1
60.66/60.96	c estimatedAdderCost: 25
60.66/60.96	c Try to convert by bdds
60.66/60.96	c D: 1
60.66/60.96	c estimatedAdderCost: 25
60.66/60.96	c Try to convert by bdds
60.66/60.97	c D: 1
60.66/60.97	c estimatedAdderCost: 25
60.66/60.97	c Try to convert by bdds
60.66/60.98	c D: 1
60.66/60.98	c estimatedAdderCost: 25
60.66/60.98	c Try to convert by bdds
60.66/60.98	c D: 1
60.66/60.98	c estimatedAdderCost: 25
60.66/60.98	c Try to convert by bdds
60.66/60.99	c D: 1
60.66/60.99	c estimatedAdderCost: 25
60.66/60.99	c Try to convert by bdds
60.66/61.00	c D: 1
60.66/61.00	c estimatedAdderCost: 25
60.66/61.00	c Try to convert by bdds
60.66/61.00	c D: 1
60.66/61.00	c estimatedAdderCost: 31
60.66/61.00	c Try to convert by bdds
60.66/61.00	c D: 1
60.66/61.00	c estimatedAdderCost: 25
60.66/61.00	c Try to convert by bdds
60.66/61.01	c D: 1
60.66/61.01	c estimatedAdderCost: 30
60.66/61.01	c Try to convert by bdds
60.66/61.01	c D: 1
60.66/61.01	c estimatedAdderCost: 25
60.66/61.01	c Try to convert by bdds
60.78/61.02	c D: 1
60.78/61.02	c estimatedAdderCost: 25
60.78/61.02	c Try to convert by bdds
60.78/61.02	c D: 1
60.78/61.02	c estimatedAdderCost: 25
60.78/61.02	c Try to convert by bdds
60.78/61.03	c D: 1
60.78/61.03	c estimatedAdderCost: 25
60.78/61.03	c Try to convert by bdds
60.78/61.04	c D: 1
60.78/61.04	c estimatedAdderCost: 25
60.78/61.04	c Try to convert by bdds
60.78/61.04	c D: 1
60.78/61.04	c estimatedAdderCost: 25
60.78/61.04	c Try to convert by bdds
60.78/61.05	c D: 1
60.78/61.05	c estimatedAdderCost: 31
60.78/61.05	c Try to convert by bdds
60.78/61.05	c D: 1
60.78/61.05	c estimatedAdderCost: 25
60.78/61.05	c Try to convert by bdds
60.78/61.05	c D: 1
60.78/61.05	c estimatedAdderCost: 29
60.78/61.05	c Try to convert by bdds
60.78/61.06	c D: 1
60.78/61.06	c estimatedAdderCost: 25
60.78/61.06	c Try to convert by bdds
60.78/61.06	c D: 1
60.78/61.06	c estimatedAdderCost: 25
60.78/61.06	c Try to convert by bdds
60.78/61.07	c D: 1
60.78/61.07	c estimatedAdderCost: 25
60.78/61.07	c Try to convert by bdds
60.78/61.08	c D: 1
60.78/61.08	c estimatedAdderCost: 25
60.78/61.08	c Try to convert by bdds
60.78/61.08	c D: 1
60.78/61.08	c estimatedAdderCost: 25
60.78/61.08	c Try to convert by bdds
60.78/61.09	c D: 1
60.78/61.09	c estimatedAdderCost: 25
60.78/61.09	c Try to convert by bdds
60.78/61.10	c D: 1
60.78/61.10	c estimatedAdderCost: 25
60.78/61.10	c Try to convert by bdds
60.78/61.10	c D: 1
60.78/61.10	c estimatedAdderCost: 30
60.78/61.10	c Try to convert by bdds
60.78/61.10	c D: 1
60.78/61.10	c estimatedAdderCost: 25
60.78/61.10	c Try to convert by bdds
60.88/61.11	c D: 1
60.88/61.11	c estimatedAdderCost: 25
60.88/61.11	c Try to convert by bdds
60.88/61.12	c D: 1
60.88/61.12	c estimatedAdderCost: 25
60.88/61.12	c Try to convert by bdds
60.88/61.13	c D: 1
60.88/61.13	c estimatedAdderCost: 25
60.88/61.13	c Try to convert by bdds
60.88/61.13	c D: 1
60.88/61.13	c estimatedAdderCost: 25
60.88/61.13	c Try to convert by bdds
60.88/61.14	c D: 1
60.88/61.14	c estimatedAdderCost: 25
60.88/61.14	c Try to convert by bdds
60.88/61.15	c D: 1
60.88/61.15	c estimatedAdderCost: 25
60.88/61.15	c Try to convert by bdds
60.88/61.15	c D: 1
60.88/61.15	c estimatedAdderCost: 32
60.88/61.15	c Try to convert by bdds
60.88/61.15	c D: 1
60.88/61.15	c estimatedAdderCost: 25
60.88/61.15	c Try to convert by bdds
60.88/61.16	c D: 1
60.88/61.16	c estimatedAdderCost: 25
60.88/61.16	c Try to convert by bdds
60.88/61.17	c D: 1
60.88/61.17	c estimatedAdderCost: 25
60.88/61.17	c Try to convert by bdds
60.88/61.17	c D: 1
60.88/61.17	c estimatedAdderCost: 25
60.88/61.17	c Try to convert by bdds
60.88/61.18	c D: 1
60.88/61.18	c estimatedAdderCost: 25
60.88/61.18	c Try to convert by bdds
60.88/61.19	c D: 1
60.88/61.19	c estimatedAdderCost: 25
60.88/61.19	c Try to convert by bdds
60.96/61.20	c D: 1
60.96/61.20	c estimatedAdderCost: 25
60.96/61.20	c Try to convert by bdds
60.96/61.20	c D: 1
60.96/61.20	c estimatedAdderCost: 25
60.96/61.20	c Try to convert by bdds
60.96/61.21	c D: 1
60.96/61.21	c estimatedAdderCost: 25
60.96/61.21	c Try to convert by bdds
60.96/61.22	c D: 1
60.96/61.22	c estimatedAdderCost: 25
60.96/61.22	c Try to convert by bdds
60.96/61.23	c D: 1
60.96/61.23	c estimatedAdderCost: 25
60.96/61.23	c Try to convert by bdds
60.96/61.23	c D: 1
60.96/61.23	c estimatedAdderCost: 25
60.96/61.23	c Try to convert by bdds
60.96/61.24	c D: 1
60.96/61.24	c estimatedAdderCost: 25
60.96/61.24	c Try to convert by bdds
60.96/61.25	c D: 1
60.96/61.25	c estimatedAdderCost: 25
60.96/61.25	c Try to convert by bdds
60.96/61.25	c D: 1
60.96/61.25	c estimatedAdderCost: 25
60.96/61.25	c Try to convert by bdds
60.96/61.26	c D: 1
60.96/61.26	c estimatedAdderCost: 25
60.96/61.26	c Try to convert by bdds
60.96/61.27	c D: 1
60.96/61.27	c estimatedAdderCost: 25
60.96/61.27	c Try to convert by bdds
60.96/61.28	c D: 1
60.96/61.28	c estimatedAdderCost: 25
60.96/61.28	c Try to convert by bdds
60.96/61.28	c D: 1
60.96/61.28	c estimatedAdderCost: 25
60.96/61.28	c Try to convert by bdds
60.96/61.29	c D: 1
60.96/61.29	c estimatedAdderCost: 25
60.96/61.29	c Try to convert by bdds
61.06/61.30	c D: 1
61.06/61.30	c estimatedAdderCost: 25
61.06/61.30	c Try to convert by bdds
61.06/61.31	c D: 1
61.06/61.31	c estimatedAdderCost: 25
61.06/61.31	c Try to convert by bdds
61.06/61.31	c D: 1
61.06/61.31	c estimatedAdderCost: 25
61.06/61.31	c Try to convert by bdds
61.06/61.32	c D: 1
61.06/61.32	c estimatedAdderCost: 25
61.06/61.32	c Try to convert by bdds
61.06/61.33	c D: 1
61.06/61.33	c estimatedAdderCost: 25
61.06/61.33	c Try to convert by bdds
61.06/61.34	c D: 1
61.06/61.34	c estimatedAdderCost: 25
61.06/61.34	c Try to convert by bdds
61.06/61.34	c D: 1
61.06/61.34	c estimatedAdderCost: 25
61.06/61.34	c Try to convert by bdds
61.06/61.35	c D: 1
61.06/61.35	c estimatedAdderCost: 25
61.06/61.35	c Try to convert by bdds
61.06/61.36	c D: 1
61.06/61.36	c estimatedAdderCost: 25
61.06/61.36	c Try to convert by bdds
61.06/61.36	c D: 1
61.06/61.36	c estimatedAdderCost: 30
61.06/61.36	c Try to convert by bdds
61.06/61.36	c D: 1
61.06/61.36	c estimatedAdderCost: 25
61.06/61.36	c Try to convert by bdds
61.06/61.37	c D: 1
61.06/61.37	c estimatedAdderCost: 25
61.06/61.37	c Try to convert by bdds
61.06/61.37	c D: 1
61.06/61.37	c estimatedAdderCost: 29
61.06/61.37	c Try to convert by bdds
61.06/61.38	c D: 1
61.06/61.38	c estimatedAdderCost: 25
61.06/61.38	c Try to convert by bdds
61.06/61.38	c D: 1
61.06/61.38	c estimatedAdderCost: 25
61.06/61.38	c Try to convert by bdds
61.06/61.39	c D: 1
61.06/61.39	c estimatedAdderCost: 32
61.06/61.39	c Try to convert by bdds
61.06/61.39	c D: 1
61.06/61.39	c estimatedAdderCost: 25
61.06/61.39	c Try to convert by bdds
61.06/61.39	c D: 1
61.06/61.39	c estimatedAdderCost: 29
61.06/61.39	c Try to convert by bdds
61.06/61.39	c D: 1
61.06/61.39	c estimatedAdderCost: 25
61.06/61.39	c Try to convert by bdds
61.16/61.40	c D: 1
61.16/61.40	c estimatedAdderCost: 25
61.16/61.40	c Try to convert by bdds
61.16/61.41	c D: 1
61.16/61.41	c estimatedAdderCost: 25
61.16/61.41	c Try to convert by bdds
61.16/61.41	c D: 1
61.16/61.41	c estimatedAdderCost: 31
61.16/61.41	c Try to convert by bdds
61.16/61.41	c D: 1
61.16/61.41	c estimatedAdderCost: 25
61.16/61.41	c Try to convert by bdds
61.16/61.42	c D: 1
61.16/61.42	c estimatedAdderCost: 28
61.16/61.42	c Try to convert by bdds
61.16/61.42	c D: 1
61.16/61.42	c estimatedAdderCost: 25
61.16/61.42	c Try to convert by bdds
61.16/61.43	c D: 1
61.16/61.43	c estimatedAdderCost: 25
61.16/61.43	c Try to convert by bdds
61.16/61.43	c D: 1
61.16/61.43	c estimatedAdderCost: 25
61.16/61.43	c Try to convert by bdds
61.16/61.44	c D: 1
61.16/61.44	c estimatedAdderCost: 25
61.16/61.44	c Try to convert by bdds
61.16/61.44	c D: 1
61.16/61.44	c estimatedAdderCost: 31
61.16/61.44	c Try to convert by bdds
61.16/61.44	c D: 1
61.16/61.44	c estimatedAdderCost: 25
61.16/61.44	c Try to convert by bdds
61.16/61.45	c D: 1
61.16/61.45	c estimatedAdderCost: 31
61.16/61.45	c Try to convert by bdds
61.16/61.45	c D: 1
61.16/61.45	c estimatedAdderCost: 25
61.16/61.45	c Try to convert by bdds
61.16/61.46	c D: 1
61.16/61.46	c estimatedAdderCost: 25
61.16/61.46	c Try to convert by bdds
61.16/61.46	c D: 1
61.16/61.46	c estimatedAdderCost: 25
61.16/61.46	c Try to convert by bdds
61.16/61.47	c D: 1
61.16/61.47	c estimatedAdderCost: 25
61.16/61.47	c Try to convert by bdds
61.16/61.48	c D: 1
61.16/61.48	c estimatedAdderCost: 25
61.16/61.48	c Try to convert by bdds
61.16/61.48	c D: 1
61.16/61.48	c estimatedAdderCost: 30
61.16/61.48	c Try to convert by bdds
61.16/61.48	c D: 1
61.16/61.48	c estimatedAdderCost: 25
61.16/61.48	c Try to convert by bdds
61.16/61.49	c D: 1
61.16/61.49	c estimatedAdderCost: 30
61.16/61.49	c Try to convert by bdds
61.16/61.49	c D: 1
61.16/61.49	c estimatedAdderCost: 25
61.16/61.49	c Try to convert by bdds
61.16/61.49	c D: 1
61.16/61.49	c estimatedAdderCost: 25
61.16/61.49	c Try to convert by bdds
61.26/61.50	c D: 1
61.26/61.50	c estimatedAdderCost: 25
61.26/61.50	c Try to convert by bdds
61.26/61.51	c D: 1
61.26/61.51	c estimatedAdderCost: 25
61.26/61.51	c Try to convert by bdds
61.26/61.52	c D: 1
61.26/61.52	c estimatedAdderCost: 25
61.26/61.52	c Try to convert by bdds
61.26/61.52	c D: 1
61.26/61.52	c estimatedAdderCost: 25
61.26/61.52	c Try to convert by bdds
61.26/61.53	c D: 1
61.26/61.53	c estimatedAdderCost: 31
61.26/61.53	c Try to convert by bdds
61.26/61.53	c D: 1
61.26/61.53	c estimatedAdderCost: 25
61.26/61.53	c Try to convert by bdds
61.26/61.53	c D: 1
61.26/61.53	c estimatedAdderCost: 30
61.26/61.53	c Try to convert by bdds
61.26/61.53	c D: 1
61.26/61.53	c estimatedAdderCost: 17
61.26/61.53	c Try to convert by bdds
61.26/61.54	c D: 1
61.26/61.54	c estimatedAdderCost: 17
61.26/61.54	c Try to convert by bdds
61.26/61.54	c D: 1
61.26/61.54	c estimatedAdderCost: 17
61.26/61.54	c Try to convert by bdds
61.26/61.54	c D: 1
61.26/61.54	c estimatedAdderCost: 17
61.26/61.54	c Try to convert by bdds
61.26/61.55	c D: 1
61.26/61.55	c estimatedAdderCost: 17
61.26/61.55	c Try to convert by bdds
61.26/61.55	c D: 1
61.26/61.55	c estimatedAdderCost: 17
61.26/61.55	c Try to convert by bdds
61.26/61.55	c D: 1
61.26/61.55	c estimatedAdderCost: 31
61.26/61.55	c Try to convert by bdds
61.26/61.55	c D: 1
61.26/61.55	c estimatedAdderCost: 17
61.26/61.55	c Try to convert by bdds
61.26/61.56	c D: 1
61.26/61.56	c estimatedAdderCost: 27
61.26/61.56	c Try to convert by bdds
61.26/61.56	c D: 1
61.26/61.56	c estimatedAdderCost: 17
61.26/61.56	c Try to convert by bdds
61.26/61.56	c D: 1
61.26/61.56	c estimatedAdderCost: 25
61.26/61.56	c Try to convert by bdds
61.26/61.56	c D: 1
61.26/61.56	c estimatedAdderCost: 25
61.26/61.56	c Try to convert by bdds
61.26/61.57	c D: 1
61.26/61.57	c estimatedAdderCost: 25
61.26/61.57	c Try to convert by bdds
61.26/61.57	c D: 1
61.26/61.57	c estimatedAdderCost: 25
61.26/61.57	c Try to convert by bdds
61.26/61.58	c D: 1
61.26/61.58	c estimatedAdderCost: 25
61.26/61.58	c Try to convert by bdds
61.26/61.59	c D: 1
61.26/61.59	c estimatedAdderCost: 25
61.26/61.59	c Try to convert by bdds
61.36/61.60	c D: 1
61.36/61.60	c estimatedAdderCost: 25
61.36/61.60	c Try to convert by bdds
61.36/61.60	c D: 1
61.36/61.60	c estimatedAdderCost: 25
61.36/61.60	c Try to convert by bdds
61.36/61.61	c D: 1
61.36/61.61	c estimatedAdderCost: 30
61.36/61.61	c Try to convert by bdds
61.36/61.61	c D: 1
61.36/61.61	c estimatedAdderCost: 25
61.36/61.61	c Try to convert by bdds
61.36/61.61	c D: 1
61.36/61.61	c estimatedAdderCost: 30
61.36/61.61	c Try to convert by bdds
61.36/61.61	c D: 1
61.36/61.61	c estimatedAdderCost: 25
61.36/61.61	c Try to convert by bdds
61.36/61.62	c D: 1
61.36/61.62	c estimatedAdderCost: 25
61.36/61.62	c Try to convert by bdds
61.36/61.63	c D: 1
61.36/61.63	c estimatedAdderCost: 25
61.36/61.63	c Try to convert by bdds
61.36/61.64	c D: 1
61.36/61.64	c estimatedAdderCost: 25
61.36/61.64	c Try to convert by bdds
61.36/61.64	c D: 1
61.36/61.64	c estimatedAdderCost: 25
61.36/61.64	c Try to convert by bdds
61.36/61.65	c D: 1
61.36/61.65	c estimatedAdderCost: 25
61.36/61.65	c Try to convert by bdds
61.36/61.66	c D: 1
61.36/61.66	c estimatedAdderCost: 25
61.36/61.66	c Try to convert by bdds
61.36/61.66	c D: 1
61.36/61.66	c estimatedAdderCost: 25
61.36/61.66	c Try to convert by bdds
61.36/61.67	c D: 1
61.36/61.67	c estimatedAdderCost: 30
61.36/61.67	c Try to convert by bdds
61.36/61.67	c D: 1
61.36/61.67	c estimatedAdderCost: 25
61.36/61.67	c Try to convert by bdds
61.36/61.68	c D: 1
61.36/61.68	c estimatedAdderCost: 25
61.36/61.68	c Try to convert by bdds
61.36/61.68	c D: 1
61.36/61.68	c estimatedAdderCost: 25
61.36/61.68	c Try to convert by bdds
61.36/61.69	c D: 1
61.36/61.69	c estimatedAdderCost: 25
61.36/61.69	c Try to convert by bdds
61.46/61.70	c D: 1
61.46/61.70	c estimatedAdderCost: 25
61.46/61.70	c Try to convert by bdds
61.46/61.70	c D: 1
61.46/61.70	c estimatedAdderCost: 25
61.46/61.70	c Try to convert by bdds
61.46/61.71	c D: 1
61.46/61.71	c estimatedAdderCost: 25
61.46/61.71	c Try to convert by bdds
61.46/61.72	c D: 1
61.46/61.72	c estimatedAdderCost: 25
61.46/61.72	c Try to convert by bdds
61.46/61.72	c D: 1
61.46/61.72	c estimatedAdderCost: 31
61.46/61.72	c Try to convert by bdds
61.46/61.72	c D: 1
61.46/61.72	c estimatedAdderCost: 25
61.46/61.72	c Try to convert by bdds
61.46/61.73	c D: 1
61.46/61.73	c estimatedAdderCost: 25
61.46/61.73	c Try to convert by bdds
61.46/61.74	c D: 1
61.46/61.74	c estimatedAdderCost: 25
61.46/61.74	c Try to convert by bdds
61.46/61.75	c D: 1
61.46/61.75	c estimatedAdderCost: 25
61.46/61.75	c Try to convert by bdds
61.46/61.75	c D: 1
61.46/61.75	c estimatedAdderCost: 25
61.46/61.75	c Try to convert by bdds
61.46/61.76	c D: 1
61.46/61.76	c estimatedAdderCost: 25
61.46/61.76	c Try to convert by bdds
61.46/61.77	c D: 1
61.46/61.77	c estimatedAdderCost: 25
61.46/61.77	c Try to convert by bdds
61.46/61.78	c D: 1
61.46/61.78	c estimatedAdderCost: 25
61.46/61.78	c Try to convert by bdds
61.46/61.78	c D: 1
61.46/61.78	c estimatedAdderCost: 25
61.46/61.78	c Try to convert by bdds
61.46/61.79	c D: 1
61.46/61.79	c estimatedAdderCost: 25
61.46/61.79	c Try to convert by bdds
61.56/61.80	c D: 1
61.56/61.80	c estimatedAdderCost: 25
61.56/61.80	c Try to convert by bdds
61.56/61.80	c D: 1
61.56/61.80	c estimatedAdderCost: 25
61.56/61.80	c Try to convert by bdds
61.56/61.81	c D: 1
61.56/61.81	c estimatedAdderCost: 25
61.56/61.81	c Try to convert by bdds
61.56/61.82	c D: 1
61.56/61.82	c estimatedAdderCost: 25
61.56/61.82	c Try to convert by bdds
61.56/61.83	c D: 1
61.56/61.83	c estimatedAdderCost: 25
61.56/61.83	c Try to convert by bdds
61.56/61.83	c D: 1
61.56/61.83	c estimatedAdderCost: 25
61.56/61.83	c Try to convert by bdds
61.56/61.84	c D: 1
61.56/61.84	c estimatedAdderCost: 25
61.56/61.84	c Try to convert by bdds
61.56/61.85	c D: 1
61.56/61.85	c estimatedAdderCost: 25
61.56/61.85	c Try to convert by bdds
61.56/61.86	c D: 1
61.56/61.86	c estimatedAdderCost: 25
61.56/61.86	c Try to convert by bdds
61.56/61.86	c D: 1
61.56/61.86	c estimatedAdderCost: 25
61.56/61.86	c Try to convert by bdds
61.56/61.87	c D: 1
61.56/61.87	c estimatedAdderCost: 25
61.56/61.87	c Try to convert by bdds
61.56/61.88	c D: 1
61.56/61.88	c estimatedAdderCost: 25
61.56/61.88	c Try to convert by bdds
61.56/61.88	c D: 1
61.56/61.88	c estimatedAdderCost: 25
61.56/61.88	c Try to convert by bdds
61.56/61.89	c D: 1
61.56/61.89	c estimatedAdderCost: 25
61.56/61.89	c Try to convert by bdds
61.66/61.90	c D: 1
61.66/61.90	c estimatedAdderCost: 25
61.66/61.90	c Try to convert by bdds
61.66/61.91	c D: 1
61.66/61.91	c estimatedAdderCost: 25
61.66/61.91	c Try to convert by bdds
61.66/61.91	c D: 1
61.66/61.91	c estimatedAdderCost: 25
61.66/61.91	c Try to convert by bdds
61.66/61.92	c D: 1
61.66/61.92	c estimatedAdderCost: 25
61.66/61.92	c Try to convert by bdds
61.66/61.93	c D: 1
61.66/61.93	c estimatedAdderCost: 25
61.66/61.93	c Try to convert by bdds
61.66/61.94	c D: 1
61.66/61.94	c estimatedAdderCost: 25
61.66/61.94	c Try to convert by bdds
61.66/61.94	c D: 1
61.66/61.94	c estimatedAdderCost: 25
61.66/61.94	c Try to convert by bdds
61.66/61.95	c D: 1
61.66/61.95	c estimatedAdderCost: 25
61.66/61.95	c Try to convert by bdds
61.66/61.96	c D: 1
61.66/61.96	c estimatedAdderCost: 25
61.66/61.96	c Try to convert by bdds
61.66/61.96	c D: 1
61.66/61.96	c estimatedAdderCost: 30
61.66/61.96	c Try to convert by bdds
61.66/61.96	c D: 1
61.66/61.96	c estimatedAdderCost: 25
61.66/61.96	c Try to convert by bdds
61.66/61.97	c D: 1
61.66/61.97	c estimatedAdderCost: 25
61.66/61.97	c Try to convert by bdds
61.66/61.97	c D: 1
61.66/61.97	c estimatedAdderCost: 30
61.66/61.97	c Try to convert by bdds
61.66/61.97	c D: 1
61.66/61.97	c estimatedAdderCost: 25
61.66/61.97	c Try to convert by bdds
61.66/61.98	c D: 1
61.66/61.98	c estimatedAdderCost: 25
61.66/61.98	c Try to convert by bdds
61.66/61.99	c D: 1
61.66/61.99	c estimatedAdderCost: 25
61.66/61.99	c Try to convert by bdds
61.66/61.99	c D: 1
61.66/61.99	c estimatedAdderCost: 29
61.66/61.99	c Try to convert by bdds
61.66/61.99	c D: 1
61.66/61.99	c estimatedAdderCost: 25
61.66/61.99	c Try to convert by bdds
61.66/62.00	c D: 1
61.66/62.00	c estimatedAdderCost: 25
61.66/62.00	c Try to convert by bdds
61.77/62.01	c D: 1
61.77/62.01	c estimatedAdderCost: 25
61.77/62.01	c Try to convert by bdds
61.77/62.02	c D: 1
61.77/62.02	c estimatedAdderCost: 25
61.77/62.02	c Try to convert by bdds
61.77/62.02	c D: 1
61.77/62.02	c estimatedAdderCost: 31
61.77/62.02	c Try to convert by bdds
61.77/62.02	c D: 1
61.77/62.02	c estimatedAdderCost: 25
61.77/62.02	c Try to convert by bdds
61.77/62.03	c D: 1
61.77/62.03	c estimatedAdderCost: 25
61.77/62.03	c Try to convert by bdds
61.77/62.04	c D: 1
61.77/62.04	c estimatedAdderCost: 25
61.77/62.04	c Try to convert by bdds
61.77/62.04	c D: 1
61.77/62.04	c estimatedAdderCost: 25
61.77/62.04	c Try to convert by bdds
61.77/62.05	c D: 1
61.77/62.05	c estimatedAdderCost: 25
61.77/62.05	c Try to convert by bdds
61.77/62.05	c D: 1
61.77/62.05	c estimatedAdderCost: 30
61.77/62.05	c Try to convert by bdds
61.77/62.05	c D: 1
61.77/62.05	c estimatedAdderCost: 25
61.77/62.05	c Try to convert by bdds
61.77/62.06	c D: 1
61.77/62.06	c estimatedAdderCost: 25
61.77/62.06	c Try to convert by bdds
61.77/62.07	c D: 1
61.77/62.07	c estimatedAdderCost: 25
61.77/62.07	c Try to convert by bdds
61.77/62.08	c D: 1
61.77/62.08	c estimatedAdderCost: 25
61.77/62.08	c Try to convert by bdds
61.77/62.08	c D: 1
61.77/62.08	c estimatedAdderCost: 25
61.77/62.08	c Try to convert by bdds
61.77/62.09	c D: 1
61.77/62.09	c estimatedAdderCost: 25
61.77/62.09	c Try to convert by bdds
61.77/62.09	c D: 1
61.77/62.09	c estimatedAdderCost: 30
61.77/62.09	c Try to convert by bdds
61.77/62.10	c D: 1
61.77/62.10	c estimatedAdderCost: 25
61.77/62.10	c Try to convert by bdds
61.77/62.10	c D: 1
61.77/62.10	c estimatedAdderCost: 25
61.77/62.10	c Try to convert by bdds
61.87/62.11	c D: 1
61.87/62.11	c estimatedAdderCost: 25
61.87/62.11	c Try to convert by bdds
61.87/62.12	c D: 1
61.87/62.12	c estimatedAdderCost: 25
61.87/62.12	c Try to convert by bdds
61.87/62.12	c D: 1
61.87/62.12	c estimatedAdderCost: 25
61.87/62.12	c Try to convert by bdds
61.87/62.13	c D: 1
61.87/62.13	c estimatedAdderCost: 25
61.87/62.13	c Try to convert by bdds
61.87/62.14	c D: 1
61.87/62.14	c estimatedAdderCost: 31
61.87/62.14	c Try to convert by bdds
61.87/62.14	c D: 1
61.87/62.14	c estimatedAdderCost: 25
61.87/62.14	c Try to convert by bdds
61.87/62.14	c D: 1
61.87/62.14	c estimatedAdderCost: 29
61.87/62.14	c Try to convert by bdds
61.87/62.14	c D: 1
61.87/62.14	c estimatedAdderCost: 25
61.87/62.14	c Try to convert by bdds
61.87/62.15	c D: 1
61.87/62.15	c estimatedAdderCost: 25
61.87/62.15	c Try to convert by bdds
61.87/62.16	c D: 1
61.87/62.16	c estimatedAdderCost: 25
61.87/62.16	c Try to convert by bdds
61.87/62.16	c D: 1
61.87/62.16	c estimatedAdderCost: 25
61.87/62.16	c Try to convert by bdds
61.87/62.17	c D: 1
61.87/62.17	c estimatedAdderCost: 25
61.87/62.17	c Try to convert by bdds
61.87/62.18	c D: 1
61.87/62.18	c estimatedAdderCost: 25
61.87/62.18	c Try to convert by bdds
61.87/62.19	c D: 1
61.87/62.19	c estimatedAdderCost: 25
61.87/62.19	c Try to convert by bdds
61.87/62.19	c D: 1
61.87/62.19	c estimatedAdderCost: 30
61.87/62.19	c Try to convert by bdds
61.87/62.19	c D: 1
61.87/62.19	c estimatedAdderCost: 25
61.87/62.19	c Try to convert by bdds
61.87/62.19	c D: 1
61.87/62.19	c estimatedAdderCost: 30
61.87/62.19	c Try to convert by bdds
61.96/62.20	c D: 1
61.96/62.20	c estimatedAdderCost: 17
61.96/62.20	c Try to convert by bdds
61.96/62.20	c D: 1
61.96/62.20	c estimatedAdderCost: 17
61.96/62.20	c Try to convert by bdds
61.96/62.20	c D: 1
61.96/62.20	c estimatedAdderCost: 17
61.96/62.20	c Try to convert by bdds
61.96/62.21	c D: 1
61.96/62.21	c estimatedAdderCost: 17
61.96/62.21	c Try to convert by bdds
61.96/62.21	c D: 1
61.96/62.21	c estimatedAdderCost: 17
61.96/62.21	c Try to convert by bdds
61.96/62.21	c D: 1
61.96/62.21	c estimatedAdderCost: 17
61.96/62.21	c Try to convert by bdds
61.96/62.22	c D: 1
61.96/62.22	c estimatedAdderCost: 17
61.96/62.22	c Try to convert by bdds
61.96/62.22	c D: 1
61.96/62.22	c estimatedAdderCost: 17
61.96/62.22	c Try to convert by bdds
61.96/62.22	c D: 1
61.96/62.22	c estimatedAdderCost: 27
61.96/62.22	c Try to convert by bdds
61.96/62.23	c D: 1
61.96/62.23	c estimatedAdderCost: 17
61.96/62.23	c Try to convert by bdds
61.96/62.23	c D: 1
61.96/62.23	c estimatedAdderCost: 25
61.96/62.23	c Try to convert by bdds
61.96/62.23	c D: 1
61.96/62.23	c estimatedAdderCost: 25
61.96/62.23	c Try to convert by bdds
61.96/62.24	c D: 1
61.96/62.24	c estimatedAdderCost: 25
61.96/62.24	c Try to convert by bdds
61.96/62.24	c D: 1
61.96/62.24	c estimatedAdderCost: 25
61.96/62.24	c Try to convert by bdds
61.96/62.25	c D: 1
61.96/62.25	c estimatedAdderCost: 25
61.96/62.25	c Try to convert by bdds
61.96/62.26	c D: 1
61.96/62.26	c estimatedAdderCost: 25
61.96/62.26	c Try to convert by bdds
61.96/62.27	c D: 1
61.96/62.27	c estimatedAdderCost: 25
61.96/62.27	c Try to convert by bdds
61.96/62.27	c D: 1
61.96/62.27	c estimatedAdderCost: 25
61.96/62.27	c Try to convert by bdds
61.96/62.28	c D: 1
61.96/62.28	c estimatedAdderCost: 25
61.96/62.28	c Try to convert by bdds
61.96/62.29	c D: 1
61.96/62.29	c estimatedAdderCost: 25
61.96/62.29	c Try to convert by bdds
61.96/62.29	c D: 1
61.96/62.29	c estimatedAdderCost: 29
61.96/62.29	c Try to convert by bdds
61.96/62.29	c D: 1
61.96/62.29	c estimatedAdderCost: 25
61.96/62.29	c Try to convert by bdds
62.06/62.30	c D: 1
62.06/62.30	c estimatedAdderCost: 25
62.06/62.30	c Try to convert by bdds
62.06/62.31	c D: 1
62.06/62.31	c estimatedAdderCost: 25
62.06/62.31	c Try to convert by bdds
62.06/62.32	c D: 1
62.06/62.32	c estimatedAdderCost: 25
62.06/62.32	c Try to convert by bdds
62.06/62.32	c D: 1
62.06/62.32	c estimatedAdderCost: 25
62.06/62.32	c Try to convert by bdds
62.06/62.33	c D: 1
62.06/62.33	c estimatedAdderCost: 25
62.06/62.33	c Try to convert by bdds
62.06/62.34	c D: 1
62.06/62.34	c estimatedAdderCost: 25
62.06/62.34	c Try to convert by bdds
62.06/62.34	c D: 1
62.06/62.34	c estimatedAdderCost: 25
62.06/62.34	c Try to convert by bdds
62.06/62.35	c D: 1
62.06/62.35	c estimatedAdderCost: 25
62.06/62.35	c Try to convert by bdds
62.06/62.35	c D: 1
62.06/62.35	c estimatedAdderCost: 31
62.06/62.35	c Try to convert by bdds
62.06/62.36	c D: 1
62.06/62.36	c estimatedAdderCost: 25
62.06/62.36	c Try to convert by bdds
62.06/62.36	c D: 1
62.06/62.36	c estimatedAdderCost: 25
62.06/62.36	c Try to convert by bdds
62.06/62.37	c D: 1
62.06/62.37	c estimatedAdderCost: 25
62.06/62.37	c Try to convert by bdds
62.06/62.38	c D: 1
62.06/62.38	c estimatedAdderCost: 25
62.06/62.38	c Try to convert by bdds
62.06/62.39	c D: 1
62.06/62.39	c estimatedAdderCost: 25
62.06/62.39	c Try to convert by bdds
62.06/62.39	c D: 1
62.06/62.39	c estimatedAdderCost: 25
62.06/62.39	c Try to convert by bdds
62.16/62.40	c D: 1
62.16/62.40	c estimatedAdderCost: 25
62.16/62.40	c Try to convert by bdds
62.16/62.41	c D: 1
62.16/62.41	c estimatedAdderCost: 25
62.16/62.41	c Try to convert by bdds
62.16/62.41	c D: 1
62.16/62.41	c estimatedAdderCost: 25
62.16/62.41	c Try to convert by bdds
62.16/62.42	c D: 1
62.16/62.42	c estimatedAdderCost: 25
62.16/62.42	c Try to convert by bdds
62.16/62.43	c D: 1
62.16/62.43	c estimatedAdderCost: 25
62.16/62.43	c Try to convert by bdds
62.16/62.44	c D: 1
62.16/62.44	c estimatedAdderCost: 25
62.16/62.44	c Try to convert by bdds
62.16/62.44	c D: 1
62.16/62.44	c estimatedAdderCost: 25
62.16/62.44	c Try to convert by bdds
62.16/62.45	c D: 1
62.16/62.45	c estimatedAdderCost: 25
62.16/62.45	c Try to convert by bdds
62.16/62.46	c D: 1
62.16/62.46	c estimatedAdderCost: 25
62.16/62.46	c Try to convert by bdds
62.16/62.47	c D: 1
62.16/62.47	c estimatedAdderCost: 25
62.16/62.47	c Try to convert by bdds
62.16/62.47	c D: 1
62.16/62.47	c estimatedAdderCost: 25
62.16/62.47	c Try to convert by bdds
62.16/62.48	c D: 1
62.16/62.48	c estimatedAdderCost: 25
62.16/62.48	c Try to convert by bdds
62.16/62.49	c D: 1
62.16/62.49	c estimatedAdderCost: 25
62.16/62.49	c Try to convert by bdds
62.26/62.50	c D: 1
62.26/62.50	c estimatedAdderCost: 25
62.26/62.50	c Try to convert by bdds
62.26/62.50	c D: 1
62.26/62.50	c estimatedAdderCost: 25
62.26/62.50	c Try to convert by bdds
62.26/62.51	c D: 1
62.26/62.51	c estimatedAdderCost: 25
62.26/62.51	c Try to convert by bdds
62.26/62.52	c D: 1
62.26/62.52	c estimatedAdderCost: 25
62.26/62.52	c Try to convert by bdds
62.26/62.52	c D: 1
62.26/62.52	c estimatedAdderCost: 25
62.26/62.52	c Try to convert by bdds
62.26/62.53	c D: 1
62.26/62.53	c estimatedAdderCost: 25
62.26/62.53	c Try to convert by bdds
62.26/62.54	c D: 1
62.26/62.54	c estimatedAdderCost: 25
62.26/62.54	c Try to convert by bdds
62.26/62.55	c D: 1
62.26/62.55	c estimatedAdderCost: 25
62.26/62.55	c Try to convert by bdds
62.26/62.55	c D: 1
62.26/62.55	c estimatedAdderCost: 25
62.26/62.55	c Try to convert by bdds
62.26/62.56	c D: 1
62.26/62.56	c estimatedAdderCost: 25
62.26/62.56	c Try to convert by bdds
62.26/62.57	c D: 1
62.26/62.57	c estimatedAdderCost: 25
62.26/62.57	c Try to convert by bdds
62.26/62.58	c D: 1
62.26/62.58	c estimatedAdderCost: 25
62.26/62.58	c Try to convert by bdds
62.26/62.58	c D: 1
62.26/62.58	c estimatedAdderCost: 25
62.26/62.58	c Try to convert by bdds
62.26/62.59	c D: 1
62.26/62.59	c estimatedAdderCost: 25
62.26/62.59	c Try to convert by bdds
62.36/62.60	c D: 1
62.36/62.60	c estimatedAdderCost: 25
62.36/62.60	c Try to convert by bdds
62.36/62.61	c D: 1
62.36/62.61	c estimatedAdderCost: 25
62.36/62.61	c Try to convert by bdds
62.36/62.61	c D: 1
62.36/62.61	c estimatedAdderCost: 25
62.36/62.61	c Try to convert by bdds
62.36/62.62	c D: 1
62.36/62.62	c estimatedAdderCost: 25
62.36/62.62	c Try to convert by bdds
62.36/62.63	c D: 1
62.36/62.63	c estimatedAdderCost: 25
62.36/62.63	c Try to convert by bdds
62.36/62.63	c D: 1
62.36/62.63	c estimatedAdderCost: 25
62.36/62.63	c Try to convert by bdds
62.36/62.64	c D: 1
62.36/62.64	c estimatedAdderCost: 32
62.36/62.64	c Try to convert by bdds
62.36/62.64	c D: 1
62.36/62.64	c estimatedAdderCost: 25
62.36/62.64	c Try to convert by bdds
62.36/62.65	c D: 1
62.36/62.65	c estimatedAdderCost: 25
62.36/62.65	c Try to convert by bdds
62.36/62.65	c D: 1
62.36/62.65	c estimatedAdderCost: 25
62.36/62.65	c Try to convert by bdds
62.36/62.66	c D: 1
62.36/62.66	c estimatedAdderCost: 31
62.36/62.66	c Try to convert by bdds
62.36/62.66	c D: 1
62.36/62.66	c estimatedAdderCost: 25
62.36/62.66	c Try to convert by bdds
62.36/62.67	c D: 1
62.36/62.67	c estimatedAdderCost: 25
62.36/62.67	c Try to convert by bdds
62.36/62.67	c D: 1
62.36/62.67	c estimatedAdderCost: 25
62.36/62.67	c Try to convert by bdds
62.36/62.68	c D: 1
62.36/62.68	c estimatedAdderCost: 25
62.36/62.68	c Try to convert by bdds
62.36/62.68	c D: 1
62.36/62.68	c estimatedAdderCost: 31
62.36/62.68	c Try to convert by bdds
62.36/62.68	c D: 1
62.36/62.68	c estimatedAdderCost: 25
62.36/62.68	c Try to convert by bdds
62.36/62.69	c D: 1
62.36/62.69	c estimatedAdderCost: 25
62.36/62.69	c Try to convert by bdds
62.46/62.70	c D: 1
62.46/62.70	c estimatedAdderCost: 25
62.46/62.70	c Try to convert by bdds
62.46/62.71	c D: 1
62.46/62.71	c estimatedAdderCost: 25
62.46/62.71	c Try to convert by bdds
62.46/62.71	c D: 1
62.46/62.71	c estimatedAdderCost: 25
62.46/62.71	c Try to convert by bdds
62.46/62.72	c D: 1
62.46/62.72	c estimatedAdderCost: 30
62.46/62.72	c Try to convert by bdds
62.46/62.72	c D: 1
62.46/62.72	c estimatedAdderCost: 25
62.46/62.72	c Try to convert by bdds
62.46/62.73	c D: 1
62.46/62.73	c estimatedAdderCost: 25
62.46/62.73	c Try to convert by bdds
62.46/62.73	c D: 1
62.46/62.73	c estimatedAdderCost: 25
62.46/62.73	c Try to convert by bdds
62.46/62.74	c D: 1
62.46/62.74	c estimatedAdderCost: 25
62.46/62.74	c Try to convert by bdds
62.46/62.75	c D: 1
62.46/62.75	c estimatedAdderCost: 25
62.46/62.75	c Try to convert by bdds
62.46/62.75	c D: 1
62.46/62.75	c estimatedAdderCost: 25
62.46/62.75	c Try to convert by bdds
62.46/62.76	c D: 1
62.46/62.76	c estimatedAdderCost: 31
62.46/62.76	c Try to convert by bdds
62.46/62.76	c D: 1
62.46/62.76	c estimatedAdderCost: 25
62.46/62.76	c Try to convert by bdds
62.46/62.77	c D: 1
62.46/62.77	c estimatedAdderCost: 25
62.46/62.77	c Try to convert by bdds
62.46/62.77	c D: 1
62.46/62.77	c estimatedAdderCost: 25
62.46/62.77	c Try to convert by bdds
62.46/62.78	c D: 1
62.46/62.78	c estimatedAdderCost: 25
62.46/62.78	c Try to convert by bdds
62.46/62.79	c D: 1
62.46/62.79	c estimatedAdderCost: 25
62.46/62.79	c Try to convert by bdds
62.56/62.80	c D: 1
62.56/62.80	c estimatedAdderCost: 25
62.56/62.80	c Try to convert by bdds
62.56/62.80	c D: 1
62.56/62.80	c estimatedAdderCost: 25
62.56/62.80	c Try to convert by bdds
62.56/62.81	c D: 1
62.56/62.81	c estimatedAdderCost: 30
62.56/62.81	c Try to convert by bdds
62.56/62.81	c D: 1
62.56/62.81	c estimatedAdderCost: 25
62.56/62.81	c Try to convert by bdds
62.56/62.82	c D: 1
62.56/62.82	c estimatedAdderCost: 25
62.56/62.82	c Try to convert by bdds
62.56/62.82	c D: 1
62.56/62.82	c estimatedAdderCost: 25
62.56/62.82	c Try to convert by bdds
62.56/62.83	c D: 1
62.56/62.83	c estimatedAdderCost: 25
62.56/62.83	c Try to convert by bdds
62.56/62.84	c D: 1
62.56/62.84	c estimatedAdderCost: 25
62.56/62.84	c Try to convert by bdds
62.56/62.84	c D: 1
62.56/62.84	c estimatedAdderCost: 25
62.56/62.84	c Try to convert by bdds
62.56/62.85	c D: 1
62.56/62.85	c estimatedAdderCost: 25
62.56/62.85	c Try to convert by bdds
62.56/62.86	c D: 1
62.56/62.86	c estimatedAdderCost: 25
62.56/62.86	c Try to convert by bdds
62.56/62.86	c D: 1
62.56/62.86	c estimatedAdderCost: 30
62.56/62.86	c Try to convert by bdds
62.56/62.86	c D: 1
62.56/62.86	c estimatedAdderCost: 25
62.56/62.86	c Try to convert by bdds
62.56/62.87	c D: 1
62.56/62.87	c estimatedAdderCost: 25
62.56/62.87	c Try to convert by bdds
62.56/62.88	c D: 1
62.56/62.88	c estimatedAdderCost: 25
62.56/62.88	c Try to convert by bdds
62.56/62.89	c D: 1
62.56/62.89	c estimatedAdderCost: 25
62.56/62.89	c Try to convert by bdds
62.56/62.89	c D: 1
62.56/62.89	c estimatedAdderCost: 25
62.56/62.89	c Try to convert by bdds
62.66/62.90	c D: 1
62.66/62.90	c estimatedAdderCost: 25
62.66/62.90	c Try to convert by bdds
62.66/62.91	c D: 1
62.66/62.91	c estimatedAdderCost: 25
62.66/62.91	c Try to convert by bdds
62.66/62.91	c D: 1
62.66/62.91	c estimatedAdderCost: 25
62.66/62.91	c Try to convert by bdds
62.66/62.92	c D: 1
62.66/62.92	c estimatedAdderCost: 25
62.66/62.92	c Try to convert by bdds
62.66/62.93	c D: 1
62.66/62.93	c estimatedAdderCost: 29
62.66/62.93	c Try to convert by bdds
62.66/62.93	c D: 1
62.66/62.93	c estimatedAdderCost: 17
62.66/62.93	c Try to convert by bdds
62.66/62.93	c D: 1
62.66/62.93	c estimatedAdderCost: 17
62.66/62.93	c Try to convert by bdds
62.66/62.94	c D: 1
62.66/62.94	c estimatedAdderCost: 17
62.66/62.94	c Try to convert by bdds
62.66/62.94	c D: 1
62.66/62.94	c estimatedAdderCost: 17
62.66/62.94	c Try to convert by bdds
62.66/62.94	c D: 1
62.66/62.94	c estimatedAdderCost: 17
62.66/62.94	c Try to convert by bdds
62.66/62.95	c D: 1
62.66/62.95	c estimatedAdderCost: 17
62.66/62.95	c Try to convert by bdds
62.66/62.95	c D: 1
62.66/62.95	c estimatedAdderCost: 17
62.66/62.95	c Try to convert by bdds
62.66/62.95	c D: 1
62.66/62.95	c estimatedAdderCost: 17
62.66/62.95	c Try to convert by bdds
62.66/62.96	c D: 1
62.66/62.96	c estimatedAdderCost: 17
62.66/62.96	c Try to convert by bdds
62.66/62.96	c D: 1
62.66/62.96	c estimatedAdderCost: 29
62.66/62.96	c Try to convert by bdds
62.66/62.96	c D: 1
62.66/62.96	c estimatedAdderCost: 17
62.66/62.96	c Try to convert by bdds
62.66/62.96	c D: 1
62.66/62.96	c estimatedAdderCost: 29
62.66/62.96	c Try to convert by bdds
62.66/62.96	c D: 1
62.66/62.96	c estimatedAdderCost: 25
62.66/62.96	c Try to convert by bdds
62.66/62.97	c D: 1
62.66/62.97	c estimatedAdderCost: 25
62.66/62.97	c Try to convert by bdds
62.66/62.98	c D: 1
62.66/62.98	c estimatedAdderCost: 25
62.66/62.98	c Try to convert by bdds
62.66/62.99	c D: 1
62.66/62.99	c estimatedAdderCost: 25
62.66/62.99	c Try to convert by bdds
62.66/62.99	c D: 1
62.66/62.99	c estimatedAdderCost: 25
62.66/62.99	c Try to convert by bdds
62.66/63.00	c D: 1
62.66/63.00	c estimatedAdderCost: 25
62.66/63.00	c Try to convert by bdds
62.66/63.01	c D: 1
62.66/63.01	c estimatedAdderCost: 25
62.66/63.01	c Try to convert by bdds
62.77/63.02	c D: 1
62.77/63.02	c estimatedAdderCost: 25
62.77/63.02	c Try to convert by bdds
62.77/63.02	c D: 1
62.77/63.02	c estimatedAdderCost: 25
62.77/63.02	c Try to convert by bdds
62.77/63.03	c D: 1
62.77/63.03	c estimatedAdderCost: 25
62.77/63.03	c Try to convert by bdds
62.77/63.03	c D: 1
62.77/63.03	c estimatedAdderCost: 30
62.77/63.03	c Try to convert by bdds
62.77/63.04	c D: 1
62.77/63.04	c estimatedAdderCost: 25
62.77/63.04	c Try to convert by bdds
62.77/63.04	c D: 1
62.77/63.04	c estimatedAdderCost: 25
62.77/63.04	c Try to convert by bdds
62.77/63.05	c D: 1
62.77/63.05	c estimatedAdderCost: 25
62.77/63.05	c Try to convert by bdds
62.77/63.06	c D: 1
62.77/63.06	c estimatedAdderCost: 25
62.77/63.06	c Try to convert by bdds
62.77/63.06	c D: 1
62.77/63.06	c estimatedAdderCost: 25
62.77/63.06	c Try to convert by bdds
62.77/63.07	c D: 1
62.77/63.07	c estimatedAdderCost: 25
62.77/63.07	c Try to convert by bdds
62.77/63.08	c D: 1
62.77/63.08	c estimatedAdderCost: 25
62.77/63.08	c Try to convert by bdds
62.77/63.09	c D: 1
62.77/63.09	c estimatedAdderCost: 25
62.77/63.09	c Try to convert by bdds
62.77/63.09	c D: 1
62.77/63.09	c estimatedAdderCost: 25
62.77/63.09	c Try to convert by bdds
62.77/63.10	c D: 1
62.77/63.10	c estimatedAdderCost: 25
62.77/63.10	c Try to convert by bdds
62.77/63.11	c D: 1
62.77/63.11	c estimatedAdderCost: 25
62.77/63.11	c Try to convert by bdds
62.87/63.12	c D: 1
62.87/63.12	c estimatedAdderCost: 25
62.87/63.12	c Try to convert by bdds
62.87/63.12	c D: 1
62.87/63.12	c estimatedAdderCost: 25
62.87/63.12	c Try to convert by bdds
62.87/63.13	c D: 1
62.87/63.13	c estimatedAdderCost: 25
62.87/63.13	c Try to convert by bdds
62.87/63.14	c D: 1
62.87/63.14	c estimatedAdderCost: 25
62.87/63.14	c Try to convert by bdds
62.87/63.14	c D: 1
62.87/63.14	c estimatedAdderCost: 25
62.87/63.14	c Try to convert by bdds
62.87/63.15	c D: 1
62.87/63.15	c estimatedAdderCost: 25
62.87/63.15	c Try to convert by bdds
62.87/63.16	c D: 1
62.87/63.16	c estimatedAdderCost: 25
62.87/63.16	c Try to convert by bdds
62.87/63.17	c D: 1
62.87/63.17	c estimatedAdderCost: 25
62.87/63.17	c Try to convert by bdds
62.87/63.17	c D: 1
62.87/63.17	c estimatedAdderCost: 25
62.87/63.17	c Try to convert by bdds
62.87/63.18	c D: 1
62.87/63.18	c estimatedAdderCost: 25
62.87/63.18	c Try to convert by bdds
62.87/63.19	c D: 1
62.87/63.19	c estimatedAdderCost: 25
62.87/63.19	c Try to convert by bdds
62.95/63.20	c D: 1
62.95/63.20	c estimatedAdderCost: 25
62.95/63.20	c Try to convert by bdds
62.95/63.20	c D: 1
62.95/63.20	c estimatedAdderCost: 25
62.95/63.20	c Try to convert by bdds
62.95/63.21	c D: 1
62.95/63.21	c estimatedAdderCost: 25
62.95/63.21	c Try to convert by bdds
62.95/63.22	c D: 1
62.95/63.22	c estimatedAdderCost: 25
62.95/63.22	c Try to convert by bdds
62.95/63.23	c D: 1
62.95/63.23	c estimatedAdderCost: 25
62.95/63.23	c Try to convert by bdds
62.95/63.23	c D: 1
62.95/63.23	c estimatedAdderCost: 25
62.95/63.23	c Try to convert by bdds
62.95/63.24	c D: 1
62.95/63.24	c estimatedAdderCost: 25
62.95/63.24	c Try to convert by bdds
62.95/63.25	c D: 1
62.95/63.25	c estimatedAdderCost: 25
62.95/63.25	c Try to convert by bdds
62.95/63.25	c D: 1
62.95/63.25	c estimatedAdderCost: 25
62.95/63.25	c Try to convert by bdds
62.95/63.26	c D: 1
62.95/63.26	c estimatedAdderCost: 25
62.95/63.26	c Try to convert by bdds
62.95/63.27	c D: 1
62.95/63.27	c estimatedAdderCost: 25
62.95/63.27	c Try to convert by bdds
62.95/63.28	c D: 1
62.95/63.28	c estimatedAdderCost: 25
62.95/63.28	c Try to convert by bdds
62.95/63.28	c D: 1
62.95/63.28	c estimatedAdderCost: 25
62.95/63.28	c Try to convert by bdds
62.95/63.29	c D: 1
62.95/63.29	c estimatedAdderCost: 25
62.95/63.29	c Try to convert by bdds
63.05/63.30	c D: 1
63.05/63.30	c estimatedAdderCost: 25
63.05/63.30	c Try to convert by bdds
63.05/63.31	c D: 1
63.05/63.31	c estimatedAdderCost: 25
63.05/63.31	c Try to convert by bdds
63.05/63.31	c D: 1
63.05/63.31	c estimatedAdderCost: 25
63.05/63.31	c Try to convert by bdds
63.05/63.32	c D: 1
63.05/63.32	c estimatedAdderCost: 25
63.05/63.32	c Try to convert by bdds
63.05/63.33	c D: 1
63.05/63.33	c estimatedAdderCost: 25
63.05/63.33	c Try to convert by bdds
63.05/63.33	c D: 1
63.05/63.33	c estimatedAdderCost: 25
63.05/63.33	c Try to convert by bdds
63.05/63.34	c D: 1
63.05/63.34	c estimatedAdderCost: 25
63.05/63.34	c Try to convert by bdds
63.05/63.35	c D: 1
63.05/63.35	c estimatedAdderCost: 25
63.05/63.35	c Try to convert by bdds
63.05/63.36	c D: 1
63.05/63.36	c estimatedAdderCost: 25
63.05/63.36	c Try to convert by bdds
63.05/63.36	c D: 1
63.05/63.36	c estimatedAdderCost: 25
63.05/63.36	c Try to convert by bdds
63.05/63.37	c D: 1
63.05/63.37	c estimatedAdderCost: 25
63.05/63.37	c Try to convert by bdds
63.05/63.38	c D: 1
63.05/63.38	c estimatedAdderCost: 25
63.05/63.38	c Try to convert by bdds
63.05/63.39	c D: 1
63.05/63.39	c estimatedAdderCost: 25
63.05/63.39	c Try to convert by bdds
63.05/63.39	c D: 1
63.05/63.39	c estimatedAdderCost: 25
63.05/63.39	c Try to convert by bdds
63.15/63.40	c D: 1
63.15/63.40	c estimatedAdderCost: 25
63.15/63.40	c Try to convert by bdds
63.15/63.41	c D: 1
63.15/63.41	c estimatedAdderCost: 25
63.15/63.41	c Try to convert by bdds
63.15/63.41	c D: 1
63.15/63.41	c estimatedAdderCost: 25
63.15/63.41	c Try to convert by bdds
63.15/63.42	c D: 1
63.15/63.42	c estimatedAdderCost: 25
63.15/63.42	c Try to convert by bdds
63.15/63.43	c D: 1
63.15/63.43	c estimatedAdderCost: 25
63.15/63.43	c Try to convert by bdds
63.15/63.44	c D: 1
63.15/63.44	c estimatedAdderCost: 25
63.15/63.44	c Try to convert by bdds
63.15/63.44	c D: 1
63.15/63.44	c estimatedAdderCost: 25
63.15/63.44	c Try to convert by bdds
63.15/63.45	c D: 1
63.15/63.45	c estimatedAdderCost: 25
63.15/63.45	c Try to convert by bdds
63.15/63.46	c D: 1
63.15/63.46	c estimatedAdderCost: 25
63.15/63.46	c Try to convert by bdds
63.15/63.47	c D: 1
63.15/63.47	c estimatedAdderCost: 25
63.15/63.47	c Try to convert by bdds
63.15/63.47	c D: 1
63.15/63.47	c estimatedAdderCost: 25
63.15/63.47	c Try to convert by bdds
63.15/63.48	c D: 1
63.15/63.48	c estimatedAdderCost: 25
63.15/63.48	c Try to convert by bdds
63.15/63.49	c D: 1
63.15/63.49	c estimatedAdderCost: 25
63.15/63.49	c Try to convert by bdds
63.15/63.49	c D: 1
63.15/63.49	c estimatedAdderCost: 25
63.15/63.49	c Try to convert by bdds
63.25/63.50	c D: 1
63.25/63.50	c estimatedAdderCost: 25
63.25/63.50	c Try to convert by bdds
63.25/63.51	c D: 1
63.25/63.51	c estimatedAdderCost: 25
63.25/63.51	c Try to convert by bdds
63.25/63.52	c D: 1
63.25/63.52	c estimatedAdderCost: 25
63.25/63.52	c Try to convert by bdds
63.25/63.52	c D: 1
63.25/63.52	c estimatedAdderCost: 25
63.25/63.52	c Try to convert by bdds
63.25/63.53	c D: 1
63.25/63.53	c estimatedAdderCost: 32
63.25/63.53	c Try to convert by bdds
63.25/63.53	c D: 1
63.25/63.53	c estimatedAdderCost: 25
63.25/63.53	c Try to convert by bdds
63.25/63.54	c D: 1
63.25/63.54	c estimatedAdderCost: 25
63.25/63.54	c Try to convert by bdds
63.25/63.54	c D: 1
63.25/63.54	c estimatedAdderCost: 25
63.25/63.54	c Try to convert by bdds
63.25/63.55	c D: 1
63.25/63.55	c estimatedAdderCost: 25
63.25/63.55	c Try to convert by bdds
63.25/63.56	c D: 1
63.25/63.56	c estimatedAdderCost: 25
63.25/63.56	c Try to convert by bdds
63.25/63.57	c D: 1
63.25/63.57	c estimatedAdderCost: 25
63.25/63.57	c Try to convert by bdds
63.25/63.57	c D: 1
63.25/63.57	c estimatedAdderCost: 25
63.25/63.57	c Try to convert by bdds
63.25/63.58	c D: 1
63.25/63.58	c estimatedAdderCost: 25
63.25/63.58	c Try to convert by bdds
63.25/63.58	c D: 1
63.25/63.58	c estimatedAdderCost: 31
63.25/63.58	c Try to convert by bdds
63.25/63.58	c D: 1
63.25/63.58	c estimatedAdderCost: 25
63.25/63.58	c Try to convert by bdds
63.25/63.59	c D: 1
63.25/63.59	c estimatedAdderCost: 25
63.25/63.59	c Try to convert by bdds
63.35/63.60	c D: 1
63.35/63.60	c estimatedAdderCost: 25
63.35/63.60	c Try to convert by bdds
63.35/63.61	c D: 1
63.35/63.61	c estimatedAdderCost: 25
63.35/63.61	c Try to convert by bdds
63.35/63.61	c D: 1
63.35/63.61	c estimatedAdderCost: 25
63.35/63.61	c Try to convert by bdds
63.35/63.62	c D: 1
63.35/63.62	c estimatedAdderCost: 25
63.35/63.62	c Try to convert by bdds
63.35/63.63	c D: 1
63.35/63.63	c estimatedAdderCost: 25
63.35/63.63	c Try to convert by bdds
63.35/63.63	c D: 1
63.35/63.63	c estimatedAdderCost: 25
63.35/63.63	c Try to convert by bdds
63.35/63.64	c D: 1
63.35/63.64	c estimatedAdderCost: 25
63.35/63.64	c Try to convert by bdds
63.35/63.65	c D: 1
63.35/63.65	c estimatedAdderCost: 31
63.35/63.65	c Try to convert by bdds
63.35/63.65	c D: 1
63.35/63.65	c estimatedAdderCost: 25
63.35/63.65	c Try to convert by bdds
63.35/63.65	c D: 1
63.35/63.65	c estimatedAdderCost: 25
63.35/63.65	c Try to convert by bdds
63.35/63.66	c D: 1
63.35/63.66	c estimatedAdderCost: 25
63.35/63.66	c Try to convert by bdds
63.35/63.67	c D: 1
63.35/63.67	c estimatedAdderCost: 25
63.35/63.67	c Try to convert by bdds
63.35/63.68	c D: 1
63.35/63.68	c estimatedAdderCost: 25
63.35/63.68	c Try to convert by bdds
63.35/63.68	c D: 1
63.35/63.68	c estimatedAdderCost: 25
63.35/63.68	c Try to convert by bdds
63.35/63.69	c D: 1
63.35/63.69	c estimatedAdderCost: 25
63.35/63.69	c Try to convert by bdds
63.45/63.70	c D: 1
63.45/63.70	c estimatedAdderCost: 25
63.45/63.70	c Try to convert by bdds
63.45/63.70	c D: 1
63.45/63.70	c estimatedAdderCost: 25
63.45/63.70	c Try to convert by bdds
63.45/63.71	c D: 1
63.45/63.71	c estimatedAdderCost: 25
63.45/63.71	c Try to convert by bdds
63.45/63.72	c D: 1
63.45/63.72	c estimatedAdderCost: 30
63.45/63.72	c Try to convert by bdds
63.45/63.72	c D: 1
63.45/63.72	c estimatedAdderCost: 17
63.45/63.72	c Try to convert by bdds
63.45/63.72	c D: 1
63.45/63.72	c estimatedAdderCost: 17
63.45/63.72	c Try to convert by bdds
63.45/63.72	c D: 1
63.45/63.72	c estimatedAdderCost: 17
63.45/63.72	c Try to convert by bdds
63.45/63.73	c D: 1
63.45/63.73	c estimatedAdderCost: 17
63.45/63.73	c Try to convert by bdds
63.45/63.73	c D: 1
63.45/63.73	c estimatedAdderCost: 17
63.45/63.73	c Try to convert by bdds
63.45/63.74	c D: 1
63.45/63.74	c estimatedAdderCost: 17
63.45/63.74	c Try to convert by bdds
63.45/63.74	c D: 1
63.45/63.74	c estimatedAdderCost: 17
63.45/63.74	c Try to convert by bdds
63.45/63.74	c D: 1
63.45/63.74	c estimatedAdderCost: 17
63.45/63.74	c Try to convert by bdds
63.45/63.75	c D: 1
63.45/63.75	c estimatedAdderCost: 17
63.45/63.75	c Try to convert by bdds
63.45/63.75	c D: 1
63.45/63.75	c estimatedAdderCost: 17
63.45/63.75	c Try to convert by bdds
63.45/63.75	c D: 1
63.45/63.75	c estimatedAdderCost: 17
63.45/63.75	c Try to convert by bdds
63.45/63.76	c D: 1
63.45/63.76	c estimatedAdderCost: 29
63.45/63.76	c Try to convert by bdds
63.45/63.76	c D: 1
63.45/63.76	c estimatedAdderCost: 25
63.45/63.76	c Try to convert by bdds
63.45/63.76	c D: 1
63.45/63.76	c estimatedAdderCost: 25
63.45/63.76	c Try to convert by bdds
63.45/63.77	c D: 1
63.45/63.77	c estimatedAdderCost: 25
63.45/63.77	c Try to convert by bdds
63.45/63.78	c D: 1
63.45/63.78	c estimatedAdderCost: 25
63.45/63.78	c Try to convert by bdds
63.45/63.79	c D: 1
63.45/63.79	c estimatedAdderCost: 25
63.45/63.79	c Try to convert by bdds
63.45/63.79	c D: 1
63.45/63.79	c estimatedAdderCost: 25
63.45/63.79	c Try to convert by bdds
63.55/63.80	c D: 1
63.55/63.80	c estimatedAdderCost: 25
63.55/63.80	c Try to convert by bdds
63.55/63.81	c D: 1
63.55/63.81	c estimatedAdderCost: 25
63.55/63.81	c Try to convert by bdds
63.55/63.81	c D: 1
63.55/63.81	c estimatedAdderCost: 25
63.55/63.81	c Try to convert by bdds
63.55/63.82	c D: 1
63.55/63.82	c estimatedAdderCost: 25
63.55/63.82	c Try to convert by bdds
63.55/63.83	c D: 1
63.55/63.83	c estimatedAdderCost: 25
63.55/63.83	c Try to convert by bdds
63.55/63.83	c D: 1
63.55/63.83	c estimatedAdderCost: 32
63.55/63.83	c Try to convert by bdds
63.55/63.83	c D: 1
63.55/63.83	c estimatedAdderCost: 25
63.55/63.83	c Try to convert by bdds
63.55/63.84	c D: 1
63.55/63.84	c estimatedAdderCost: 25
63.55/63.84	c Try to convert by bdds
63.55/63.85	c D: 1
63.55/63.85	c estimatedAdderCost: 25
63.55/63.85	c Try to convert by bdds
63.55/63.86	c D: 1
63.55/63.86	c estimatedAdderCost: 25
63.55/63.86	c Try to convert by bdds
63.55/63.86	c D: 1
63.55/63.86	c estimatedAdderCost: 25
63.55/63.86	c Try to convert by bdds
63.55/63.87	c D: 1
63.55/63.87	c estimatedAdderCost: 25
63.55/63.87	c Try to convert by bdds
63.55/63.88	c D: 1
63.55/63.88	c estimatedAdderCost: 25
63.55/63.88	c Try to convert by bdds
63.55/63.89	c D: 1
63.55/63.89	c estimatedAdderCost: 25
63.55/63.89	c Try to convert by bdds
63.55/63.89	c D: 1
63.55/63.89	c estimatedAdderCost: 25
63.55/63.89	c Try to convert by bdds
63.65/63.90	c D: 1
63.65/63.90	c estimatedAdderCost: 25
63.65/63.90	c Try to convert by bdds
63.65/63.91	c D: 1
63.65/63.91	c estimatedAdderCost: 25
63.65/63.91	c Try to convert by bdds
63.65/63.91	c D: 1
63.65/63.91	c estimatedAdderCost: 25
63.65/63.91	c Try to convert by bdds
63.65/63.92	c D: 1
63.65/63.92	c estimatedAdderCost: 25
63.65/63.92	c Try to convert by bdds
63.65/63.93	c D: 1
63.65/63.93	c estimatedAdderCost: 25
63.65/63.93	c Try to convert by bdds
63.65/63.94	c D: 1
63.65/63.94	c estimatedAdderCost: 25
63.65/63.94	c Try to convert by bdds
63.65/63.94	c D: 1
63.65/63.94	c estimatedAdderCost: 25
63.65/63.94	c Try to convert by bdds
63.65/63.95	c D: 1
63.65/63.95	c estimatedAdderCost: 25
63.65/63.95	c Try to convert by bdds
63.65/63.96	c D: 1
63.65/63.96	c estimatedAdderCost: 25
63.65/63.96	c Try to convert by bdds
63.65/63.97	c D: 1
63.65/63.97	c estimatedAdderCost: 25
63.65/63.97	c Try to convert by bdds
63.65/63.97	c D: 1
63.65/63.97	c estimatedAdderCost: 25
63.65/63.97	c Try to convert by bdds
63.65/63.98	c D: 1
63.65/63.98	c estimatedAdderCost: 25
63.65/63.98	c Try to convert by bdds
63.65/63.99	c D: 1
63.65/63.99	c estimatedAdderCost: 25
63.65/63.99	c Try to convert by bdds
63.65/63.99	c D: 1
63.65/63.99	c estimatedAdderCost: 25
63.65/63.99	c Try to convert by bdds
63.65/64.00	c D: 1
63.65/64.00	c estimatedAdderCost: 25
63.65/64.00	c Try to convert by bdds
63.76/64.01	c D: 1
63.76/64.01	c estimatedAdderCost: 25
63.76/64.01	c Try to convert by bdds
63.76/64.02	c D: 1
63.76/64.02	c estimatedAdderCost: 25
63.76/64.02	c Try to convert by bdds
63.76/64.02	c D: 1
63.76/64.02	c estimatedAdderCost: 25
63.76/64.02	c Try to convert by bdds
63.76/64.03	c D: 1
63.76/64.03	c estimatedAdderCost: 25
63.76/64.03	c Try to convert by bdds
63.76/64.04	c D: 1
63.76/64.04	c estimatedAdderCost: 25
63.76/64.04	c Try to convert by bdds
63.76/64.05	c D: 1
63.76/64.05	c estimatedAdderCost: 25
63.76/64.05	c Try to convert by bdds
63.76/64.05	c D: 1
63.76/64.05	c estimatedAdderCost: 25
63.76/64.05	c Try to convert by bdds
63.76/64.06	c D: 1
63.76/64.06	c estimatedAdderCost: 25
63.76/64.06	c Try to convert by bdds
63.76/64.07	c D: 1
63.76/64.07	c estimatedAdderCost: 25
63.76/64.07	c Try to convert by bdds
63.76/64.07	c D: 1
63.76/64.07	c estimatedAdderCost: 25
63.76/64.07	c Try to convert by bdds
63.76/64.08	c D: 1
63.76/64.08	c estimatedAdderCost: 25
63.76/64.08	c Try to convert by bdds
63.76/64.09	c D: 1
63.76/64.09	c estimatedAdderCost: 25
63.76/64.09	c Try to convert by bdds
63.76/64.10	c D: 1
63.76/64.10	c estimatedAdderCost: 25
63.76/64.10	c Try to convert by bdds
63.76/64.10	c D: 1
63.76/64.10	c estimatedAdderCost: 25
63.76/64.10	c Try to convert by bdds
63.86/64.11	c D: 1
63.86/64.11	c estimatedAdderCost: 25
63.86/64.11	c Try to convert by bdds
63.86/64.12	c D: 1
63.86/64.12	c estimatedAdderCost: 25
63.86/64.12	c Try to convert by bdds
63.86/64.13	c D: 1
63.86/64.13	c estimatedAdderCost: 25
63.86/64.13	c Try to convert by bdds
63.86/64.13	c D: 1
63.86/64.13	c estimatedAdderCost: 25
63.86/64.13	c Try to convert by bdds
63.86/64.14	c D: 1
63.86/64.14	c estimatedAdderCost: 25
63.86/64.14	c Try to convert by bdds
63.86/64.15	c D: 1
63.86/64.15	c estimatedAdderCost: 25
63.86/64.15	c Try to convert by bdds
63.86/64.15	c D: 1
63.86/64.15	c estimatedAdderCost: 25
63.86/64.15	c Try to convert by bdds
63.86/64.16	c D: 1
63.86/64.16	c estimatedAdderCost: 25
63.86/64.16	c Try to convert by bdds
63.86/64.17	c D: 1
63.86/64.17	c estimatedAdderCost: 25
63.86/64.17	c Try to convert by bdds
63.86/64.18	c D: 1
63.86/64.18	c estimatedAdderCost: 25
63.86/64.18	c Try to convert by bdds
63.86/64.18	c D: 1
63.86/64.18	c estimatedAdderCost: 25
63.86/64.18	c Try to convert by bdds
63.86/64.19	c D: 1
63.86/64.19	c estimatedAdderCost: 25
63.86/64.19	c Try to convert by bdds
63.95/64.20	c D: 1
63.95/64.20	c estimatedAdderCost: 25
63.95/64.20	c Try to convert by bdds
63.95/64.21	c D: 1
63.95/64.21	c estimatedAdderCost: 25
63.95/64.21	c Try to convert by bdds
63.95/64.21	c D: 1
63.95/64.21	c estimatedAdderCost: 25
63.95/64.21	c Try to convert by bdds
63.95/64.22	c D: 1
63.95/64.22	c estimatedAdderCost: 25
63.95/64.22	c Try to convert by bdds
63.95/64.23	c D: 1
63.95/64.23	c estimatedAdderCost: 25
63.95/64.23	c Try to convert by bdds
63.95/64.24	c D: 1
63.95/64.24	c estimatedAdderCost: 25
63.95/64.24	c Try to convert by bdds
63.95/64.24	c D: 1
63.95/64.24	c estimatedAdderCost: 25
63.95/64.24	c Try to convert by bdds
63.95/64.25	c D: 1
63.95/64.25	c estimatedAdderCost: 25
63.95/64.25	c Try to convert by bdds
63.95/64.26	c D: 1
63.95/64.26	c estimatedAdderCost: 25
63.95/64.26	c Try to convert by bdds
63.95/64.26	c D: 1
63.95/64.26	c estimatedAdderCost: 25
63.95/64.26	c Try to convert by bdds
63.95/64.27	c D: 1
63.95/64.27	c estimatedAdderCost: 25
63.95/64.27	c Try to convert by bdds
63.95/64.28	c D: 1
63.95/64.28	c estimatedAdderCost: 25
63.95/64.28	c Try to convert by bdds
63.95/64.29	c D: 1
63.95/64.29	c estimatedAdderCost: 25
63.95/64.29	c Try to convert by bdds
63.95/64.29	c D: 1
63.95/64.29	c estimatedAdderCost: 25
63.95/64.29	c Try to convert by bdds
64.05/64.30	c D: 1
64.05/64.30	c estimatedAdderCost: 25
64.05/64.30	c Try to convert by bdds
64.05/64.31	c D: 1
64.05/64.31	c estimatedAdderCost: 25
64.05/64.31	c Try to convert by bdds
64.05/64.32	c D: 1
64.05/64.32	c estimatedAdderCost: 25
64.05/64.32	c Try to convert by bdds
64.05/64.32	c D: 1
64.05/64.32	c estimatedAdderCost: 25
64.05/64.32	c Try to convert by bdds
64.05/64.33	c D: 1
64.05/64.33	c estimatedAdderCost: 25
64.05/64.33	c Try to convert by bdds
64.05/64.34	c D: 1
64.05/64.34	c estimatedAdderCost: 25
64.05/64.34	c Try to convert by bdds
64.05/64.35	c D: 1
64.05/64.35	c estimatedAdderCost: 25
64.05/64.35	c Try to convert by bdds
64.05/64.35	c D: 1
64.05/64.35	c estimatedAdderCost: 25
64.05/64.35	c Try to convert by bdds
64.05/64.36	c D: 1
64.05/64.36	c estimatedAdderCost: 25
64.05/64.36	c Try to convert by bdds
64.05/64.37	c D: 1
64.05/64.37	c estimatedAdderCost: 25
64.05/64.37	c Try to convert by bdds
64.05/64.37	c D: 1
64.05/64.37	c estimatedAdderCost: 25
64.05/64.37	c Try to convert by bdds
64.05/64.38	c D: 1
64.05/64.38	c estimatedAdderCost: 25
64.05/64.38	c Try to convert by bdds
64.05/64.39	c D: 1
64.05/64.39	c estimatedAdderCost: 25
64.05/64.39	c Try to convert by bdds
64.15/64.40	c D: 1
64.15/64.40	c estimatedAdderCost: 25
64.15/64.40	c Try to convert by bdds
64.15/64.40	c D: 1
64.15/64.40	c estimatedAdderCost: 25
64.15/64.40	c Try to convert by bdds
64.15/64.41	c D: 1
64.15/64.41	c estimatedAdderCost: 25
64.15/64.41	c Try to convert by bdds
64.15/64.42	c D: 1
64.15/64.42	c estimatedAdderCost: 25
64.15/64.42	c Try to convert by bdds
64.15/64.43	c D: 1
64.15/64.43	c estimatedAdderCost: 25
64.15/64.43	c Try to convert by bdds
64.15/64.43	c D: 1
64.15/64.43	c estimatedAdderCost: 25
64.15/64.43	c Try to convert by bdds
64.15/64.44	c D: 1
64.15/64.44	c estimatedAdderCost: 25
64.15/64.44	c Try to convert by bdds
64.15/64.45	c D: 1
64.15/64.45	c estimatedAdderCost: 25
64.15/64.45	c Try to convert by bdds
64.15/64.46	c D: 1
64.15/64.46	c estimatedAdderCost: 25
64.15/64.46	c Try to convert by bdds
64.15/64.46	c D: 1
64.15/64.46	c estimatedAdderCost: 25
64.15/64.46	c Try to convert by bdds
64.15/64.47	c D: 1
64.15/64.47	c estimatedAdderCost: 25
64.15/64.47	c Try to convert by bdds
64.15/64.48	c D: 1
64.15/64.48	c estimatedAdderCost: 25
64.15/64.48	c Try to convert by bdds
64.15/64.48	c D: 1
64.15/64.48	c estimatedAdderCost: 25
64.15/64.48	c Try to convert by bdds
64.15/64.49	c D: 1
64.15/64.49	c estimatedAdderCost: 25
64.15/64.49	c Try to convert by bdds
64.25/64.50	c D: 1
64.25/64.50	c estimatedAdderCost: 25
64.25/64.50	c Try to convert by bdds
64.25/64.51	c D: 1
64.25/64.51	c estimatedAdderCost: 25
64.25/64.51	c Try to convert by bdds
64.25/64.51	c D: 1
64.25/64.51	c estimatedAdderCost: 25
64.25/64.51	c Try to convert by bdds
64.25/64.52	c D: 1
64.25/64.52	c estimatedAdderCost: 25
64.25/64.52	c Try to convert by bdds
64.25/64.53	c D: 1
64.25/64.53	c estimatedAdderCost: 25
64.25/64.53	c Try to convert by bdds
64.25/64.54	c D: 1
64.25/64.54	c estimatedAdderCost: 25
64.25/64.54	c Try to convert by bdds
64.25/64.54	c D: 1
64.25/64.54	c estimatedAdderCost: 25
64.25/64.54	c Try to convert by bdds
64.25/64.55	c D: 1
64.25/64.55	c estimatedAdderCost: 25
64.25/64.55	c Try to convert by bdds
64.25/64.55	c D: 1
64.25/64.55	c estimatedAdderCost: 32
64.25/64.55	c Try to convert by bdds
64.25/64.55	c D: 1
64.25/64.55	c estimatedAdderCost: 17
64.25/64.55	c Try to convert by bdds
64.25/64.56	c D: 1
64.25/64.56	c estimatedAdderCost: 17
64.25/64.56	c Try to convert by bdds
64.25/64.56	c D: 1
64.25/64.56	c estimatedAdderCost: 17
64.25/64.56	c Try to convert by bdds
64.25/64.57	c D: 1
64.25/64.57	c estimatedAdderCost: 17
64.25/64.57	c Try to convert by bdds
64.25/64.57	c D: 1
64.25/64.57	c estimatedAdderCost: 17
64.25/64.57	c Try to convert by bdds
64.25/64.57	c D: 1
64.25/64.57	c estimatedAdderCost: 17
64.25/64.57	c Try to convert by bdds
64.25/64.58	c D: 1
64.25/64.58	c estimatedAdderCost: 17
64.25/64.58	c Try to convert by bdds
64.25/64.58	c D: 1
64.25/64.58	c estimatedAdderCost: 17
64.25/64.58	c Try to convert by bdds
64.25/64.58	c D: 1
64.25/64.58	c estimatedAdderCost: 17
64.25/64.58	c Try to convert by bdds
64.25/64.59	c D: 1
64.25/64.59	c estimatedAdderCost: 17
64.25/64.59	c Try to convert by bdds
64.25/64.59	c D: 1
64.25/64.59	c estimatedAdderCost: 17
64.25/64.59	c Try to convert by bdds
64.35/64.60	c D: 1
64.35/64.60	c estimatedAdderCost: 17
64.35/64.60	c Try to convert by bdds
64.35/64.60	c D: 1
64.35/64.60	c estimatedAdderCost: 29
64.35/64.60	c Try to convert by bdds
64.35/64.60	c D: 1
64.35/64.60	c estimatedAdderCost: 25
64.35/64.60	c Try to convert by bdds
64.35/64.61	c D: 1
64.35/64.61	c estimatedAdderCost: 25
64.35/64.61	c Try to convert by bdds
64.35/64.61	c D: 1
64.35/64.61	c estimatedAdderCost: 25
64.35/64.61	c Try to convert by bdds
64.35/64.62	c D: 1
64.35/64.62	c estimatedAdderCost: 25
64.35/64.62	c Try to convert by bdds
64.35/64.63	c D: 1
64.35/64.63	c estimatedAdderCost: 25
64.35/64.63	c Try to convert by bdds
64.35/64.64	c D: 1
64.35/64.64	c estimatedAdderCost: 25
64.35/64.64	c Try to convert by bdds
64.35/64.64	c D: 1
64.35/64.64	c estimatedAdderCost: 25
64.35/64.64	c Try to convert by bdds
64.35/64.65	c D: 1
64.35/64.65	c estimatedAdderCost: 25
64.35/64.65	c Try to convert by bdds
64.35/64.66	c D: 1
64.35/64.66	c estimatedAdderCost: 25
64.35/64.66	c Try to convert by bdds
64.35/64.66	c D: 1
64.35/64.66	c estimatedAdderCost: 25
64.35/64.66	c Try to convert by bdds
64.35/64.67	c D: 1
64.35/64.67	c estimatedAdderCost: 25
64.35/64.67	c Try to convert by bdds
64.35/64.68	c D: 1
64.35/64.68	c estimatedAdderCost: 25
64.35/64.68	c Try to convert by bdds
64.35/64.69	c D: 1
64.35/64.69	c estimatedAdderCost: 25
64.35/64.69	c Try to convert by bdds
64.35/64.69	c D: 1
64.35/64.69	c estimatedAdderCost: 25
64.35/64.69	c Try to convert by bdds
64.45/64.70	c D: 1
64.45/64.70	c estimatedAdderCost: 25
64.45/64.70	c Try to convert by bdds
64.45/64.71	c D: 1
64.45/64.71	c estimatedAdderCost: 25
64.45/64.71	c Try to convert by bdds
64.45/64.72	c D: 1
64.45/64.72	c estimatedAdderCost: 25
64.45/64.72	c Try to convert by bdds
64.45/64.72	c D: 1
64.45/64.72	c estimatedAdderCost: 25
64.45/64.72	c Try to convert by bdds
64.45/64.73	c D: 1
64.45/64.73	c estimatedAdderCost: 25
64.45/64.73	c Try to convert by bdds
64.45/64.74	c D: 1
64.45/64.74	c estimatedAdderCost: 25
64.45/64.74	c Try to convert by bdds
64.45/64.74	c D: 1
64.45/64.74	c estimatedAdderCost: 25
64.45/64.74	c Try to convert by bdds
64.45/64.75	c D: 1
64.45/64.75	c estimatedAdderCost: 25
64.45/64.75	c Try to convert by bdds
64.45/64.76	c D: 1
64.45/64.76	c estimatedAdderCost: 25
64.45/64.76	c Try to convert by bdds
64.45/64.77	c D: 1
64.45/64.77	c estimatedAdderCost: 25
64.45/64.77	c Try to convert by bdds
64.45/64.77	c D: 1
64.45/64.77	c estimatedAdderCost: 25
64.45/64.77	c Try to convert by bdds
64.45/64.78	c D: 1
64.45/64.78	c estimatedAdderCost: 25
64.45/64.78	c Try to convert by bdds
64.45/64.79	c D: 1
64.45/64.79	c estimatedAdderCost: 25
64.45/64.79	c Try to convert by bdds
64.55/64.80	c D: 1
64.55/64.80	c estimatedAdderCost: 25
64.55/64.80	c Try to convert by bdds
64.55/64.80	c D: 1
64.55/64.80	c estimatedAdderCost: 25
64.55/64.80	c Try to convert by bdds
64.55/64.81	c D: 1
64.55/64.81	c estimatedAdderCost: 25
64.55/64.81	c Try to convert by bdds
64.55/64.82	c D: 1
64.55/64.82	c estimatedAdderCost: 25
64.55/64.82	c Try to convert by bdds
64.55/64.83	c D: 1
64.55/64.83	c estimatedAdderCost: 25
64.55/64.83	c Try to convert by bdds
64.55/64.83	c D: 1
64.55/64.83	c estimatedAdderCost: 25
64.55/64.83	c Try to convert by bdds
64.55/64.84	c D: 1
64.55/64.84	c estimatedAdderCost: 25
64.55/64.84	c Try to convert by bdds
64.55/64.85	c D: 1
64.55/64.85	c estimatedAdderCost: 25
64.55/64.85	c Try to convert by bdds
64.55/64.85	c D: 1
64.55/64.85	c estimatedAdderCost: 25
64.55/64.85	c Try to convert by bdds
64.55/64.86	c D: 1
64.55/64.86	c estimatedAdderCost: 25
64.55/64.86	c Try to convert by bdds
64.55/64.87	c D: 1
64.55/64.87	c estimatedAdderCost: 25
64.55/64.87	c Try to convert by bdds
64.55/64.88	c D: 1
64.55/64.88	c estimatedAdderCost: 25
64.55/64.88	c Try to convert by bdds
64.55/64.88	c D: 1
64.55/64.88	c estimatedAdderCost: 25
64.55/64.88	c Try to convert by bdds
64.55/64.89	c D: 1
64.55/64.89	c estimatedAdderCost: 25
64.55/64.89	c Try to convert by bdds
64.65/64.90	c D: 1
64.65/64.90	c estimatedAdderCost: 25
64.65/64.90	c Try to convert by bdds
64.65/64.91	c D: 1
64.65/64.91	c estimatedAdderCost: 25
64.65/64.91	c Try to convert by bdds
64.65/64.91	c D: 1
64.65/64.91	c estimatedAdderCost: 25
64.65/64.91	c Try to convert by bdds
64.65/64.92	c D: 1
64.65/64.92	c estimatedAdderCost: 25
64.65/64.92	c Try to convert by bdds
64.65/64.93	c D: 1
64.65/64.93	c estimatedAdderCost: 25
64.65/64.93	c Try to convert by bdds
64.65/64.93	c D: 1
64.65/64.93	c estimatedAdderCost: 25
64.65/64.93	c Try to convert by bdds
64.65/64.94	c D: 1
64.65/64.94	c estimatedAdderCost: 25
64.65/64.94	c Try to convert by bdds
64.65/64.95	c D: 1
64.65/64.95	c estimatedAdderCost: 25
64.65/64.95	c Try to convert by bdds
64.65/64.96	c D: 1
64.65/64.96	c estimatedAdderCost: 25
64.65/64.96	c Try to convert by bdds
64.65/64.96	c D: 1
64.65/64.96	c estimatedAdderCost: 25
64.65/64.96	c Try to convert by bdds
64.65/64.97	c D: 1
64.65/64.97	c estimatedAdderCost: 25
64.65/64.97	c Try to convert by bdds
64.65/64.98	c D: 1
64.65/64.98	c estimatedAdderCost: 25
64.65/64.98	c Try to convert by bdds
64.65/64.99	c D: 1
64.65/64.99	c estimatedAdderCost: 25
64.65/64.99	c Try to convert by bdds
64.65/64.99	c D: 1
64.65/64.99	c estimatedAdderCost: 25
64.65/64.99	c Try to convert by bdds
64.65/65.00	c D: 1
64.65/65.00	c estimatedAdderCost: 25
64.65/65.00	c Try to convert by bdds
64.65/65.01	c D: 1
64.65/65.01	c estimatedAdderCost: 25
64.65/65.01	c Try to convert by bdds
64.76/65.01	c D: 1
64.76/65.01	c estimatedAdderCost: 25
64.76/65.01	c Try to convert by bdds
64.76/65.02	c D: 1
64.76/65.02	c estimatedAdderCost: 25
64.76/65.02	c Try to convert by bdds
64.76/65.03	c D: 1
64.76/65.03	c estimatedAdderCost: 25
64.76/65.03	c Try to convert by bdds
64.76/65.04	c D: 1
64.76/65.04	c estimatedAdderCost: 25
64.76/65.04	c Try to convert by bdds
64.76/65.04	c D: 1
64.76/65.04	c estimatedAdderCost: 25
64.76/65.04	c Try to convert by bdds
64.76/65.05	c D: 1
64.76/65.05	c estimatedAdderCost: 25
64.76/65.05	c Try to convert by bdds
64.76/65.06	c D: 1
64.76/65.06	c estimatedAdderCost: 25
64.76/65.06	c Try to convert by bdds
64.76/65.07	c D: 1
64.76/65.07	c estimatedAdderCost: 25
64.76/65.07	c Try to convert by bdds
64.76/65.07	c D: 1
64.76/65.07	c estimatedAdderCost: 25
64.76/65.07	c Try to convert by bdds
64.76/65.08	c D: 1
64.76/65.08	c estimatedAdderCost: 25
64.76/65.08	c Try to convert by bdds
64.76/65.09	c D: 1
64.76/65.09	c estimatedAdderCost: 25
64.76/65.09	c Try to convert by bdds
64.76/65.10	c D: 1
64.76/65.10	c estimatedAdderCost: 25
64.76/65.10	c Try to convert by bdds
64.76/65.10	c D: 1
64.76/65.10	c estimatedAdderCost: 25
64.76/65.10	c Try to convert by bdds
64.86/65.11	c D: 1
64.86/65.11	c estimatedAdderCost: 25
64.86/65.11	c Try to convert by bdds
64.86/65.12	c D: 1
64.86/65.12	c estimatedAdderCost: 25
64.86/65.12	c Try to convert by bdds
64.86/65.12	c D: 1
64.86/65.12	c estimatedAdderCost: 25
64.86/65.12	c Try to convert by bdds
64.86/65.13	c D: 1
64.86/65.13	c estimatedAdderCost: 25
64.86/65.13	c Try to convert by bdds
64.86/65.14	c D: 1
64.86/65.14	c estimatedAdderCost: 25
64.86/65.14	c Try to convert by bdds
64.86/65.15	c D: 1
64.86/65.15	c estimatedAdderCost: 25
64.86/65.15	c Try to convert by bdds
64.86/65.15	c D: 1
64.86/65.15	c estimatedAdderCost: 25
64.86/65.15	c Try to convert by bdds
64.86/65.16	c D: 1
64.86/65.16	c estimatedAdderCost: 25
64.86/65.16	c Try to convert by bdds
64.86/65.17	c D: 1
64.86/65.17	c estimatedAdderCost: 25
64.86/65.17	c Try to convert by bdds
64.86/65.18	c D: 1
64.86/65.18	c estimatedAdderCost: 25
64.86/65.18	c Try to convert by bdds
64.86/65.18	c D: 1
64.86/65.18	c estimatedAdderCost: 25
64.86/65.18	c Try to convert by bdds
64.86/65.19	c D: 1
64.86/65.19	c estimatedAdderCost: 25
64.86/65.19	c Try to convert by bdds
64.95/65.20	c D: 1
64.95/65.20	c estimatedAdderCost: 25
64.95/65.20	c Try to convert by bdds
64.95/65.21	c D: 1
64.95/65.21	c estimatedAdderCost: 25
64.95/65.21	c Try to convert by bdds
64.95/65.21	c D: 1
64.95/65.21	c estimatedAdderCost: 25
64.95/65.21	c Try to convert by bdds
64.95/65.22	c D: 1
64.95/65.22	c estimatedAdderCost: 25
64.95/65.22	c Try to convert by bdds
64.95/65.23	c D: 1
64.95/65.23	c estimatedAdderCost: 25
64.95/65.23	c Try to convert by bdds
64.95/65.23	c D: 1
64.95/65.23	c estimatedAdderCost: 25
64.95/65.23	c Try to convert by bdds
64.95/65.24	c D: 1
64.95/65.24	c estimatedAdderCost: 25
64.95/65.24	c Try to convert by bdds
64.95/65.25	c D: 1
64.95/65.25	c estimatedAdderCost: 25
64.95/65.25	c Try to convert by bdds
64.95/65.26	c D: 1
64.95/65.26	c estimatedAdderCost: 25
64.95/65.26	c Try to convert by bdds
64.95/65.26	c D: 1
64.95/65.26	c estimatedAdderCost: 25
64.95/65.26	c Try to convert by bdds
64.95/65.27	c D: 1
64.95/65.27	c estimatedAdderCost: 25
64.95/65.27	c Try to convert by bdds
64.95/65.28	c D: 1
64.95/65.28	c estimatedAdderCost: 25
64.95/65.28	c Try to convert by bdds
64.95/65.29	c D: 1
64.95/65.29	c estimatedAdderCost: 25
64.95/65.29	c Try to convert by bdds
64.95/65.29	c D: 1
64.95/65.29	c estimatedAdderCost: 25
64.95/65.29	c Try to convert by bdds
65.05/65.30	c D: 1
65.05/65.30	c estimatedAdderCost: 25
65.05/65.30	c Try to convert by bdds
65.05/65.31	c D: 1
65.05/65.31	c estimatedAdderCost: 25
65.05/65.31	c Try to convert by bdds
65.05/65.31	c D: 1
65.05/65.31	c estimatedAdderCost: 25
65.05/65.31	c Try to convert by bdds
65.05/65.32	c D: 1
65.05/65.32	c estimatedAdderCost: 25
65.05/65.32	c Try to convert by bdds
65.05/65.33	c D: 1
65.05/65.33	c estimatedAdderCost: 25
65.05/65.33	c Try to convert by bdds
65.05/65.34	c D: 1
65.05/65.34	c estimatedAdderCost: 25
65.05/65.34	c Try to convert by bdds
65.05/65.34	c D: 1
65.05/65.34	c estimatedAdderCost: 25
65.05/65.34	c Try to convert by bdds
65.05/65.35	c D: 1
65.05/65.35	c estimatedAdderCost: 25
65.05/65.35	c Try to convert by bdds
65.05/65.36	c D: 1
65.05/65.36	c estimatedAdderCost: 25
65.05/65.36	c Try to convert by bdds
65.05/65.37	c D: 1
65.05/65.37	c estimatedAdderCost: 25
65.05/65.37	c Try to convert by bdds
65.05/65.37	c D: 1
65.05/65.37	c estimatedAdderCost: 25
65.05/65.37	c Try to convert by bdds
65.05/65.38	c D: 1
65.05/65.38	c estimatedAdderCost: 25
65.05/65.38	c Try to convert by bdds
65.05/65.39	c D: 1
65.05/65.39	c estimatedAdderCost: 25
65.05/65.39	c Try to convert by bdds
65.05/65.39	c D: 1
65.05/65.39	c estimatedAdderCost: 25
65.05/65.39	c Try to convert by bdds
65.15/65.40	c D: 1
65.15/65.40	c estimatedAdderCost: 25
65.15/65.40	c Try to convert by bdds
65.15/65.41	c D: 1
65.15/65.41	c estimatedAdderCost: 25
65.15/65.41	c Try to convert by bdds
65.15/65.42	c D: 1
65.15/65.42	c estimatedAdderCost: 25
65.15/65.42	c Try to convert by bdds
65.15/65.42	c D: 1
65.15/65.42	c estimatedAdderCost: 25
65.15/65.42	c Try to convert by bdds
65.15/65.43	c D: 1
65.15/65.43	c estimatedAdderCost: 17
65.15/65.43	c Try to convert by bdds
65.15/65.44	c D: 1
65.15/65.44	c estimatedAdderCost: 17
65.15/65.44	c Try to convert by bdds
65.15/65.44	c D: 1
65.15/65.44	c estimatedAdderCost: 17
65.15/65.44	c Try to convert by bdds
65.15/65.44	c D: 1
65.15/65.44	c estimatedAdderCost: 17
65.15/65.44	c Try to convert by bdds
65.15/65.45	c D: 1
65.15/65.45	c estimatedAdderCost: 17
65.15/65.45	c Try to convert by bdds
65.15/65.45	c D: 1
65.15/65.45	c estimatedAdderCost: 17
65.15/65.45	c Try to convert by bdds
65.15/65.45	c D: 1
65.15/65.45	c estimatedAdderCost: 17
65.15/65.45	c Try to convert by bdds
65.15/65.46	c D: 1
65.15/65.46	c estimatedAdderCost: 17
65.15/65.46	c Try to convert by bdds
65.15/65.46	c D: 1
65.15/65.46	c estimatedAdderCost: 17
65.15/65.46	c Try to convert by bdds
65.15/65.46	c D: 1
65.15/65.46	c estimatedAdderCost: 17
65.15/65.46	c Try to convert by bdds
65.15/65.47	c D: 1
65.15/65.47	c estimatedAdderCost: 17
65.15/65.47	c Try to convert by bdds
65.15/65.47	c D: 1
65.15/65.47	c estimatedAdderCost: 17
65.15/65.47	c Try to convert by bdds
65.15/65.48	c D: 1
65.15/65.48	c estimatedAdderCost: 17
65.15/65.48	c Try to convert by bdds
65.15/65.48	c D: 1
65.15/65.48	c estimatedAdderCost: 25
65.15/65.48	c Try to convert by bdds
65.15/65.49	c D: 1
65.15/65.49	c estimatedAdderCost: 25
65.15/65.49	c Try to convert by bdds
65.15/65.49	c D: 1
65.15/65.49	c estimatedAdderCost: 25
65.15/65.49	c Try to convert by bdds
65.24/65.50	c D: 1
65.24/65.50	c estimatedAdderCost: 25
65.24/65.50	c Try to convert by bdds
65.24/65.51	c D: 1
65.24/65.51	c estimatedAdderCost: 25
65.24/65.51	c Try to convert by bdds
65.24/65.52	c D: 1
65.24/65.52	c estimatedAdderCost: 25
65.24/65.52	c Try to convert by bdds
65.24/65.52	c D: 1
65.24/65.52	c estimatedAdderCost: 25
65.24/65.52	c Try to convert by bdds
65.24/65.53	c D: 1
65.24/65.53	c estimatedAdderCost: 25
65.24/65.53	c Try to convert by bdds
65.24/65.54	c D: 1
65.24/65.54	c estimatedAdderCost: 25
65.24/65.54	c Try to convert by bdds
65.24/65.55	c D: 1
65.24/65.55	c estimatedAdderCost: 25
65.24/65.55	c Try to convert by bdds
65.24/65.55	c D: 1
65.24/65.55	c estimatedAdderCost: 25
65.24/65.55	c Try to convert by bdds
65.24/65.56	c D: 1
65.24/65.56	c estimatedAdderCost: 25
65.24/65.56	c Try to convert by bdds
65.24/65.57	c D: 1
65.24/65.57	c estimatedAdderCost: 25
65.24/65.57	c Try to convert by bdds
65.24/65.57	c D: 1
65.24/65.57	c estimatedAdderCost: 25
65.24/65.57	c Try to convert by bdds
65.24/65.58	c D: 1
65.24/65.58	c estimatedAdderCost: 25
65.24/65.58	c Try to convert by bdds
65.24/65.59	c D: 1
65.24/65.59	c estimatedAdderCost: 25
65.24/65.59	c Try to convert by bdds
65.34/65.60	c D: 1
65.34/65.60	c estimatedAdderCost: 25
65.34/65.60	c Try to convert by bdds
65.34/65.60	c D: 1
65.34/65.60	c estimatedAdderCost: 25
65.34/65.60	c Try to convert by bdds
65.34/65.61	c D: 1
65.34/65.61	c estimatedAdderCost: 25
65.34/65.61	c Try to convert by bdds
65.34/65.62	c D: 1
65.34/65.62	c estimatedAdderCost: 25
65.34/65.62	c Try to convert by bdds
65.34/65.63	c D: 1
65.34/65.63	c estimatedAdderCost: 25
65.34/65.63	c Try to convert by bdds
65.34/65.63	c D: 1
65.34/65.63	c estimatedAdderCost: 25
65.34/65.63	c Try to convert by bdds
65.34/65.64	c D: 1
65.34/65.64	c estimatedAdderCost: 25
65.34/65.64	c Try to convert by bdds
65.34/65.65	c D: 1
65.34/65.65	c estimatedAdderCost: 25
65.34/65.65	c Try to convert by bdds
65.34/65.65	c D: 1
65.34/65.65	c estimatedAdderCost: 25
65.34/65.65	c Try to convert by bdds
65.34/65.66	c D: 1
65.34/65.66	c estimatedAdderCost: 25
65.34/65.66	c Try to convert by bdds
65.34/65.67	c D: 1
65.34/65.67	c estimatedAdderCost: 25
65.34/65.67	c Try to convert by bdds
65.34/65.68	c D: 1
65.34/65.68	c estimatedAdderCost: 25
65.34/65.68	c Try to convert by bdds
65.34/65.68	c D: 1
65.34/65.68	c estimatedAdderCost: 25
65.34/65.68	c Try to convert by bdds
65.34/65.69	c D: 1
65.34/65.69	c estimatedAdderCost: 25
65.34/65.69	c Try to convert by bdds
65.45/65.70	c D: 1
65.45/65.70	c estimatedAdderCost: 25
65.45/65.70	c Try to convert by bdds
65.45/65.71	c D: 1
65.45/65.71	c estimatedAdderCost: 25
65.45/65.71	c Try to convert by bdds
65.45/65.71	c D: 1
65.45/65.71	c estimatedAdderCost: 25
65.45/65.71	c Try to convert by bdds
65.45/65.72	c D: 1
65.45/65.72	c estimatedAdderCost: 25
65.45/65.72	c Try to convert by bdds
65.45/65.73	c D: 1
65.45/65.73	c estimatedAdderCost: 25
65.45/65.73	c Try to convert by bdds
65.45/65.73	c D: 1
65.45/65.73	c estimatedAdderCost: 25
65.45/65.73	c Try to convert by bdds
65.45/65.74	c D: 1
65.45/65.74	c estimatedAdderCost: 25
65.45/65.74	c Try to convert by bdds
65.45/65.75	c D: 1
65.45/65.75	c estimatedAdderCost: 25
65.45/65.75	c Try to convert by bdds
65.45/65.76	c D: 1
65.45/65.76	c estimatedAdderCost: 25
65.45/65.76	c Try to convert by bdds
65.45/65.76	c D: 1
65.45/65.76	c estimatedAdderCost: 25
65.45/65.76	c Try to convert by bdds
65.45/65.77	c D: 1
65.45/65.77	c estimatedAdderCost: 25
65.45/65.77	c Try to convert by bdds
65.45/65.78	c D: 1
65.45/65.78	c estimatedAdderCost: 25
65.45/65.78	c Try to convert by bdds
65.45/65.78	c D: 1
65.45/65.78	c estimatedAdderCost: 25
65.45/65.78	c Try to convert by bdds
65.45/65.79	c D: 1
65.45/65.79	c estimatedAdderCost: 25
65.45/65.79	c Try to convert by bdds
65.55/65.80	c D: 1
65.55/65.80	c estimatedAdderCost: 25
65.55/65.80	c Try to convert by bdds
65.55/65.81	c D: 1
65.55/65.81	c estimatedAdderCost: 25
65.55/65.81	c Try to convert by bdds
65.55/65.81	c D: 1
65.55/65.81	c estimatedAdderCost: 25
65.55/65.81	c Try to convert by bdds
65.55/65.82	c D: 1
65.55/65.82	c estimatedAdderCost: 25
65.55/65.82	c Try to convert by bdds
65.55/65.83	c D: 1
65.55/65.83	c estimatedAdderCost: 25
65.55/65.83	c Try to convert by bdds
65.55/65.84	c D: 1
65.55/65.84	c estimatedAdderCost: 25
65.55/65.84	c Try to convert by bdds
65.55/65.84	c D: 1
65.55/65.84	c estimatedAdderCost: 25
65.55/65.84	c Try to convert by bdds
65.55/65.85	c D: 1
65.55/65.85	c estimatedAdderCost: 25
65.55/65.85	c Try to convert by bdds
65.55/65.86	c D: 1
65.55/65.86	c estimatedAdderCost: 25
65.55/65.86	c Try to convert by bdds
65.55/65.87	c D: 1
65.55/65.87	c estimatedAdderCost: 25
65.55/65.87	c Try to convert by bdds
65.55/65.87	c D: 1
65.55/65.87	c estimatedAdderCost: 25
65.55/65.87	c Try to convert by bdds
65.55/65.88	c D: 1
65.55/65.88	c estimatedAdderCost: 25
65.55/65.88	c Try to convert by bdds
65.55/65.89	c D: 1
65.55/65.89	c estimatedAdderCost: 25
65.55/65.89	c Try to convert by bdds
65.55/65.89	c D: 1
65.55/65.89	c estimatedAdderCost: 25
65.55/65.89	c Try to convert by bdds
65.65/65.90	c D: 1
65.65/65.90	c estimatedAdderCost: 25
65.65/65.90	c Try to convert by bdds
65.65/65.91	c D: 1
65.65/65.91	c estimatedAdderCost: 25
65.65/65.91	c Try to convert by bdds
65.65/65.92	c D: 1
65.65/65.92	c estimatedAdderCost: 25
65.65/65.92	c Try to convert by bdds
65.65/65.92	c D: 1
65.65/65.92	c estimatedAdderCost: 25
65.65/65.92	c Try to convert by bdds
65.65/65.93	c D: 1
65.65/65.93	c estimatedAdderCost: 25
65.65/65.93	c Try to convert by bdds
65.65/65.94	c D: 1
65.65/65.94	c estimatedAdderCost: 25
65.65/65.94	c Try to convert by bdds
65.65/65.94	c D: 1
65.65/65.94	c estimatedAdderCost: 25
65.65/65.94	c Try to convert by bdds
65.65/65.95	c D: 1
65.65/65.95	c estimatedAdderCost: 25
65.65/65.95	c Try to convert by bdds
65.65/65.96	c D: 1
65.65/65.96	c estimatedAdderCost: 25
65.65/65.96	c Try to convert by bdds
65.65/65.97	c D: 1
65.65/65.97	c estimatedAdderCost: 25
65.65/65.97	c Try to convert by bdds
65.65/65.97	c D: 1
65.65/65.97	c estimatedAdderCost: 25
65.65/65.97	c Try to convert by bdds
65.65/65.98	c D: 1
65.65/65.98	c estimatedAdderCost: 25
65.65/65.98	c Try to convert by bdds
65.65/65.99	c D: 1
65.65/65.99	c estimatedAdderCost: 25
65.65/65.99	c Try to convert by bdds
65.65/66.00	c D: 1
65.65/66.00	c estimatedAdderCost: 25
65.65/66.00	c Try to convert by bdds
65.65/66.00	c D: 1
65.65/66.00	c estimatedAdderCost: 25
65.65/66.00	c Try to convert by bdds
65.76/66.01	c D: 1
65.76/66.01	c estimatedAdderCost: 25
65.76/66.01	c Try to convert by bdds
65.76/66.02	c D: 1
65.76/66.02	c estimatedAdderCost: 25
65.76/66.02	c Try to convert by bdds
65.76/66.02	c D: 1
65.76/66.02	c estimatedAdderCost: 25
65.76/66.02	c Try to convert by bdds
65.76/66.03	c D: 1
65.76/66.03	c estimatedAdderCost: 25
65.76/66.03	c Try to convert by bdds
65.76/66.04	c D: 1
65.76/66.04	c estimatedAdderCost: 25
65.76/66.04	c Try to convert by bdds
65.76/66.05	c D: 1
65.76/66.05	c estimatedAdderCost: 25
65.76/66.05	c Try to convert by bdds
65.76/66.05	c D: 1
65.76/66.05	c estimatedAdderCost: 25
65.76/66.05	c Try to convert by bdds
65.76/66.06	c D: 1
65.76/66.06	c estimatedAdderCost: 25
65.76/66.06	c Try to convert by bdds
65.76/66.07	c D: 1
65.76/66.07	c estimatedAdderCost: 25
65.76/66.07	c Try to convert by bdds
65.76/66.08	c D: 1
65.76/66.08	c estimatedAdderCost: 25
65.76/66.08	c Try to convert by bdds
65.76/66.08	c D: 1
65.76/66.08	c estimatedAdderCost: 25
65.76/66.08	c Try to convert by bdds
65.76/66.09	c D: 1
65.76/66.09	c estimatedAdderCost: 25
65.76/66.09	c Try to convert by bdds
65.76/66.10	c D: 1
65.76/66.10	c estimatedAdderCost: 25
65.76/66.10	c Try to convert by bdds
65.76/66.10	c D: 1
65.76/66.10	c estimatedAdderCost: 25
65.76/66.10	c Try to convert by bdds
65.86/66.11	c D: 1
65.86/66.11	c estimatedAdderCost: 25
65.86/66.11	c Try to convert by bdds
65.86/66.12	c D: 1
65.86/66.12	c estimatedAdderCost: 25
65.86/66.12	c Try to convert by bdds
65.86/66.13	c D: 1
65.86/66.13	c estimatedAdderCost: 25
65.86/66.13	c Try to convert by bdds
65.86/66.13	c D: 1
65.86/66.13	c estimatedAdderCost: 25
65.86/66.13	c Try to convert by bdds
65.86/66.14	c D: 1
65.86/66.14	c estimatedAdderCost: 25
65.86/66.14	c Try to convert by bdds
65.86/66.15	c D: 1
65.86/66.15	c estimatedAdderCost: 25
65.86/66.15	c Try to convert by bdds
65.86/66.16	c D: 1
65.86/66.16	c estimatedAdderCost: 25
65.86/66.16	c Try to convert by bdds
65.86/66.16	c D: 1
65.86/66.16	c estimatedAdderCost: 25
65.86/66.16	c Try to convert by bdds
65.86/66.17	c D: 1
65.86/66.17	c estimatedAdderCost: 25
65.86/66.17	c Try to convert by bdds
65.86/66.18	c D: 1
65.86/66.18	c estimatedAdderCost: 25
65.86/66.18	c Try to convert by bdds
65.86/66.18	c D: 1
65.86/66.18	c estimatedAdderCost: 25
65.86/66.18	c Try to convert by bdds
65.86/66.19	c D: 1
65.86/66.19	c estimatedAdderCost: 25
65.86/66.19	c Try to convert by bdds
65.95/66.20	c D: 1
65.95/66.20	c estimatedAdderCost: 25
65.95/66.20	c Try to convert by bdds
65.95/66.21	c D: 1
65.95/66.21	c estimatedAdderCost: 25
65.95/66.21	c Try to convert by bdds
65.95/66.21	c D: 1
65.95/66.21	c estimatedAdderCost: 25
65.95/66.21	c Try to convert by bdds
65.95/66.22	c D: 1
65.95/66.22	c estimatedAdderCost: 25
65.95/66.22	c Try to convert by bdds
65.95/66.23	c D: 1
65.95/66.23	c estimatedAdderCost: 25
65.95/66.23	c Try to convert by bdds
65.95/66.24	c D: 1
65.95/66.24	c estimatedAdderCost: 25
65.95/66.24	c Try to convert by bdds
65.95/66.24	c D: 1
65.95/66.24	c estimatedAdderCost: 25
65.95/66.24	c Try to convert by bdds
65.95/66.25	c D: 1
65.95/66.25	c estimatedAdderCost: 25
65.95/66.25	c Try to convert by bdds
65.95/66.26	c D: 1
65.95/66.26	c estimatedAdderCost: 25
65.95/66.26	c Try to convert by bdds
65.95/66.26	c D: 1
65.95/66.26	c estimatedAdderCost: 25
65.95/66.26	c Try to convert by bdds
65.95/66.27	c D: 1
65.95/66.27	c estimatedAdderCost: 25
65.95/66.27	c Try to convert by bdds
65.95/66.28	c D: 1
65.95/66.28	c estimatedAdderCost: 25
65.95/66.28	c Try to convert by bdds
65.95/66.29	c D: 1
65.95/66.29	c estimatedAdderCost: 25
65.95/66.29	c Try to convert by bdds
65.95/66.29	c D: 1
65.95/66.29	c estimatedAdderCost: 25
65.95/66.29	c Try to convert by bdds
66.05/66.30	c D: 1
66.05/66.30	c estimatedAdderCost: 25
66.05/66.30	c Try to convert by bdds
66.05/66.31	c D: 1
66.05/66.31	c estimatedAdderCost: 25
66.05/66.31	c Try to convert by bdds
66.05/66.32	c D: 1
66.05/66.32	c estimatedAdderCost: 25
66.05/66.32	c Try to convert by bdds
66.05/66.32	c D: 1
66.05/66.32	c estimatedAdderCost: 25
66.05/66.32	c Try to convert by bdds
66.05/66.33	c D: 1
66.05/66.33	c estimatedAdderCost: 17
66.05/66.33	c Try to convert by bdds
66.05/66.33	c D: 1
66.05/66.33	c estimatedAdderCost: 17
66.05/66.33	c Try to convert by bdds
66.05/66.34	c D: 1
66.05/66.34	c estimatedAdderCost: 17
66.05/66.34	c Try to convert by bdds
66.05/66.34	c D: 1
66.05/66.34	c estimatedAdderCost: 17
66.05/66.34	c Try to convert by bdds
66.05/66.34	c D: 1
66.05/66.34	c estimatedAdderCost: 17
66.05/66.34	c Try to convert by bdds
66.05/66.35	c D: 1
66.05/66.35	c estimatedAdderCost: 17
66.05/66.35	c Try to convert by bdds
66.05/66.35	c D: 1
66.05/66.35	c estimatedAdderCost: 17
66.05/66.35	c Try to convert by bdds
66.05/66.36	c D: 1
66.05/66.36	c estimatedAdderCost: 17
66.05/66.36	c Try to convert by bdds
66.05/66.36	c D: 1
66.05/66.36	c estimatedAdderCost: 17
66.05/66.36	c Try to convert by bdds
66.05/66.36	c D: 1
66.05/66.36	c estimatedAdderCost: 17
66.05/66.36	c Try to convert by bdds
66.05/66.37	c D: 1
66.05/66.37	c estimatedAdderCost: 17
66.05/66.37	c Try to convert by bdds
66.05/66.37	c D: 1
66.05/66.37	c estimatedAdderCost: 17
66.05/66.37	c Try to convert by bdds
66.05/66.37	c D: 1
66.05/66.37	c estimatedAdderCost: 17
66.05/66.37	c Try to convert by bdds
66.05/66.38	c D: 1
66.05/66.38	c estimatedAdderCost: 17
66.05/66.38	c Try to convert by bdds
66.05/66.38	c D: 1
66.05/66.38	c estimatedAdderCost: 25
66.05/66.38	c Try to convert by bdds
66.05/66.39	c D: 1
66.05/66.39	c estimatedAdderCost: 25
66.05/66.39	c Try to convert by bdds
66.15/66.40	c D: 1
66.15/66.40	c estimatedAdderCost: 25
66.15/66.40	c Try to convert by bdds
66.15/66.40	c D: 1
66.15/66.40	c estimatedAdderCost: 25
66.15/66.40	c Try to convert by bdds
66.15/66.41	c D: 1
66.15/66.41	c estimatedAdderCost: 25
66.15/66.41	c Try to convert by bdds
66.15/66.42	c D: 1
66.15/66.42	c estimatedAdderCost: 25
66.15/66.42	c Try to convert by bdds
66.15/66.42	c D: 1
66.15/66.42	c estimatedAdderCost: 25
66.15/66.42	c Try to convert by bdds
66.15/66.43	c D: 1
66.15/66.43	c estimatedAdderCost: 25
66.15/66.43	c Try to convert by bdds
66.15/66.44	c D: 1
66.15/66.44	c estimatedAdderCost: 25
66.15/66.44	c Try to convert by bdds
66.15/66.45	c D: 1
66.15/66.45	c estimatedAdderCost: 25
66.15/66.45	c Try to convert by bdds
66.15/66.45	c D: 1
66.15/66.45	c estimatedAdderCost: 25
66.15/66.45	c Try to convert by bdds
66.15/66.46	c D: 1
66.15/66.46	c estimatedAdderCost: 25
66.15/66.46	c Try to convert by bdds
66.15/66.47	c D: 1
66.15/66.47	c estimatedAdderCost: 25
66.15/66.47	c Try to convert by bdds
66.15/66.48	c D: 1
66.15/66.48	c estimatedAdderCost: 25
66.15/66.48	c Try to convert by bdds
66.15/66.48	c D: 1
66.15/66.48	c estimatedAdderCost: 25
66.15/66.48	c Try to convert by bdds
66.15/66.49	c D: 1
66.15/66.49	c estimatedAdderCost: 25
66.15/66.49	c Try to convert by bdds
66.25/66.50	c D: 1
66.25/66.50	c estimatedAdderCost: 25
66.25/66.50	c Try to convert by bdds
66.25/66.50	c D: 1
66.25/66.50	c estimatedAdderCost: 25
66.25/66.50	c Try to convert by bdds
66.25/66.51	c D: 1
66.25/66.51	c estimatedAdderCost: 25
66.25/66.51	c Try to convert by bdds
66.25/66.52	c D: 1
66.25/66.52	c estimatedAdderCost: 25
66.25/66.52	c Try to convert by bdds
66.25/66.53	c D: 1
66.25/66.53	c estimatedAdderCost: 25
66.25/66.53	c Try to convert by bdds
66.25/66.53	c D: 1
66.25/66.53	c estimatedAdderCost: 25
66.25/66.53	c Try to convert by bdds
66.25/66.54	c D: 1
66.25/66.54	c estimatedAdderCost: 25
66.25/66.54	c Try to convert by bdds
66.25/66.55	c D: 1
66.25/66.55	c estimatedAdderCost: 25
66.25/66.55	c Try to convert by bdds
66.25/66.56	c D: 1
66.25/66.56	c estimatedAdderCost: 25
66.25/66.56	c Try to convert by bdds
66.25/66.56	c D: 1
66.25/66.56	c estimatedAdderCost: 25
66.25/66.56	c Try to convert by bdds
66.25/66.57	c D: 1
66.25/66.57	c estimatedAdderCost: 25
66.25/66.57	c Try to convert by bdds
66.25/66.58	c D: 1
66.25/66.58	c estimatedAdderCost: 25
66.25/66.58	c Try to convert by bdds
66.25/66.59	c D: 1
66.25/66.59	c estimatedAdderCost: 25
66.25/66.59	c Try to convert by bdds
66.25/66.59	c D: 1
66.25/66.59	c estimatedAdderCost: 25
66.25/66.59	c Try to convert by bdds
66.35/66.60	c D: 1
66.35/66.60	c estimatedAdderCost: 25
66.35/66.60	c Try to convert by bdds
66.35/66.61	c D: 1
66.35/66.61	c estimatedAdderCost: 25
66.35/66.61	c Try to convert by bdds
66.35/66.61	c D: 1
66.35/66.61	c estimatedAdderCost: 25
66.35/66.61	c Try to convert by bdds
66.35/66.62	c D: 1
66.35/66.62	c estimatedAdderCost: 25
66.35/66.62	c Try to convert by bdds
66.35/66.63	c D: 1
66.35/66.63	c estimatedAdderCost: 25
66.35/66.63	c Try to convert by bdds
66.35/66.64	c D: 1
66.35/66.64	c estimatedAdderCost: 25
66.35/66.64	c Try to convert by bdds
66.35/66.64	c D: 1
66.35/66.64	c estimatedAdderCost: 25
66.35/66.64	c Try to convert by bdds
66.35/66.65	c D: 1
66.35/66.65	c estimatedAdderCost: 25
66.35/66.65	c Try to convert by bdds
66.35/66.66	c D: 1
66.35/66.66	c estimatedAdderCost: 25
66.35/66.66	c Try to convert by bdds
66.35/66.67	c D: 1
66.35/66.67	c estimatedAdderCost: 25
66.35/66.67	c Try to convert by bdds
66.35/66.67	c D: 1
66.35/66.67	c estimatedAdderCost: 25
66.35/66.67	c Try to convert by bdds
66.35/66.68	c D: 1
66.35/66.68	c estimatedAdderCost: 25
66.35/66.68	c Try to convert by bdds
66.35/66.69	c D: 1
66.35/66.69	c estimatedAdderCost: 25
66.35/66.69	c Try to convert by bdds
66.35/66.69	c D: 1
66.35/66.69	c estimatedAdderCost: 25
66.35/66.69	c Try to convert by bdds
66.45/66.70	c D: 1
66.45/66.70	c estimatedAdderCost: 25
66.45/66.70	c Try to convert by bdds
66.45/66.71	c D: 1
66.45/66.71	c estimatedAdderCost: 25
66.45/66.71	c Try to convert by bdds
66.45/66.72	c D: 1
66.45/66.72	c estimatedAdderCost: 25
66.45/66.72	c Try to convert by bdds
66.45/66.72	c D: 1
66.45/66.72	c estimatedAdderCost: 25
66.45/66.72	c Try to convert by bdds
66.45/66.73	c D: 1
66.45/66.73	c estimatedAdderCost: 25
66.45/66.73	c Try to convert by bdds
66.45/66.74	c D: 1
66.45/66.74	c estimatedAdderCost: 25
66.45/66.74	c Try to convert by bdds
66.45/66.75	c D: 1
66.45/66.75	c estimatedAdderCost: 25
66.45/66.75	c Try to convert by bdds
66.45/66.75	c D: 1
66.45/66.75	c estimatedAdderCost: 25
66.45/66.75	c Try to convert by bdds
66.45/66.76	c D: 1
66.45/66.76	c estimatedAdderCost: 25
66.45/66.76	c Try to convert by bdds
66.45/66.77	c D: 1
66.45/66.77	c estimatedAdderCost: 25
66.45/66.77	c Try to convert by bdds
66.45/66.78	c D: 1
66.45/66.78	c estimatedAdderCost: 25
66.45/66.78	c Try to convert by bdds
66.45/66.78	c D: 1
66.45/66.78	c estimatedAdderCost: 25
66.45/66.78	c Try to convert by bdds
66.45/66.79	c D: 1
66.45/66.79	c estimatedAdderCost: 25
66.45/66.79	c Try to convert by bdds
66.55/66.80	c D: 1
66.55/66.80	c estimatedAdderCost: 25
66.55/66.80	c Try to convert by bdds
66.55/66.80	c D: 1
66.55/66.80	c estimatedAdderCost: 25
66.55/66.80	c Try to convert by bdds
66.55/66.81	c D: 1
66.55/66.81	c estimatedAdderCost: 25
66.55/66.81	c Try to convert by bdds
66.55/66.82	c D: 1
66.55/66.82	c estimatedAdderCost: 25
66.55/66.82	c Try to convert by bdds
66.55/66.83	c D: 1
66.55/66.83	c estimatedAdderCost: 25
66.55/66.83	c Try to convert by bdds
66.55/66.83	c D: 1
66.55/66.83	c estimatedAdderCost: 25
66.55/66.83	c Try to convert by bdds
66.55/66.84	c D: 1
66.55/66.84	c estimatedAdderCost: 25
66.55/66.84	c Try to convert by bdds
66.55/66.85	c D: 1
66.55/66.85	c estimatedAdderCost: 25
66.55/66.85	c Try to convert by bdds
66.55/66.86	c D: 1
66.55/66.86	c estimatedAdderCost: 25
66.55/66.86	c Try to convert by bdds
66.55/66.86	c D: 1
66.55/66.86	c estimatedAdderCost: 25
66.55/66.86	c Try to convert by bdds
66.55/66.87	c D: 1
66.55/66.87	c estimatedAdderCost: 25
66.55/66.87	c Try to convert by bdds
66.55/66.88	c D: 1
66.55/66.88	c estimatedAdderCost: 25
66.55/66.88	c Try to convert by bdds
66.55/66.88	c D: 1
66.55/66.88	c estimatedAdderCost: 25
66.55/66.88	c Try to convert by bdds
66.55/66.89	c D: 1
66.55/66.89	c estimatedAdderCost: 25
66.55/66.89	c Try to convert by bdds
66.65/66.90	c D: 1
66.65/66.90	c estimatedAdderCost: 25
66.65/66.90	c Try to convert by bdds
66.65/66.91	c D: 1
66.65/66.91	c estimatedAdderCost: 25
66.65/66.91	c Try to convert by bdds
66.65/66.91	c D: 1
66.65/66.91	c estimatedAdderCost: 25
66.65/66.91	c Try to convert by bdds
66.65/66.92	c D: 1
66.65/66.92	c estimatedAdderCost: 25
66.65/66.92	c Try to convert by bdds
66.65/66.93	c D: 1
66.65/66.93	c estimatedAdderCost: 25
66.65/66.93	c Try to convert by bdds
66.65/66.94	c D: 1
66.65/66.94	c estimatedAdderCost: 25
66.65/66.94	c Try to convert by bdds
66.65/66.94	c D: 1
66.65/66.94	c estimatedAdderCost: 25
66.65/66.94	c Try to convert by bdds
66.65/66.95	c D: 1
66.65/66.95	c estimatedAdderCost: 25
66.65/66.95	c Try to convert by bdds
66.65/66.96	c D: 1
66.65/66.96	c estimatedAdderCost: 25
66.65/66.96	c Try to convert by bdds
66.65/66.97	c D: 1
66.65/66.97	c estimatedAdderCost: 25
66.65/66.97	c Try to convert by bdds
66.65/66.97	c D: 1
66.65/66.97	c estimatedAdderCost: 25
66.65/66.97	c Try to convert by bdds
66.65/66.98	c D: 1
66.65/66.98	c estimatedAdderCost: 25
66.65/66.98	c Try to convert by bdds
66.65/66.99	c D: 1
66.65/66.99	c estimatedAdderCost: 25
66.65/66.99	c Try to convert by bdds
66.65/66.99	c D: 1
66.65/66.99	c estimatedAdderCost: 25
66.65/66.99	c Try to convert by bdds
66.65/67.00	c D: 1
66.65/67.00	c estimatedAdderCost: 25
66.65/67.00	c Try to convert by bdds
66.76/67.01	c D: 1
66.76/67.01	c estimatedAdderCost: 25
66.76/67.01	c Try to convert by bdds
66.76/67.02	c D: 1
66.76/67.02	c estimatedAdderCost: 25
66.76/67.02	c Try to convert by bdds
66.76/67.02	c D: 1
66.76/67.02	c estimatedAdderCost: 25
66.76/67.02	c Try to convert by bdds
66.76/67.03	c D: 1
66.76/67.03	c estimatedAdderCost: 25
66.76/67.03	c Try to convert by bdds
66.76/67.04	c D: 1
66.76/67.04	c estimatedAdderCost: 25
66.76/67.04	c Try to convert by bdds
66.76/67.05	c D: 1
66.76/67.05	c estimatedAdderCost: 25
66.76/67.05	c Try to convert by bdds
66.76/67.05	c D: 1
66.76/67.05	c estimatedAdderCost: 25
66.76/67.05	c Try to convert by bdds
66.76/67.06	c D: 1
66.76/67.06	c estimatedAdderCost: 25
66.76/67.06	c Try to convert by bdds
66.76/67.07	c D: 1
66.76/67.07	c estimatedAdderCost: 25
66.76/67.07	c Try to convert by bdds
66.76/67.08	c D: 1
66.76/67.08	c estimatedAdderCost: 25
66.76/67.08	c Try to convert by bdds
66.76/67.08	c D: 1
66.76/67.08	c estimatedAdderCost: 25
66.76/67.08	c Try to convert by bdds
66.76/67.09	c D: 1
66.76/67.09	c estimatedAdderCost: 25
66.76/67.09	c Try to convert by bdds
66.76/67.10	c D: 1
66.76/67.10	c estimatedAdderCost: 25
66.76/67.10	c Try to convert by bdds
66.76/67.10	c D: 1
66.76/67.10	c estimatedAdderCost: 25
66.76/67.10	c Try to convert by bdds
66.86/67.11	c D: 1
66.86/67.11	c estimatedAdderCost: 25
66.86/67.11	c Try to convert by bdds
66.86/67.12	c D: 1
66.86/67.12	c estimatedAdderCost: 25
66.86/67.12	c Try to convert by bdds
66.86/67.13	c D: 1
66.86/67.13	c estimatedAdderCost: 25
66.86/67.13	c Try to convert by bdds
66.86/67.13	c D: 1
66.86/67.13	c estimatedAdderCost: 25
66.86/67.13	c Try to convert by bdds
66.86/67.14	c D: 1
66.86/67.14	c estimatedAdderCost: 25
66.86/67.14	c Try to convert by bdds
66.86/67.15	c D: 1
66.86/67.15	c estimatedAdderCost: 25
66.86/67.15	c Try to convert by bdds
66.86/67.16	c D: 1
66.86/67.16	c estimatedAdderCost: 25
66.86/67.16	c Try to convert by bdds
66.86/67.16	c D: 1
66.86/67.16	c estimatedAdderCost: 25
66.86/67.16	c Try to convert by bdds
66.86/67.17	c D: 1
66.86/67.17	c estimatedAdderCost: 25
66.86/67.17	c Try to convert by bdds
66.86/67.18	c D: 1
66.86/67.18	c estimatedAdderCost: 25
66.86/67.18	c Try to convert by bdds
66.86/67.18	c D: 1
66.86/67.18	c estimatedAdderCost: 25
66.86/67.18	c Try to convert by bdds
66.86/67.19	c D: 1
66.86/67.19	c estimatedAdderCost: 25
66.86/67.19	c Try to convert by bdds
66.95/67.20	c D: 1
66.95/67.20	c estimatedAdderCost: 25
66.95/67.20	c Try to convert by bdds
66.95/67.21	c D: 1
66.95/67.21	c estimatedAdderCost: 25
66.95/67.21	c Try to convert by bdds
66.95/67.21	c D: 1
66.95/67.21	c estimatedAdderCost: 25
66.95/67.21	c Try to convert by bdds
66.95/67.22	c D: 1
66.95/67.22	c estimatedAdderCost: 25
66.95/67.22	c Try to convert by bdds
66.95/67.23	c D: 1
66.95/67.23	c estimatedAdderCost: 25
66.95/67.23	c Try to convert by bdds
66.95/67.24	c D: 1
66.95/67.24	c estimatedAdderCost: 25
66.95/67.24	c Try to convert by bdds
66.95/67.24	c D: 1
66.95/67.24	c estimatedAdderCost: 25
66.95/67.24	c Try to convert by bdds
66.95/67.25	c D: 1
66.95/67.25	c estimatedAdderCost: 17
66.95/67.25	c Try to convert by bdds
66.95/67.25	c D: 1
66.95/67.25	c estimatedAdderCost: 17
66.95/67.25	c Try to convert by bdds
66.95/67.26	c D: 1
66.95/67.26	c estimatedAdderCost: 17
66.95/67.26	c Try to convert by bdds
66.95/67.26	c D: 1
66.95/67.26	c estimatedAdderCost: 17
66.95/67.26	c Try to convert by bdds
66.95/67.27	c D: 1
66.95/67.27	c estimatedAdderCost: 17
66.95/67.27	c Try to convert by bdds
66.95/67.27	c D: 1
66.95/67.27	c estimatedAdderCost: 17
66.95/67.27	c Try to convert by bdds
66.95/67.27	c D: 1
66.95/67.27	c estimatedAdderCost: 17
66.95/67.27	c Try to convert by bdds
66.95/67.28	c D: 1
66.95/67.28	c estimatedAdderCost: 17
66.95/67.28	c Try to convert by bdds
66.95/67.28	c D: 1
66.95/67.28	c estimatedAdderCost: 17
66.95/67.28	c Try to convert by bdds
66.95/67.28	c D: 1
66.95/67.28	c estimatedAdderCost: 17
66.95/67.28	c Try to convert by bdds
66.95/67.29	c D: 1
66.95/67.29	c estimatedAdderCost: 17
66.95/67.29	c Try to convert by bdds
66.95/67.29	c D: 1
66.95/67.29	c estimatedAdderCost: 17
66.95/67.29	c Try to convert by bdds
66.95/67.29	c D: 1
66.95/67.29	c estimatedAdderCost: 17
66.95/67.29	c Try to convert by bdds
67.05/67.30	c D: 1
67.05/67.30	c estimatedAdderCost: 17
67.05/67.30	c Try to convert by bdds
67.05/67.30	c D: 1
67.05/67.30	c estimatedAdderCost: 17
67.05/67.30	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.31	c D: 1
67.05/67.31	c estimatedAdderCost: 16
67.05/67.31	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c estimatedAdderCost: 16
67.05/67.32	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c estimatedAdderCost: 16
67.05/67.32	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c estimatedAdderCost: 16
67.05/67.32	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c estimatedAdderCost: 16
67.05/67.32	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c estimatedAdderCost: 16
67.05/67.32	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c estimatedAdderCost: 16
67.05/67.32	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c estimatedAdderCost: 16
67.05/67.32	c Try to convert by bdds
67.05/67.32	c D: 1
67.05/67.32	c 
73.02/73.30	c pb_solver_status: sst_unknown
73.02/73.30	c SCIP presolver nodes=79 > 1; boosting initial SCIP budget to 1000.0 sec
73.02/73.30	c goal1 is divided by 8
73.02/73.30	c Next goal: size: 6 smallest: 1 biggest: 16 multiplied with 8
73.02/73.30	c Rest goal: size: 3 smallest: 1 biggest: 4
73.02/73.30	c goal1 is divided by 4
73.02/73.30	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 4
73.02/73.30	c Rest goal: size: 2 smallest: 1 biggest: 2
73.02/73.30	c goal1 is divided by 2
73.02/73.30	c Next goal: size: 1 smallest: 1 biggest: 1 multiplied with 2
73.02/73.30	c Rest goal: size: 1 smallest: 1 biggest: 1
73.02/73.30	c total stages of optimization mode: 4
73.02/73.30	c multi stage optimization mode: 1-th step
73.02/73.30	c Maximizing current goal: (6)1*~x4  2*~x5  4*~x6  8*~x7  15*~x5570  16*~x8  in [-oo,+oo]
73.02/73.30	c LB updated by evalGoalLB to 0
73.02/73.30	c UB updated by evalGoalUB to 31
73.02/73.30	c minimizationMode: cmm_First_solve
73.02/73.30	c goal coeffs: 1 2 4 8 15 16 
73.02/73.31	c assumptions: 
73.02/73.31	c invoking solver with time budget: 5.000000
91.16/91.55	c sat_solver_result: sst_unknown
91.16/91.55	c SAT solver timed out; proceeding to cooperative SCIP call
91.16/91.55	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 31
91.16/91.55	c scip solving with time budget: 1000.000000
91.16/91.55	c solveScip
91.16/91.55	c initScipForCoop
91.16/91.55	c Cooperative mode: scip_coop_offset=46.000000
91.16/91.55	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
91.16/91.55	c Running SCIP presolve for solve-time propagation (rounds=3)
91.16/91.57	c presolving:
91.26/91.61	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
91.26/91.67	c    (0.1s) running MILP presolver
91.36/91.71	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
91.36/91.71	c (round 2, medium)     2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
91.36/91.75	c    (0.2s) probing: 51/5568 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
91.36/91.75	c    (0.2s) probing aborted: 50/50 successive totally useless probings
91.36/91.79	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
91.36/91.79	c  2 deleted vars, 10895 deleted constraints, 5733 added constraints, 0 tightened bounds, 0 added holes, 180 changed sides, 226 changed coefficients
91.36/91.79	c  0 implications, 34 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
91.36/91.79	c presolved problem has 5568 variables (5568 bin, 0 int, 0 cont) and 5733 constraints
91.36/91.79	c     293 constraints of type <knapsack>
91.36/91.79	c    5440 constraints of type <linear>
91.36/91.79	c transformed objective value is always integral (scale: 1)
91.36/91.79	c Presolving Time: 0.22
91.46/91.82	c presolving:
91.46/91.87	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
91.56/91.92	c    (0.1s) running MILP presolver
91.56/91.97	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
91.56/91.97	c (round 2, medium)     2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
91.56/91.99	c (round 3, exhaustive) 2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 293 upgd conss, 0 impls, 34 clqs, 0 implints
91.56/91.99	c (round 4, medium)     2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 293 upgd conss, 0 impls, 35 clqs, 0 implints
91.56/92.00	c (round 5, exhaustive) 2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 35 clqs, 0 implints
91.67/92.03	c    (0.2s) probing: 51/5568 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
91.67/92.03	c    (0.2s) probing aborted: 50/50 successive totally useless probings
91.67/92.07	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
91.67/92.11	c    (0.3s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 716.45) (symcode time: 0.01)
91.77/92.15	c dynamic symmetry handling statistics:
91.77/92.15	c    orbitopal reduction:       no components
91.77/92.15	c    orbital reduction:         no components
91.77/92.15	c    lexicographic reduction:   no permutations
91.77/92.15	c handled 1500 out of 1500 symmetry components
91.77/92.15	c (round 6, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 1535 clqs, 0 implints
91.77/92.16	c (round 7, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 2071 upgd conss, 0 impls, 1535 clqs, 0 implints
91.77/92.18	c presolving (8 rounds: 8 fast, 7 medium, 5 exhaustive):
91.77/92.18	c  2 deleted vars, 10895 deleted constraints, 7238 added constraints, 0 tightened bounds, 0 added holes, 185 changed sides, 236 changed coefficients
91.77/92.18	c  0 implications, 1535 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
91.77/92.18	c presolved problem has 5568 variables (5568 bin, 0 int, 0 cont) and 7238 constraints
91.77/92.18	c     571 constraints of type <knapsack>
91.77/92.18	c    1505 constraints of type <setppc>
91.77/92.18	c    5162 constraints of type <linear>
91.77/92.18	c transformed objective value is always integral (scale: 1)
91.77/92.18	c Presolving Time: 0.36
91.77/92.18	c 
92.06/92.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
92.06/92.43	c   0.6s|     1 |     0 |  4200 |     - |   306M |   0 |5568 |7260 |7238 |   0 |  0 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
92.95/93.32	c   1.5s|     1 |     0 | 13579 |     - |   309M |   0 |5568 |7260 |7249 |  11 |  1 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
93.05/93.45	c   1.7s|     1 |     0 | 14154 |     - |   309M |   0 |5568 |7260 |7262 |  24 |  2 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
93.25/93.61	c   1.8s|     1 |     0 | 14976 |     - |   309M |   0 |5568 |7260 |7275 |  37 |  3 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
93.35/93.71	c   1.9s|     1 |     0 | 15280 |     - |   309M |   0 |5568 |7260 |7286 |  48 |  4 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
93.45/93.89	c   2.1s|     1 |     0 | 16174 |     - |   309M |   0 |5568 |7260 |7297 |  59 |  5 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
93.66/94.04	c   2.2s|     1 |     0 | 16853 |     - |   311M |   0 |5568 |7261 |7310 |  72 |  6 |  23 |   0 |-1.500000e+01 |      --      |    Inf | unknown
93.85/94.21	c   2.4s|     1 |     0 | 17452 |     - |   313M |   0 |5568 |7262 |7322 |  84 |  7 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
94.05/94.41	c   2.6s|     1 |     0 | 18270 |     - |   315M |   0 |5568 |7262 |7333 |  95 |  8 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
94.25/94.66	c   2.9s|     1 |     0 | 19064 |     - |   315M |   0 |5568 |7262 |7345 | 107 |  9 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
94.45/94.86	c   3.1s|     1 |     0 | 19548 |     - |   316M |   0 |5568 |7262 |7355 | 117 | 10 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
94.55/95.00	c   3.2s|     1 |     0 | 20320 |     - |   316M |   0 |5568 |7262 |7367 | 129 | 11 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
95.94/96.39	c   4.6s|     1 |     2 | 32750 |     - |   316M |   0 |5568 |7268 |7367 | 129 | 11 |  30 |  16 |-1.500000e+01 |      --      |    Inf | unknown
117.07/117.52	c  25.7s|   100 |    91 | 87170 | 675.3 |   321M |  24 |5568 |7303 |7348 | 249 |  2 |  65 |  16 |-1.500000e+01 |      --      |    Inf | unknown
160.22/160.80	c  69.0s|   200 |   179 |167949 | 741.9 |   325M |  24 |5568 |7385 |7343 | 391 |  1 | 147 |  16 |-1.500000e+01 |      --      |    Inf | unknown
184.34/185.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
184.34/185.05	c  93.3s|   300 |   251 |240775 | 737.3 |   331M |  24 |5568 |7423 |7342 | 481 |  1 | 186 |  16 |-1.500000e+01 |      --      |    Inf | unknown
206.55/207.34	c   116s|   400 |   343 |271000 | 628.3 |   336M |  47 |5568 |7433 |7357 | 624 |  1 | 196 |  16 |-1.500000e+01 |      --      |    Inf | unknown
219.32/220.19	c   128s|   500 |   430 |293190 | 546.8 |   339M |  54 |5568 |7448 |7379 | 727 |  1 | 211 |  16 |-1.500000e+01 |      --      |    Inf | unknown
220.60/221.41	c   130s|   600 |   501 |310882 | 485.1 |   342M |  61 |5568 |7473 |7351 | 821 |  1 | 237 |  16 |-1.500000e+01 |      --      |    Inf | unknown
222.59/223.45	c   132s|   700 |   568 |329267 | 442.0 |   345M |  61 |5568 |7490 |7377 | 959 |  1 | 255 |  16 |-1.500000e+01 |      --      |    Inf | unknown
224.59/225.41	c   134s|   800 |   642 |353827 | 417.4 |   348M |  61 |5568 |7500 |7382 |1174 |  1 | 266 |  16 |-1.500000e+01 |      --      |    Inf | unknown
226.29/227.13	c   135s|   900 |   722 |381335 | 401.6 |   351M |  61 |5568 |7528 |7370 |1352 |  1 | 294 |  16 |-1.500000e+01 |      --      |    Inf | unknown
229.18/230.07	c   138s|  1000 |   777 |402165 | 382.2 |   352M |  61 |5568 |7575 |   0 |1472 |  0 | 341 |  16 |-1.500000e+01 |      --      |    Inf | unknown
231.56/232.42	c   141s|  1100 |   816 |453596 | 394.2 |   354M |  61 |5568 |7590 |   0 |1600 |  0 | 356 |  16 |-1.500000e+01 |      --      |    Inf | unknown
234.65/235.50	c   144s|  1200 |   858 |517638 | 414.8 |   354M |  61 |5568 |7641 |7368 |1695 |  1 | 409 |  16 |-1.500000e+01 |      --      |    Inf | unknown
240.83/241.78	c   150s|  1300 |   896 |603718 | 449.1 |   355M |  61 |5568 |7672 |7332 |1802 |  1 | 441 |  16 |-1.500000e+01 |      --      |    Inf | unknown
249.80/250.73	c   159s|  1400 |   933 |740688 | 514.9 |   356M |  61 |5568 |7734 |7343 |1946 |  1 | 506 |  16 |-1.500000e+01 |      --      |    Inf | unknown
266.94/267.91	c   176s|  1500 |  1017 |935654 | 610.6 |   359M |  61 |5568 |7782 |7367 |2122 |  1 | 555 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
277.12/278.14	c   186s|  1600 |  1091 |  1056k| 648.2 |   363M |  61 |5568 |7797 |7368 |2247 |  1 | 573 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
295.54/296.70	c   205s|  1700 |  1161 |  1165k| 674.3 |   367M |  61 |5568 |7826 |7368 |2352 |  1 | 602 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
301.12/302.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
301.12/302.23	c   210s|  1800 |  1216 |  1250k| 683.5 |   368M |  61 |5568 |7843 |7371 |2470 |  2 | 621 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
312.57/313.78	c   222s|  1900 |  1297 |  1432k| 743.8 |   370M |  61 |5568 |7864 |7370 |2590 |  1 | 644 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
322.04/323.21	c   231s|  2000 |  1362 |  1507k| 743.8 |   371M |  61 |5568 |7877 |   0 |2701 |  0 | 658 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
327.52/328.77	c   237s|  2100 |  1428 |  1597k| 751.4 |   371M |  61 |5568 |7889 |7361 |2856 |  1 | 670 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
336.79/338.05	c   246s|  2200 |  1507 |  1695k| 761.9 |   372M |  61 |5568 |7910 |7357 |2990 |  1 | 692 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
345.25/346.58	c   255s|  2300 |  1571 |  1796k| 772.7 |   373M |  61 |5568 |7932 |   0 |3102 |  0 | 718 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
355.11/356.44	c   265s|  2400 |  1640 |  1902k| 784.7 |   374M |  61 |5568 |7945 |7347 |3220 |  1 | 735 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
359.50/360.87	c   269s|  2500 |  1706 |  1989k| 788.2 |   374M |  61 |5568 |7968 |7383 |3354 |  1 | 760 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
362.89/364.23	c   272s|  2600 |  1757 |  2056k| 783.5 |   376M |  61 |5568 |7998 |7362 |3479 |  1 | 793 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
369.56/370.90	c   279s|  2700 |  1833 |  2157k| 791.9 |   377M |  61 |5568 |8017 |7357 |3590 |  1 | 815 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
376.14/377.51	c   286s|  2800 |  1889 |  2259k| 800.0 |   378M |  61 |5568 |8052 |   0 |3701 |  0 | 852 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
383.62/385.02	c   293s|  2900 |  1943 |  2351k| 804.2 |   380M |  61 |5568 |8085 |7383 |3831 |  1 | 890 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
387.99/389.49	c   298s|  3000 |  2006 |  2438k| 806.3 |   384M |  61 |5568 |8129 |7376 |3945 |  1 | 938 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
392.37/393.86	c   302s|  3100 |  2060 |  2524k| 808.1 |   384M |  61 |5568 |8169 |7351 |4058 |  1 | 985 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
396.46/397.97	c   306s|  3200 |  2110 |  2612k| 810.4 |   386M |  61 |5568 |8174 |7383 |4149 |  1 |1002 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
402.43/403.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
402.43/403.96	c   312s|  3300 |  2163 |  2687k| 808.5 |   387M |  61 |5568 |8254 |7372 |4271 |  1 |1085 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
407.72/409.28	c   317s|  3400 |  2221 |  2771k| 809.5 |   388M |  61 |5568 |8273 |7342 |4415 |  1 |1111 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
415.90/417.49	c   326s|  3500 |  2283 |  2895k| 821.8 |   392M |  61 |5568 |8318 |   0 |4525 |  0 |1169 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
425.06/426.62	c   335s|  3600 |  2324 |  3007k| 829.9 |   394M |  61 |5568 |8348 |7379 |4662 |  1 |1206 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
433.73/435.39	c   344s|  3700 |  2361 |  3084k| 828.3 |   395M |  61 |5568 |8373 |7365 |4753 |  1 |1254 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
439.61/441.29	c   349s|  3800 |  2406 |  3152k| 824.6 |   396M |  61 |5568 |8414 |   0 |4889 |  0 |1301 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
443.79/445.41	c   354s|  3900 |  2466 |  3231k| 823.7 |   397M |  61 |5568 |8417 |7367 |5032 |  1 |1313 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
450.48/452.18	c   360s|  4000 |  2520 |  3316k| 824.2 |   398M |  61 |5568 |8449 |7376 |5110 |  1 |1357 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
453.37/455.07	c   363s|  4100 |  2552 |  3370k| 817.3 |   399M |  61 |5568 |8480 |7369 |5247 |  1 |1402 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
457.74/459.49	c   368s|  4200 |  2576 |  3422k| 810.3 |   399M |  61 |5568 |8512 |   0 |5346 |  0 |1446 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
479.76/481.50	c   390s|  4300 |  2624 |  3518k| 813.7 |   400M |  61 |5568 |8512 |7368 |5468 |  1 |1472 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
487.13/488.95	c   397s|  4400 |  2661 |  3582k| 809.8 |   400M |  61 |5568 |8548 |7380 |5629 |  1 |1518 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
490.82/492.65	c   401s|  4500 |  2717 |  3660k| 809.2 |   401M |  61 |5568 |8572 |7371 |5732 |  1 |1563 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
493.51/495.35	c   404s|  4600 |  2735 |  3715k| 803.4 |   402M |  61 |5568 |8620 |7398 |5899 |  3 |1618 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
496.80/498.68	c   407s|  4700 |  2760 |  3783k| 800.9 |   402M |  61 |5568 |8654 |7384 |5996 |  2 |1687 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
499.89/501.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.89/501.74	c   410s|  4800 |  2778 |  3845k| 797.0 |   403M |  61 |5568 |8695 |7386 |6137 |  2 |1751 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
505.47/507.38	c   416s|  4900 |  2807 |  3931k| 798.3 |   404M |  61 |5568 |8734 |   0 |6256 |  0 |1817 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
509.95/511.88	c   420s|  5000 |  2842 |  4001k| 796.4 |   404M |  61 |5568 |8756 |   0 |6364 |  0 |1858 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
512.74/514.65	c   423s|  5100 |  2878 |  4049k| 790.3 |   405M |  61 |5568 |8769 |7368 |6470 |  1 |1899 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
515.33/517.23	c   425s|  5200 |  2907 |  4102k| 785.2 |   406M |  61 |5568 |8804 |7369 |6548 |  1 |1961 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
517.62/519.54	c   428s|  5300 |  2953 |  4147k| 779.0 |   406M |  61 |5568 |8825 |7388 |6628 |  1 |2002 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
523.00/524.98	c   433s|  5400 |  2962 |  4205k| 775.2 |   406M |  61 |5568 |8872 |7376 |6727 |  1 |2069 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
525.79/527.74	c   436s|  5500 |  2980 |  4260k| 771.0 |   407M |  61 |5568 |8892 |7359 |6807 |  1 |2121 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
528.28/530.27	c   438s|  5600 |  3016 |  4312k| 766.7 |   407M |  61 |5568 |8921 |   0 |6921 |  0 |2165 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
531.08/533.06	c   441s|  5700 |  3005 |  4366k| 762.5 |   408M |  61 |5568 |8962 |7382 |7027 |  2 |2246 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
534.46/536.40	c   445s|  5800 |  3046 |  4426k| 759.8 |   408M |  61 |5568 |8978 |   0 |7173 |  0 |2291 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
544.22/546.29	c   454s|  5900 |  3080 |  4547k| 767.5 |   408M |  61 |5568 |8974 |   0 |7302 |  0 |2326 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
552.89/554.97	c   463s|  6000 |  3076 |  4610k| 765.2 |   408M |  61 |5568 |9023 |7370 |7345 |  1 |2415 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
554.58/556.68	c   465s|  6100 |  3059 |  4643k| 758.0 |   409M |  61 |5568 |9073 |7370 |7416 |  1 |2515 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
556.77/558.80	c   467s|  6200 |  3071 |  4684k| 752.5 |   409M |  61 |5568 |9041 |7351 |7477 |  1 |2569 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
559.08/561.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
559.08/561.12	c   469s|  6300 |  3094 |  4730k| 747.8 |   409M |  61 |5568 |9070 |7368 |7589 |  1 |2631 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
566.44/568.52	c   477s|  6400 |  3122 |  4813k| 749.1 |   411M |  61 |5568 |9065 |   0 |7674 |  0 |2702 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
575.30/577.49	c   486s|  6500 |  3134 |  4885k| 748.7 |   412M |  61 |5568 |9033 |7377 |7783 |  1 |2761 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
577.30/579.49	c   488s|  6600 |  3152 |  4922k| 742.8 |   412M |  61 |5568 |8991 |7367 |7858 |  1 |2793 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
579.29/581.49	c   490s|  6700 |  3162 |  4965k| 738.2 |   412M |  61 |5568 |9009 |7378 |7979 |  0 |2850 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
581.08/583.24	c   491s|  6800 |  3193 |  5003k| 732.9 |   412M |  61 |5568 |9014 |7365 |8060 |  1 |2899 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
583.17/585.33	c   494s|  6900 |  3192 |  5045k| 728.4 |   413M |  61 |5568 |8979 |7351 |8077 |  1 |2966 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
588.16/590.30	c   499s|  7000 |  3230 |  5121k| 728.9 |   413M |  61 |5568 |8941 |   0 |8201 |  0 |2993 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
590.97/593.17	c   501s|  7100 |  3251 |  5184k| 727.4 |   414M |  61 |5568 |8868 |7384 |8262 |  0 |3026 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
593.54/595.73	c   504s|  7200 |  3262 |  5232k| 724.1 |   415M |  61 |5568 |8853 |7368 |8352 |  1 |3077 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
596.33/598.51	c   507s|  7300 |  3264 |  5289k| 721.9 |   415M |  61 |5568 |8822 |7368 |8477 |  1 |3134 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
598.33/600.54	c   509s|  7400 |  3277 |  5329k| 717.6 |   415M |  61 |5568 |8812 |   0 |8600 |  0 |3163 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
599.72/601.90	c   510s|  7500 |  3279 |  5352k| 711.0 |   415M |  61 |5568 |8810 |   0 |8710 |  0 |3196 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
601.51/603.79	c   512s|  7600 |  3282 |  5388k| 706.5 |   416M |  61 |5568 |8860 |   0 |8894 |  0 |3346 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
607.19/609.49	c   518s|  7700 |  3280 |  5432k| 702.9 |   416M |  61 |5568 |8811 |   0 |9000 |  0 |3387 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
609.89/612.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
609.89/612.11	c   520s|  7800 |  3303 |  5477k| 699.8 |   417M |  61 |5568 |8801 |   0 |9091 |  0 |3432 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
611.67/613.95	c   522s|  7900 |  3315 |  5508k| 694.8 |   417M |  61 |5568 |8809 |7387 |9219 |  3 |3466 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
615.56/617.89	c   526s|  8000 |  3367 |  5558k| 692.3 |   419M |  61 |5568 |8764 |   0 |9282 |  0 |3481 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
621.04/623.33	c   532s|  8100 |  3393 |  5634k| 693.2 |   419M |  61 |5568 |8723 |7371 |9407 |  1 |3532 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
624.92/627.20	c   535s|  8200 |  3427 |  5685k| 691.0 |   419M |  61 |5568 |8712 |   0 |9470 |  0 |3562 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
627.11/629.40	c   538s|  8300 |  3447 |  5729k| 687.9 |   421M |  61 |5568 |8693 |7375 |9541 |  1 |3604 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
629.41/631.78	c   540s|  8400 |  3470 |  5776k| 685.4 |   421M |  61 |5568 |8704 |   0 |9664 |  0 |3646 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
631.81/634.11	c   542s|  8500 |  3483 |  5823k| 682.8 |   421M |  61 |5568 |8676 |7382 |9753 |  3 |3688 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
633.59/635.95	c   544s|  8600 |  3501 |  5860k| 679.1 |   421M |  61 |5568 |8660 |7371 |9790 |  1 |3707 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
635.88/638.27	c   546s|  8700 |  3531 |  5906k| 676.6 |   422M |  61 |5568 |8654 |7372 |9854 |  1 |3768 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
638.07/640.45	c   549s|  8800 |  3546 |  5938k| 672.6 |   422M |  61 |5568 |8648 |7371 |9901 |  1 |3791 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
640.17/642.54	c   551s|  8900 |  3539 |  5977k| 669.4 |   423M |  61 |5568 |8615 |   0 |9982 |  0 |3827 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
644.55/646.97	c   555s|  9000 |  3587 |  6054k| 670.5 |   423M |  61 |5568 |8576 |7369 |  10k|  1 |3859 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
647.65/650.09	c   558s|  9100 |  3604 |  6121k| 670.6 |   423M |  61 |5568 |8584 |7369 |  10k|  1 |3901 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
651.13/653.57	c   562s|  9200 |  3635 |  6200k| 671.8 |   424M |  61 |5568 |8600 |7377 |  10k|  1 |3973 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
653.22/655.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
653.22/655.63	c   564s|  9300 |  3661 |  6241k| 669.0 |   425M |  61 |5568 |8661 |   0 |  10k|  0 |4047 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
655.62/658.09	c   566s|  9400 |  3699 |  6292k| 667.3 |   425M |  61 |5568 |8622 |7372 |  10k|  1 |4096 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
657.80/660.21	c   568s|  9500 |  3721 |  6336k| 665.0 |   425M |  61 |5568 |8649 |7375 |  10k|  1 |4167 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
660.99/663.45	c   572s|  9600 |  3757 |  6402k| 664.9 |   425M |  61 |5568 |8632 |   0 |  10k|  0 |4216 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
662.98/665.42	c   574s|  9700 |  3766 |  6439k| 661.8 |   425M |  61 |5568 |8639 |7371 |  10k|  1 |4264 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
665.07/667.59	c   576s|  9800 |  3794 |  6481k| 659.4 |   426M |  61 |5568 |8599 |7379 |  10k|  1 |4285 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
667.58/670.05	c   578s|  9900 |  3824 |  6532k| 657.9 |   426M |  61 |5568 |8592 |7352 |  10k|  1 |4339 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
669.96/672.40	c   581s| 10000 |  3869 |  6581k| 656.2 |   426M |  61 |5568 |8610 |   0 |  10k|  0 |4396 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
673.84/676.35	c   585s| 10100 |  3874 |  6659k| 657.4 |   427M |  61 |5568 |8538 |   0 |  11k|  0 |4453 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
677.13/679.63	c   588s| 10200 |  3911 |  6722k| 657.2 |   427M |  61 |5568 |8530 |   0 |  11k|  0 |4495 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
679.32/681.85	c   590s| 10300 |  3916 |  6765k| 655.0 |   427M |  61 |5568 |8590 |7370 |  11k|  1 |4575 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
682.62/685.17	c   593s| 10400 |  3928 |  6832k| 655.1 |   428M |  61 |5568 |8544 |7372 |  11k|  1 |4661 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
685.40/687.92	c   596s| 10500 |  3930 |  6890k| 654.4 |   428M |  61 |5568 |8496 |7377 |  11k|  1 |4714 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
687.69/690.23	c   598s| 10600 |  3957 |  6934k| 652.4 |   430M |  61 |5568 |8479 |   0 |  11k|  0 |4756 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
690.59/693.13	c   601s| 10700 |  3987 |  7001k| 652.5 |   430M |  61 |5568 |8474 |7359 |  11k|  1 |4830 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
695.16/697.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
695.16/697.71	c   606s| 10800 |  4037 |  7089k| 654.7 |   430M |  61 |5568 |8424 |7368 |  11k|  0 |4882 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
698.75/701.30	c   609s| 10900 |  4060 |  7166k| 655.7 |   430M |  61 |5568 |8428 |   0 |  11k|  0 |4935 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
700.34/702.98	c   611s| 11000 |  4052 |  7193k| 652.2 |   430M |  61 |5568 |8446 |   0 |  12k|  0 |5007 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
703.23/705.85	c   614s| 11100 |  4067 |  7247k| 651.1 |   431M |  61 |5568 |8457 |7365 |  12k|  1 |5074 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
705.53/708.12	c   616s| 11200 |  4086 |  7293k| 649.4 |   431M |  61 |5568 |8430 |7367 |  12k|  1 |5104 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
707.61/710.29	c   618s| 11300 |  4097 |  7335k| 647.5 |   431M |  61 |5568 |8450 |7368 |  12k|  1 |5144 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
709.52/712.19	c   620s| 11400 |  4099 |  7375k| 645.3 |   431M |  61 |5568 |8414 |   0 |  12k|  0 |5191 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
711.41/714.07	c   622s| 11500 |  4105 |  7412k| 642.9 |   431M |  61 |5568 |8431 |   0 |  12k|  0 |5262 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
714.18/716.87	c   625s| 11600 |  4132 |  7464k| 641.8 |   432M |  61 |5568 |8362 |7376 |  12k|  1 |5293 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
717.07/719.77	c   628s| 11700 |  4178 |  7523k| 641.4 |   432M |  61 |5568 |8345 |7368 |  12k|  1 |5336 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
718.67/721.36	c   630s| 11800 |  4178 |  7551k| 638.3 |   432M |  61 |5568 |8290 |7372 |  12k|  1 |5405 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
720.76/723.43	c   632s| 11900 |  4197 |  7589k| 636.1 |   433M |  61 |5568 |8259 |7371 |  12k|  1 |5455 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
723.15/725.82	c   634s| 12000 |  4206 |  7635k| 634.7 |   433M |  61 |5568 |8260 |7372 |  13k|  1 |5514 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
725.46/728.14	c   636s| 12100 |  4224 |  7682k| 633.3 |   433M |  61 |5568 |8235 |7377 |  13k|  1 |5580 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
728.34/731.02	c   639s| 12200 |  4242 |  7732k| 632.2 |   433M |  61 |5568 |8239 |   0 |  13k|  0 |5641 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
731.62/734.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
731.62/734.38	c   643s| 12300 |  4257 |  7795k| 632.2 |   434M |  61 |5568 |8241 |7380 |  13k|  1 |5699 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
733.91/736.68	c   645s| 12400 |  4250 |  7841k| 630.8 |   434M |  61 |5568 |8261 |7375 |  13k|  1 |5758 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
736.10/738.88	c   647s| 12500 |  4250 |  7883k| 629.1 |   434M |  61 |5568 |8272 |7374 |  13k|  1 |5828 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
738.31/741.03	c   649s| 12600 |  4258 |  7924k| 627.4 |   434M |  61 |5568 |8298 |7379 |  13k|  2 |5889 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
739.60/742.37	c   651s| 12700 |  4277 |  7945k| 624.1 |   435M |  61 |5568 |8312 |7371 |  13k|  1 |5949 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
740.99/743.76	c   652s| 12800 |  4272 |  7971k| 621.2 |   436M |  61 |5568 |8444 |   0 |  13k|  0 |6104 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
742.48/745.21	c   653s| 12900 |  4278 |  8001k| 618.8 |   436M |  61 |5568 |8465 |   0 |  13k|  0 |6147 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
744.97/747.75	c   656s| 13000 |  4296 |  8051k| 617.8 |   436M |  61 |5568 |8455 |7388 |  14k|  2 |6170 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
747.47/750.21	c   658s| 13100 |  4334 |  8098k| 616.7 |   437M |  61 |5568 |8456 |7375 |  14k|  1 |6226 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
749.66/752.45	c   661s| 13200 |  4345 |  8141k| 615.3 |   437M |  61 |5568 |8447 |7374 |  14k|  1 |6253 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
751.55/754.32	c   663s| 13300 |  4341 |  8176k| 613.3 |   437M |  61 |5568 |8377 |   0 |  14k|  0 |6283 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
753.54/756.39	c   665s| 13400 |  4359 |  8215k| 611.6 |   437M |  61 |5568 |8401 |7374 |  14k|  0 |6344 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
756.53/759.32	c   668s| 13500 |  4376 |  8271k| 611.3 |   438M |  61 |5568 |8423 |7372 |  14k|  2 |6383 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
758.52/761.37	c   670s| 13600 |  4384 |  8310k| 609.6 |   438M |  61 |5568 |8442 |   0 |  14k|  0 |6432 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
760.91/763.76	c   672s| 13700 |  4415 |  8358k| 608.6 |   439M |  61 |5568 |8442 |7368 |  14k|  1 |6465 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
763.50/766.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
763.50/766.36	c   675s| 13800 |  4439 |  8410k| 608.0 |   441M |  61 |5568 |8445 |   0 |  14k|  0 |6521 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
765.89/768.74	c   677s| 13900 |  4458 |  8457k| 607.1 |   441M |  61 |5568 |8318 |   0 |  14k|  0 |6577 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
768.98/771.83	c   680s| 14000 |  4476 |  8522k| 607.3 |   441M |  61 |5568 |8276 |7383 |  14k|  2 |6640 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
772.47/775.30	c   683s| 14100 |  4509 |  8599k| 608.5 |   442M |  62 |5568 |8266 |7374 |  15k|  1 |6712 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
775.36/778.21	c   686s| 14200 |  4569 |  8663k| 608.8 |   442M |  62 |5568 |8276 |7374 |  15k|  1 |6748 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
777.95/780.80	c   689s| 14300 |  4605 |  8720k| 608.4 |   443M |  62 |5568 |8262 |7382 |  15k|  1 |6777 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
780.74/783.68	c   692s| 14400 |  4631 |  8781k| 608.5 |   443M |  62 |5568 |8257 |   0 |  15k|  0 |6825 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
782.43/785.38	c   694s| 14500 |  4645 |  8814k| 606.6 |   444M |  62 |5568 |8238 |7385 |  15k|  2 |6857 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
784.72/787.64	c   696s| 14600 |  4679 |  8860k| 605.5 |   445M |  62 |5568 |8252 |7380 |  15k|  1 |6901 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
787.13/790.06	c   698s| 14700 |  4700 |  8909k| 604.8 |   445M |  62 |5568 |8241 |   0 |  15k|  0 |6939 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
788.41/791.31	c   700s| 14800 |  4696 |  8932k| 602.2 |   445M |  62 |5568 |8243 |   0 |  15k|  0 |6994 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
789.90/792.89	c   701s| 14900 |  4692 |  8962k| 600.2 |   446M |  62 |5568 |8252 |   0 |  15k|  0 |7044 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
792.29/795.28	c   703s| 15000 |  4704 |  9011k| 599.5 |   446M |  62 |5568 |8256 |   0 |  15k|  0 |7116 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
796.09/799.05	c   707s| 15100 |  4752 |  9086k| 600.5 |   447M |  62 |5568 |8232 |7372 |  15k|  1 |7151 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
797.67/800.66	c   709s| 15200 |  4756 |  9116k| 598.5 |   447M |  62 |5568 |8295 |7360 |  16k|  1 |7258 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
800.66/803.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
800.66/803.68	c   712s| 15300 |  4780 |  9182k| 598.9 |   447M |  62 |5568 |8262 |7376 |  16k|  1 |7279 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
802.26/805.22	c   713s| 15400 |  4807 |  9209k| 596.7 |   448M |  62 |5568 |8304 |7369 |  16k|  1 |7342 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
805.75/808.76	c   717s| 15500 |  4847 |  9290k| 598.1 |   448M |  62 |5568 |8284 |7361 |  16k|  1 |7377 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
808.63/811.67	c   720s| 15600 |  4876 |  9347k| 598.0 |   448M |  62 |5568 |8258 |7381 |  16k|  3 |7405 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
811.52/814.59	c   723s| 15700 |  4908 |  9408k| 598.0 |   448M |  62 |5568 |8204 |   0 |  16k|  0 |7438 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
814.41/817.40	c   726s| 15800 |  4944 |  9466k| 597.9 |   449M |  62 |5568 |8203 |7371 |  16k|  1 |7492 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
816.02/819.02	c   727s| 15900 |  4970 |  9498k| 596.2 |   449M |  62 |5568 |8216 |7372 |  16k|  1 |7541 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
817.50/820.58	c   729s| 16000 |  4979 |  9530k| 594.4 |   449M |  62 |5568 |8224 |   0 |  16k|  0 |7569 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
820.59/823.62	c   732s| 16100 |  5015 |  9595k| 594.8 |   450M |  62 |5568 |8217 |7359 |  16k|  1 |7607 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
822.28/825.32	c   734s| 16200 |  5043 |  9626k| 593.0 |   450M |  62 |5568 |8230 |7381 |  16k|  1 |7647 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
824.09/827.11	c   735s| 16300 |  5044 |  9660k| 591.4 |   450M |  62 |5568 |8261 |   0 |  17k|  0 |7715 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
825.67/828.71	c   737s| 16400 |  5065 |  9691k| 589.7 |   450M |  62 |5568 |8315 |7381 |  17k|  1 |7787 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
827.46/830.54	c   739s| 16500 |  5088 |  9728k| 588.4 |   451M |  62 |5568 |8318 |   0 |  17k|  0 |7834 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
831.45/834.50	c   743s| 16600 |  5117 |  9809k| 589.8 |   451M |  62 |5568 |8303 |   0 |  17k|  0 |7916 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
833.74/836.88	c   745s| 16700 |  5133 |  9858k| 589.2 |   452M |  62 |5568 |8330 |7374 |  17k|  1 |7999 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
835.73/838.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
835.73/838.80	c   747s| 16800 |  5149 |  9899k| 588.1 |   452M |  62 |5568 |8355 |   0 |  17k|  0 |8063 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
837.94/841.06	c   749s| 16900 |  5153 |  9942k| 587.2 |   452M |  62 |5568 |8375 |7374 |  17k|  2 |8142 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
839.72/842.81	c   751s| 17000 |  5171 |  9975k| 585.6 |   453M |  62 |5568 |8379 |7370 |  17k|  1 |8185 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
841.81/845.01	c   753s| 17100 |  5197 | 10015k| 584.6 |   453M |  62 |5568 |8397 |7394 |  17k|  4 |8241 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
843.80/847.00	c   755s| 17200 |  5213 | 10052k| 583.3 |   453M |  62 |5568 |8518 |7375 |  17k|  1 |8365 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
845.79/848.95	c   757s| 17300 |  5235 | 10087k| 582.0 |   454M |  62 |5568 |8529 |7370 |  17k|  1 |8408 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
848.29/851.47	c   760s| 17400 |  5251 | 10135k| 581.4 |   455M |  62 |5568 |8518 |7379 |  18k|  1 |8475 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
850.78/853.93	c   762s| 17500 |  5274 | 10182k| 580.8 |   456M |  62 |5568 |8501 |   0 |  18k|  0 |8546 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
852.67/855.85	c   764s| 17600 |  5306 | 10219k| 579.5 |   456M |  62 |5568 |8526 |   0 |  18k|  0 |8585 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
854.66/857.82	c   766s| 17700 |  5325 | 10256k| 578.3 |   456M |  62 |5568 |8551 |7371 |  18k|  1 |8658 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
857.05/860.29	c   768s| 17800 |  5334 | 10303k| 577.7 |   456M |  62 |5568 |8533 |7379 |  18k|  1 |8740 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
858.75/861.95	c   770s| 17900 |  5327 | 10330k| 576.0 |   456M |  62 |5568 |8528 |7388 |  18k|  3 |8812 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
863.33/866.59	c   775s| 18000 |  5335 | 10398k| 576.6 |   459M |  62 |5568 |8421 |7382 |  18k|  1 |8871 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
866.12/869.31	c   778s| 18100 |  5366 | 10454k| 576.5 |   459M |  62 |5568 |8416 |7368 |  18k|  1 |8950 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
868.31/871.50	c   780s| 18200 |  5387 | 10493k| 575.5 |   459M |  62 |5568 |8434 |7384 |  18k|  1 |9004 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
870.10/873.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
870.10/873.36	c   782s| 18300 |  5415 | 10529k| 574.3 |   459M |  62 |5568 |8469 |7370 |  19k|  1 |9053 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
872.09/875.31	c   784s| 18400 |  5423 | 10570k| 573.4 |   459M |  62 |5568 |8520 |7380 |  19k|  1 |9143 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
873.69/876.95	c   785s| 18500 |  5435 | 10603k| 572.1 |   459M |  62 |5568 |8567 |   0 |  19k|  0 |9230 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
876.28/879.53	c   788s| 18600 |  5450 | 10656k| 571.9 |   460M |  62 |5568 |8616 |7368 |  19k|  1 |9325 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
878.78/882.07	c   790s| 18700 |  5462 | 10705k| 571.5 |   460M |  62 |5568 |8621 |7380 |  19k|  2 |9376 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
880.56/883.87	c   792s| 18800 |  5444 | 10740k| 570.2 |   460M |  62 |5568 |8609 |7369 |  19k|  1 |9492 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
883.76/887.06	c   795s| 18900 |  5462 | 10805k| 570.7 |   460M |  62 |5568 |8472 |7367 |  19k|  1 |9560 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
886.44/889.72	c   798s| 19000 |  5482 | 10856k| 570.3 |   460M |  62 |5568 |8447 |7369 |  19k|  1 |9619 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
888.63/891.95	c   800s| 19100 |  5502 | 10891k| 569.2 |   461M |  62 |5568 |8394 |   0 |  19k|  0 |9665 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
890.42/893.78	c   802s| 19200 |  5516 | 10923k| 567.9 |   461M |  62 |5568 |8421 |   0 |  19k|  0 |9710 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
891.91/895.27	c   803s| 19300 |  5514 | 10952k| 566.4 |   461M |  62 |5568 |8448 |   0 |  20k|  0 |9782 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
894.31/897.62	c   806s| 19400 |  5544 | 11000k| 566.0 |   461M |  62 |5568 |8368 |7371 |  20k|  1 |9826 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
897.71/901.10	c   809s| 19500 |  5564 | 11075k| 567.0 |   461M |  62 |5568 |8295 |7357 |  20k|  1 |9863 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
899.70/903.06	c   811s| 19600 |  5571 | 11113k| 566.0 |   461M |  62 |5568 |8304 |7364 |  20k|  1 |9932 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
901.69/905.01	c   813s| 19700 |  5587 | 11152k| 565.1 |   462M |  62 |5568 |8365 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
903.17/906.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
903.17/906.59	c   815s| 19800 |  5584 | 11182k| 563.8 |   462M |  62 |5568 |8397 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
905.78/909.16	c   817s| 19900 |  5602 | 11235k| 563.6 |   462M |  62 |5568 |8401 |7364 |  20k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
909.16/912.55	c   821s| 20000 |  5639 | 11298k| 563.9 |   463M |  62 |5568 |8380 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
911.76/915.16	c   823s| 20100 |  5661 | 11348k| 563.6 |   463M |  62 |5568 |8348 |7371 |  20k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
914.04/917.44	c   826s| 20200 |  5681 | 11394k| 563.1 |   464M |  62 |5568 |8334 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
916.03/919.47	c   828s| 20300 |  5680 | 11431k| 562.2 |   464M |  62 |5568 |8199 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
917.82/921.28	c   829s| 20400 |  5688 | 11465k| 561.0 |   464M |  62 |5568 |8214 |7386 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
920.02/923.44	c   832s| 20500 |  5722 | 11506k| 560.3 |   464M |  62 |5568 |8249 |7385 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
922.11/925.50	c   834s| 20600 |  5732 | 11546k| 559.5 |   465M |  62 |5568 |8338 |7384 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
924.00/927.47	c   836s| 20700 |  5742 | 11584k| 558.7 |   465M |  62 |5568 |8370 |7383 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
925.79/929.27	c   837s| 20800 |  5763 | 11619k| 557.7 |   465M |  62 |5568 |8356 |7373 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
927.39/930.82	c   839s| 20900 |  5770 | 11647k| 556.3 |   465M |  62 |5568 |8397 |7382 |  21k|  2 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
929.59/933.06	c   841s| 21000 |  5782 | 11691k| 555.8 |   465M |  62 |5568 |8423 |7370 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
931.17/934.64	c   843s| 21100 |  5796 | 11723k| 554.7 |   465M |  62 |5568 |8461 |7374 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
932.87/936.35	c   845s| 21200 |  5820 | 11756k| 553.6 |   465M |  62 |5568 |8519 |7374 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
934.96/938.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
934.96/938.46	c   847s| 21300 |  5831 | 11795k| 552.8 |   466M |  62 |5568 |8506 |7368 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
937.05/940.53	c   849s| 21400 |  5835 | 11834k| 552.1 |   466M |  62 |5568 |8551 |7374 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
939.44/942.95	c   851s| 21500 |  5853 | 11877k| 551.5 |   466M |  62 |5568 |8538 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
941.83/945.37	c   854s| 21600 |  5880 | 11920k| 550.9 |   466M |  62 |5568 |8539 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
944.22/947.77	c   856s| 21700 |  5898 | 11962k| 550.3 |   467M |  62 |5568 |8544 |7371 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
946.71/950.22	c   858s| 21800 |  5918 | 12010k| 550.0 |   467M |  62 |5568 |8487 |7370 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
948.31/951.84	c   860s| 21900 |  5939 | 12041k| 549.0 |   467M |  62 |5568 |8556 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
950.30/953.84	c   862s| 22000 |  5966 | 12081k| 548.3 |   467M |  62 |5568 |8551 |7369 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
952.29/955.81	c   864s| 22100 |  5985 | 12119k| 547.5 |   467M |  62 |5568 |8597 |7367 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
953.68/957.29	c   865s| 22200 |  5998 | 12146k| 546.2 |   467M |  62 |5568 |8643 |7369 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
954.98/958.55	c   867s| 22300 |  5992 | 12168k| 544.8 |   467M |  62 |5568 |8682 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
956.37/960.00	c   868s| 22400 |  6011 | 12195k| 543.5 |   467M |  62 |5568 |8715 |7366 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
958.96/962.53	c   871s| 22500 |  6028 | 12247k| 543.5 |   468M |  62 |5568 |8758 |7370 |  23k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
961.25/964.85	c   873s| 22600 |  6045 | 12291k| 543.0 |   469M |  62 |5568 |8800 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
962.85/966.40	c   875s| 22700 |  6064 | 12322k| 542.0 |   470M |  62 |5568 |8777 |7375 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
965.34/968.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
965.34/968.95	c   877s| 22800 |  6067 | 12370k| 541.7 |   471M |  62 |5568 |8712 |7375 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
967.33/970.98	c   879s| 22900 |  6085 | 12406k| 540.9 |   471M |  62 |5568 |8645 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
969.32/972.96	c   881s| 23000 |  6092 | 12441k| 540.1 |   472M |  62 |5568 |8654 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
972.11/975.75	c   884s| 23100 |  6115 | 12498k| 540.2 |   472M |  62 |5568 |8599 |7371 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
974.20/977.80	c   886s| 23200 |  6137 | 12536k| 539.5 |   472M |  62 |5568 |8615 |7371 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
976.30/979.96	c   888s| 23300 |  6149 | 12572k| 538.8 |   473M |  62 |5568 |8672 |7373 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
977.79/981.49	c   890s| 23400 |  6164 | 12603k| 537.8 |   473M |  62 |5568 |8749 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
979.98/983.65	c   892s| 23500 |  6170 | 12646k| 537.3 |   473M |  62 |5568 |8785 |7373 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
982.49/986.12	c   894s| 23600 |  6188 | 12693k| 537.0 |   473M |  62 |5568 |8836 |7373 |  24k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
984.38/988.04	c   896s| 23700 |  6179 | 12729k| 536.3 |   473M |  62 |5568 |8860 |   0 |  24k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
986.76/990.43	c   899s| 23800 |  6164 | 12774k| 535.9 |   474M |  62 |5568 |8762 |7368 |  24k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
988.95/992.67	c   901s| 23900 |  6192 | 12821k| 535.6 |   474M |  62 |5568 |8788 |   0 |  24k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
991.64/995.38	c   904s| 24000 |  6192 | 12869k| 535.4 |   475M |  62 |5568 |8750 |7371 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
993.83/997.55	c   906s| 24100 |  6221 | 12915k| 535.1 |   475M |  62 |5568 |8731 |7371 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
995.72/999.40	c   908s| 24200 |  6230 | 12951k| 534.4 |   475M |  62 |5568 |8665 |   0 |  24k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
998.21/1001.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
998.21/1001.93	c   910s| 24300 |  6241 | 12998k| 534.1 |   475M |  62 |5568 |8622 |7364 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1000.42/1004.16	c   912s| 24400 |  6236 | 13039k| 533.6 |   476M |  62 |5568 |8544 |   0 |  24k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1003.19/1006.92	c   915s| 24500 |  6250 | 13086k| 533.3 |   476M |  62 |5568 |8441 |   0 |  24k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1005.69/1009.48	c   918s| 24600 |  6258 | 13136k| 533.2 |   476M |  62 |5568 |8415 |7368 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1007.58/1011.33	c   920s| 24700 |  6280 | 13170k| 532.4 |   476M |  62 |5568 |8468 |7379 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1009.77/1013.55	c   922s| 24800 |  6307 | 13214k| 532.0 |   476M |  62 |5568 |8514 |7378 |  25k|  2 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1012.37/1016.15	c   924s| 24900 |  6317 | 13264k| 531.9 |   476M |  62 |5568 |8553 |7371 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1014.65/1018.44	c   927s| 25000 |  6341 | 13310k| 531.6 |   476M |  62 |5568 |8541 |7369 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1016.15/1019.98	c   928s| 25100 |  6335 | 13338k| 530.6 |   477M |  62 |5568 |8572 |7368 |  25k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1017.74/1021.51	c   930s| 25200 |  6342 | 13365k| 529.6 |   477M |  62 |5568 |8547 |   0 |  25k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1019.63/1023.47	c   932s| 25300 |  6348 | 13401k| 528.9 |   477M |  62 |5568 |8527 |7368 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1021.92/1025.75	c   934s| 25400 |  6359 | 13441k| 528.4 |   477M |  62 |5568 |8554 |   0 |  25k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1023.41/1027.28	c   935s| 25500 |  6355 | 13468k| 527.4 |   477M |  62 |5568 |8601 |7361 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1025.60/1029.46	c   938s| 25600 |  6362 | 13509k| 526.9 |   478M |  62 |5568 |8557 |7378 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1028.10/1031.97	c   940s| 25700 |  6377 | 13554k| 526.6 |   478M |  62 |5568 |8563 |   0 |  25k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1030.89/1034.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1030.89/1034.79	c   943s| 25800 |  6403 | 13604k| 526.6 |   478M |  62 |5568 |8540 |7385 |  25k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1032.78/1036.61	c   945s| 25900 |  6414 | 13640k| 525.9 |   480M |  62 |5568 |8580 |7379 |  25k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1034.97/1038.88	c   947s| 26000 |  6425 | 13683k| 525.5 |   481M |  62 |5568 |8616 |   0 |  25k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1037.56/1041.42	c   950s| 26100 |  6443 | 13736k| 525.5 |   482M |  62 |5568 |8587 |7371 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1039.45/1043.38	c   952s| 26200 |  6470 | 13777k| 525.1 |   483M |  62 |5568 |8566 |7342 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1041.84/1045.77	c   954s| 26300 |  6489 | 13819k| 524.7 |   483M |  62 |5568 |8564 |7369 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1043.74/1047.62	c   956s| 26400 |  6516 | 13856k| 524.1 |   483M |  62 |5568 |8601 |7369 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1046.14/1050.06	c   958s| 26500 |  6520 | 13908k| 524.1 |   484M |  62 |5568 |8591 |7376 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1048.62/1052.58	c   961s| 26600 |  6530 | 13959k| 524.1 |   484M |  62 |5568 |8539 |   0 |  26k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1051.22/1055.18	c   963s| 26700 |  6565 | 14012k| 524.1 |   485M |  62 |5568 |8489 |7361 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1053.80/1057.78	c   966s| 26800 |  6573 | 14062k| 524.0 |   485M |  62 |5568 |8487 |   0 |  26k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1056.39/1060.36	c   969s| 26900 |  6603 | 14117k| 524.1 |   486M |  62 |5568 |8485 |7373 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1059.19/1063.11	c   971s| 27000 |  6620 | 14171k| 524.1 |   486M |  62 |5568 |8490 |7386 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1061.09/1065.06	c   973s| 27100 |  6644 | 14208k| 523.6 |   486M |  62 |5568 |8471 |   0 |  27k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1063.66/1067.61	c   976s| 27200 |  6661 | 14262k| 523.6 |   487M |  62 |5568 |8481 |7368 |  27k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1065.85/1069.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1065.85/1069.87	c   978s| 27300 |  6688 | 14308k| 523.4 |   487M |  62 |5568 |8494 |7382 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1068.06/1072.03	c   980s| 27400 |  6702 | 14348k| 522.9 |   487M |  62 |5568 |8517 |7372 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1069.84/1073.83	c   982s| 27500 |  6719 | 14378k| 522.1 |   487M |  62 |5568 |8540 |7366 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1072.43/1076.47	c   985s| 27600 |  6729 | 14431k| 522.2 |   488M |  62 |5568 |8507 |7371 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1074.14/1078.14	c   986s| 27700 |  6730 | 14463k| 521.4 |   488M |  62 |5568 |8525 |   0 |  27k|  0 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1077.21/1081.28	c   989s| 27800 |  6762 | 14509k| 521.2 |   490M |  62 |5568 |8513 |7377 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1078.91/1082.91	c   991s| 27900 |  6754 | 14545k| 520.6 |   491M |  62 |5568 |8541 |7360 |  27k|  2 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1081.60/1085.69	c   994s| 28000 |  6777 | 14596k| 520.6 |   491M |  62 |5568 |8522 |7371 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1084.69/1088.72	c   997s| 28100 |  6800 | 14655k| 520.9 |   491M |  62 |5568 |8504 |   0 |  28k|  0 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1087.78/1091.80	c 
1087.78/1091.80	c SCIP Status        : solving was interrupted [time limit reached]
1087.78/1091.80	c Solving Time (sec) : 1000.00
1087.78/1091.80	c Solving Nodes      : 28199
1087.78/1091.80	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1087.78/1091.80	c Dual Bound         : -1.50000000000000e+01
1087.78/1091.80	c Gap                : infinite
1087.78/1091.80	c SCIP status: 23 (TIMELIMIT)
1087.78/1091.80	c solveScip: freeing transform (!can_skip_free_transform)
1087.78/1091.87	c pb_solver_status: sst_unknown
1087.78/1091.87	c LB_goalvalue: 0
1087.78/1091.87	c UB_goalvalue: 31
1087.78/1091.87	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=1800.000000
1087.78/1091.87	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1087.78/1091.87	c SCIP returned: sst_unknown
1087.78/1091.87	c SCIP primal LB: -oo, dual UB: 31
1087.78/1091.87	c assumptions: 
1087.78/1091.87	c invoking solver with time budget: 10.000000
1097.84/1101.91	c sat_solver_result: sst_unknown
1097.84/1101.91	c SAT solver timed out; proceeding to cooperative SCIP call
1097.84/1101.91	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 31
1097.84/1101.91	c scip solving with time budget: 1800.000000
1097.84/1101.91	c solveScip
1097.84/1101.91	c initScipForCoop
1097.84/1101.91	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1097.84/1101.94	c presolving:
1097.84/1101.98	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
1097.95/1102.03	c    (0.1s) running MILP presolver
1097.95/1102.08	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1097.95/1102.08	c (round 2, medium)     2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
1097.95/1102.10	c (round 3, exhaustive) 2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 293 upgd conss, 0 impls, 34 clqs, 0 implints
1097.95/1102.11	c (round 4, medium)     2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 293 upgd conss, 0 impls, 35 clqs, 0 implints
1098.05/1102.11	c (round 5, exhaustive) 2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 35 clqs, 0 implints
1098.05/1102.14	c    (0.2s) probing: 51/5568 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1098.05/1102.14	c    (0.2s) probing aborted: 50/50 successive totally useless probings
1098.05/1102.18	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1098.14/1102.22	c    (0.3s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 716.45) (symcode time: 0.01)
1098.14/1102.26	c dynamic symmetry handling statistics:
1098.14/1102.26	c    orbitopal reduction:       no components
1098.14/1102.26	c    orbital reduction:         no components
1098.14/1102.26	c    lexicographic reduction:   no permutations
1098.14/1102.26	c handled 1500 out of 1500 symmetry components
1098.14/1102.26	c (round 6, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 1535 clqs, 0 implints
1098.14/1102.27	c (round 7, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 2071 upgd conss, 0 impls, 1535 clqs, 0 implints
1098.14/1102.29	c presolving (8 rounds: 8 fast, 7 medium, 5 exhaustive):
1098.14/1102.29	c  2 deleted vars, 10895 deleted constraints, 7238 added constraints, 0 tightened bounds, 0 added holes, 185 changed sides, 236 changed coefficients
1098.14/1102.29	c  0 implications, 1535 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1098.14/1102.29	c presolved problem has 5568 variables (5568 bin, 0 int, 0 cont) and 7238 constraints
1098.14/1102.29	c     571 constraints of type <knapsack>
1098.14/1102.29	c    1505 constraints of type <setppc>
1098.14/1102.29	c    5162 constraints of type <linear>
1098.14/1102.29	c transformed objective value is always integral (scale: 1)
1098.14/1102.29	c Presolving Time: 0.36
1098.14/1102.29	c 
1098.44/1102.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1098.44/1102.55	c   0.6s|     1 |     0 |  4200 |     - |   466M |   0 |5568 |7260 |7238 |   0 |  0 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1099.33/1103.43	c   1.5s|     1 |     0 | 13579 |     - |   468M |   0 |5568 |7260 |7249 |  11 |  1 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1099.43/1103.56	c   1.7s|     1 |     0 | 14154 |     - |   468M |   0 |5568 |7260 |7262 |  24 |  2 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1099.63/1103.72	c   1.8s|     1 |     0 | 14976 |     - |   468M |   0 |5568 |7260 |7275 |  37 |  3 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1099.73/1103.83	c   1.9s|     1 |     0 | 15280 |     - |   468M |   0 |5568 |7260 |7286 |  48 |  4 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1099.83/1104.01	c   2.1s|     1 |     0 | 16174 |     - |   468M |   0 |5568 |7260 |7297 |  59 |  5 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1100.04/1104.16	c   2.2s|     1 |     0 | 16853 |     - |   470M |   0 |5568 |7261 |7310 |  72 |  6 |  23 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1100.23/1104.33	c   2.4s|     1 |     0 | 17452 |     - |   470M |   0 |5568 |7262 |7322 |  84 |  7 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1100.43/1104.53	c   2.6s|     1 |     0 | 18270 |     - |   472M |   0 |5568 |7262 |7333 |  95 |  8 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1100.63/1104.78	c   2.9s|     1 |     0 | 19064 |     - |   472M |   0 |5568 |7262 |7345 | 107 |  9 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1100.83/1104.99	c   3.1s|     1 |     0 | 19548 |     - |   472M |   0 |5568 |7262 |7355 | 117 | 10 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1101.04/1105.14	c   3.2s|     1 |     0 | 20320 |     - |   472M |   0 |5568 |7262 |7367 | 129 | 11 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
1102.42/1106.51	c   4.6s|     1 |     2 | 32750 |     - |   472M |   0 |5568 |7268 |7367 | 129 | 11 |  30 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1123.54/1127.74	c  25.8s|   100 |    91 | 87170 | 675.3 |   473M |  24 |5568 |7303 |7348 | 249 |  2 |  65 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1166.82/1171.19	c  69.3s|   200 |   179 |167949 | 741.9 |   473M |  24 |5568 |7385 |7343 | 391 |  1 | 147 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1191.11/1195.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1191.11/1195.52	c  93.6s|   300 |   251 |240775 | 737.3 |   473M |  24 |5568 |7423 |7342 | 481 |  1 | 186 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1213.43/1217.94	c   116s|   400 |   343 |271000 | 628.3 |   473M |  47 |5568 |7433 |7357 | 624 |  1 | 196 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1226.29/1230.82	c   129s|   500 |   430 |293190 | 546.8 |   473M |  54 |5568 |7448 |7379 | 727 |  1 | 211 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1227.50/1232.04	c   130s|   600 |   501 |310882 | 485.1 |   473M |  61 |5568 |7473 |7351 | 821 |  1 | 237 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1229.49/1234.10	c   132s|   700 |   568 |329267 | 442.0 |   473M |  61 |5568 |7490 |7377 | 959 |  1 | 255 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1231.48/1236.08	c   134s|   800 |   642 |353827 | 417.4 |   474M |  61 |5568 |7500 |7382 |1174 |  1 | 266 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1233.26/1237.83	c   136s|   900 |   722 |381335 | 401.6 |   474M |  61 |5568 |7528 |7370 |1352 |  1 | 294 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1236.15/1240.77	c   139s|  1000 |   777 |402165 | 382.2 |   475M |  61 |5568 |7575 |   0 |1472 |  0 | 341 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1238.56/1243.12	c   141s|  1100 |   816 |453596 | 394.2 |   475M |  61 |5568 |7590 |   0 |1600 |  0 | 356 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1241.63/1246.22	c   144s|  1200 |   858 |517638 | 414.8 |   475M |  61 |5568 |7641 |7368 |1695 |  1 | 409 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1247.81/1252.47	c   151s|  1300 |   896 |603718 | 449.1 |   475M |  61 |5568 |7672 |7332 |1802 |  1 | 441 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1256.77/1261.49	c   160s|  1400 |   933 |740688 | 514.9 |   475M |  61 |5568 |7734 |7343 |1946 |  1 | 506 |  16 |-1.500000e+01 |      --      |    Inf | unknown
1274.01/1278.73	c   177s|  1500 |  1017 |935654 | 610.6 |   475M |  61 |5568 |7782 |7367 |2122 |  1 | 555 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1284.17/1288.94	c   187s|  1600 |  1091 |  1056k| 648.2 |   475M |  61 |5568 |7797 |7368 |2247 |  1 | 573 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1302.71/1307.52	c   206s|  1700 |  1161 |  1165k| 674.3 |   475M |  61 |5568 |7826 |7368 |2352 |  1 | 602 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1308.30/1313.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1308.30/1313.16	c   211s|  1800 |  1216 |  1250k| 683.5 |   475M |  61 |5568 |7843 |7371 |2470 |  2 | 621 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1319.84/1324.77	c   223s|  1900 |  1297 |  1432k| 743.8 |   475M |  61 |5568 |7864 |7370 |2590 |  1 | 644 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1329.32/1334.22	c   232s|  2000 |  1362 |  1507k| 743.8 |   475M |  61 |5568 |7877 |   0 |2701 |  0 | 658 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1334.80/1339.79	c   238s|  2100 |  1428 |  1597k| 751.4 |   476M |  61 |5568 |7889 |7361 |2856 |  1 | 670 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1344.08/1349.08	c   247s|  2200 |  1507 |  1695k| 761.9 |   476M |  61 |5568 |7910 |7357 |2990 |  1 | 692 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1352.63/1357.66	c   256s|  2300 |  1571 |  1796k| 772.7 |   476M |  61 |5568 |7932 |   0 |3102 |  0 | 718 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
1362.50/1367.58	c   266s|  2400 |  1640 |  1902k| 784.7 |   476M |  61 |5568 |7945 |7347 |3220 |  1 | 735 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
1366.99/1372.04	c   270s|  2500 |  1706 |  1989k| 788.2 |   476M |  61 |5568 |7968 |7383 |3354 |  1 | 760 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
1370.27/1375.39	c   273s|  2600 |  1757 |  2056k| 783.5 |   476M |  61 |5568 |7998 |7362 |3479 |  1 | 793 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
1376.96/1382.09	c   280s|  2700 |  1833 |  2157k| 791.9 |   476M |  61 |5568 |8017 |7357 |3590 |  1 | 815 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
1383.62/1388.75	c   287s|  2800 |  1889 |  2259k| 800.0 |   476M |  61 |5568 |8052 |   0 |3701 |  0 | 852 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
1391.09/1396.27	c   294s|  2900 |  1943 |  2351k| 804.2 |   476M |  61 |5568 |8085 |7383 |3831 |  1 | 890 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
1395.58/1400.77	c   299s|  3000 |  2006 |  2438k| 806.3 |   476M |  61 |5568 |8129 |7376 |3945 |  1 | 938 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
1399.97/1405.14	c   303s|  3100 |  2060 |  2524k| 808.1 |   476M |  61 |5568 |8169 |7351 |4058 |  1 | 985 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1404.04/1409.28	c   307s|  3200 |  2110 |  2612k| 810.4 |   476M |  61 |5568 |8174 |7383 |4149 |  1 |1002 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1410.02/1415.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1410.02/1415.26	c   313s|  3300 |  2163 |  2687k| 808.5 |   477M |  61 |5568 |8254 |7372 |4271 |  1 |1085 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1415.30/1420.58	c   319s|  3400 |  2221 |  2771k| 809.5 |   478M |  61 |5568 |8273 |7342 |4415 |  1 |1111 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1423.57/1428.85	c   327s|  3500 |  2283 |  2895k| 821.8 |   479M |  61 |5568 |8318 |   0 |4525 |  0 |1169 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1432.64/1437.99	c   336s|  3600 |  2324 |  3007k| 829.9 |   480M |  61 |5568 |8348 |7379 |4662 |  1 |1206 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1441.50/1446.82	c   345s|  3700 |  2361 |  3084k| 828.3 |   480M |  61 |5568 |8373 |7365 |4753 |  1 |1254 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1447.38/1452.72	c   351s|  3800 |  2406 |  3152k| 824.6 |   480M |  61 |5568 |8414 |   0 |4889 |  0 |1301 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1451.46/1456.85	c   355s|  3900 |  2466 |  3231k| 823.7 |   480M |  61 |5568 |8417 |7367 |5032 |  1 |1313 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1458.24/1463.65	c   362s|  4000 |  2520 |  3316k| 824.2 |   480M |  61 |5568 |8449 |7376 |5110 |  1 |1357 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1461.12/1466.55	c   365s|  4100 |  2552 |  3370k| 817.3 |   480M |  61 |5568 |8480 |7369 |5247 |  1 |1402 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1465.51/1470.99	c   369s|  4200 |  2576 |  3422k| 810.3 |   480M |  61 |5568 |8512 |   0 |5346 |  0 |1446 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1487.54/1493.07	c   391s|  4300 |  2624 |  3518k| 813.7 |   480M |  61 |5568 |8512 |7368 |5468 |  1 |1472 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1495.11/1500.60	c   399s|  4400 |  2661 |  3582k| 809.8 |   480M |  61 |5568 |8548 |7380 |5629 |  1 |1518 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1498.79/1504.32	c   402s|  4500 |  2717 |  3660k| 809.2 |   480M |  61 |5568 |8572 |7371 |5732 |  1 |1563 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1501.50/1507.02	c   405s|  4600 |  2735 |  3715k| 803.4 |   480M |  61 |5568 |8620 |7398 |5899 |  3 |1618 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1504.77/1510.38	c   408s|  4700 |  2760 |  3783k| 800.9 |   480M |  61 |5568 |8654 |7384 |5996 |  2 |1687 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1507.86/1513.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1507.86/1513.45	c   412s|  4800 |  2778 |  3845k| 797.0 |   480M |  61 |5568 |8695 |7386 |6137 |  2 |1751 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1513.55/1519.14	c   417s|  4900 |  2807 |  3931k| 798.3 |   480M |  61 |5568 |8734 |   0 |6256 |  0 |1817 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1518.02/1523.62	c   422s|  5000 |  2842 |  4001k| 796.4 |   480M |  61 |5568 |8756 |   0 |6364 |  0 |1858 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1520.81/1526.42	c   425s|  5100 |  2878 |  4049k| 790.3 |   480M |  61 |5568 |8769 |7368 |6470 |  1 |1899 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1523.41/1529.05	c   427s|  5200 |  2907 |  4102k| 785.2 |   480M |  61 |5568 |8804 |7369 |6548 |  1 |1961 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1525.79/1531.41	c   430s|  5300 |  2953 |  4147k| 779.0 |   480M |  61 |5568 |8825 |7388 |6628 |  1 |2002 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1531.17/1536.87	c   435s|  5400 |  2962 |  4205k| 775.2 |   480M |  61 |5568 |8872 |7376 |6727 |  1 |2069 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1533.96/1539.63	c   438s|  5500 |  2980 |  4260k| 771.0 |   480M |  61 |5568 |8892 |7359 |6807 |  1 |2121 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1536.47/1542.17	c   440s|  5600 |  3016 |  4312k| 766.7 |   480M |  61 |5568 |8921 |   0 |6921 |  0 |2165 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1539.24/1544.96	c   443s|  5700 |  3005 |  4366k| 762.5 |   480M |  61 |5568 |8962 |7382 |7027 |  2 |2246 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1542.63/1548.31	c   446s|  5800 |  3046 |  4426k| 759.8 |   480M |  61 |5568 |8978 |   0 |7173 |  0 |2291 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1552.49/1558.20	c   456s|  5900 |  3080 |  4547k| 767.5 |   481M |  61 |5568 |8974 |   0 |7302 |  0 |2326 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1561.16/1566.91	c   465s|  6000 |  3076 |  4610k| 765.2 |   481M |  61 |5568 |9023 |7370 |7345 |  1 |2415 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1562.86/1568.63	c   467s|  6100 |  3059 |  4643k| 758.0 |   481M |  61 |5568 |9073 |7370 |7416 |  1 |2515 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1564.95/1570.75	c   469s|  6200 |  3071 |  4684k| 752.5 |   481M |  61 |5568 |9041 |7351 |7477 |  1 |2569 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1567.25/1573.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1567.25/1573.09	c   471s|  6300 |  3094 |  4730k| 747.8 |   481M |  61 |5568 |9070 |7368 |7589 |  1 |2631 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1574.71/1580.51	c   479s|  6400 |  3122 |  4813k| 749.1 |   481M |  61 |5568 |9065 |   0 |7674 |  0 |2702 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1583.58/1589.48	c   488s|  6500 |  3134 |  4885k| 748.7 |   481M |  61 |5568 |9033 |7377 |7783 |  1 |2761 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1585.57/1591.47	c   490s|  6600 |  3152 |  4922k| 742.8 |   481M |  61 |5568 |8991 |7367 |7858 |  1 |2793 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1587.56/1593.46	c   492s|  6700 |  3162 |  4965k| 738.2 |   481M |  61 |5568 |9009 |7378 |7979 |  0 |2850 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1589.36/1595.22	c   493s|  6800 |  3193 |  5003k| 732.9 |   481M |  61 |5568 |9014 |7365 |8060 |  1 |2899 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1591.45/1597.30	c   495s|  6900 |  3192 |  5045k| 728.4 |   481M |  61 |5568 |8979 |7351 |8077 |  1 |2966 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1596.33/1602.27	c   500s|  7000 |  3230 |  5121k| 728.9 |   481M |  61 |5568 |8941 |   0 |8201 |  0 |2993 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1599.23/1605.18	c   503s|  7100 |  3251 |  5184k| 727.4 |   481M |  61 |5568 |8868 |7384 |8262 |  0 |3026 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1601.81/1607.75	c   506s|  7200 |  3262 |  5232k| 724.1 |   481M |  61 |5568 |8853 |7368 |8352 |  1 |3077 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1604.59/1610.54	c   509s|  7300 |  3264 |  5289k| 721.9 |   481M |  61 |5568 |8822 |7368 |8477 |  1 |3134 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1606.59/1612.58	c   511s|  7400 |  3277 |  5329k| 717.6 |   481M |  61 |5568 |8812 |   0 |8600 |  0 |3163 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1607.98/1613.95	c   512s|  7500 |  3279 |  5352k| 711.0 |   481M |  61 |5568 |8810 |   0 |8710 |  0 |3196 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1609.87/1615.85	c   514s|  7600 |  3282 |  5388k| 706.5 |   481M |  61 |5568 |8860 |   0 |8894 |  0 |3346 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1615.55/1621.58	c   520s|  7700 |  3280 |  5432k| 702.9 |   481M |  61 |5568 |8811 |   0 |9000 |  0 |3387 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1618.24/1624.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1618.24/1624.20	c   522s|  7800 |  3303 |  5477k| 699.8 |   481M |  61 |5568 |8801 |   0 |9091 |  0 |3432 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1620.05/1626.02	c   524s|  7900 |  3315 |  5508k| 694.8 |   481M |  61 |5568 |8809 |7387 |9219 |  3 |3466 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1623.92/1629.98	c   528s|  8000 |  3367 |  5558k| 692.3 |   482M |  61 |5568 |8764 |   0 |9282 |  0 |3481 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1629.40/1635.44	c   534s|  8100 |  3393 |  5634k| 693.2 |   482M |  61 |5568 |8723 |7371 |9407 |  1 |3532 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1633.29/1639.32	c   537s|  8200 |  3427 |  5685k| 691.0 |   482M |  61 |5568 |8712 |   0 |9470 |  0 |3562 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1635.48/1641.54	c   540s|  8300 |  3447 |  5729k| 687.9 |   482M |  61 |5568 |8693 |7375 |9541 |  1 |3604 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1637.87/1643.91	c   542s|  8400 |  3470 |  5776k| 685.4 |   482M |  61 |5568 |8704 |   0 |9664 |  0 |3646 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1640.16/1646.25	c   544s|  8500 |  3483 |  5823k| 682.8 |   482M |  61 |5568 |8676 |7382 |9753 |  3 |3688 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1641.97/1648.09	c   546s|  8600 |  3501 |  5860k| 679.1 |   482M |  61 |5568 |8660 |7371 |9790 |  1 |3707 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1644.24/1650.39	c   548s|  8700 |  3531 |  5906k| 676.6 |   482M |  61 |5568 |8654 |7372 |9854 |  1 |3768 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1646.44/1652.58	c   551s|  8800 |  3546 |  5938k| 672.6 |   482M |  61 |5568 |8648 |7371 |9901 |  1 |3791 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1648.53/1654.67	c   553s|  8900 |  3539 |  5977k| 669.4 |   482M |  61 |5568 |8615 |   0 |9982 |  0 |3827 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1652.92/1659.08	c   557s|  9000 |  3587 |  6054k| 670.5 |   482M |  61 |5568 |8576 |7369 |  10k|  1 |3859 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1656.10/1662.22	c   560s|  9100 |  3604 |  6121k| 670.6 |   482M |  61 |5568 |8584 |7369 |  10k|  1 |3901 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1659.59/1665.73	c   564s|  9200 |  3635 |  6200k| 671.8 |   482M |  61 |5568 |8600 |7377 |  10k|  1 |3973 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1661.68/1667.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1661.68/1667.83	c   566s|  9300 |  3661 |  6241k| 669.0 |   482M |  61 |5568 |8661 |   0 |  10k|  0 |4047 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1664.17/1670.32	c   568s|  9400 |  3699 |  6292k| 667.3 |   482M |  61 |5568 |8622 |7372 |  10k|  1 |4096 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1666.26/1672.45	c   571s|  9500 |  3721 |  6336k| 665.0 |   482M |  61 |5568 |8649 |7375 |  10k|  1 |4167 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1669.55/1675.72	c   574s|  9600 |  3757 |  6402k| 664.9 |   482M |  61 |5568 |8632 |   0 |  10k|  0 |4216 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1671.44/1677.69	c   576s|  9700 |  3766 |  6439k| 661.8 |   482M |  61 |5568 |8639 |7371 |  10k|  1 |4264 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1673.64/1679.87	c   578s|  9800 |  3794 |  6481k| 659.4 |   482M |  61 |5568 |8599 |7379 |  10k|  1 |4285 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1676.13/1682.37	c   580s|  9900 |  3824 |  6532k| 657.9 |   482M |  61 |5568 |8592 |7352 |  10k|  1 |4339 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1678.52/1684.73	c   583s| 10000 |  3869 |  6581k| 656.2 |   483M |  61 |5568 |8610 |   0 |  10k|  0 |4396 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1682.40/1688.61	c   587s| 10100 |  3874 |  6659k| 657.4 |   483M |  61 |5568 |8538 |   0 |  11k|  0 |4453 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1685.59/1691.88	c   590s| 10200 |  3911 |  6722k| 657.2 |   483M |  61 |5568 |8530 |   0 |  11k|  0 |4495 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1687.90/1694.13	c   592s| 10300 |  3916 |  6765k| 655.0 |   483M |  61 |5568 |8590 |7370 |  11k|  1 |4575 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
1691.17/1697.45	c   596s| 10400 |  3928 |  6832k| 655.1 |   483M |  61 |5568 |8544 |7372 |  11k|  1 |4661 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1693.96/1700.25	c   598s| 10500 |  3930 |  6890k| 654.4 |   483M |  61 |5568 |8496 |7377 |  11k|  1 |4714 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1696.25/1702.56	c   601s| 10600 |  3957 |  6934k| 652.4 |   484M |  61 |5568 |8479 |   0 |  11k|  0 |4756 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1699.14/1705.44	c   604s| 10700 |  3987 |  7001k| 652.5 |   484M |  61 |5568 |8474 |7359 |  11k|  1 |4830 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1703.62/1709.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1703.62/1709.98	c   608s| 10800 |  4037 |  7089k| 654.7 |   484M |  61 |5568 |8424 |7368 |  11k|  0 |4882 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1707.31/1713.62	c   612s| 10900 |  4060 |  7166k| 655.7 |   484M |  61 |5568 |8428 |   0 |  11k|  0 |4935 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1709.00/1715.30	c   613s| 11000 |  4052 |  7193k| 652.2 |   484M |  61 |5568 |8446 |   0 |  12k|  0 |5007 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1711.81/1718.16	c   616s| 11100 |  4067 |  7247k| 651.1 |   484M |  61 |5568 |8457 |7365 |  12k|  1 |5074 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1714.08/1720.44	c   619s| 11200 |  4086 |  7293k| 649.4 |   484M |  61 |5568 |8430 |7367 |  12k|  1 |5104 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1716.28/1722.62	c   621s| 11300 |  4097 |  7335k| 647.5 |   484M |  61 |5568 |8450 |7368 |  12k|  1 |5144 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1718.17/1724.53	c   623s| 11400 |  4099 |  7375k| 645.3 |   484M |  61 |5568 |8414 |   0 |  12k|  0 |5191 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1720.06/1726.43	c   625s| 11500 |  4105 |  7412k| 642.9 |   484M |  61 |5568 |8431 |   0 |  12k|  0 |5262 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1722.85/1729.21	c   627s| 11600 |  4132 |  7464k| 641.8 |   484M |  61 |5568 |8362 |7376 |  12k|  1 |5293 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1725.65/1732.07	c   630s| 11700 |  4178 |  7523k| 641.4 |   484M |  61 |5568 |8345 |7368 |  12k|  1 |5336 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1727.24/1733.67	c   632s| 11800 |  4178 |  7551k| 638.3 |   484M |  61 |5568 |8290 |7372 |  12k|  1 |5405 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1729.33/1735.75	c   634s| 11900 |  4197 |  7589k| 636.1 |   484M |  61 |5568 |8259 |7371 |  12k|  1 |5455 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1731.73/1738.18	c   636s| 12000 |  4206 |  7635k| 634.7 |   484M |  61 |5568 |8260 |7372 |  13k|  1 |5514 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1734.11/1740.51	c   639s| 12100 |  4224 |  7682k| 633.3 |   484M |  61 |5568 |8235 |7377 |  13k|  1 |5580 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1736.90/1743.37	c   641s| 12200 |  4242 |  7732k| 632.2 |   484M |  61 |5568 |8239 |   0 |  13k|  0 |5641 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1740.29/1746.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1740.29/1746.74	c   645s| 12300 |  4257 |  7795k| 632.2 |   484M |  61 |5568 |8241 |7380 |  13k|  1 |5699 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1742.59/1749.05	c   647s| 12400 |  4250 |  7841k| 630.8 |   484M |  61 |5568 |8261 |7375 |  13k|  1 |5758 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1744.77/1751.26	c   649s| 12500 |  4250 |  7883k| 629.1 |   484M |  61 |5568 |8272 |7374 |  13k|  1 |5828 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1746.86/1753.38	c   651s| 12600 |  4258 |  7924k| 627.4 |   484M |  61 |5568 |8298 |7379 |  13k|  2 |5889 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1748.26/1754.74	c   653s| 12700 |  4277 |  7945k| 624.1 |   484M |  61 |5568 |8312 |7371 |  13k|  1 |5949 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1749.66/1756.14	c   654s| 12800 |  4272 |  7971k| 621.2 |   485M |  61 |5568 |8444 |   0 |  13k|  0 |6104 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1751.14/1757.60	c   656s| 12900 |  4278 |  8001k| 618.8 |   485M |  61 |5568 |8465 |   0 |  13k|  0 |6147 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1753.65/1760.14	c   658s| 13000 |  4296 |  8051k| 617.8 |   485M |  61 |5568 |8455 |7388 |  14k|  2 |6170 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1756.13/1762.62	c   661s| 13100 |  4334 |  8098k| 616.7 |   485M |  61 |5568 |8456 |7375 |  14k|  1 |6226 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1758.32/1764.89	c   663s| 13200 |  4345 |  8141k| 615.3 |   485M |  61 |5568 |8447 |7374 |  14k|  1 |6253 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1760.21/1766.79	c   665s| 13300 |  4341 |  8176k| 613.3 |   485M |  61 |5568 |8377 |   0 |  14k|  0 |6283 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1762.31/1768.87	c   667s| 13400 |  4359 |  8215k| 611.6 |   485M |  61 |5568 |8401 |7374 |  14k|  0 |6344 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1765.20/1771.76	c   670s| 13500 |  4376 |  8271k| 611.3 |   485M |  61 |5568 |8423 |7372 |  14k|  2 |6383 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1767.29/1773.81	c   672s| 13600 |  4384 |  8310k| 609.6 |   485M |  61 |5568 |8442 |   0 |  14k|  0 |6432 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1769.68/1776.23	c   674s| 13700 |  4415 |  8358k| 608.6 |   485M |  61 |5568 |8442 |7368 |  14k|  1 |6465 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1772.27/1778.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1772.27/1778.82	c   677s| 13800 |  4439 |  8410k| 608.0 |   485M |  61 |5568 |8445 |   0 |  14k|  0 |6521 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1774.66/1781.21	c   679s| 13900 |  4458 |  8457k| 607.1 |   485M |  61 |5568 |8318 |   0 |  14k|  0 |6577 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1777.75/1784.32	c   682s| 14000 |  4476 |  8522k| 607.3 |   485M |  61 |5568 |8276 |7383 |  14k|  2 |6640 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1781.24/1787.80	c   686s| 14100 |  4509 |  8599k| 608.5 |   485M |  62 |5568 |8266 |7374 |  15k|  1 |6712 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1784.13/1790.72	c   689s| 14200 |  4569 |  8663k| 608.8 |   485M |  62 |5568 |8276 |7374 |  15k|  1 |6748 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1786.72/1793.33	c   691s| 14300 |  4605 |  8720k| 608.4 |   485M |  62 |5568 |8262 |7382 |  15k|  1 |6777 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1789.52/1796.17	c   694s| 14400 |  4631 |  8781k| 608.5 |   485M |  62 |5568 |8257 |   0 |  15k|  0 |6825 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1791.20/1797.88	c   696s| 14500 |  4645 |  8814k| 606.6 |   485M |  62 |5568 |8238 |7385 |  15k|  2 |6857 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1793.50/1800.18	c   698s| 14600 |  4679 |  8860k| 605.5 |   485M |  62 |5568 |8252 |7380 |  15k|  1 |6901 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1795.98/1802.66	c   701s| 14700 |  4700 |  8909k| 604.8 |   486M |  62 |5568 |8241 |   0 |  15k|  0 |6939 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1797.28/1803.92	c   702s| 14800 |  4696 |  8932k| 602.2 |   486M |  62 |5568 |8243 |   0 |  15k|  0 |6994 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1798.87/1805.51	c   704s| 14900 |  4692 |  8962k| 600.2 |   486M |  62 |5568 |8252 |   0 |  15k|  0 |7044 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1801.26/1807.90	c   706s| 15000 |  4704 |  9011k| 599.5 |   486M |  62 |5568 |8256 |   0 |  15k|  0 |7116 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1804.95/1811.68	c   710s| 15100 |  4752 |  9086k| 600.5 |   486M |  62 |5568 |8232 |7372 |  15k|  1 |7151 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1806.64/1813.30	c   711s| 15200 |  4756 |  9116k| 598.5 |   486M |  62 |5568 |8295 |7360 |  16k|  1 |7258 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1809.63/1816.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1809.63/1816.33	c   714s| 15300 |  4780 |  9182k| 598.9 |   486M |  62 |5568 |8262 |7376 |  16k|  1 |7279 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1811.12/1817.88	c   716s| 15400 |  4807 |  9209k| 596.7 |   486M |  62 |5568 |8304 |7369 |  16k|  1 |7342 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1814.71/1821.42	c   720s| 15500 |  4847 |  9290k| 598.1 |   486M |  62 |5568 |8284 |7361 |  16k|  1 |7377 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1817.60/1824.34	c   722s| 15600 |  4876 |  9347k| 598.0 |   486M |  62 |5568 |8258 |7381 |  16k|  3 |7405 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1820.49/1827.28	c   725s| 15700 |  4908 |  9408k| 598.0 |   486M |  62 |5568 |8204 |   0 |  16k|  0 |7438 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1823.29/1830.09	c   728s| 15800 |  4944 |  9466k| 597.9 |   486M |  62 |5568 |8203 |7371 |  16k|  1 |7492 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1824.97/1831.72	c   730s| 15900 |  4970 |  9498k| 596.2 |   486M |  62 |5568 |8216 |7372 |  16k|  1 |7541 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1826.57/1833.30	c   731s| 16000 |  4979 |  9530k| 594.4 |   486M |  62 |5568 |8224 |   0 |  16k|  0 |7569 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1829.55/1836.35	c   734s| 16100 |  5015 |  9595k| 594.8 |   486M |  62 |5568 |8217 |7359 |  16k|  1 |7607 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1831.26/1838.06	c   736s| 16200 |  5043 |  9626k| 593.0 |   486M |  62 |5568 |8230 |7381 |  16k|  1 |7647 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1833.04/1839.84	c   738s| 16300 |  5044 |  9660k| 591.4 |   486M |  62 |5568 |8261 |   0 |  17k|  0 |7715 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1834.63/1841.45	c   740s| 16400 |  5065 |  9691k| 589.7 |   486M |  62 |5568 |8315 |7381 |  17k|  1 |7787 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1836.53/1843.30	c   741s| 16500 |  5088 |  9728k| 588.4 |   486M |  62 |5568 |8318 |   0 |  17k|  0 |7834 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1840.41/1847.24	c   745s| 16600 |  5117 |  9809k| 589.8 |   486M |  62 |5568 |8303 |   0 |  17k|  0 |7916 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1842.80/1849.63	c   748s| 16700 |  5133 |  9858k| 589.2 |   486M |  62 |5568 |8330 |7374 |  17k|  1 |7999 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1844.70/1851.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1844.70/1851.55	c   750s| 16800 |  5149 |  9899k| 588.1 |   486M |  62 |5568 |8355 |   0 |  17k|  0 |8063 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1846.99/1853.80	c   752s| 16900 |  5153 |  9942k| 587.2 |   486M |  62 |5568 |8375 |7374 |  17k|  2 |8142 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1848.68/1855.55	c   754s| 17000 |  5171 |  9975k| 585.6 |   486M |  62 |5568 |8379 |7370 |  17k|  1 |8185 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1850.87/1857.75	c   756s| 17100 |  5197 | 10015k| 584.6 |   486M |  62 |5568 |8397 |7394 |  17k|  4 |8241 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1852.87/1859.75	c   758s| 17200 |  5213 | 10052k| 583.3 |   486M |  62 |5568 |8518 |7375 |  17k|  1 |8365 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1854.86/1861.71	c   760s| 17300 |  5235 | 10087k| 582.0 |   486M |  62 |5568 |8529 |7370 |  17k|  1 |8408 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1857.35/1864.21	c   762s| 17400 |  5251 | 10135k| 581.4 |   486M |  62 |5568 |8518 |7379 |  18k|  1 |8475 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1859.74/1866.69	c   765s| 17500 |  5274 | 10182k| 580.8 |   487M |  62 |5568 |8501 |   0 |  18k|  0 |8546 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1861.73/1868.62	c   767s| 17600 |  5306 | 10219k| 579.5 |   487M |  62 |5568 |8526 |   0 |  18k|  0 |8585 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1863.63/1870.59	c   769s| 17700 |  5325 | 10256k| 578.3 |   487M |  62 |5568 |8551 |7371 |  18k|  1 |8658 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1866.13/1873.08	c   771s| 17800 |  5334 | 10303k| 577.7 |   487M |  62 |5568 |8533 |7379 |  18k|  1 |8740 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1867.81/1874.74	c   773s| 17900 |  5327 | 10330k| 576.0 |   487M |  62 |5568 |8528 |7388 |  18k|  3 |8812 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1872.39/1879.38	c   777s| 18000 |  5335 | 10398k| 576.6 |   487M |  62 |5568 |8421 |7382 |  18k|  1 |8871 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1875.10/1882.10	c   780s| 18100 |  5366 | 10454k| 576.5 |   487M |  62 |5568 |8416 |7368 |  18k|  1 |8950 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1877.27/1884.26	c   782s| 18200 |  5387 | 10493k| 575.5 |   487M |  62 |5568 |8434 |7384 |  18k|  1 |9004 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1879.18/1886.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1879.18/1886.14	c   784s| 18300 |  5415 | 10529k| 574.3 |   487M |  62 |5568 |8469 |7370 |  19k|  1 |9053 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1881.17/1888.12	c   786s| 18400 |  5423 | 10570k| 573.4 |   487M |  62 |5568 |8520 |7380 |  19k|  1 |9143 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1882.75/1889.79	c   788s| 18500 |  5435 | 10603k| 572.1 |   487M |  62 |5568 |8567 |   0 |  19k|  0 |9230 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1885.44/1892.41	c   790s| 18600 |  5450 | 10656k| 571.9 |   488M |  62 |5568 |8616 |7368 |  19k|  1 |9325 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1887.93/1894.97	c   793s| 18700 |  5462 | 10705k| 571.5 |   488M |  62 |5568 |8621 |7380 |  19k|  2 |9376 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1889.73/1896.78	c   795s| 18800 |  5444 | 10740k| 570.2 |   488M |  62 |5568 |8609 |7369 |  19k|  1 |9492 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1892.91/1899.99	c   798s| 18900 |  5462 | 10805k| 570.7 |   488M |  62 |5568 |8472 |7367 |  19k|  1 |9560 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1895.60/1902.65	c   801s| 19000 |  5482 | 10856k| 570.3 |   488M |  62 |5568 |8447 |7369 |  19k|  1 |9619 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1897.80/1904.89	c   803s| 19100 |  5502 | 10891k| 569.2 |   489M |  62 |5568 |8394 |   0 |  19k|  0 |9665 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1899.69/1906.73	c   805s| 19200 |  5516 | 10923k| 567.9 |   489M |  62 |5568 |8421 |   0 |  19k|  0 |9710 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1901.18/1908.23	c   806s| 19300 |  5514 | 10952k| 566.4 |   489M |  62 |5568 |8448 |   0 |  20k|  0 |9782 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1903.47/1910.59	c   809s| 19400 |  5544 | 11000k| 566.0 |   489M |  62 |5568 |8368 |7371 |  20k|  1 |9826 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1906.97/1914.10	c   812s| 19500 |  5564 | 11075k| 567.0 |   489M |  62 |5568 |8295 |7357 |  20k|  1 |9863 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1908.97/1916.06	c   814s| 19600 |  5571 | 11113k| 566.0 |   489M |  62 |5568 |8304 |7364 |  20k|  1 |9932 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1910.96/1918.02	c   816s| 19700 |  5587 | 11152k| 565.1 |   489M |  62 |5568 |8365 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1912.54/1919.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1912.54/1919.62	c   818s| 19800 |  5584 | 11182k| 563.8 |   489M |  62 |5568 |8397 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1915.04/1922.18	c   820s| 19900 |  5602 | 11235k| 563.6 |   489M |  62 |5568 |8401 |7364 |  20k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1918.52/1925.61	c   824s| 20000 |  5639 | 11298k| 563.9 |   489M |  62 |5568 |8380 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1921.10/1928.27	c   826s| 20100 |  5661 | 11348k| 563.6 |   489M |  62 |5568 |8348 |7371 |  20k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1923.40/1930.57	c   829s| 20200 |  5681 | 11394k| 563.1 |   489M |  62 |5568 |8334 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1925.49/1932.61	c   831s| 20300 |  5680 | 11431k| 562.2 |   489M |  62 |5568 |8199 |   0 |  20k|  0 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1927.28/1934.43	c   833s| 20400 |  5688 | 11465k| 561.0 |   489M |  62 |5568 |8214 |7386 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1929.47/1936.61	c   835s| 20500 |  5722 | 11506k| 560.3 |   489M |  62 |5568 |8249 |7385 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1931.46/1938.69	c   837s| 20600 |  5732 | 11546k| 559.5 |   489M |  62 |5568 |8338 |7384 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1933.46/1940.68	c   839s| 20700 |  5742 | 11584k| 558.7 |   489M |  62 |5568 |8370 |7383 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1935.25/1942.47	c   841s| 20800 |  5763 | 11619k| 557.7 |   489M |  62 |5568 |8356 |7373 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1936.86/1944.03	c   842s| 20900 |  5770 | 11647k| 556.3 |   489M |  62 |5568 |8397 |7382 |  21k|  2 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1939.04/1946.28	c   844s| 21000 |  5782 | 11691k| 555.8 |   489M |  62 |5568 |8423 |7370 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1940.63/1947.88	c   846s| 21100 |  5796 | 11723k| 554.7 |   489M |  62 |5568 |8461 |7374 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1942.42/1949.60	c   848s| 21200 |  5820 | 11756k| 553.6 |   489M |  62 |5568 |8519 |7374 |  21k|  1 |  10k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1944.51/1951.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1944.51/1951.72	c   850s| 21300 |  5831 | 11795k| 552.8 |   489M |  62 |5568 |8506 |7368 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1946.51/1953.77	c   852s| 21400 |  5835 | 11834k| 552.1 |   489M |  62 |5568 |8551 |7374 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1948.91/1956.19	c   854s| 21500 |  5853 | 11877k| 551.5 |   489M |  62 |5568 |8538 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1951.39/1958.64	c   857s| 21600 |  5880 | 11920k| 550.9 |   489M |  62 |5568 |8539 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1953.79/1961.06	c   859s| 21700 |  5898 | 11962k| 550.3 |   489M |  62 |5568 |8544 |7371 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1956.27/1963.53	c   862s| 21800 |  5918 | 12010k| 550.0 |   489M |  62 |5568 |8487 |7370 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1957.87/1965.16	c   863s| 21900 |  5939 | 12041k| 549.0 |   489M |  62 |5568 |8556 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1959.87/1967.16	c   865s| 22000 |  5966 | 12081k| 548.3 |   489M |  62 |5568 |8551 |7369 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1961.86/1969.14	c   867s| 22100 |  5985 | 12119k| 547.5 |   489M |  62 |5568 |8597 |7367 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1963.34/1970.63	c   869s| 22200 |  5998 | 12146k| 546.2 |   489M |  62 |5568 |8643 |7369 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1964.53/1971.89	c   870s| 22300 |  5992 | 12168k| 544.8 |   489M |  62 |5568 |8682 |   0 |  22k|  0 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1966.03/1973.34	c   871s| 22400 |  6011 | 12195k| 543.5 |   489M |  62 |5568 |8715 |7366 |  22k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1968.52/1975.88	c   874s| 22500 |  6028 | 12247k| 543.5 |   489M |  62 |5568 |8758 |7370 |  23k|  1 |  11k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1970.91/1978.22	c   876s| 22600 |  6045 | 12291k| 543.0 |   489M |  62 |5568 |8800 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1972.40/1979.77	c   878s| 22700 |  6064 | 12322k| 542.0 |   489M |  62 |5568 |8777 |7375 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1974.99/1982.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1974.99/1982.32	c   880s| 22800 |  6067 | 12370k| 541.7 |   491M |  62 |5568 |8712 |7375 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1976.99/1984.36	c   882s| 22900 |  6085 | 12406k| 540.9 |   491M |  62 |5568 |8645 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1978.98/1986.33	c   884s| 23000 |  6092 | 12441k| 540.1 |   491M |  62 |5568 |8654 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1981.78/1989.13	c   887s| 23100 |  6115 | 12498k| 540.2 |   491M |  62 |5568 |8599 |7371 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1983.78/1991.19	c   889s| 23200 |  6137 | 12536k| 539.5 |   491M |  62 |5568 |8615 |7371 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1985.95/1993.35	c   891s| 23300 |  6149 | 12572k| 538.8 |   491M |  62 |5568 |8672 |7373 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1987.45/1994.89	c   893s| 23400 |  6164 | 12603k| 537.8 |   491M |  62 |5568 |8749 |   0 |  23k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1989.65/1997.06	c   895s| 23500 |  6170 | 12646k| 537.3 |   491M |  62 |5568 |8785 |7373 |  23k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1992.13/1999.55	c   898s| 23600 |  6188 | 12693k| 537.0 |   491M |  62 |5568 |8836 |7373 |  24k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1994.12/2001.51	c   900s| 23700 |  6179 | 12729k| 536.3 |   491M |  62 |5568 |8860 |   0 |  24k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1996.51/2003.91	c   902s| 23800 |  6164 | 12774k| 535.9 |   491M |  62 |5568 |8762 |7368 |  24k|  1 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
1998.72/2006.17	c   904s| 23900 |  6192 | 12821k| 535.6 |   491M |  62 |5568 |8788 |   0 |  24k|  0 |  12k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2001.39/2008.85	c   907s| 24000 |  6192 | 12869k| 535.4 |   491M |  62 |5568 |8750 |7371 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2003.49/2011.00	c   909s| 24100 |  6221 | 12915k| 535.1 |   491M |  62 |5568 |8731 |7371 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2005.38/2012.86	c   911s| 24200 |  6230 | 12951k| 534.4 |   491M |  62 |5568 |8665 |   0 |  24k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2007.97/2015.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2007.97/2015.40	c   913s| 24300 |  6241 | 12998k| 534.1 |   491M |  62 |5568 |8622 |7364 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2010.16/2017.64	c   916s| 24400 |  6236 | 13039k| 533.6 |   491M |  62 |5568 |8544 |   0 |  24k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2012.95/2020.41	c   919s| 24500 |  6250 | 13086k| 533.3 |   491M |  62 |5568 |8441 |   0 |  24k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2015.44/2022.98	c   921s| 24600 |  6258 | 13136k| 533.2 |   491M |  62 |5568 |8415 |7368 |  24k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2017.33/2024.84	c   923s| 24700 |  6280 | 13170k| 532.4 |   491M |  62 |5568 |8468 |7379 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2019.54/2027.07	c   925s| 24800 |  6307 | 13214k| 532.0 |   491M |  62 |5568 |8514 |7378 |  25k|  2 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2022.11/2029.68	c   928s| 24900 |  6317 | 13264k| 531.9 |   491M |  62 |5568 |8553 |7371 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2024.41/2031.98	c   930s| 25000 |  6341 | 13310k| 531.6 |   492M |  62 |5568 |8541 |7369 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2026.00/2033.53	c   932s| 25100 |  6335 | 13338k| 530.6 |   492M |  62 |5568 |8572 |7368 |  25k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2027.51/2035.05	c   933s| 25200 |  6342 | 13365k| 529.6 |   492M |  62 |5568 |8547 |   0 |  25k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2029.50/2037.02	c   935s| 25300 |  6348 | 13401k| 528.9 |   492M |  62 |5568 |8527 |7368 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2031.78/2039.30	c   937s| 25400 |  6359 | 13441k| 528.4 |   492M |  62 |5568 |8554 |   0 |  25k|  0 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2033.27/2040.84	c   939s| 25500 |  6355 | 13468k| 527.4 |   492M |  62 |5568 |8601 |7361 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2035.36/2042.99	c   941s| 25600 |  6362 | 13509k| 526.9 |   492M |  62 |5568 |8557 |7378 |  25k|  1 |  13k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2037.95/2045.53	c   944s| 25700 |  6377 | 13554k| 526.6 |   492M |  62 |5568 |8563 |   0 |  25k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2040.74/2048.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2040.74/2048.35	c   946s| 25800 |  6403 | 13604k| 526.6 |   492M |  62 |5568 |8540 |7385 |  25k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2042.55/2050.19	c   948s| 25900 |  6414 | 13640k| 525.9 |   492M |  62 |5568 |8580 |7379 |  25k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2044.83/2052.48	c   951s| 26000 |  6425 | 13683k| 525.5 |   492M |  62 |5568 |8616 |   0 |  25k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2047.43/2055.05	c   953s| 26100 |  6443 | 13736k| 525.5 |   492M |  62 |5568 |8587 |7371 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2049.42/2057.02	c   955s| 26200 |  6470 | 13777k| 525.1 |   492M |  62 |5568 |8566 |7342 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2051.80/2059.42	c   958s| 26300 |  6489 | 13819k| 524.7 |   492M |  62 |5568 |8564 |7369 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2053.59/2061.27	c   959s| 26400 |  6516 | 13856k| 524.1 |   492M |  62 |5568 |8601 |7369 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2056.08/2063.72	c   962s| 26500 |  6520 | 13908k| 524.1 |   492M |  62 |5568 |8591 |7376 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2058.57/2066.25	c   964s| 26600 |  6530 | 13959k| 524.1 |   492M |  62 |5568 |8539 |   0 |  26k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2061.16/2068.87	c   967s| 26700 |  6565 | 14012k| 524.1 |   492M |  62 |5568 |8489 |7361 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2063.75/2071.47	c   970s| 26800 |  6573 | 14062k| 524.0 |   492M |  62 |5568 |8487 |   0 |  26k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2066.36/2074.06	c   972s| 26900 |  6603 | 14117k| 524.1 |   492M |  62 |5568 |8485 |7373 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2069.13/2076.81	c   975s| 27000 |  6620 | 14171k| 524.1 |   492M |  62 |5568 |8490 |7386 |  26k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2071.03/2078.76	c   977s| 27100 |  6644 | 14208k| 523.6 |   492M |  62 |5568 |8471 |   0 |  27k|  0 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2073.62/2081.32	c   979s| 27200 |  6661 | 14262k| 523.6 |   492M |  62 |5568 |8481 |7368 |  27k|  1 |  14k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2075.81/2083.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2075.81/2083.59	c   982s| 27300 |  6688 | 14308k| 523.4 |   492M |  62 |5568 |8494 |7382 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2078.00/2085.76	c   984s| 27400 |  6702 | 14348k| 522.9 |   492M |  62 |5568 |8517 |7372 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2079.80/2087.58	c   986s| 27500 |  6719 | 14378k| 522.1 |   492M |  62 |5568 |8540 |7366 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2082.49/2090.24	c   988s| 27600 |  6729 | 14431k| 522.2 |   492M |  62 |5568 |8507 |7371 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2084.18/2091.90	c   990s| 27700 |  6730 | 14463k| 521.4 |   492M |  62 |5568 |8525 |   0 |  27k|  0 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2087.28/2095.08	c   993s| 27800 |  6762 | 14509k| 521.2 |   492M |  62 |5568 |8513 |7377 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2088.96/2096.73	c   995s| 27900 |  6754 | 14545k| 520.6 |   492M |  62 |5568 |8541 |7360 |  27k|  2 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2091.75/2099.50	c   998s| 28000 |  6777 | 14596k| 520.6 |   492M |  62 |5568 |8522 |7371 |  27k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2094.74/2102.55	c  1001s| 28100 |  6800 | 14655k| 520.9 |   492M |  62 |5568 |8504 |   0 |  28k|  0 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2097.93/2105.70	c  1004s| 28200 |  6830 | 14716k| 521.1 |   492M |  62 |5568 |8476 |7370 |  28k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2099.92/2107.72	c  1006s| 28300 |  6842 | 14754k| 520.7 |   492M |  62 |5568 |8464 |7372 |  28k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2101.42/2109.29	c  1007s| 28400 |  6855 | 14784k| 519.9 |   492M |  62 |5568 |8504 |   0 |  28k|  0 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2103.01/2110.85	c  1009s| 28500 |  6865 | 14813k| 519.1 |   493M |  62 |5568 |8544 |   0 |  28k|  0 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2104.90/2112.75	c  1011s| 28600 |  6895 | 14850k| 518.6 |   493M |  62 |5568 |8565 |7377 |  28k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2107.09/2115.00	c  1013s| 28700 |  6917 | 14893k| 518.3 |   493M |  62 |5568 |8530 |7352 |  28k|  1 |  15k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2109.88/2117.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2109.88/2117.73	c  1016s| 28800 |  6944 | 14947k| 518.3 |   494M |  62 |5568 |8502 |7368 |  28k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2111.98/2119.88	c  1018s| 28900 |  6951 | 14988k| 517.9 |   494M |  62 |5568 |8500 |7378 |  28k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2113.97/2121.87	c  1020s| 29000 |  6963 | 15027k| 517.5 |   494M |  62 |5568 |8526 |7382 |  28k|  0 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2115.96/2123.88	c  1022s| 29100 |  6966 | 15064k| 517.0 |   495M |  62 |5568 |8532 |7366 |  28k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2118.05/2125.95	c  1024s| 29200 |  6981 | 15104k| 516.6 |   495M |  62 |5568 |8586 |   0 |  29k|  0 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2121.15/2129.11	c  1027s| 29300 |  7009 | 15171k| 517.1 |   495M |  62 |5568 |8563 |7382 |  29k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2123.83/2131.70	c  1030s| 29400 |  7011 | 15225k| 517.2 |   495M |  62 |5568 |8515 |   0 |  29k|  0 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2125.82/2133.79	c  1032s| 29500 |  7012 | 15266k| 516.8 |   496M |  62 |5568 |8476 |7379 |  29k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2127.91/2135.81	c  1034s| 29600 |  7026 | 15306k| 516.4 |   496M |  62 |5568 |8497 |7371 |  29k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2130.01/2137.95	c  1036s| 29700 |  7045 | 15347k| 516.1 |   496M |  62 |5568 |8501 |   0 |  29k|  0 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2132.60/2140.53	c  1039s| 29800 |  7071 | 15396k| 516.0 |   496M |  62 |5568 |8480 |7384 |  29k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2134.69/2142.68	c  1041s| 29900 |  7085 | 15437k| 515.6 |   496M |  62 |5568 |8489 |7374 |  29k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2139.19/2147.15	c  1045s| 30000 |  7107 | 15531k| 517.1 |   497M |  62 |5568 |8460 |   0 |  30k|  0 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2141.36/2149.32	c  1047s| 30100 |  7116 | 15575k| 516.8 |   497M |  62 |5568 |8441 |7351 |  30k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2144.35/2152.39	c  1050s| 30200 |  7137 | 15639k| 517.2 |   497M |  62 |5568 |8393 |7373 |  30k|  1 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2147.16/2155.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2147.16/2155.14	c  1053s| 30300 |  7172 | 15694k| 517.3 |   498M |  62 |5568 |8335 |   0 |  30k|  0 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2148.94/2156.92	c  1055s| 30400 |  7172 | 15723k| 516.6 |   498M |  62 |5568 |8389 |   0 |  30k|  0 |  16k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2151.14/2159.19	c  1057s| 30500 |  7215 | 15765k| 516.3 |   500M |  62 |5568 |8393 |7374 |  30k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2153.62/2161.65	c  1060s| 30600 |  7242 | 15809k| 516.0 |   500M |  62 |5568 |8419 |7392 |  30k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2156.51/2164.52	c  1063s| 30700 |  7265 | 15873k| 516.4 |   500M |  62 |5568 |8374 |7374 |  30k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2158.20/2166.29	c  1064s| 30800 |  7272 | 15903k| 515.7 |   500M |  62 |5568 |8426 |7383 |  30k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2160.01/2168.10	c  1066s| 30900 |  7270 | 15933k| 515.0 |   500M |  62 |5568 |8498 |7374 |  31k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2162.58/2170.60	c  1069s| 31000 |  7273 | 15980k| 514.9 |   500M |  62 |5568 |8490 |7370 |  31k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2164.87/2173.00	c  1071s| 31100 |  7290 | 16024k| 514.6 |   501M |  62 |5568 |8461 |   0 |  31k|  0 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2166.47/2174.56	c  1073s| 31200 |  7289 | 16051k| 513.8 |   501M |  62 |5568 |8412 |7373 |  31k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2169.16/2177.28	c  1075s| 31300 |  7302 | 16106k| 513.9 |   501M |  62 |5568 |8402 |7343 |  31k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2171.65/2179.79	c  1078s| 31400 |  7322 | 16157k| 514.0 |   501M |  62 |5568 |8383 |7370 |  31k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2174.64/2182.74	c  1081s| 31500 |  7344 | 16215k| 514.2 |   501M |  62 |5568 |8309 |7390 |  31k|  3 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2176.33/2184.43	c  1083s| 31600 |  7362 | 16248k| 513.6 |   501M |  62 |5568 |8369 |   0 |  31k|  0 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2178.42/2186.56	c  1085s| 31700 |  7368 | 16288k| 513.2 |   501M |  62 |5568 |8421 |7383 |  31k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2181.21/2189.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2181.21/2189.38	c  1087s| 31800 |  7381 | 16345k| 513.4 |   502M |  62 |5568 |8318 |7343 |  31k|  1 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2183.51/2191.69	c  1090s| 31900 |  7397 | 16395k| 513.3 |   502M |  62 |5568 |8309 |   0 |  32k|  0 |  17k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2186.01/2194.17	c  1092s| 32000 |  7409 | 16444k| 513.3 |   502M |  62 |5568 |8333 |   0 |  32k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2188.39/2196.51	c  1095s| 32100 |  7432 | 16489k| 513.1 |   503M |  62 |5568 |8313 |   0 |  32k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2191.27/2199.40	c  1097s| 32200 |  7449 | 16544k| 513.2 |   503M |  62 |5568 |8261 |   0 |  32k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2193.67/2201.88	c  1100s| 32300 |  7460 | 16590k| 513.0 |   503M |  62 |5568 |8276 |7366 |  32k|  1 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2195.66/2203.87	c  1102s| 32400 |  7461 | 16625k| 512.5 |   504M |  62 |5568 |8269 |7377 |  32k|  2 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2198.65/2206.89	c  1105s| 32500 |  7458 | 16684k| 512.8 |   504M |  62 |5568 |8253 |   0 |  32k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2200.74/2208.98	c  1107s| 32600 |  7472 | 16727k| 512.5 |   504M |  62 |5568 |8223 |7374 |  32k|  1 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2203.43/2211.62	c  1110s| 32700 |  7500 | 16781k| 512.6 |   504M |  62 |5568 |8234 |7370 |  32k|  1 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2206.02/2214.20	c  1112s| 32800 |  7527 | 16832k| 512.6 |   505M |  62 |5568 |8226 |7386 |  32k|  1 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2207.61/2215.85	c  1114s| 32900 |  7544 | 16859k| 511.8 |   505M |  63 |5568 |8277 |   0 |  32k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2209.82/2218.06	c  1116s| 33000 |  7561 | 16897k| 511.4 |   505M |  63 |5568 |8285 |7382 |  33k|  1 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2213.09/2221.39	c  1119s| 33100 |  7589 | 16960k| 511.8 |   505M |  63 |5568 |8277 |   0 |  33k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2214.49/2222.71	c  1121s| 33200 |  7594 | 16985k| 511.0 |   505M |  63 |5568 |8349 |   0 |  33k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2216.98/2225.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2216.98/2225.29	c  1123s| 33300 |  7617 | 17034k| 510.9 |   505M |  63 |5568 |8325 |7381 |  33k|  1 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2218.97/2227.24	c  1125s| 33400 |  7633 | 17069k| 510.5 |   506M |  63 |5568 |8336 |7382 |  33k|  1 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2222.77/2231.11	c  1129s| 33500 |  7651 | 17141k| 511.1 |   506M |  63 |5568 |8306 |   0 |  33k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2225.15/2233.49	c  1132s| 33600 |  7671 | 17183k| 510.8 |   506M |  63 |5568 |8322 |   0 |  33k|  0 |  18k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2228.13/2236.47	c  1135s| 33700 |  7684 | 17239k| 511.0 |   509M |  63 |5568 |8314 |7383 |  33k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2229.23/2237.58	c  1136s| 33800 |  7675 | 17257k| 510.0 |   509M |  63 |5568 |8348 |   0 |  33k|  0 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2232.02/2240.33	c  1138s| 33900 |  7690 | 17310k| 510.1 |   509M |  63 |5568 |8308 |7375 |  33k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2234.61/2242.97	c  1141s| 34000 |  7725 | 17360k| 510.0 |   509M |  63 |5568 |8299 |   0 |  33k|  0 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2237.30/2245.64	c  1144s| 34100 |  7761 | 17409k| 509.9 |   509M |  63 |5568 |8269 |7381 |  34k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2238.71/2247.05	c  1145s| 34200 |  7772 | 17433k| 509.2 |   509M |  63 |5568 |8304 |7384 |  34k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2240.19/2248.55	c  1147s| 34300 |  7774 | 17460k| 508.5 |   510M |  63 |5568 |8367 |7387 |  34k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2242.08/2250.42	c  1149s| 34400 |  7784 | 17489k| 507.9 |   510M |  63 |5568 |8361 |7376 |  34k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2245.36/2253.72	c  1152s| 34500 |  7829 | 17553k| 508.2 |   510M |  63 |5568 |8316 |7369 |  34k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2247.95/2256.38	c  1154s| 34600 |  7842 | 17607k| 508.3 |   510M |  63 |5568 |8296 |   0 |  34k|  0 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2252.04/2260.47	c  1159s| 34700 |  7891 | 17692k| 509.3 |   510M |  63 |5568 |8237 |7363 |  34k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2254.13/2262.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2254.13/2262.51	c  1161s| 34800 |  7904 | 17727k| 508.8 |   510M |  63 |5568 |8219 |   0 |  34k|  0 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2256.42/2264.89	c  1163s| 34900 |  7922 | 17773k| 508.7 |   510M |  63 |5568 |8217 |7368 |  34k|  1 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2259.91/2268.39	c  1166s| 35000 |  7958 | 17838k| 509.1 |   510M |  63 |5568 |8207 |   0 |  34k|  0 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2261.90/2270.30	c  1168s| 35100 |  7962 | 17871k| 508.6 |   510M |  63 |5568 |8250 |7383 |  34k|  2 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2264.99/2273.45	c  1172s| 35200 |  7992 | 17934k| 508.9 |   511M |  63 |5568 |8245 |   0 |  34k|  0 |  19k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2267.39/2275.87	c  1174s| 35300 |  8013 | 17980k| 508.8 |   511M |  63 |5568 |8247 |   0 |  34k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2268.98/2277.40	c  1175s| 35400 |  8029 | 18010k| 508.2 |   512M |  63 |5568 |8260 |7368 |  34k|  1 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2270.98/2279.45	c  1178s| 35500 |  8038 | 18051k| 507.9 |   512M |  63 |5568 |8289 |   0 |  35k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2272.17/2280.62	c  1179s| 35600 |  8041 | 18070k| 507.0 |   513M |  63 |5568 |8318 |   0 |  35k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2273.86/2282.38	c  1180s| 35700 |  8054 | 18102k| 506.5 |   513M |  63 |5568 |8340 |7369 |  35k|  1 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2276.35/2284.87	c  1183s| 35800 |  8087 | 18148k| 506.4 |   513M |  63 |5568 |8336 |7354 |  35k|  1 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2278.85/2287.38	c  1185s| 35900 |  8117 | 18200k| 506.4 |   513M |  63 |5568 |8335 |   0 |  35k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2280.84/2289.39	c  1187s| 36000 |  8127 | 18237k| 506.0 |   514M |  63 |5568 |8354 |   0 |  35k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2283.83/2292.38	c  1190s| 36100 |  8146 | 18294k| 506.2 |   514M |  63 |5568 |8428 |7367 |  35k|  1 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2286.02/2294.50	c  1193s| 36200 |  8168 | 18336k| 506.0 |   514M |  63 |5568 |8437 |   0 |  35k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2288.31/2296.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2288.31/2296.87	c  1195s| 36300 |  8188 | 18376k| 505.7 |   515M |  63 |5568 |8439 |   0 |  35k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2290.90/2299.46	c  1198s| 36400 |  8206 | 18427k| 505.7 |   515M |  63 |5568 |8438 |7387 |  35k|  2 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2293.19/2301.72	c  1200s| 36500 |  8228 | 18471k| 505.5 |   515M |  63 |5568 |8430 |7371 |  35k|  1 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2296.08/2304.61	c  1203s| 36600 |  8257 | 18527k| 505.7 |   516M |  63 |5568 |8394 |7367 |  36k|  1 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2298.58/2307.15	c  1205s| 36700 |  8269 | 18577k| 505.7 |   516M |  63 |5568 |8343 |   0 |  36k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2301.47/2310.09	c  1208s| 36800 |  8290 | 18631k| 505.8 |   516M |  63 |5568 |8326 |7366 |  36k|  1 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.67%
2305.05/2313.61	c  1212s| 36900 |  8305 | 18704k| 506.4 |   516M |  63 |5568 |8339 |   0 |  36k|  0 |  20k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2307.34/2315.95	c  1214s| 37000 |  8323 | 18750k| 506.2 |   518M |  63 |5568 |8360 |   0 |  36k|  0 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2309.93/2318.59	c  1217s| 37100 |  8338 | 18802k| 506.3 |   518M |  63 |5568 |8351 |7372 |  36k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2312.92/2321.57	c  1220s| 37200 |  8356 | 18864k| 506.6 |   518M |  63 |5568 |8364 |7379 |  36k|  0 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2316.42/2325.01	c  1223s| 37300 |  8394 | 18936k| 507.1 |   519M |  63 |5568 |8342 |7371 |  36k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2319.40/2328.03	c  1226s| 37400 |  8416 | 18996k| 507.4 |   519M |  63 |5568 |8344 |   0 |  36k|  0 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2322.18/2330.89	c  1229s| 37500 |  8422 | 19053k| 507.6 |   519M |  63 |5568 |8311 |7366 |  36k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2324.07/2332.71	c  1231s| 37600 |  8444 | 19084k| 507.1 |   519M |  63 |5568 |8306 |7364 |  36k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2326.56/2335.29	c  1233s| 37700 |  8467 | 19138k| 507.1 |   520M |  63 |5568 |8340 |7360 |  37k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2329.65/2338.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2329.65/2338.35	c  1236s| 37800 |  8490 | 19200k| 507.4 |   520M |  63 |5568 |8340 |   0 |  37k|  0 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2332.24/2340.94	c  1239s| 37900 |  8493 | 19254k| 507.5 |   520M |  63 |5568 |8361 |7370 |  37k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2335.73/2344.40	c  1242s| 38000 |  8506 | 19326k| 508.1 |   521M |  63 |5568 |8369 |   0 |  37k|  0 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.68%
2338.72/2347.46	c  1246s| 38100 |  8518 | 19390k| 508.4 |   521M |  63 |5568 |8303 |7363 |  37k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2341.11/2349.89	c  1248s| 38200 |  8543 | 19436k| 508.3 |   522M |  63 |5568 |8309 |7388 |  37k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2343.31/2352.11	c  1250s| 38300 |  8560 | 19478k| 508.1 |   523M |  63 |5568 |8327 |7379 |  37k|  2 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2347.88/2356.62	c  1255s| 38400 |  8616 | 19579k| 509.4 |   524M |  63 |5568 |8277 |7362 |  37k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2351.97/2360.78	c  1259s| 38500 |  8672 | 19673k| 510.5 |   524M |  63 |5568 |8285 |   0 |  37k|  0 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2354.46/2363.23	c  1261s| 38600 |  8686 | 19720k| 510.4 |   524M |  63 |5568 |8284 |7381 |  37k|  1 |  21k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2356.26/2365.08	c  1263s| 38700 |  8698 | 19756k| 510.0 |   524M |  63 |5568 |8293 |7370 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2359.04/2367.88	c  1266s| 38800 |  8723 | 19811k| 510.1 |   525M |  63 |5568 |8329 |7368 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2361.35/2370.11	c  1268s| 38900 |  8756 | 19852k| 509.8 |   525M |  63 |5568 |8357 |   0 |  38k|  0 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2364.12/2372.91	c  1271s| 39000 |  8768 | 19909k| 510.0 |   525M |  63 |5568 |8374 |7373 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2366.81/2375.61	c  1274s| 39100 |  8785 | 19964k| 510.1 |   525M |  63 |5568 |8380 |7364 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2369.10/2378.00	c  1276s| 39200 |  8813 | 20011k| 510.0 |   525M |  63 |5568 |8410 |7366 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2372.09/2380.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2372.09/2380.93	c  1279s| 39300 |  8845 | 20067k| 510.1 |   525M |  63 |5568 |8416 |7376 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2375.19/2384.05	c  1282s| 39400 |  8874 | 20131k| 510.4 |   526M |  63 |5568 |8410 |   0 |  38k|  0 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2377.28/2386.17	c  1284s| 39500 |  8887 | 20169k| 510.1 |   527M |  63 |5568 |8398 |7376 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2380.76/2389.62	c  1288s| 39600 |  8914 | 20235k| 510.5 |   528M |  63 |5568 |8394 |   0 |  38k|  0 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2383.75/2392.67	c  1291s| 39700 |  8948 | 20293k| 510.7 |   528M |  63 |5568 |8392 |7351 |  38k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2386.54/2395.48	c  1294s| 39800 |  8984 | 20344k| 510.7 |   528M |  63 |5568 |8433 |7386 |  39k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2388.93/2397.86	c  1296s| 39900 |  9005 | 20390k| 510.5 |   528M |  63 |5568 |8466 |7388 |  39k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2390.13/2399.04	c  1297s| 40000 |  9001 | 20408k| 509.7 |   529M |  63 |5568 |8532 |   0 |  39k|  0 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2391.42/2400.39	c  1298s| 40100 |  9005 | 20431k| 509.0 |   529M |  63 |5568 |8576 |7387 |  39k|  1 |  22k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2395.89/2404.82	c  1303s| 40200 |  9014 | 20470k| 508.7 |   529M |  63 |5568 |8561 |7374 |  39k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2398.48/2407.45	c  1306s| 40300 |  9035 | 20519k| 508.7 |   529M |  63 |5568 |8568 |7374 |  39k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2400.97/2409.95	c  1308s| 40400 |  9043 | 20559k| 508.4 |   529M |  63 |5568 |8580 |7381 |  39k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2404.08/2413.06	c  1311s| 40500 |  9079 | 20620k| 508.7 |   529M |  63 |5568 |8488 |   0 |  39k|  0 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2406.66/2415.67	c  1314s| 40600 |  9115 | 20673k| 508.7 |   530M |  63 |5568 |8448 |7374 |  39k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2409.84/2418.89	c  1317s| 40700 |  9148 | 20731k| 508.9 |   531M |  63 |5568 |8440 |   0 |  39k|  0 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2412.53/2421.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2412.53/2421.50	c  1320s| 40800 |  9172 | 20781k| 508.9 |   531M |  63 |5568 |8411 |7371 |  39k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2415.22/2424.26	c  1322s| 40900 |  9206 | 20835k| 508.9 |   531M |  63 |5568 |8374 |7344 |  40k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2418.41/2427.46	c  1326s| 41000 |  9229 | 20901k| 509.3 |   531M |  63 |5568 |8342 |7359 |  40k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2421.40/2430.40	c  1328s| 41100 |  9255 | 20960k| 509.5 |   532M |  63 |5568 |8357 |   0 |  40k|  0 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2424.29/2433.37	c  1331s| 41200 |  9295 | 21017k| 509.6 |   533M |  63 |5568 |8342 |   0 |  40k|  0 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2427.28/2436.37	c  1334s| 41300 |  9316 | 21076k| 509.9 |   533M |  63 |5568 |8366 |   0 |  40k|  0 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2430.57/2439.64	c  1338s| 41400 |  9338 | 21141k| 510.2 |   534M |  63 |5568 |8316 |7364 |  40k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2433.85/2442.98	c  1341s| 41500 |  9363 | 21207k| 510.6 |   534M |  63 |5568 |8317 |7370 |  40k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2436.54/2445.63	c  1344s| 41600 |  9385 | 21257k| 510.5 |   534M |  63 |5568 |8346 |   0 |  40k|  0 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2438.24/2447.35	c  1345s| 41700 |  9387 | 21285k| 510.0 |   535M |  63 |5568 |8359 |7376 |  40k|  1 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2440.83/2449.90	c  1348s| 41800 |  9402 | 21334k| 509.9 |   535M |  63 |5568 |8354 |   0 |  40k|  0 |  23k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2443.42/2452.50	c  1351s| 41900 |  9418 | 21386k| 509.9 |   535M |  63 |5568 |8368 |7377 |  41k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2446.21/2455.36	c  1353s| 42000 |  9441 | 21443k| 510.1 |   539M |  63 |5568 |8385 |   0 |  41k|  0 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2448.60/2457.79	c  1356s| 42100 |  9457 | 21488k| 509.9 |   540M |  63 |5568 |8424 |7372 |  41k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2451.19/2460.38	c  1358s| 42200 |  9481 | 21537k| 509.9 |   540M |  63 |5568 |8419 |7371 |  41k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2454.89/2464.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2454.89/2464.05	c  1362s| 42300 |  9518 | 21609k| 510.4 |   540M |  63 |5568 |8377 |7376 |  41k|  2 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2457.56/2466.79	c  1365s| 42400 |  9539 | 21664k| 510.5 |   540M |  63 |5568 |8380 |7368 |  41k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2460.55/2469.76	c  1368s| 42500 |  9562 | 21719k| 510.6 |   541M |  63 |5568 |8351 |   0 |  41k|  0 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2463.64/2472.82	c  1371s| 42600 |  9592 | 21779k| 510.8 |   541M |  63 |5568 |8316 |7371 |  41k|  2 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2465.94/2475.13	c  1373s| 42700 |  9598 | 21820k| 510.6 |   541M |  63 |5568 |8346 |   0 |  41k|  0 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2470.61/2479.89	c  1378s| 42800 |  9630 | 21930k| 511.9 |   541M |  63 |5568 |8316 |7383 |  41k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2473.91/2483.12	c  1381s| 42900 |  9659 | 21988k| 512.1 |   542M |  63 |5568 |8339 |7381 |  41k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2476.29/2485.57	c  1384s| 43000 |  9688 | 22039k| 512.1 |   543M |  63 |5568 |8368 |   0 |  42k|  0 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2479.28/2488.54	c  1387s| 43100 |  9708 | 22098k| 512.3 |   543M |  63 |5568 |8410 |7369 |  42k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2483.26/2492.58	c  1391s| 43200 |  9767 | 22180k| 513.0 |   544M |  63 |5568 |8342 |7381 |  42k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2485.56/2494.83	c  1393s| 43300 |  9760 | 22221k| 512.7 |   544M |  63 |5568 |8344 |7370 |  42k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2489.04/2498.33	c  1396s| 43400 |  9775 | 22293k| 513.2 |   544M |  63 |5568 |8344 |7374 |  42k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2491.93/2501.25	c  1399s| 43500 |  9792 | 22349k| 513.3 |   545M |  63 |5568 |8318 |7348 |  42k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2494.02/2503.35	c  1401s| 43600 |  9812 | 22387k| 513.0 |   545M |  63 |5568 |8357 |7385 |  42k|  1 |  24k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2496.41/2505.77	c  1404s| 43700 |  9829 | 22436k| 513.0 |   545M |  63 |5568 |8397 |7384 |  42k|  1 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2498.11/2507.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2498.11/2507.43	c  1406s| 43800 |  9835 | 22467k| 512.5 |   545M |  63 |5568 |8464 |   0 |  42k|  0 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2499.50/2508.87	c  1407s| 43900 |  9837 | 22492k| 511.9 |   545M |  63 |5568 |8547 |7384 |  42k|  1 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2501.89/2511.25	c  1409s| 44000 |  9846 | 22534k| 511.7 |   545M |  63 |5568 |8578 |   0 |  42k|  0 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2505.38/2514.73	c  1413s| 44100 |  9860 | 22602k| 512.1 |   545M |  63 |5568 |8556 |7376 |  42k|  1 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2507.57/2516.92	c  1415s| 44200 |  9868 | 22640k| 511.8 |   545M |  63 |5568 |8587 |7375 |  42k|  1 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2509.68/2519.04	c  1417s| 44300 |  9878 | 22680k| 511.5 |   546M |  63 |5568 |8585 |7366 |  42k|  2 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2511.36/2520.78	c  1419s| 44400 |  9890 | 22711k| 511.1 |   546M |  63 |5568 |8603 |7385 |  43k|  2 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2514.94/2524.31	c  1422s| 44500 |  9935 | 22782k| 511.5 |   546M |  63 |5568 |8543 |   0 |  43k|  0 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2517.04/2526.49	c  1425s| 44600 |  9940 | 22826k| 511.4 |   546M |  63 |5568 |8564 |   0 |  43k|  0 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2519.23/2528.64	c  1427s| 44700 |  9974 | 22868k| 511.1 |   546M |  63 |5568 |8582 |7376 |  43k|  1 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2520.92/2530.31	c  1428s| 44800 |  9999 | 22895k| 510.6 |   546M |  63 |5568 |8597 |7371 |  43k|  1 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2522.81/2532.21	c  1430s| 44900 | 10011 | 22930k| 510.3 |   546M |  63 |5568 |8613 |7382 |  43k|  2 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2524.11/2533.56	c  1432s| 45000 | 10010 | 22952k| 509.6 |   546M |  63 |5568 |8650 |   0 |  43k|  0 |  25k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2526.20/2535.69	c  1434s| 45100 | 10027 | 22990k| 509.3 |   547M |  63 |5568 |8684 |7379 |  43k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2529.70/2539.15	c  1437s| 45200 | 10058 | 23060k| 509.7 |   547M |  63 |5568 |8634 |7363 |  43k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2532.38/2541.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2532.38/2541.88	c  1440s| 45300 | 10066 | 23107k| 509.7 |   547M |  63 |5568 |8673 |7368 |  43k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2534.37/2543.84	c  1442s| 45400 | 10083 | 23146k| 509.4 |   547M |  63 |5568 |8663 |7377 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2537.26/2546.79	c  1445s| 45500 | 10121 | 23202k| 509.5 |   547M |  63 |5568 |8616 |7370 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2540.05/2549.54	c  1448s| 45600 | 10139 | 23248k| 509.4 |   548M |  63 |5568 |8597 |7362 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2542.44/2551.99	c  1450s| 45700 | 10149 | 23292k| 509.2 |   549M |  63 |5568 |8604 |7368 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2544.93/2554.41	c  1453s| 45800 | 10176 | 23339k| 509.2 |   549M |  63 |5568 |8596 |7380 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2546.92/2556.49	c  1455s| 45900 | 10181 | 23372k| 508.8 |   550M |  63 |5568 |8641 |   0 |  44k|  0 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2549.31/2558.87	c  1457s| 46000 | 10204 | 23416k| 508.6 |   550M |  63 |5568 |8623 |7367 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2551.90/2561.44	c  1460s| 46100 | 10224 | 23463k| 508.5 |   550M |  63 |5568 |8617 |7366 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2554.39/2563.93	c  1462s| 46200 | 10227 | 23513k| 508.5 |   550M |  63 |5568 |8603 |7364 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2557.18/2566.73	c  1465s| 46300 | 10257 | 23567k| 508.6 |   550M |  63 |5568 |8595 |7360 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2561.37/2570.97	c  1469s| 46400 | 10305 | 23656k| 509.4 |   552M |  63 |5568 |8571 |7376 |  44k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2564.96/2574.56	c  1473s| 46500 | 10329 | 23729k| 509.9 |   552M |  63 |5568 |8508 |7343 |  45k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2568.05/2577.68	c  1476s| 46600 | 10367 | 23793k| 510.2 |   553M |  63 |5568 |8481 |7349 |  45k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2573.23/2582.80	c  1481s| 46700 | 10441 | 23906k| 511.5 |   553M |  63 |5568 |8511 |7358 |  45k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2576.31/2586.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2576.31/2586.00	c  1484s| 46800 | 10479 | 23978k| 511.9 |   554M |  63 |5568 |8522 |   0 |  45k|  0 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2579.10/2588.75	c  1487s| 46900 | 10516 | 24035k| 512.1 |   554M |  63 |5568 |8512 |7361 |  45k|  1 |  26k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2581.89/2591.55	c  1490s| 47000 | 10550 | 24093k| 512.2 |   555M |  63 |5568 |8517 |7388 |  45k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2584.78/2594.41	c  1492s| 47100 | 10559 | 24145k| 512.2 |   555M |  63 |5568 |8508 |7381 |  45k|  3 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2586.49/2596.14	c  1494s| 47200 | 10578 | 24176k| 511.8 |   556M |  63 |5568 |8547 |7373 |  45k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2588.87/2598.50	c  1497s| 47300 | 10588 | 24222k| 511.7 |   557M |  63 |5568 |8573 |   0 |  45k|  0 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2593.25/2602.94	c  1501s| 47400 | 10619 | 24290k| 512.0 |   557M |  63 |5568 |8566 |7369 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2595.94/2605.68	c  1504s| 47500 | 10648 | 24348k| 512.2 |   557M |  63 |5568 |8568 |7367 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2599.13/2608.88	c  1507s| 47600 | 10688 | 24409k| 512.4 |   558M |  63 |5568 |8545 |7359 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2603.43/2613.16	c  1511s| 47700 | 10726 | 24496k| 513.1 |   558M |  63 |5568 |8513 |   0 |  46k|  0 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2605.80/2615.51	c  1514s| 47800 | 10743 | 24544k| 513.1 |   559M |  63 |5568 |8507 |7373 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2608.99/2618.71	c  1517s| 47900 | 10765 | 24609k| 513.4 |   559M |  63 |5568 |8515 |7383 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2611.30/2621.05	c  1519s| 48000 | 10784 | 24655k| 513.3 |   560M |  63 |5568 |8521 |7374 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2613.97/2623.78	c  1522s| 48100 | 10800 | 24704k| 513.2 |   560M |  63 |5568 |8522 |7372 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2615.28/2625.02	c  1523s| 48200 | 10805 | 24726k| 512.6 |   560M |  63 |5568 |8563 |7374 |  46k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2617.06/2626.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2617.06/2626.89	c  1525s| 48300 | 10813 | 24757k| 512.2 |   561M |  63 |5568 |8611 |   0 |  46k|  0 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2620.36/2630.19	c  1528s| 48400 | 10857 | 24815k| 512.3 |   561M |  63 |5568 |8611 |7369 |  47k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2623.35/2633.16	c  1531s| 48500 | 10896 | 24881k| 512.6 |   561M |  63 |5568 |8659 |7376 |  47k|  1 |  27k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2626.53/2636.31	c  1534s| 48600 | 10928 | 24943k| 512.8 |   561M |  63 |5568 |8644 |7363 |  47k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2630.01/2639.89	c  1538s| 48700 | 10968 | 25019k| 513.3 |   562M |  63 |5568 |8625 |7368 |  47k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2635.10/2644.92	c  1543s| 48800 | 11018 | 25124k| 514.4 |   563M |  63 |5568 |8579 |7383 |  47k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2637.69/2647.56	c  1546s| 48900 | 11057 | 25171k| 514.4 |   563M |  63 |5568 |8537 |7390 |  47k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2640.58/2650.41	c  1548s| 49000 | 11101 | 25226k| 514.4 |   564M |  63 |5568 |8550 |7357 |  47k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2643.37/2653.24	c  1551s| 49100 | 11136 | 25282k| 514.5 |   564M |  63 |5568 |8531 |7378 |  47k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2646.17/2656.04	c  1554s| 49200 | 11172 | 25340k| 514.6 |   565M |  63 |5568 |8510 |7372 |  47k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2649.16/2659.05	c  1557s| 49300 | 11209 | 25394k| 514.7 |   567M |  63 |5568 |8504 |   0 |  48k|  0 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2651.93/2661.82	c  1560s| 49400 | 11231 | 25443k| 514.7 |   567M |  63 |5568 |8499 |7382 |  48k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2655.13/2665.02	c  1563s| 49500 | 11257 | 25503k| 514.8 |   567M |  63 |5568 |8510 |   0 |  48k|  0 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2658.12/2668.04	c  1566s| 49600 | 11299 | 25563k| 515.0 |   567M |  63 |5568 |8511 |7383 |  48k|  2 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2661.30/2671.24	c  1569s| 49700 | 11339 | 25627k| 515.2 |   567M |  63 |5568 |8524 |7379 |  48k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2664.29/2674.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2664.29/2674.21	c  1572s| 49800 | 11373 | 25686k| 515.4 |   567M |  63 |5568 |8533 |   0 |  48k|  0 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2666.98/2676.92	c  1575s| 49900 | 11406 | 25737k| 515.4 |   569M |  63 |5568 |8503 |7370 |  48k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2669.77/2679.71	c  1578s| 50000 | 11413 | 25795k| 515.5 |   570M |  63 |5568 |8532 |7364 |  48k|  2 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2672.17/2682.11	c  1580s| 50100 | 11445 | 25843k| 515.4 |   571M |  63 |5568 |8537 |7377 |  48k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2675.06/2685.06	c  1583s| 50200 | 11457 | 25900k| 515.6 |   571M |  63 |5568 |8537 |7384 |  48k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2677.24/2687.27	c  1585s| 50300 | 11479 | 25939k| 515.3 |   572M |  63 |5568 |8568 |7364 |  48k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2679.43/2689.44	c  1588s| 50400 | 11496 | 25978k| 515.1 |   572M |  63 |5568 |8548 |7386 |  48k|  1 |  28k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2681.92/2691.96	c  1590s| 50500 | 11517 | 26029k| 515.0 |   572M |  63 |5568 |8561 |   0 |  49k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2684.13/2694.19	c  1592s| 50600 | 11535 | 26070k| 514.8 |   573M |  63 |5568 |8596 |7374 |  49k|  1 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2687.20/2697.25	c  1595s| 50700 | 11566 | 26135k| 515.1 |   573M |  63 |5568 |8578 |7363 |  49k|  1 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2689.39/2699.44	c  1598s| 50800 | 11607 | 26176k| 514.9 |   573M |  63 |5568 |8572 |7382 |  49k|  1 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2692.18/2702.24	c  1600s| 50900 | 11636 | 26232k| 515.0 |   573M |  63 |5568 |8558 |   0 |  49k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2694.28/2704.31	c  1602s| 51000 | 11643 | 26270k| 514.7 |   575M |  63 |5568 |8543 |7382 |  49k|  1 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2696.27/2706.36	c  1604s| 51100 | 11656 | 26309k| 514.5 |   575M |  63 |5568 |8561 |   0 |  49k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2698.46/2708.57	c  1607s| 51200 | 11668 | 26348k| 514.2 |   575M |  63 |5568 |8560 |   0 |  49k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2700.55/2710.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2700.55/2710.61	c  1609s| 51300 | 11686 | 26385k| 513.9 |   575M |  63 |5568 |8529 |7379 |  49k|  1 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2703.64/2713.79	c  1612s| 51400 | 11715 | 26445k| 514.1 |   576M |  63 |5568 |8505 |7383 |  49k|  2 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2706.13/2716.20	c  1614s| 51500 | 11726 | 26487k| 513.9 |   576M |  63 |5568 |8524 |   0 |  50k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2709.03/2719.13	c  1617s| 51600 | 11752 | 26543k| 514.0 |   576M |  63 |5568 |8538 |   0 |  50k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2710.93/2721.06	c  1619s| 51700 | 11760 | 26577k| 513.7 |   576M |  63 |5568 |8545 |7377 |  50k|  1 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2713.70/2723.87	c  1622s| 51800 | 11788 | 26635k| 513.8 |   577M |  63 |5568 |8576 |7361 |  50k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2717.48/2727.64	c  1626s| 51900 | 11837 | 26707k| 514.2 |   577M |  63 |5568 |8544 |   0 |  50k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2719.68/2729.85	c  1628s| 52000 | 11856 | 26748k| 514.0 |   577M |  63 |5568 |8551 |   0 |  50k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2722.98/2733.19	c  1631s| 52100 | 11881 | 26812k| 514.3 |   578M |  63 |5568 |8540 |   0 |  50k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2726.65/2736.83	c  1635s| 52200 | 11925 | 26887k| 514.7 |   579M |  63 |5568 |8524 |   0 |  50k|  0 |  29k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2728.74/2738.96	c  1637s| 52300 | 11943 | 26926k| 514.5 |   580M |  63 |5568 |8559 |   0 |  50k|  0 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2731.94/2742.15	c  1640s| 52400 | 11981 | 26988k| 514.7 |   581M |  63 |5568 |8521 |7370 |  50k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2736.11/2746.36	c  1644s| 52500 | 12012 | 27075k| 515.4 |   582M |  63 |5568 |8503 |7380 |  51k|  2 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2739.00/2749.23	c  1647s| 52600 | 12044 | 27130k| 515.4 |   582M |  63 |5568 |8511 |7374 |  51k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2741.80/2752.03	c  1650s| 52700 | 12066 | 27188k| 515.5 |   582M |  63 |5568 |8509 |   0 |  51k|  0 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2744.08/2754.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2744.08/2754.36	c  1652s| 52800 | 12078 | 27229k| 515.3 |   584M |  63 |5568 |8527 |   0 |  51k|  0 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2747.88/2758.12	c  1656s| 52900 | 12107 | 27304k| 515.8 |   584M |  63 |5568 |8549 |7371 |  51k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2751.06/2761.37	c  1659s| 53000 | 12143 | 27366k| 516.0 |   585M |  63 |5568 |8535 |7375 |  51k|  2 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2754.14/2764.48	c  1663s| 53100 | 12160 | 27426k| 516.1 |   586M |  63 |5568 |8585 |7374 |  51k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2756.63/2766.96	c  1665s| 53200 | 12182 | 27470k| 516.0 |   586M |  63 |5568 |8564 |   0 |  51k|  0 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2759.32/2769.66	c  1668s| 53300 | 12203 | 27523k| 516.0 |   586M |  63 |5568 |8573 |7363 |  51k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2762.61/2772.96	c  1671s| 53400 | 12242 | 27589k| 516.3 |   588M |  63 |5568 |8564 |7368 |  52k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2766.60/2776.93	c  1675s| 53500 | 12294 | 27669k| 516.8 |   589M |  63 |5568 |8509 |7387 |  52k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2768.59/2778.90	c  1677s| 53600 | 12309 | 27700k| 516.4 |   589M |  63 |5568 |8544 |7365 |  52k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2770.79/2781.13	c  1679s| 53700 | 12328 | 27740k| 516.2 |   589M |  63 |5568 |8533 |7360 |  52k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2774.36/2784.73	c  1683s| 53800 | 12371 | 27812k| 516.6 |   591M |  63 |5568 |8522 |7370 |  52k|  1 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2776.56/2786.91	c  1685s| 53900 | 12394 | 27850k| 516.3 |   592M |  63 |5568 |8546 |   0 |  52k|  0 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2778.55/2788.98	c  1687s| 54000 | 12414 | 27891k| 516.1 |   593M |  63 |5568 |8601 |   0 |  52k|  0 |  30k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2781.84/2792.20	c  1690s| 54100 | 12447 | 27953k| 516.3 |   593M |  63 |5568 |8602 |7364 |  52k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2784.82/2795.24	c  1693s| 54200 | 12472 | 28018k| 516.6 |   593M |  63 |5568 |8619 |7366 |  52k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2788.81/2799.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2788.81/2799.28	c  1697s| 54300 | 12505 | 28086k| 516.9 |   593M |  63 |5568 |8638 |   0 |  52k|  0 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2791.61/2802.03	c  1700s| 54400 | 12523 | 28135k| 516.8 |   593M |  63 |5568 |8634 |7357 |  53k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2793.89/2804.34	c  1702s| 54500 | 12530 | 28179k| 516.7 |   594M |  63 |5568 |8655 |   0 |  53k|  0 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2796.48/2806.95	c  1705s| 54600 | 12561 | 28231k| 516.7 |   594M |  63 |5568 |8649 |7370 |  53k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2799.17/2809.60	c  1708s| 54700 | 12581 | 28280k| 516.6 |   594M |  63 |5568 |8691 |7373 |  53k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2801.76/2812.27	c  1710s| 54800 | 12611 | 28331k| 516.6 |   594M |  63 |5568 |8712 |   0 |  53k|  0 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2803.85/2814.32	c  1712s| 54900 | 12633 | 28367k| 516.4 |   594M |  63 |5568 |8775 |7385 |  53k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2805.35/2815.89	c  1714s| 55000 | 12635 | 28396k| 515.9 |   594M |  63 |5568 |8838 |7374 |  53k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2807.44/2817.91	c  1716s| 55100 | 12651 | 28431k| 515.6 |   595M |  63 |5568 |8838 |7375 |  53k|  0 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2809.64/2820.16	c  1718s| 55200 | 12661 | 28472k| 515.4 |   595M |  63 |5568 |8826 |7374 |  53k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2811.64/2822.18	c  1720s| 55300 | 12668 | 28508k| 515.2 |   595M |  63 |5568 |8842 |   0 |  54k|  0 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2813.12/2823.65	c  1722s| 55400 | 12663 | 28533k| 514.7 |   595M |  63 |5568 |8888 |7385 |  54k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2815.31/2825.81	c  1724s| 55500 | 12679 | 28577k| 514.6 |   595M |  63 |5568 |8840 |7384 |  54k|  1 |  31k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2818.00/2828.59	c  1727s| 55600 | 12693 | 28630k| 514.6 |   595M |  63 |5568 |8825 |   0 |  54k|  0 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2820.89/2831.46	c  1730s| 55700 | 12709 | 28682k| 514.6 |   595M |  63 |5568 |8813 |   0 |  54k|  0 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2823.28/2833.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2823.28/2833.84	c  1732s| 55800 | 12723 | 28727k| 514.5 |   596M |  63 |5568 |8711 |7372 |  54k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2825.48/2836.10	c  1734s| 55900 | 12735 | 28773k| 514.4 |   596M |  63 |5568 |8755 |   0 |  54k|  0 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2827.48/2838.04	c  1736s| 56000 | 12740 | 28807k| 514.1 |   597M |  63 |5568 |8824 |7378 |  54k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2829.65/2840.20	c  1738s| 56100 | 12766 | 28850k| 513.9 |   598M |  63 |5568 |8823 |7371 |  54k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2832.34/2842.99	c  1741s| 56200 | 12790 | 28908k| 514.0 |   598M |  63 |5568 |8774 |7373 |  54k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2834.74/2845.33	c  1743s| 56300 | 12818 | 28952k| 513.9 |   600M |  63 |5568 |8725 |7371 |  54k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2837.62/2848.28	c  1746s| 56400 | 12844 | 29010k| 514.0 |   600M |  63 |5568 |8690 |7372 |  54k|  2 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2840.11/2850.78	c  1749s| 56500 | 12878 | 29058k| 514.0 |   601M |  63 |5568 |8671 |   0 |  54k|  0 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2842.90/2853.58	c  1752s| 56600 | 12891 | 29111k| 514.0 |   601M |  63 |5568 |8614 |7365 |  55k|  2 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2845.30/2855.98	c  1754s| 56700 | 12918 | 29156k| 513.9 |   603M |  63 |5568 |8599 |   0 |  55k|  0 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2847.29/2857.92	c  1756s| 56800 | 12938 | 29188k| 513.5 |   603M |  63 |5568 |8629 |   0 |  55k|  0 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2849.08/2859.76	c  1758s| 56900 | 12948 | 29218k| 513.2 |   603M |  63 |5568 |8673 |7378 |  55k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2851.87/2862.51	c  1761s| 57000 | 12968 | 29275k| 513.3 |   603M |  63 |5568 |8681 |7375 |  55k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2854.86/2865.55	c  1764s| 57100 | 12977 | 29336k| 513.4 |   603M |  63 |5568 |8686 |7371 |  55k|  1 |  32k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2857.65/2868.39	c  1766s| 57200 | 13004 | 29391k| 513.5 |   603M |  63 |5568 |8644 |   0 |  55k|  0 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2859.36/2870.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2859.36/2870.10	c  1768s| 57300 | 13006 | 29422k| 513.1 |   604M |  63 |5568 |8688 |   0 |  55k|  0 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2862.03/2872.79	c  1771s| 57400 | 13034 | 29472k| 513.1 |   604M |  63 |5568 |8694 |7357 |  55k|  1 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2864.92/2875.66	c  1774s| 57500 | 13063 | 29526k| 513.2 |   605M |  63 |5568 |8665 |7375 |  55k|  1 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2867.92/2878.60	c  1777s| 57600 | 13083 | 29583k| 513.3 |   606M |  63 |5568 |8631 |   0 |  55k|  0 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2870.70/2881.45	c  1780s| 57700 | 13124 | 29635k| 513.3 |   606M |  63 |5568 |8619 |   0 |  56k|  0 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2873.59/2884.32	c  1782s| 57800 | 13151 | 29686k| 513.3 |   607M |  63 |5568 |8649 |7362 |  56k|  1 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2876.18/2886.94	c  1785s| 57900 | 13192 | 29737k| 513.3 |   609M |  63 |5568 |8655 |   0 |  56k|  0 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2877.88/2888.60	c  1787s| 58000 | 13215 | 29765k| 512.9 |   609M |  63 |5568 |8712 |   0 |  56k|  0 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2880.17/2890.91	c  1789s| 58100 | 13225 | 29807k| 512.7 |   609M |  63 |5568 |8761 |   0 |  56k|  0 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2883.06/2893.89	c  1792s| 58200 | 13261 | 29868k| 512.9 |   610M |  63 |5568 |8716 |7357 |  56k|  1 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2886.64/2897.48	c  1796s| 58300 | 13299 | 29942k| 513.3 |   610M |  63 |5568 |8681 |7369 |  56k|  1 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2890.13/2901.00	c  1799s| 58400 | 13339 | 30016k| 513.6 |   610M |  63 |5568 |8658 |7360 |  56k|  1 |  33k|  16 |-1.500000e+01 |      --      |    Inf |   0.69%
2891.13/2901.91	c 
2891.13/2901.91	c SCIP Status        : solving was interrupted [time limit reached]
2891.13/2901.91	c Solving Time (sec) : 1800.00
2891.13/2901.91	c Solving Nodes      : 58457
2891.13/2901.91	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2891.13/2901.91	c Dual Bound         : -1.50000000000000e+01
2891.13/2901.91	c Gap                : infinite
2891.13/2901.91	c SCIP status: 23 (TIMELIMIT)
2891.13/2901.91	c pb_solver_status: sst_unknown
2891.13/2901.91	c LB_goalvalue: 0
2891.13/2901.91	c UB_goalvalue: 31
2891.13/2901.91	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=1800.000000
2891.13/2901.91	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2891.13/2901.91	c SCIP returned: sst_unknown
2891.13/2901.91	c SCIP primal LB: -oo, dual UB: 31
2891.13/2901.91	c assumptions: 
2891.13/2901.91	c invoking solver with time budget: 20.000000
2912.64/2923.58	c sat_solver_result: sst_unknown
2912.64/2923.58	c SAT solver timed out; proceeding to cooperative SCIP call
2912.64/2923.58	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 31
2912.64/2923.58	c scip solving with time budget: 1800.000000
2912.64/2923.58	c solveScip
2912.64/2923.58	c initScipForCoop
2912.64/2923.58	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2912.64/2923.58	c SCIPfreeTransform due to timeout and having shadow nodes
2912.64/2923.58	c forcing SCIPfreeTransform before solve
2912.74/2923.67	c Running SCIP presolve for solve-time propagation (rounds=3)
2912.84/2923.71	c presolving:
2912.84/2923.75	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
2912.94/2923.80	c    (0.1s) running MILP presolver
2912.94/2923.84	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2912.94/2923.84	c (round 2, medium)     2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
2912.94/2923.89	c    (0.2s) probing: 51/5568 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2912.94/2923.89	c    (0.2s) probing aborted: 50/50 successive totally useless probings
2913.04/2923.93	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
2913.04/2923.93	c  2 deleted vars, 10895 deleted constraints, 5733 added constraints, 0 tightened bounds, 0 added holes, 180 changed sides, 226 changed coefficients
2913.04/2923.93	c  0 implications, 34 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2913.04/2923.93	c presolved problem has 5568 variables (5568 bin, 0 int, 0 cont) and 5733 constraints
2913.04/2923.93	c     293 constraints of type <knapsack>
2913.04/2923.93	c    5440 constraints of type <linear>
2913.04/2923.93	c transformed objective value is always integral (scale: 1)
2913.04/2923.93	c Presolving Time: 0.22
2913.04/2923.96	c presolving:
2913.04/2924.01	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
2913.15/2924.06	c    (0.1s) running MILP presolver
2913.25/2924.11	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2913.25/2924.11	c (round 2, medium)     2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 0 upgd conss, 0 impls, 34 clqs, 0 implints
2913.25/2924.13	c (round 3, exhaustive) 2 del vars, 10895 del conss, 5733 add conss, 0 chg bounds, 180 chg sides, 226 chg coeffs, 293 upgd conss, 0 impls, 34 clqs, 0 implints
2913.25/2924.14	c (round 4, medium)     2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 293 upgd conss, 0 impls, 35 clqs, 0 implints
2913.25/2924.14	c (round 5, exhaustive) 2 del vars, 10895 del conss, 5738 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 35 clqs, 0 implints
2913.25/2924.17	c    (0.2s) probing: 51/5568 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2913.25/2924.17	c    (0.2s) probing aborted: 50/50 successive totally useless probings
2913.34/2924.21	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2913.34/2924.25	c    (0.3s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 716.45) (symcode time: 0.01)
2913.34/2924.29	c dynamic symmetry handling statistics:
2913.34/2924.29	c    orbitopal reduction:       no components
2913.34/2924.29	c    orbital reduction:         no components
2913.34/2924.29	c    lexicographic reduction:   no permutations
2913.34/2924.29	c handled 1500 out of 1500 symmetry components
2913.34/2924.29	c (round 6, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 571 upgd conss, 0 impls, 1535 clqs, 0 implints
2913.44/2924.30	c (round 7, exhaustive) 2 del vars, 10895 del conss, 7238 add conss, 0 chg bounds, 185 chg sides, 236 chg coeffs, 2071 upgd conss, 0 impls, 1535 clqs, 0 implints
2913.44/2924.33	c presolving (8 rounds: 8 fast, 7 medium, 5 exhaustive):
2913.44/2924.33	c  2 deleted vars, 10895 deleted constraints, 7238 added constraints, 0 tightened bounds, 0 added holes, 185 changed sides, 236 changed coefficients
2913.44/2924.33	c  0 implications, 1535 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2913.44/2924.33	c presolved problem has 5568 variables (5568 bin, 0 int, 0 cont) and 7238 constraints
2913.44/2924.33	c     571 constraints of type <knapsack>
2913.44/2924.33	c    1505 constraints of type <setppc>
2913.44/2924.33	c    5162 constraints of type <linear>
2913.44/2924.33	c transformed objective value is always integral (scale: 1)
2913.44/2924.33	c Presolving Time: 0.36
2913.44/2924.33	c 
2913.64/2924.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2913.64/2924.59	c   0.6s|     1 |     0 |  4200 |     - |   568M |   0 |5568 |7260 |7238 |   0 |  0 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2914.54/2925.47	c   1.5s|     1 |     0 | 13579 |     - |   569M |   0 |5568 |7260 |7249 |  11 |  1 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2914.74/2925.60	c   1.7s|     1 |     0 | 14154 |     - |   569M |   0 |5568 |7260 |7262 |  24 |  2 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2914.84/2925.76	c   1.8s|     1 |     0 | 14976 |     - |   569M |   0 |5568 |7260 |7275 |  37 |  3 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2914.94/2925.86	c   1.9s|     1 |     0 | 15280 |     - |   569M |   0 |5568 |7260 |7286 |  48 |  4 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2915.15/2926.04	c   2.1s|     1 |     0 | 16174 |     - |   569M |   0 |5568 |7260 |7297 |  59 |  5 |  22 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2915.34/2926.20	c   2.3s|     1 |     0 | 16853 |     - |   571M |   0 |5568 |7261 |7310 |  72 |  6 |  23 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2915.44/2926.37	c   2.4s|     1 |     0 | 17452 |     - |   571M |   0 |5568 |7262 |7322 |  84 |  7 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2915.64/2926.58	c   2.6s|     1 |     0 | 18270 |     - |   573M |   0 |5568 |7262 |7333 |  95 |  8 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2915.94/2926.83	c   2.9s|     1 |     0 | 19064 |     - |   573M |   0 |5568 |7262 |7345 | 107 |  9 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2916.15/2927.04	c   3.1s|     1 |     0 | 19548 |     - |   573M |   0 |5568 |7262 |7355 | 117 | 10 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2916.25/2927.19	c   3.2s|     1 |     0 | 20320 |     - |   573M |   0 |5568 |7262 |7367 | 129 | 11 |  24 |   0 |-1.500000e+01 |      --      |    Inf | unknown
2917.63/2928.58	c   4.6s|     1 |     2 | 32750 |     - |   573M |   0 |5568 |7268 |7367 | 129 | 11 |  30 |  16 |-1.500000e+01 |      --      |    Inf | unknown
2938.96/2949.91	c  26.0s|   100 |    91 | 87170 | 675.3 |   574M |  24 |5568 |7303 |7348 | 249 |  2 |  65 |  16 |-1.500000e+01 |      --      |    Inf | unknown
2982.11/2993.28	c  69.3s|   200 |   179 |167949 | 741.9 |   574M |  24 |5568 |7385 |7343 | 391 |  1 | 147 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3006.52/3017.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3006.52/3017.72	c  93.8s|   300 |   251 |240775 | 737.3 |   574M |  24 |5568 |7423 |7342 | 481 |  1 | 186 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3028.85/3040.15	c   116s|   400 |   343 |271000 | 628.3 |   574M |  47 |5568 |7433 |7357 | 624 |  1 | 196 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3041.71/3053.05	c   129s|   500 |   430 |293190 | 546.8 |   574M |  54 |5568 |7448 |7379 | 727 |  1 | 211 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3042.89/3054.29	c   130s|   600 |   501 |310882 | 485.1 |   574M |  61 |5568 |7473 |7351 | 821 |  1 | 237 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3044.98/3056.37	c   132s|   700 |   568 |329267 | 442.0 |   574M |  61 |5568 |7490 |7377 | 959 |  1 | 255 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3046.98/3058.37	c   134s|   800 |   642 |353827 | 417.4 |   574M |  61 |5568 |7500 |7382 |1174 |  1 | 266 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3048.78/3060.16	c   136s|   900 |   722 |381335 | 401.6 |   574M |  61 |5568 |7528 |7370 |1352 |  1 | 294 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3051.77/3063.12	c   139s|  1000 |   777 |402165 | 382.2 |   574M |  61 |5568 |7575 |   0 |1472 |  0 | 341 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3054.15/3065.51	c   142s|  1100 |   816 |453596 | 394.2 |   574M |  61 |5568 |7590 |   0 |1600 |  0 | 356 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3057.24/3068.67	c   145s|  1200 |   858 |517638 | 414.8 |   574M |  61 |5568 |7641 |7368 |1695 |  1 | 409 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3063.51/3074.99	c   151s|  1300 |   896 |603718 | 449.1 |   574M |  61 |5568 |7672 |7332 |1802 |  1 | 441 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3072.48/3083.99	c   160s|  1400 |   933 |740688 | 514.9 |   574M |  61 |5568 |7734 |7343 |1946 |  1 | 506 |  16 |-1.500000e+01 |      --      |    Inf | unknown
3089.82/3101.36	c   177s|  1500 |  1017 |935654 | 610.6 |   574M |  61 |5568 |7782 |7367 |2122 |  1 | 555 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3100.08/3111.60	c   188s|  1600 |  1091 |  1056k| 648.2 |   574M |  61 |5568 |7797 |7368 |2247 |  1 | 573 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3118.62/3130.29	c   206s|  1700 |  1161 |  1165k| 674.3 |   574M |  61 |5568 |7826 |7368 |2352 |  1 | 602 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3124.20/3135.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3124.20/3135.87	c   212s|  1800 |  1216 |  1250k| 683.5 |   574M |  61 |5568 |7843 |7371 |2470 |  2 | 621 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3135.85/3147.51	c   224s|  1900 |  1297 |  1432k| 743.8 |   574M |  61 |5568 |7864 |7370 |2590 |  1 | 644 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3145.22/3156.99	c   233s|  2000 |  1362 |  1507k| 743.8 |   574M |  61 |5568 |7877 |   0 |2701 |  0 | 658 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3150.80/3162.59	c   239s|  2100 |  1428 |  1597k| 751.4 |   575M |  61 |5568 |7889 |7361 |2856 |  1 | 670 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3160.16/3171.92	c   248s|  2200 |  1507 |  1695k| 761.9 |   575M |  61 |5568 |7910 |7357 |2990 |  1 | 692 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3168.74/3180.55	c   257s|  2300 |  1571 |  1796k| 772.7 |   575M |  61 |5568 |7932 |   0 |3102 |  0 | 718 |  16 |-1.500000e+01 |      --      |    Inf |   0.64%
3178.70/3190.51	c   267s|  2400 |  1640 |  1902k| 784.7 |   575M |  61 |5568 |7945 |7347 |3220 |  1 | 735 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
3183.09/3194.90	c   271s|  2500 |  1706 |  1989k| 788.2 |   575M |  61 |5568 |7968 |7383 |3354 |  1 | 760 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
3186.37/3198.27	c   274s|  2600 |  1757 |  2056k| 783.5 |   575M |  61 |5568 |7998 |7362 |3479 |  1 | 793 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
3193.05/3205.01	c   281s|  2700 |  1833 |  2157k| 791.9 |   575M |  61 |5568 |8017 |7357 |3590 |  1 | 815 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
3199.72/3211.68	c   288s|  2800 |  1889 |  2259k| 800.0 |   575M |  61 |5568 |8052 |   0 |3701 |  0 | 852 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
3207.30/3219.27	c   295s|  2900 |  1943 |  2351k| 804.2 |   575M |  61 |5568 |8085 |7383 |3831 |  1 | 890 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
3211.78/3223.78	c   300s|  3000 |  2006 |  2438k| 806.3 |   575M |  61 |5568 |8129 |7376 |3945 |  1 | 938 |  16 |-1.500000e+01 |      --      |    Inf |   0.65%
3216.26/3228.20	c   304s|  3100 |  2060 |  2524k| 808.1 |   575M |  61 |5568 |8169 |7351 |4058 |  1 | 985 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3220.35/3232.35	c   308s|  3200 |  2110 |  2612k| 810.4 |   575M |  61 |5568 |8174 |7383 |4149 |  1 |1002 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3226.33/3238.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3226.33/3238.35	c   314s|  3300 |  2163 |  2687k| 808.5 |   575M |  61 |5568 |8254 |7372 |4271 |  1 |1085 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3231.61/3243.69	c   320s|  3400 |  2221 |  2771k| 809.5 |   576M |  61 |5568 |8273 |7342 |4415 |  1 |1111 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3239.88/3251.96	c   328s|  3500 |  2283 |  2895k| 821.8 |   577M |  61 |5568 |8318 |   0 |4525 |  0 |1169 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3249.06/3261.18	c   337s|  3600 |  2324 |  3007k| 829.9 |   578M |  61 |5568 |8348 |7379 |4662 |  1 |1206 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3257.92/3270.02	c   346s|  3700 |  2361 |  3084k| 828.3 |   578M |  61 |5568 |8373 |7365 |4753 |  1 |1254 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3263.79/3275.95	c   352s|  3800 |  2406 |  3152k| 824.6 |   578M |  61 |5568 |8414 |   0 |4889 |  0 |1301 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3267.99/3280.14	c   356s|  3900 |  2466 |  3231k| 823.7 |   578M |  61 |5568 |8417 |7367 |5032 |  1 |1313 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3274.75/3286.93	c   363s|  4000 |  2520 |  3316k| 824.2 |   578M |  61 |5568 |8449 |7376 |5110 |  1 |1357 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3277.64/3289.88	c   366s|  4100 |  2552 |  3370k| 817.3 |   578M |  61 |5568 |8480 |7369 |5247 |  1 |1402 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3282.12/3294.33	c   370s|  4200 |  2576 |  3422k| 810.3 |   578M |  61 |5568 |8512 |   0 |5346 |  0 |1446 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3304.14/3316.41	c   392s|  4300 |  2624 |  3518k| 813.7 |   578M |  61 |5568 |8512 |7368 |5468 |  1 |1472 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3311.61/3323.91	c   400s|  4400 |  2661 |  3582k| 809.8 |   578M |  61 |5568 |8548 |7380 |5629 |  1 |1518 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3315.30/3327.65	c   404s|  4500 |  2717 |  3660k| 809.2 |   578M |  61 |5568 |8572 |7371 |5732 |  1 |1563 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3317.99/3330.36	c   406s|  4600 |  2735 |  3715k| 803.4 |   578M |  61 |5568 |8620 |7398 |5899 |  3 |1618 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3321.37/3333.72	c   410s|  4700 |  2760 |  3783k| 800.9 |   578M |  61 |5568 |8654 |7384 |5996 |  2 |1687 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3324.46/3336.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3324.46/3336.82	c   413s|  4800 |  2778 |  3845k| 797.0 |   578M |  61 |5568 |8695 |7386 |6137 |  2 |1751 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3330.14/3342.52	c   419s|  4900 |  2807 |  3931k| 798.3 |   578M |  61 |5568 |8734 |   0 |6256 |  0 |1817 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3334.64/3347.02	c   423s|  5000 |  2842 |  4001k| 796.4 |   578M |  61 |5568 |8756 |   0 |6364 |  0 |1858 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3337.41/3349.81	c   426s|  5100 |  2878 |  4049k| 790.3 |   578M |  61 |5568 |8769 |7368 |6470 |  1 |1899 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3340.00/3352.43	c   428s|  5200 |  2907 |  4102k| 785.2 |   578M |  61 |5568 |8804 |7369 |6548 |  1 |1961 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3342.29/3354.78	c   431s|  5300 |  2953 |  4147k| 779.0 |   578M |  61 |5568 |8825 |7388 |6628 |  1 |2002 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3347.77/3360.26	c   436s|  5400 |  2962 |  4205k| 775.2 |   578M |  61 |5568 |8872 |7376 |6727 |  1 |2069 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3350.57/3363.06	c   439s|  5500 |  2980 |  4260k| 771.0 |   578M |  61 |5568 |8892 |7359 |6807 |  1 |2121 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3353.15/3365.62	c   442s|  5600 |  3016 |  4312k| 766.7 |   578M |  61 |5568 |8921 |   0 |6921 |  0 |2165 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3355.94/3368.44	c   444s|  5700 |  3005 |  4366k| 762.5 |   578M |  61 |5568 |8962 |7382 |7027 |  2 |2246 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3359.33/3371.85	c   448s|  5800 |  3046 |  4426k| 759.8 |   578M |  61 |5568 |8978 |   0 |7173 |  0 |2291 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3369.19/3381.79	c   458s|  5900 |  3080 |  4547k| 767.5 |   579M |  61 |5568 |8974 |   0 |7302 |  0 |2326 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3377.86/3390.46	c   467s|  6000 |  3076 |  4610k| 765.2 |   579M |  61 |5568 |9023 |7370 |7345 |  1 |2415 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3379.65/3392.21	c   468s|  6100 |  3059 |  4643k| 758.0 |   579M |  61 |5568 |9073 |7370 |7416 |  1 |2515 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3381.74/3394.36	c   470s|  6200 |  3071 |  4684k| 752.5 |   579M |  61 |5568 |9041 |7351 |7477 |  1 |2569 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3384.13/3396.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3384.13/3396.72	c   473s|  6300 |  3094 |  4730k| 747.8 |   579M |  61 |5568 |9070 |7368 |7589 |  1 |2631 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3391.52/3404.19	c   480s|  6400 |  3122 |  4813k| 749.1 |   579M |  61 |5568 |9065 |   0 |7674 |  0 |2702 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3400.57/3413.21	c   489s|  6500 |  3134 |  4885k| 748.7 |   579M |  61 |5568 |9033 |7377 |7783 |  1 |2761 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3402.57/3415.24	c   491s|  6600 |  3152 |  4922k| 742.8 |   579M |  61 |5568 |8991 |7367 |7858 |  1 |2793 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3404.56/3417.27	c   493s|  6700 |  3162 |  4965k| 738.2 |   579M |  61 |5568 |9009 |7378 |7979 |  0 |2850 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3406.36/3419.06	c   495s|  6800 |  3193 |  5003k| 732.9 |   579M |  61 |5568 |9014 |7365 |8060 |  1 |2899 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3408.46/3421.19	c   497s|  6900 |  3192 |  5045k| 728.4 |   579M |  61 |5568 |8979 |7351 |8077 |  1 |2966 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3413.44/3426.18	c   502s|  7000 |  3230 |  5121k| 728.9 |   579M |  61 |5568 |8941 |   0 |8201 |  0 |2993 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3416.33/3429.08	c   505s|  7100 |  3251 |  5184k| 727.4 |   579M |  61 |5568 |8868 |7384 |8262 |  0 |3026 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3418.90/3431.67	c   508s|  7200 |  3262 |  5232k| 724.1 |   579M |  61 |5568 |8853 |7368 |8352 |  1 |3077 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3421.69/3434.48	c   511s|  7300 |  3264 |  5289k| 721.9 |   579M |  61 |5568 |8822 |7368 |8477 |  1 |3134 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3423.79/3436.53	c   513s|  7400 |  3277 |  5329k| 717.6 |   579M |  61 |5568 |8812 |   0 |8600 |  0 |3163 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3425.18/3437.93	c   514s|  7500 |  3279 |  5352k| 711.0 |   579M |  61 |5568 |8810 |   0 |8710 |  0 |3196 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3427.07/3439.86	c   516s|  7600 |  3282 |  5388k| 706.5 |   579M |  61 |5568 |8860 |   0 |8894 |  0 |3346 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3432.85/3445.60	c   522s|  7700 |  3280 |  5432k| 702.9 |   579M |  61 |5568 |8811 |   0 |9000 |  0 |3387 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3435.44/3448.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3435.44/3448.28	c   524s|  7800 |  3303 |  5477k| 699.8 |   579M |  61 |5568 |8801 |   0 |9091 |  0 |3432 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3437.35/3450.13	c   526s|  7900 |  3315 |  5508k| 694.8 |   579M |  61 |5568 |8809 |7387 |9219 |  3 |3466 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3441.33/3454.12	c   530s|  8000 |  3367 |  5558k| 692.3 |   580M |  61 |5568 |8764 |   0 |9282 |  0 |3481 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3446.80/3459.61	c   536s|  8100 |  3393 |  5634k| 693.2 |   580M |  61 |5568 |8723 |7371 |9407 |  1 |3532 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3450.68/3463.52	c   540s|  8200 |  3427 |  5685k| 691.0 |   580M |  61 |5568 |8712 |   0 |9470 |  0 |3562 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3452.88/3465.74	c   542s|  8300 |  3447 |  5729k| 687.9 |   580M |  61 |5568 |8693 |7375 |9541 |  1 |3604 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3455.28/3468.15	c   544s|  8400 |  3470 |  5776k| 685.4 |   580M |  61 |5568 |8704 |   0 |9664 |  0 |3646 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3457.66/3470.53	c   547s|  8500 |  3483 |  5823k| 682.8 |   580M |  61 |5568 |8676 |7382 |9753 |  3 |3688 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3459.55/3472.41	c   548s|  8600 |  3501 |  5860k| 679.1 |   580M |  61 |5568 |8660 |7371 |9790 |  1 |3707 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3461.84/3474.77	c   551s|  8700 |  3531 |  5906k| 676.6 |   580M |  61 |5568 |8654 |7372 |9854 |  1 |3768 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3464.03/3476.99	c   553s|  8800 |  3546 |  5938k| 672.6 |   580M |  61 |5568 |8648 |7371 |9901 |  1 |3791 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3466.23/3479.13	c   555s|  8900 |  3539 |  5977k| 669.4 |   580M |  61 |5568 |8615 |   0 |9982 |  0 |3827 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3470.70/3483.60	c   560s|  9000 |  3587 |  6054k| 670.5 |   580M |  61 |5568 |8576 |7369 |  10k|  1 |3859 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3473.79/3486.77	c   563s|  9100 |  3604 |  6121k| 670.6 |   580M |  61 |5568 |8584 |7369 |  10k|  1 |3901 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3477.28/3490.28	c   566s|  9200 |  3635 |  6200k| 671.8 |   580M |  61 |5568 |8600 |7377 |  10k|  1 |3973 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3479.37/3492.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3479.37/3492.39	c   568s|  9300 |  3661 |  6241k| 669.0 |   580M |  61 |5568 |8661 |   0 |  10k|  0 |4047 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3481.96/3494.90	c   571s|  9400 |  3699 |  6292k| 667.3 |   580M |  61 |5568 |8622 |7372 |  10k|  1 |4096 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3484.07/3497.05	c   573s|  9500 |  3721 |  6336k| 665.0 |   580M |  61 |5568 |8649 |7375 |  10k|  1 |4167 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3487.34/3500.33	c   576s|  9600 |  3757 |  6402k| 664.9 |   580M |  61 |5568 |8632 |   0 |  10k|  0 |4216 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3489.33/3502.33	c   578s|  9700 |  3766 |  6439k| 661.8 |   580M |  61 |5568 |8639 |7371 |  10k|  1 |4264 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3491.52/3504.54	c   581s|  9800 |  3794 |  6481k| 659.4 |   580M |  61 |5568 |8599 |7379 |  10k|  1 |4285 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3494.03/3507.03	c   583s|  9900 |  3824 |  6532k| 657.9 |   580M |  61 |5568 |8592 |7352 |  10k|  1 |4339 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3496.41/3509.42	c   585s| 10000 |  3869 |  6581k| 656.2 |   581M |  61 |5568 |8610 |   0 |  10k|  0 |4396 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3500.29/3513.33	c   589s| 10100 |  3874 |  6659k| 657.4 |   581M |  61 |5568 |8538 |   0 |  11k|  0 |4453 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3503.58/3516.64	c   593s| 10200 |  3911 |  6722k| 657.2 |   581M |  61 |5568 |8530 |   0 |  11k|  0 |4495 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3505.77/3518.89	c   595s| 10300 |  3916 |  6765k| 655.0 |   581M |  61 |5568 |8590 |7370 |  11k|  1 |4575 |  16 |-1.500000e+01 |      --      |    Inf |   0.66%
3509.16/3522.24	c   598s| 10400 |  3928 |  6832k| 655.1 |   581M |  61 |5568 |8544 |7372 |  11k|  1 |4661 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3511.96/3525.01	c   601s| 10500 |  3930 |  6890k| 654.4 |   581M |  61 |5568 |8496 |7377 |  11k|  1 |4714 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3514.24/3527.35	c   603s| 10600 |  3957 |  6934k| 652.4 |   582M |  61 |5568 |8479 |   0 |  11k|  0 |4756 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3517.13/3530.27	c   606s| 10700 |  3987 |  7001k| 652.5 |   582M |  61 |5568 |8474 |7359 |  11k|  1 |4830 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3521.71/3534.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3521.71/3534.85	c   611s| 10800 |  4037 |  7089k| 654.7 |   582M |  61 |5568 |8424 |7368 |  11k|  0 |4882 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3525.40/3538.50	c   615s| 10900 |  4060 |  7166k| 655.7 |   582M |  61 |5568 |8428 |   0 |  11k|  0 |4935 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3527.09/3540.21	c   616s| 11000 |  4052 |  7193k| 652.2 |   582M |  61 |5568 |8446 |   0 |  12k|  0 |5007 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3529.99/3543.12	c   619s| 11100 |  4067 |  7247k| 651.1 |   582M |  61 |5568 |8457 |7365 |  12k|  1 |5074 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3532.27/3545.47	c   622s| 11200 |  4086 |  7293k| 649.4 |   582M |  61 |5568 |8430 |7367 |  12k|  1 |5104 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3534.46/3547.69	c   624s| 11300 |  4097 |  7335k| 647.5 |   582M |  61 |5568 |8450 |7368 |  12k|  1 |5144 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3536.45/3549.63	c   626s| 11400 |  4099 |  7375k| 645.3 |   582M |  61 |5568 |8414 |   0 |  12k|  0 |5191 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3538.35/3551.54	c   628s| 11500 |  4105 |  7412k| 642.9 |   582M |  61 |5568 |8431 |   0 |  12k|  0 |5262 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3541.14/3554.34	c   630s| 11600 |  4132 |  7464k| 641.8 |   582M |  61 |5568 |8362 |7376 |  12k|  1 |5293 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3544.03/3557.24	c   633s| 11700 |  4178 |  7523k| 641.4 |   582M |  61 |5568 |8345 |7368 |  12k|  1 |5336 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3545.62/3558.87	c   635s| 11800 |  4178 |  7551k| 638.3 |   582M |  61 |5568 |8290 |7372 |  12k|  1 |5405 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3547.71/3560.97	c   637s| 11900 |  4197 |  7589k| 636.1 |   582M |  61 |5568 |8259 |7371 |  12k|  1 |5455 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3550.10/3563.39	c   639s| 12000 |  4206 |  7635k| 634.7 |   582M |  61 |5568 |8260 |7372 |  13k|  1 |5514 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3552.49/3565.74	c   642s| 12100 |  4224 |  7682k| 633.3 |   582M |  61 |5568 |8235 |7377 |  13k|  1 |5580 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3555.38/3568.62	c   645s| 12200 |  4242 |  7732k| 632.2 |   582M |  61 |5568 |8239 |   0 |  13k|  0 |5641 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3558.78/3572.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3558.78/3572.03	c   648s| 12300 |  4257 |  7795k| 632.2 |   582M |  61 |5568 |8241 |7380 |  13k|  1 |5699 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3561.06/3574.38	c   650s| 12400 |  4250 |  7841k| 630.8 |   582M |  61 |5568 |8261 |7375 |  13k|  1 |5758 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3563.35/3576.61	c   653s| 12500 |  4250 |  7883k| 629.1 |   582M |  61 |5568 |8272 |7374 |  13k|  1 |5828 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3565.44/3578.76	c   655s| 12600 |  4258 |  7924k| 627.4 |   582M |  61 |5568 |8298 |7379 |  13k|  2 |5889 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3566.85/3580.13	c   656s| 12700 |  4277 |  7945k| 624.1 |   582M |  61 |5568 |8312 |7371 |  13k|  1 |5949 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3568.23/3581.54	c   658s| 12800 |  4272 |  7971k| 621.2 |   583M |  61 |5568 |8444 |   0 |  13k|  0 |6104 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3569.73/3583.02	c   659s| 12900 |  4278 |  8001k| 618.8 |   583M |  61 |5568 |8465 |   0 |  13k|  0 |6147 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3572.31/3585.60	c   662s| 13000 |  4296 |  8051k| 617.8 |   583M |  61 |5568 |8455 |7388 |  14k|  2 |6170 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3574.71/3588.10	c   664s| 13100 |  4334 |  8098k| 616.7 |   583M |  61 |5568 |8456 |7375 |  14k|  1 |6226 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3576.99/3590.38	c   666s| 13200 |  4345 |  8141k| 615.3 |   583M |  61 |5568 |8447 |7374 |  14k|  1 |6253 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3578.89/3592.27	c   668s| 13300 |  4341 |  8176k| 613.3 |   583M |  61 |5568 |8377 |   0 |  14k|  0 |6283 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3581.08/3594.40	c   670s| 13400 |  4359 |  8215k| 611.6 |   583M |  61 |5568 |8401 |7374 |  14k|  0 |6344 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3583.96/3597.32	c   673s| 13500 |  4376 |  8271k| 611.3 |   583M |  61 |5568 |8423 |7372 |  14k|  2 |6383 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3585.96/3599.39	c   675s| 13600 |  4384 |  8310k| 609.6 |   583M |  61 |5568 |8442 |   0 |  14k|  0 |6432 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3588.45/3601.87	c   678s| 13700 |  4415 |  8358k| 608.6 |   583M |  61 |5568 |8442 |7368 |  14k|  1 |6465 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3591.14/3604.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3591.14/3604.50	c   681s| 13800 |  4439 |  8410k| 608.0 |   583M |  61 |5568 |8445 |   0 |  14k|  0 |6521 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3593.53/3606.93	c   683s| 13900 |  4458 |  8457k| 607.1 |   583M |  61 |5568 |8318 |   0 |  14k|  0 |6577 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3596.63/3610.04	c   686s| 14000 |  4476 |  8522k| 607.3 |   583M |  61 |5568 |8276 |7383 |  14k|  2 |6640 |  16 |-1.500000e+01 |      --      |    Inf |   0.67%
3600.00/3613.40	
3600.00/3613.40	*** TERMINATED *** by signal
3600.00/3613.40	c
3600.00/3613.40	s UNKNOWN
3600.00/3613.40	c _____________________________________________________________________________
3600.00/3613.40	c std/band forms        : 389,5253
3600.00/3613.40	c 2cl/3cl ITE-codings   : 11598435,709945
3600.00/3613.40	c BDD/srt/adr Max costs : 2277,0,0
3600.00/3613.40	c BDDraw/bin/mul/srt/adr: 0,0,5642,0,0
3600.00/3613.40	c BDD nodes             : 14731435
3600.00/3613.40	c Es1/CC detections     : 0,0
3600.00/3613.40	c CC sort               : 0
3600.00/3613.40	c SAT/UNSAT calls       : 0,0
3600.00/3613.40	c regenrated variables  : 0
3600.00/3613.40	c eliminated fixed lits : 2
3600.00/3613.40	c goal lit flips        : 0
3600.00/3613.40	c goal stages           : 1
3600.00/3613.40	c goal shrink           : 3
3600.00/3613.40	c goal coeff separations: 0
3600.00/3613.40	c restarts              : 11
3600.00/3613.40	c conflicts             : 300            (0 /sec)
3600.00/3613.40	c decisions             : 2147           (1 /sec)
3600.00/3613.40	c propagations          : 107975771      (29993 /sec)
3600.00/3613.40	c inspects              : 0              (0 /sec)
3600.00/3613.40	c CPU time (solving tm) : 3600 s        (49.78 s, SAT 0 s, UNSAT 0 s)
3600.00/3613.40	c SAT solver time       : 49.78 s
3600.00/3613.40	c SAT solver SAT time   : 0 s
3600.00/3613.40	c SAT solver UNSAT time : 0 s
3600.00/3613.40	c SAT solver TO time    : 49.78 s
3600.00/3613.40	c Time for SCIP         : 2800 s
3600.00/3613.40	c Coop SCIP LB improvements           : 0
3600.00/3613.40	c Coop SCIP UB improvements           : 0
3600.00/3613.40	c SCIP globally fixed variables       : 0
3600.00/3613.40	c SAT  globally fixed variables       : 0
3600.00/3613.40	c SCIP freeTransform calls            : 6
3600.00/3613.40	c Time for Opt-base     : 9.691 s
3600.00/3613.40	c Steps for Opt-base    : 43126047
3600.00/3613.40	c Time for BDD coding   : 56.13 s
3600.00/3613.40	c Time for srt coding   : 0 s
3600.00/3613.40	c Inner solver invocations            : 0
3600.00/3613.40	c Inner solving count                 : 0
3600.00/3613.40	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-4779518-1782133676/watcher-4779518-1782133676 -o /tmp/evaluation-result-4779518-1782133676/solver-4779518-1782133676 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4779518-1782133676/vars-4779518-1782133676 --bin-var /tmp/runsolver-exch-nodeE001-1782133630-2451891 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4779518-1782133676.opb 

running on 4 cores: 20-23

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,2-3,5-8,10-11,13-15,17-19,24,26,29-32,34-35,38-41,45-47,49-52,54-55,61
  3550 MHz: 1,36-37,48,56-59,63
  3600 MHz: 4,9,12,16,20-23,25,27-28,33,42-44,53,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: 20-23

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (97523 MiB free)
  node 1: cores 8-15, 129019 MiB (99717 MiB free)
  node 2: cores 16-23, 129019 MiB (109437 MiB free)
  node 3: cores 24-31, 129003 MiB (110389 MiB free)
  node 4: cores 32-39, 129019 MiB (101096 MiB free)
  node 5: cores 40-47, 129019 MiB (106906 MiB free)
  node 6: cores 48-55, 129019 MiB (106857 MiB free)
  node 7: cores 56-63, 128429 MiB (112472 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=2452808, runsolver pid=2452805
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 15.04 28.13 37.04 17/877 2452811
/proc/meminfo: memFree=864666904/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=94688 memory=23384 CPUtime=0.07 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 3580 206 0 0 7 0 0 0 20 0 1 0 146655705 96960512 5760 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 23672 5846 2728 506 0 4363 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 94688 KiB
Current children cumulated memory: 23384 KiB

[startup+0.212172 s]*
/proc/loadavg: 15.04 28.13 37.04 17/877 2452811
/proc/meminfo: memFree=864665896/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=110488 memory=39192 CPUtime=0.18 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 7532 206 0 0 18 0 0 0 20 0 1 0 146655705 113139712 9728 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 27622 9798 2728 506 0 8313 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 110488 KiB
Current children cumulated memory: 39192 KiB

[startup+0.311327 s]*
/proc/loadavg: 15.04 28.13 37.04 17/877 2452811
/proc/meminfo: memFree=864545556/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=124084 memory=52748 CPUtime=0.29 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 10921 206 0 0 28 1 0 0 20 0 1 0 146655705 127062016 13056 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 31021 13187 2728 506 0 11712 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 124084 KiB
Current children cumulated memory: 52748 KiB

[startup+0.700182 s]
/proc/loadavg: 15.04 28.13 37.04 17/877 2452811
/proc/meminfo: memFree=864470132/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=272212 memory=206016 CPUtime=0.66 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 49816 206 0 0 64 2 0 0 20 0 1 0 146655705 278745088 51461 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 68053 51504 5675 506 0 48744 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 272212 KiB
Current children cumulated memory: 206016 KiB

[startup+1.50021 s]
/proc/loadavg: 15.04 28.13 37.04 17/877 2452811
/proc/meminfo: memFree=864363176/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=465068 memory=381708 CPUtime=1.45 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 89583 206 0 0 141 4 0 0 20 0 1 0 146655705 476229632 95410 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 116267 95427 6153 506 0 96958 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 465068 KiB
Current children cumulated memory: 381708 KiB

[startup+3.11338 s]
/proc/loadavg: 15.12 27.93 36.93 17/877 2452811
/proc/meminfo: memFree=864137240/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=556788 memory=468336 CPUtime=3.07 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 109715 206 0 0 301 6 0 0 20 0 1 0 146655705 570150912 117021 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 139197 117084 6169 506 0 119888 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 556788 KiB
Current children cumulated memory: 468336 KiB

[startup+6.30021 s]
/proc/loadavg: 15.12 27.93 36.93 17/877 2452811
/proc/meminfo: memFree=862598656/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=580328 memory=497376 CPUtime=6.24 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 116476 206 0 0 618 6 0 0 20 0 1 0 146655705 594255872 124233 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 145082 124344 6169 506 0 125773 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 580328 KiB
Current children cumulated memory: 497376 KiB

[startup+12.7001 s]
/proc/loadavg: 15.25 27.53 36.70 17/877 2452811
/proc/meminfo: memFree=861221368/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=579300 memory=498844 CPUtime=12.62 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 116604 206 0 0 1256 6 0 0 20 0 1 0 146655705 593203200 124649 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 144825 124711 6169 506 0 125516 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 579300 KiB
Current children cumulated memory: 498844 KiB

[startup+25.5001 s]
/proc/loadavg: 15.37 27.15 36.48 17/878 2452812
/proc/meminfo: memFree=859604420/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=663004 memory=572552 CPUtime=25.38 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 117657 206 0 0 2531 7 0 0 20 0 1 0 146655705 678916096 143113 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 165751 143138 6169 506 0 146442 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 663004 KiB
Current children cumulated memory: 572552 KiB

[startup+51.1133 s]
/proc/loadavg: 15.65 26.27 35.94 17/878 2453162
/proc/meminfo: memFree=855539016/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=841456 memory=754184 CPUtime=50.91 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 120607 206 0 0 5082 9 0 0 20 0 1 0 146655705 861650944 188521 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 210364 188546 6169 506 0 191055 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 841456 KiB
Current children cumulated memory: 754184 KiB

[startup+102.3 s]
/proc/loadavg: 15.86 24.54 34.79 17/878 2453212
/proc/meminfo: memFree=822589756/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7488856 memory=7079392 CPUtime=101.92 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 917768 206 0 0 10096 96 0 0 20 0 1 0 146655705 7668588544 1769719 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1872214 1769848 6249 506 0 1852905 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 7488856 KiB
Current children cumulated memory: 7079392 KiB

[startup+162.3 s]
/proc/loadavg: 15.95 22.99 33.61 17/879 2453316
/proc/meminfo: memFree=827553320/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7490656 memory=7081180 CPUtime=161.71 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 918209 206 0 0 16075 96 0 0 20 0 1 0 146655705 7670431744 1770231 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1872664 1770295 6280 506 0 1853355 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 7490656 KiB
Current children cumulated memory: 7081180 KiB

[startup+222.3 s]
/proc/loadavg: 15.98 21.71 32.51 17/877 2453366
/proc/meminfo: memFree=825019800/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7498200 memory=7088752 CPUtime=221.5 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 920222 206 0 0 22054 96 0 0 20 0 1 0 146655705 7678156800 1772151 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1874550 1772188 6280 506 0 1855241 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 7498200 KiB
Current children cumulated memory: 7088752 KiB

[startup+282.3 s]
/proc/loadavg: 16.00 20.67 31.47 17/876 2453421
/proc/meminfo: memFree=814514104/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7537032 memory=7127908 CPUtime=281.29 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 927977 206 0 0 28032 97 0 0 20 0 1 0 146655705 7717920768 1781963 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1884258 1781977 6280 506 0 1864949 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 7537032 KiB
Current children cumulated memory: 7127908 KiB

[startup+342.3 s]
/proc/loadavg: 16.11 19.85 30.51 17/874 2453871
/proc/meminfo: memFree=817677948/1055320720 swapFree=33554428/33554428

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

Current children cumulated memory: 7344364 KiB

[startup+2862.3 s]
/proc/loadavg: 16.58 16.36 17.19 17/872 2454261
/proc/meminfo: memFree=785664732/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7751508 memory=7344388 CPUtime=2851.67 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 981562 206 0 0 285058 109 0 0 20 0 1 0 146655705 7937544192 1835959 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1937877 1836097 6312 506 0 1918568 0
Current children cumulated CPU time: 2851.67 s
Current children cumulated vsize: 7751508 KiB
Current children cumulated memory: 7344388 KiB

[startup+2922.3 s]
/proc/loadavg: 16.55 16.38 17.14 17/872 2454262
/proc/meminfo: memFree=785630240/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7760356 memory=7368716 CPUtime=2911.45 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 988384 206 0 0 291034 111 0 0 20 0 1 0 146655705 7946604544 1842127 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1940089 1842179 6312 506 0 1920780 0
Current children cumulated CPU time: 2911.45 s
Current children cumulated vsize: 7760356 KiB
Current children cumulated memory: 7368716 KiB

[startup+2982.3 s]
/proc/loadavg: 16.71 16.47 17.13 17/871 2454264
/proc/meminfo: memFree=785555896/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7732388 memory=7388104 CPUtime=2971.24 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 991840 206 0 0 297012 112 0 0 20 0 1 0 146655705 7917965312 1846950 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1933097 1847026 6312 506 0 1913788 0
Current children cumulated CPU time: 2971.24 s
Current children cumulated vsize: 7732388 KiB
Current children cumulated memory: 7388104 KiB

[startup+3042.3 s]
/proc/loadavg: 16.26 16.38 17.06 17/871 2454265
/proc/meminfo: memFree=784971508/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7732388 memory=7388104 CPUtime=3031.03 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 991987 206 0 0 302991 112 0 0 20 0 1 0 146655705 7917965312 1846950 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1933097 1847026 6312 506 0 1913788 0
Current children cumulated CPU time: 3031.03 s
Current children cumulated vsize: 7732388 KiB
Current children cumulated memory: 7388104 KiB

[startup+3102.3 s]
/proc/loadavg: 16.09 16.31 16.99 17/871 2454266
/proc/meminfo: memFree=785072100/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7740376 memory=7396092 CPUtime=3090.82 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994020 206 0 0 308970 112 0 0 20 0 1 0 146655705 7926145024 1848870 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935094 1849023 6312 506 0 1915785 0
Current children cumulated CPU time: 3090.82 s
Current children cumulated vsize: 7740376 KiB
Current children cumulated memory: 7396092 KiB

[startup+3162.3 s]
/proc/loadavg: 16.11 16.27 16.93 17/872 2454270
/proc/meminfo: memFree=784966072/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7740376 memory=7396092 CPUtime=3150.6 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994021 206 0 0 314948 112 0 0 20 0 1 0 146655705 7926145024 1848870 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935094 1849023 6312 506 0 1915785 0
Current children cumulated CPU time: 3150.6 s
Current children cumulated vsize: 7740376 KiB
Current children cumulated memory: 7396092 KiB

[startup+3222.3 s]
/proc/loadavg: 16.04 16.22 16.87 17/872 2454282
/proc/meminfo: memFree=785165804/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7740376 memory=7396092 CPUtime=3210.39 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994203 206 0 0 320926 113 0 0 20 0 1 0 146655705 7926145024 1848870 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935094 1849023 6312 506 0 1915785 0
Current children cumulated CPU time: 3210.39 s
Current children cumulated vsize: 7740376 KiB
Current children cumulated memory: 7396092 KiB

[startup+3282.3 s]
/proc/loadavg: 16.01 16.17 16.81 17/872 2454288
/proc/meminfo: memFree=785226576/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7740376 memory=7396092 CPUtime=3270.17 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994204 206 0 0 326904 113 0 0 20 0 1 0 146655705 7926145024 1848870 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935094 1849023 6312 506 0 1915785 0
Current children cumulated CPU time: 3270.17 s
Current children cumulated vsize: 7740376 KiB
Current children cumulated memory: 7396092 KiB

[startup+3342.3 s]
/proc/loadavg: 16.00 16.14 16.76 17/872 2454289
/proc/meminfo: memFree=784928780/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7740376 memory=7396092 CPUtime=3329.94 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994385 206 0 0 332881 113 0 0 20 0 1 0 146655705 7926145024 1848870 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935094 1849023 6312 506 0 1915785 0
Current children cumulated CPU time: 3329.94 s
Current children cumulated vsize: 7740376 KiB
Current children cumulated memory: 7396092 KiB

[startup+3402.3 s]
/proc/loadavg: 16.53 16.26 16.76 17/872 2454290
/proc/meminfo: memFree=785001492/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7741608 memory=7397436 CPUtime=3389.71 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994724 206 0 0 338858 113 0 0 20 0 1 0 146655705 7927406592 1849254 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935402 1849359 6312 506 0 1916093 0
Current children cumulated CPU time: 3389.71 s
Current children cumulated vsize: 7741608 KiB
Current children cumulated memory: 7397436 KiB

[startup+3462.3 s]
/proc/loadavg: 16.87 16.41 16.78 17/872 2454291
/proc/meminfo: memFree=785076448/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7741608 memory=7397436 CPUtime=3449.49 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994725 206 0 0 344836 113 0 0 20 0 1 0 146655705 7927406592 1849254 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935402 1849359 6312 506 0 1916093 0
Current children cumulated CPU time: 3449.49 s
Current children cumulated vsize: 7741608 KiB
Current children cumulated memory: 7397436 KiB

[startup+3522.3 s]
/proc/loadavg: 16.88 16.49 16.79 17/873 2454293
/proc/meminfo: memFree=785155820/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7741608 memory=7397436 CPUtime=3509.26 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994897 206 0 0 350813 113 0 0 20 0 1 0 146655705 7927406592 1849254 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935402 1849359 6312 506 0 1916093 0
Current children cumulated CPU time: 3509.26 s
Current children cumulated vsize: 7741608 KiB
Current children cumulated memory: 7397436 KiB

[startup+3582.3 s]
/proc/loadavg: 16.56 16.49 16.77 17/868 2455013
/proc/meminfo: memFree=871123580/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7741608 memory=7397436 CPUtime=3569.02 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994900 206 0 0 356789 113 0 0 20 0 1 0 146655705 7927406592 1849254 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935402 1849359 6312 506 0 1916093 0
Current children cumulated CPU time: 3569.02 s
Current children cumulated vsize: 7741608 KiB
Current children cumulated memory: 7397436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.4 s]
/proc/loadavg: 16.31 16.43 16.74 17/878 2455700
/proc/meminfo: memFree=889825976/1055320720 swapFree=33554428/33554428
[pid=2452808] ppid=2452805 vsize=7741608 memory=7397500 CPUtime=3600 cores=20-23
/proc/2452808/stat : 2452808 (naps_release) R 2452805 2452808 2451876 0 -1 4194304 994901 206 0 0 359887 113 0 0 20 0 1 0 146655705 7927406592 1849254 18446744073709551615 4210688 6281017 140734415061392 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 16560128 140734415063259 140734415063440 140734415063440 140734415069128 0
/proc/2452808/statm: 1935402 1849375 6312 506 0 1916093 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7741608 KiB
Current children cumulated memory: 7397500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.22928 s

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

Child status: 10

Real time (s): 3613.49
CPU time (s): 3600.11
CPU user time (s): 3598.88
CPU system time (s): 1.22928
CPU usage (%): 99.6297
Max. virtual memory (cumulated for all children) (KiB): 10364492
Max. memory (cumulated for all children) (KiB): 9795972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.22928
maximum resident set size= 9795272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 995107
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= 305
involuntary context switches= 1395


# summary of solver processes directly reported to runsolver:
#   pid: 2452808
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.22928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4743 second user time and 38.1801 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-22 15:07:56
IDJOB=4779518
IDBENCH=147704
IDSOLVER=3589
FILE ID=nodeE001/4779518-1782133676
RUNJOBID= nodeE001-1782133630-2451891
SLURM_JOB_ID= 12510913
Free space on /tmp= 798356 MiB

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

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

MD5SUM BENCH= 0c97dedf99f03a2f12057daa91676c25
RANDOM SEED=958804865

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		: 3569.061
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		: 3568.006
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		: 3590.855
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		: 3587.929
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		: 3586.383
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		: 3573.865
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.891
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		: 3587.998
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		: 3585.939
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		: 3608.458
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		: 3612.590
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		: 3601.356
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		: 3619.401
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		: 3584.620
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		: 3591.638
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		: 3590.596
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		: 2493.659
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		: 3598.340
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		: 3581.750
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		: 3573.477
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.188
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		: 2493.659
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		: 2493.659
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		: 3595.794
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		: 3597.282
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		: 3595.171
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		: 3595.237
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		: 3562.047
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		: 3585.693
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		: 3582.711
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		: 3565.560
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		: 2493.659
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		: 3560.634
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		: 3577.953
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		: 3575.804
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		: 3574.410
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:        864735360 kB
MemAvailable:   1000641744 kB
Buffers:            3352 kB
Cached:         140163916 kB
SwapCached:            0 kB
Active:         46290964 kB
Inactive:       138507592 kB
Active(anon):   45519308 kB
Inactive(anon):        0 kB
Active(file):     771656 kB
Inactive(file): 138507592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35096 kB
Writeback:            44 kB
AnonPages:      44623476 kB
Mapped:           250812 kB
Shmem:            887856 kB
KReclaimable:    1543628 kB
Slab:            2135676 kB
SReclaimable:    1543628 kB
SUnreclaim:       592048 kB
KernelStack:       14992 kB
PageTables:        96108 kB
SecPageTables:     15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   49196644 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478948 kB
VmallocChunk:          0 kB
Percpu:           123904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22194176 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= 798416 MiB
End job on nodeE001 at 2026-06-22 16:08:10