Trace number 4780722

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.15 3612.47

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/devriendt/
tsplib/normalized-ch150.opb
MD5SUM9c7390f7de7351b42d269b6d40b3d0be
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 benchmark6579
Best CPU time to get the best result obtained on this benchmark57600.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23542
Total number of constraints22650
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)300
Number of constraints which are nor clauses,nor cardinality constraints22350
Minimum length of a constraint8
Maximum length of a constraint149
Number of terms in the objective function 22350
Biggest coefficient in the objective function 849
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 8030552
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 849
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 8030552
Number of bits of the biggest sum of numbers23
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-4780722-1782138528.opb
0.00/0.02	c NaPS 1.03a50.
0.00/0.02	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.02	c Input file name: HOME/instance-4780722-1782138528.opb
0.00/0.02	c Parsing PB file...
0.00/0.06	c goal was devided by 1 with offset 8030552.
0.58/0.62	c assumptions before coding: 
0.58/0.68	c initScipForCoop
0.67/0.74	c Running SCIP presolver (time limit: 10 sec)...
0.67/0.74	c solveScip
0.67/0.74	c initScipForCoop
0.67/0.74	c Cooperative mode: scip_coop_offset=8030552.000000
0.67/0.74	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.67/0.74	c Running SCIP presolve for solve-time propagation (rounds=3)
0.67/0.79	c presolving:
0.76/0.84	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
0.87/0.94	c    (0.2s) running MILP presolver
0.98/1.06	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.08/1.12	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1.67/1.78	c    (1.0s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.67/1.78	c    (1.0s) probing aborted: 50/50 successive totally useless probings
1.97/2.06	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1.97/2.06	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
1.97/2.06	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.97/2.06	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
1.97/2.06	c   22201 constraints of type <knapsack>
1.97/2.06	c     300 constraints of type <setppc>
1.97/2.06	c     149 constraints of type <logicor>
1.97/2.06	c transformed objective value is always integral (scale: 1)
1.97/2.06	c Presolving Time: 1.26
2.08/2.14	c presolving:
2.08/2.19	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
2.17/2.28	c    (0.2s) running MILP presolver
2.36/2.41	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2.36/2.48	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
2.46/2.58	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
2.56/2.67	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
2.56/2.67	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
3.16/3.26	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.16/3.26	c    (1.2s) probing aborted: 50/50 successive totally useless probings
3.45/3.52	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.56/3.60	c    (1.5s) no symmetry present (symcode time: 0.03)
3.56/3.63	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
3.56/3.63	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
3.56/3.63	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3.56/3.63	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
3.56/3.63	c   22201 constraints of type <knapsack>
3.56/3.63	c     598 constraints of type <setppc>
3.56/3.63	c     149 constraints of type <logicor>
3.56/3.63	c transformed objective value is always integral (scale: 1)
3.56/3.63	c Presolving Time: 1.50
3.56/3.63	c 
4.25/4.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.25/4.32	c   2.2s|     1 |     0 |  1026 |     - |   545M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
5.25/5.36	c   3.3s|     1 |     0 |  4806 |     - |   560M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
5.65/5.73	c   3.6s|     1 |     0 |  4945 |     - |   574M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
5.96/6.09	c   4.0s|     1 |     0 |  5120 |     - |   583M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
6.34/6.48	c   4.4s|     1 |     0 |  5262 |     - |   600M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
6.75/6.88	c   4.8s|     1 |     0 |  5430 |     - |   613M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
7.14/7.25	c   5.1s|     1 |     0 |  5608 |     - |   623M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
7.44/7.55	c   5.5s|     1 |     0 |  5795 |     - |   633M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
7.84/7.97	c   5.9s|     1 |     0 |  5949 |     - |   646M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
8.23/8.38	c   6.3s|     1 |     0 |  6136 |     - |   658M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
8.64/8.76	c   6.7s|     1 |     0 |  6328 |     - |   674M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
8.84/8.99	c   6.9s|     1 |     0 |  6485 |     - |   678M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
12.04/12.13	c  10.0s|     1 |     2 |  7619 |     - |   681M |   0 |  23k|  23k|  23k| 838 | 11 | 485 |   0 |-5.764255e+03 |      --      |    Inf | unknown
12.04/12.13	c 
12.04/12.13	c SCIP Status        : solving was interrupted [time limit reached]
12.04/12.13	c Solving Time (sec) : 10.03
12.04/12.13	c Solving Nodes      : 1
12.04/12.13	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
12.04/12.13	c Dual Bound         : -5.76425503355705e+03
12.04/12.13	c Gap                : infinite
12.04/12.13	c SCIP status: 23 (TIMELIMIT)
12.04/12.13	c solveScip: freeing transform (!can_skip_free_transform)
12.12/12.27	c SCIP presolver: sst_unknown
12.12/12.27	c Converting 22950 PB-constraints to clauses...
12.12/12.27	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.39	c d: 1
12.22/12.39	c estimatedAdderCost: 11
12.22/12.39	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.22/12.40	c d: 1
12.22/12.40	c estimatedAdderCost: 11
12.22/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 11
12.32/12.40	c Try to convert by bdds
12.32/12.40	c d: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.40	c D: 1
12.32/12.40	c estimatedAdderCost: 20
12.32/12.40	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.41	c D: 1
12.32/12.41	c estimatedAdderCost: 20
12.32/12.41	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.42	c D: 1
12.32/12.42	c estimatedAdderCost: 20
12.32/12.42	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.43	c D: 1
12.32/12.43	c estimatedAdderCost: 20
12.32/12.43	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.44	c D: 1
12.32/12.44	c estimatedAdderCost: 20
12.32/12.44	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.45	c D: 1
12.32/12.45	c estimatedAdderCost: 20
12.32/12.45	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.46	c D: 1
12.32/12.46	c estimatedAdderCost: 20
12.32/12.46	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.47	c D: 1
12.32/12.47	c estimatedAdderCost: 20
12.32/12.47	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.48	c D: 1
12.32/12.48	c estimatedAdderCost: 20
12.32/12.48	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.32/12.49	c D: 1
12.32/12.49	c estimatedAdderCost: 20
12.32/12.49	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.50	c D: 1
12.42/12.50	c estimatedAdderCost: 20
12.42/12.50	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.51	c D: 1
12.42/12.51	c estimatedAdderCost: 20
12.42/12.51	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.52	c D: 1
12.42/12.52	c estimatedAdderCost: 20
12.42/12.52	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.53	c D: 1
12.42/12.53	c estimatedAdderCost: 20
12.42/12.53	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.54	c D: 1
12.42/12.54	c estimatedAdderCost: 20
12.42/12.54	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.55	c D: 1
12.42/12.55	c estimatedAdderCost: 20
12.42/12.55	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.56	c D: 1
12.42/12.56	c estimatedAdderCost: 20
12.42/12.56	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.57	c D: 1
12.42/12.57	c estimatedAdderCost: 20
12.42/12.57	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.58	c D: 1
12.42/12.58	c estimatedAdderCost: 20
12.42/12.58	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.59	c D: 1
12.42/12.59	c estimatedAdderCost: 20
12.42/12.59	c Try to convert by bdds
12.42/12.60	c D: 1
12.42/12.60	c estimatedAdderCost: 20
12.42/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.60	c D: 1
12.52/12.60	c estimatedAdderCost: 20
12.52/12.60	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.61	c D: 1
12.52/12.61	c estimatedAdderCost: 20
12.52/12.61	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.62	c D: 1
12.52/12.62	c estimatedAdderCost: 20
12.52/12.62	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.63	c D: 1
12.52/12.63	c estimatedAdderCost: 20
12.52/12.63	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.64	c D: 1
12.52/12.64	c estimatedAdderCost: 20
12.52/12.64	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.65	c D: 1
12.52/12.65	c estimatedAdderCost: 20
12.52/12.65	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.66	c D: 1
12.52/12.66	c estimatedAdderCost: 20
12.52/12.66	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.67	c D: 1
12.52/12.67	c estimatedAdderCost: 20
12.52/12.67	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 20
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 20
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 20
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 20
12.52/12.68	c Try to convert by bdds
12.52/12.68	c D: 1
12.52/12.68	c estimatedAdderCost: 20
12.52/12.68	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 20
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 20
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 20
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 20
12.63/12.72	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 20
12.63/12.73	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 20
12.63/12.74	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 20
12.63/12.75	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 20
12.63/12.76	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 20
12.63/12.77	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 20
12.63/12.78	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 20
12.63/12.79	c Try to convert by bdds
12.63/12.80	c D: 1
12.63/12.80	c estimatedAdderCost: 20
12.63/12.80	c Try to convert by bdds
12.73/12.80	c D: 1
12.73/12.80	c estimatedAdderCost: 20
12.73/12.80	c Try to convert by bdds
12.73/12.80	c D: 1
12.73/12.80	c estimatedAdderCost: 20
12.73/12.80	c Try to convert by bdds
12.73/12.80	c D: 1
12.73/12.80	c estimatedAdderCost: 20
12.73/12.80	c Try to convert by bdds
12.73/12.80	c D: 1
12.73/12.80	c estimatedAdderCost: 20
12.73/12.80	c Try to convert by bdds
12.73/12.80	c D: 1
12.73/12.80	c estimatedAdderCost: 20
12.73/12.80	c Try to convert by bdds
12.73/12.80	c D: 1
12.73/12.80	c estimatedAdderCost: 20
12.73/12.80	c Try to convert by bdds
12.73/12.80	c D: 1
12.73/12.80	c estimatedAdderCost: 20
12.73/12.80	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.81	c D: 1
12.73/12.81	c estimatedAdderCost: 20
12.73/12.81	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.82	c D: 1
12.73/12.82	c estimatedAdderCost: 20
12.73/12.82	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.83	c D: 1
12.73/12.83	c estimatedAdderCost: 20
12.73/12.83	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.84	c D: 1
12.73/12.84	c estimatedAdderCost: 20
12.73/12.84	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.85	c D: 1
12.73/12.85	c estimatedAdderCost: 20
12.73/12.85	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.86	c D: 1
12.73/12.86	c estimatedAdderCost: 20
12.73/12.86	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.87	c D: 1
12.73/12.87	c estimatedAdderCost: 20
12.73/12.87	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.88	c D: 1
12.73/12.88	c estimatedAdderCost: 20
12.73/12.88	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	c Try to convert by bdds
12.73/12.90	c D: 1
12.73/12.90	c estimatedAdderCost: 20
12.73/12.90	c Try to convert by bdds
12.83/12.90	c D: 1
12.83/12.90	c estimatedAdderCost: 20
12.83/12.90	c Try to convert by bdds
12.83/12.90	c D: 1
12.83/12.90	c estimatedAdderCost: 20
12.83/12.90	c Try to convert by bdds
12.83/12.90	c D: 1
12.83/12.90	c estimatedAdderCost: 20
12.83/12.90	c Try to convert by bdds
12.83/12.90	c D: 1
12.83/12.90	c estimatedAdderCost: 20
12.83/12.90	c Try to convert by bdds
12.83/12.90	c D: 1
12.83/12.90	c estimatedAdderCost: 20
12.83/12.90	c Try to convert by bdds
12.83/12.90	c D: 1
12.83/12.90	c estimatedAdderCost: 20
12.83/12.90	c Try to convert by bdds
12.83/12.90	c D: 1
12.83/12.90	c estimatedAdderCost: 20
12.83/12.90	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.91	c D: 1
12.83/12.91	c estimatedAdderCost: 20
12.83/12.91	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.92	c D: 1
12.83/12.92	c estimatedAdderCost: 20
12.83/12.92	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.93	c D: 1
12.83/12.93	c estimatedAdderCost: 20
12.83/12.93	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.94	c D: 1
12.83/12.94	c estimatedAdderCost: 20
12.83/12.94	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.95	c D: 1
12.83/12.95	c estimatedAdderCost: 20
12.83/12.95	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.96	c D: 1
12.83/12.96	c estimatedAdderCost: 20
12.83/12.96	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.97	c D: 1
12.83/12.97	c estimatedAdderCost: 20
12.83/12.97	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.98	c D: 1
12.83/12.98	c estimatedAdderCost: 20
12.83/12.98	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/12.99	c D: 1
12.83/12.99	c estimatedAdderCost: 20
12.83/12.99	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.00	c D: 1
12.83/13.00	c estimatedAdderCost: 20
12.83/13.00	c Try to convert by bdds
12.83/13.01	c D: 1
12.83/13.01	c estimatedAdderCost: 20
12.83/13.01	c Try to convert by bdds
12.83/13.01	c D: 1
12.83/13.01	c estimatedAdderCost: 20
12.83/13.01	c Try to convert by bdds
12.83/13.01	c D: 1
12.83/13.01	c estimatedAdderCost: 20
12.83/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 20
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 20
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 20
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 20
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 20
12.94/13.01	c Try to convert by bdds
12.94/13.01	c D: 1
12.94/13.01	c estimatedAdderCost: 20
12.94/13.01	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.02	c D: 1
12.94/13.02	c estimatedAdderCost: 20
12.94/13.02	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.03	c D: 1
12.94/13.03	c estimatedAdderCost: 20
12.94/13.03	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.04	c D: 1
12.94/13.04	c estimatedAdderCost: 20
12.94/13.04	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.05	c D: 1
12.94/13.05	c estimatedAdderCost: 20
12.94/13.05	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.06	c D: 1
12.94/13.06	c estimatedAdderCost: 20
12.94/13.06	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.07	c D: 1
12.94/13.07	c estimatedAdderCost: 20
12.94/13.07	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.08	c D: 1
12.94/13.08	c estimatedAdderCost: 20
12.94/13.08	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.09	c D: 1
12.94/13.09	c estimatedAdderCost: 20
12.94/13.09	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.10	c D: 1
12.94/13.10	c estimatedAdderCost: 20
12.94/13.10	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 20
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 20
12.94/13.11	c Try to convert by bdds
12.94/13.11	c D: 1
12.94/13.11	c estimatedAdderCost: 20
12.94/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 20
13.04/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 20
13.04/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 20
13.04/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 20
13.04/13.11	c Try to convert by bdds
13.04/13.11	c D: 1
13.04/13.11	c estimatedAdderCost: 20
13.04/13.11	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.12	c D: 1
13.04/13.12	c estimatedAdderCost: 20
13.04/13.12	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.13	c D: 1
13.04/13.13	c estimatedAdderCost: 20
13.04/13.13	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.14	c D: 1
13.04/13.14	c estimatedAdderCost: 20
13.04/13.14	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.15	c D: 1
13.04/13.15	c estimatedAdderCost: 20
13.04/13.15	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.16	c D: 1
13.04/13.16	c estimatedAdderCost: 20
13.04/13.16	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.17	c D: 1
13.04/13.17	c estimatedAdderCost: 20
13.04/13.17	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.18	c D: 1
13.04/13.18	c estimatedAdderCost: 20
13.04/13.18	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.04/13.19	c D: 1
13.04/13.19	c estimatedAdderCost: 20
13.04/13.19	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.20	c D: 1
13.12/13.20	c estimatedAdderCost: 20
13.12/13.20	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.21	c D: 1
13.12/13.21	c estimatedAdderCost: 20
13.12/13.21	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.22	c D: 1
13.12/13.22	c estimatedAdderCost: 20
13.12/13.22	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.23	c D: 1
13.12/13.23	c estimatedAdderCost: 20
13.12/13.23	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.24	c D: 1
13.12/13.24	c estimatedAdderCost: 20
13.12/13.24	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.25	c D: 1
13.12/13.25	c estimatedAdderCost: 20
13.12/13.25	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.26	c D: 1
13.12/13.26	c estimatedAdderCost: 20
13.12/13.26	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.27	c D: 1
13.12/13.27	c estimatedAdderCost: 20
13.12/13.27	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.28	c D: 1
13.12/13.28	c estimatedAdderCost: 20
13.12/13.28	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.12/13.29	c D: 1
13.12/13.29	c estimatedAdderCost: 20
13.12/13.29	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.30	c D: 1
13.22/13.30	c estimatedAdderCost: 20
13.22/13.30	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.31	c D: 1
13.22/13.31	c estimatedAdderCost: 20
13.22/13.31	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.32	c D: 1
13.22/13.32	c estimatedAdderCost: 20
13.22/13.32	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.33	c D: 1
13.22/13.33	c estimatedAdderCost: 20
13.22/13.33	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.34	c D: 1
13.22/13.34	c estimatedAdderCost: 20
13.22/13.34	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.35	c D: 1
13.22/13.35	c estimatedAdderCost: 20
13.22/13.35	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.36	c D: 1
13.22/13.36	c estimatedAdderCost: 20
13.22/13.36	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.37	c D: 1
13.22/13.37	c estimatedAdderCost: 20
13.22/13.37	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.38	c D: 1
13.22/13.38	c estimatedAdderCost: 20
13.22/13.38	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.22/13.39	c D: 1
13.22/13.39	c estimatedAdderCost: 20
13.22/13.39	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.40	c D: 1
13.32/13.40	c estimatedAdderCost: 20
13.32/13.40	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.41	c D: 1
13.32/13.41	c estimatedAdderCost: 20
13.32/13.41	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.42	c D: 1
13.32/13.42	c estimatedAdderCost: 20
13.32/13.42	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.43	c D: 1
13.32/13.43	c estimatedAdderCost: 20
13.32/13.43	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.44	c D: 1
13.32/13.44	c estimatedAdderCost: 20
13.32/13.44	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.45	c D: 1
13.32/13.45	c estimatedAdderCost: 20
13.32/13.45	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.46	c D: 1
13.32/13.46	c estimatedAdderCost: 20
13.32/13.46	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.47	c D: 1
13.32/13.47	c estimatedAdderCost: 20
13.32/13.47	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.48	c D: 1
13.32/13.48	c estimatedAdderCost: 20
13.32/13.48	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.49	c D: 1
13.32/13.49	c estimatedAdderCost: 20
13.32/13.49	c Try to convert by bdds
13.32/13.50	c D: 1
13.32/13.50	c estimatedAdderCost: 20
13.32/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.50	c D: 1
13.42/13.50	c estimatedAdderCost: 20
13.42/13.50	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.51	c D: 1
13.42/13.51	c estimatedAdderCost: 20
13.42/13.51	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.52	c D: 1
13.42/13.52	c estimatedAdderCost: 20
13.42/13.52	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.53	c D: 1
13.42/13.53	c estimatedAdderCost: 20
13.42/13.53	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.54	c D: 1
13.42/13.54	c estimatedAdderCost: 20
13.42/13.54	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.55	c D: 1
13.42/13.55	c estimatedAdderCost: 20
13.42/13.55	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.56	c D: 1
13.42/13.56	c estimatedAdderCost: 20
13.42/13.56	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.57	c D: 1
13.42/13.57	c estimatedAdderCost: 20
13.42/13.57	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.58	c D: 1
13.42/13.58	c estimatedAdderCost: 20
13.42/13.58	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.42/13.59	c D: 1
13.42/13.59	c estimatedAdderCost: 20
13.42/13.59	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.60	c D: 1
13.52/13.60	c estimatedAdderCost: 20
13.52/13.60	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.61	c D: 1
13.52/13.61	c estimatedAdderCost: 20
13.52/13.61	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.62	c D: 1
13.52/13.62	c estimatedAdderCost: 20
13.52/13.62	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.63	c D: 1
13.52/13.63	c estimatedAdderCost: 20
13.52/13.63	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.64	c D: 1
13.52/13.64	c estimatedAdderCost: 20
13.52/13.64	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.65	c D: 1
13.52/13.65	c estimatedAdderCost: 20
13.52/13.65	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.66	c D: 1
13.52/13.66	c estimatedAdderCost: 20
13.52/13.66	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.67	c D: 1
13.52/13.67	c estimatedAdderCost: 20
13.52/13.67	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.68	c D: 1
13.52/13.68	c estimatedAdderCost: 20
13.52/13.68	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.52/13.69	c D: 1
13.52/13.69	c estimatedAdderCost: 20
13.52/13.69	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.70	c D: 1
13.62/13.70	c estimatedAdderCost: 20
13.62/13.70	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.71	c D: 1
13.62/13.71	c estimatedAdderCost: 20
13.62/13.71	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.72	c D: 1
13.62/13.72	c estimatedAdderCost: 20
13.62/13.72	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.73	c D: 1
13.62/13.73	c estimatedAdderCost: 20
13.62/13.73	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.74	c D: 1
13.62/13.74	c estimatedAdderCost: 20
13.62/13.74	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.75	c D: 1
13.62/13.75	c estimatedAdderCost: 20
13.62/13.75	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.76	c D: 1
13.62/13.76	c estimatedAdderCost: 20
13.62/13.76	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.77	c D: 1
13.62/13.77	c estimatedAdderCost: 20
13.62/13.77	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.78	c D: 1
13.62/13.78	c estimatedAdderCost: 20
13.62/13.78	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.79	c D: 1
13.62/13.79	c estimatedAdderCost: 20
13.62/13.79	c Try to convert by bdds
13.62/13.80	c D: 1
13.62/13.80	c estimatedAdderCost: 20
13.62/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.80	c D: 1
13.72/13.80	c estimatedAdderCost: 20
13.72/13.80	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.81	c D: 1
13.72/13.81	c estimatedAdderCost: 20
13.72/13.81	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.82	c D: 1
13.72/13.82	c estimatedAdderCost: 20
13.72/13.82	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.83	c D: 1
13.72/13.83	c estimatedAdderCost: 20
13.72/13.83	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.84	c D: 1
13.72/13.84	c estimatedAdderCost: 20
13.72/13.84	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.85	c D: 1
13.72/13.85	c estimatedAdderCost: 20
13.72/13.85	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.86	c D: 1
13.72/13.86	c estimatedAdderCost: 20
13.72/13.86	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.87	c D: 1
13.72/13.87	c estimatedAdderCost: 20
13.72/13.87	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.88	c D: 1
13.72/13.88	c estimatedAdderCost: 20
13.72/13.88	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.89	c D: 1
13.72/13.89	c estimatedAdderCost: 20
13.72/13.89	c Try to convert by bdds
13.72/13.90	c D: 1
13.72/13.90	c estimatedAdderCost: 20
13.72/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 20
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 20
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 20
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 20
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 20
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 20
13.82/13.90	c Try to convert by bdds
13.82/13.90	c D: 1
13.82/13.90	c estimatedAdderCost: 20
13.82/13.90	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.91	c D: 1
13.82/13.91	c estimatedAdderCost: 20
13.82/13.91	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.92	c D: 1
13.82/13.92	c estimatedAdderCost: 20
13.82/13.92	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.93	c D: 1
13.82/13.93	c estimatedAdderCost: 20
13.82/13.93	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.94	c D: 1
13.82/13.94	c estimatedAdderCost: 20
13.82/13.94	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.95	c D: 1
13.82/13.95	c estimatedAdderCost: 20
13.82/13.95	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.96	c D: 1
13.82/13.96	c estimatedAdderCost: 20
13.82/13.96	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.97	c D: 1
13.82/13.97	c estimatedAdderCost: 20
13.82/13.97	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.98	c D: 1
13.82/13.98	c estimatedAdderCost: 20
13.82/13.98	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/13.99	c D: 1
13.82/13.99	c estimatedAdderCost: 20
13.82/13.99	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.00	c D: 1
13.82/14.00	c estimatedAdderCost: 20
13.82/14.00	c Try to convert by bdds
13.82/14.01	c D: 1
13.82/14.01	c estimatedAdderCost: 20
13.82/14.01	c Try to convert by bdds
13.82/14.01	c D: 1
13.82/14.01	c estimatedAdderCost: 20
13.82/14.01	c Try to convert by bdds
13.82/14.01	c D: 1
13.82/14.01	c estimatedAdderCost: 20
13.82/14.01	c Try to convert by bdds
13.93/14.01	c D: 1
13.93/14.01	c estimatedAdderCost: 20
13.93/14.01	c Try to convert by bdds
13.93/14.01	c D: 1
13.93/14.01	c estimatedAdderCost: 20
13.93/14.01	c Try to convert by bdds
13.93/14.01	c D: 1
13.93/14.01	c estimatedAdderCost: 20
13.93/14.01	c Try to convert by bdds
13.93/14.01	c D: 1
13.93/14.01	c estimatedAdderCost: 20
13.93/14.01	c Try to convert by bdds
13.93/14.01	c D: 1
13.93/14.01	c estimatedAdderCost: 20
13.93/14.01	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.02	c D: 1
13.93/14.02	c estimatedAdderCost: 20
13.93/14.02	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.03	c D: 1
13.93/14.03	c estimatedAdderCost: 20
13.93/14.03	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.04	c D: 1
13.93/14.04	c estimatedAdderCost: 20
13.93/14.04	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.05	c D: 1
13.93/14.05	c estimatedAdderCost: 20
13.93/14.05	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.06	c D: 1
13.93/14.06	c estimatedAdderCost: 20
13.93/14.06	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.07	c D: 1
13.93/14.07	c estimatedAdderCost: 20
13.93/14.07	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.08	c D: 1
13.93/14.08	c estimatedAdderCost: 20
13.93/14.08	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.09	c D: 1
13.93/14.09	c estimatedAdderCost: 20
13.93/14.09	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.10	c D: 1
13.93/14.10	c estimatedAdderCost: 20
13.93/14.10	c Try to convert by bdds
13.93/14.11	c D: 1
13.93/14.11	c estimatedAdderCost: 20
13.93/14.11	c Try to convert by bdds
13.93/14.11	c D: 1
13.93/14.11	c estimatedAdderCost: 20
13.93/14.11	c Try to convert by bdds
14.03/14.11	c D: 1
14.03/14.11	c estimatedAdderCost: 20
14.03/14.11	c Try to convert by bdds
14.03/14.11	c D: 1
14.03/14.11	c estimatedAdderCost: 20
14.03/14.11	c Try to convert by bdds
14.03/14.11	c D: 1
14.03/14.11	c estimatedAdderCost: 20
14.03/14.11	c Try to convert by bdds
14.03/14.11	c D: 1
14.03/14.11	c estimatedAdderCost: 20
14.03/14.11	c Try to convert by bdds
14.03/14.11	c D: 1
14.03/14.11	c estimatedAdderCost: 20
14.03/14.11	c Try to convert by bdds
14.03/14.11	c D: 1
14.03/14.11	c estimatedAdderCost: 20
14.03/14.11	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.12	c D: 1
14.03/14.12	c estimatedAdderCost: 20
14.03/14.12	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.13	c D: 1
14.03/14.13	c estimatedAdderCost: 20
14.03/14.13	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.14	c D: 1
14.03/14.14	c estimatedAdderCost: 20
14.03/14.14	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.15	c D: 1
14.03/14.15	c estimatedAdderCost: 20
14.03/14.15	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.16	c D: 1
14.03/14.16	c estimatedAdderCost: 20
14.03/14.16	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.17	c D: 1
14.03/14.17	c estimatedAdderCost: 20
14.03/14.17	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.18	c D: 1
14.03/14.18	c estimatedAdderCost: 20
14.03/14.18	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.03/14.19	c D: 1
14.03/14.19	c estimatedAdderCost: 20
14.03/14.19	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.20	c D: 1
14.12/14.20	c estimatedAdderCost: 20
14.12/14.20	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.21	c D: 1
14.12/14.21	c estimatedAdderCost: 20
14.12/14.21	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.22	c D: 1
14.12/14.22	c estimatedAdderCost: 20
14.12/14.22	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.23	c D: 1
14.12/14.23	c estimatedAdderCost: 20
14.12/14.23	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.24	c D: 1
14.12/14.24	c estimatedAdderCost: 20
14.12/14.24	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.25	c D: 1
14.12/14.25	c estimatedAdderCost: 20
14.12/14.25	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.26	c D: 1
14.12/14.26	c estimatedAdderCost: 20
14.12/14.26	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.27	c D: 1
14.12/14.27	c estimatedAdderCost: 20
14.12/14.27	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.28	c D: 1
14.12/14.28	c estimatedAdderCost: 20
14.12/14.28	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.29	c D: 1
14.12/14.29	c estimatedAdderCost: 20
14.12/14.29	c Try to convert by bdds
14.12/14.30	c D: 1
14.12/14.30	c estimatedAdderCost: 20
14.12/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 20
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 20
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 20
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 20
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 20
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 20
14.22/14.30	c Try to convert by bdds
14.22/14.30	c D: 1
14.22/14.30	c estimatedAdderCost: 20
14.22/14.30	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.31	c D: 1
14.22/14.31	c estimatedAdderCost: 20
14.22/14.31	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.32	c D: 1
14.22/14.32	c estimatedAdderCost: 20
14.22/14.32	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.33	c D: 1
14.22/14.33	c estimatedAdderCost: 20
14.22/14.33	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.34	c D: 1
14.22/14.34	c estimatedAdderCost: 20
14.22/14.34	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.35	c D: 1
14.22/14.35	c estimatedAdderCost: 20
14.22/14.35	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.36	c D: 1
14.22/14.36	c estimatedAdderCost: 20
14.22/14.36	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.37	c D: 1
14.22/14.37	c estimatedAdderCost: 20
14.22/14.37	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.38	c D: 1
14.22/14.38	c estimatedAdderCost: 20
14.22/14.38	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.22/14.39	c D: 1
14.22/14.39	c estimatedAdderCost: 20
14.22/14.39	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.40	c D: 1
14.32/14.40	c estimatedAdderCost: 20
14.32/14.40	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.41	c D: 1
14.32/14.41	c estimatedAdderCost: 20
14.32/14.41	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.42	c D: 1
14.32/14.42	c estimatedAdderCost: 20
14.32/14.42	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.43	c D: 1
14.32/14.43	c estimatedAdderCost: 20
14.32/14.43	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.44	c D: 1
14.32/14.44	c estimatedAdderCost: 20
14.32/14.44	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.45	c D: 1
14.32/14.45	c estimatedAdderCost: 20
14.32/14.45	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.46	c D: 1
14.32/14.46	c estimatedAdderCost: 20
14.32/14.46	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.47	c D: 1
14.32/14.47	c estimatedAdderCost: 20
14.32/14.47	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.48	c D: 1
14.32/14.48	c estimatedAdderCost: 20
14.32/14.48	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.49	c D: 1
14.32/14.49	c estimatedAdderCost: 20
14.32/14.49	c Try to convert by bdds
14.32/14.50	c D: 1
14.32/14.50	c estimatedAdderCost: 20
14.32/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 20
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 20
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 20
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 20
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 20
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 20
14.42/14.50	c Try to convert by bdds
14.42/14.50	c D: 1
14.42/14.50	c estimatedAdderCost: 20
14.42/14.50	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.51	c D: 1
14.42/14.51	c estimatedAdderCost: 20
14.42/14.51	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.52	c D: 1
14.42/14.52	c estimatedAdderCost: 20
14.42/14.52	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.53	c D: 1
14.42/14.53	c estimatedAdderCost: 20
14.42/14.53	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.54	c D: 1
14.42/14.54	c estimatedAdderCost: 20
14.42/14.54	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.55	c D: 1
14.42/14.55	c estimatedAdderCost: 20
14.42/14.55	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.56	c D: 1
14.42/14.56	c estimatedAdderCost: 20
14.42/14.56	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.57	c D: 1
14.42/14.57	c estimatedAdderCost: 20
14.42/14.57	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.58	c D: 1
14.42/14.58	c estimatedAdderCost: 20
14.42/14.58	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.42/14.59	c D: 1
14.42/14.59	c estimatedAdderCost: 20
14.42/14.59	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.60	c D: 1
14.52/14.60	c estimatedAdderCost: 20
14.52/14.60	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.61	c D: 1
14.52/14.61	c estimatedAdderCost: 20
14.52/14.61	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.62	c D: 1
14.52/14.62	c estimatedAdderCost: 20
14.52/14.62	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.63	c D: 1
14.52/14.63	c estimatedAdderCost: 20
14.52/14.63	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.64	c D: 1
14.52/14.64	c estimatedAdderCost: 20
14.52/14.64	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.65	c D: 1
14.52/14.65	c estimatedAdderCost: 20
14.52/14.65	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.66	c D: 1
14.52/14.66	c estimatedAdderCost: 20
14.52/14.66	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.67	c D: 1
14.52/14.67	c estimatedAdderCost: 20
14.52/14.67	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.68	c D: 1
14.52/14.68	c estimatedAdderCost: 20
14.52/14.68	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.69	c D: 1
14.52/14.69	c estimatedAdderCost: 20
14.52/14.69	c Try to convert by bdds
14.52/14.70	c D: 1
14.52/14.70	c estimatedAdderCost: 20
14.52/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.70	c D: 1
14.62/14.70	c estimatedAdderCost: 20
14.62/14.70	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.71	c D: 1
14.62/14.71	c estimatedAdderCost: 20
14.62/14.71	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.72	c D: 1
14.62/14.72	c estimatedAdderCost: 20
14.62/14.72	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.73	c D: 1
14.62/14.73	c estimatedAdderCost: 20
14.62/14.73	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.74	c D: 1
14.62/14.74	c estimatedAdderCost: 20
14.62/14.74	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.75	c D: 1
14.62/14.75	c estimatedAdderCost: 20
14.62/14.75	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.76	c D: 1
14.62/14.76	c estimatedAdderCost: 20
14.62/14.76	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.77	c D: 1
14.62/14.77	c estimatedAdderCost: 20
14.62/14.77	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.78	c D: 1
14.62/14.78	c estimatedAdderCost: 20
14.62/14.78	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.62/14.79	c D: 1
14.62/14.79	c estimatedAdderCost: 20
14.62/14.79	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.80	c D: 1
14.72/14.80	c estimatedAdderCost: 20
14.72/14.80	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.81	c D: 1
14.72/14.81	c estimatedAdderCost: 20
14.72/14.81	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.82	c D: 1
14.72/14.82	c estimatedAdderCost: 20
14.72/14.82	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.83	c D: 1
14.72/14.83	c estimatedAdderCost: 20
14.72/14.83	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.84	c D: 1
14.72/14.84	c estimatedAdderCost: 20
14.72/14.84	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.85	c D: 1
14.72/14.85	c estimatedAdderCost: 20
14.72/14.85	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.86	c D: 1
14.72/14.86	c estimatedAdderCost: 20
14.72/14.86	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.87	c D: 1
14.72/14.87	c estimatedAdderCost: 20
14.72/14.87	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.88	c D: 1
14.72/14.88	c estimatedAdderCost: 20
14.72/14.88	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.72/14.89	c D: 1
14.72/14.89	c estimatedAdderCost: 20
14.72/14.89	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.90	c D: 1
14.82/14.90	c estimatedAdderCost: 20
14.82/14.90	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.91	c D: 1
14.82/14.91	c estimatedAdderCost: 20
14.82/14.91	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.92	c D: 1
14.82/14.92	c estimatedAdderCost: 20
14.82/14.92	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.93	c D: 1
14.82/14.93	c estimatedAdderCost: 20
14.82/14.93	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.94	c D: 1
14.82/14.94	c estimatedAdderCost: 20
14.82/14.94	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.95	c D: 1
14.82/14.95	c estimatedAdderCost: 20
14.82/14.95	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.96	c D: 1
14.82/14.96	c estimatedAdderCost: 20
14.82/14.96	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.97	c D: 1
14.82/14.97	c estimatedAdderCost: 20
14.82/14.97	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.98	c D: 1
14.82/14.98	c estimatedAdderCost: 20
14.82/14.98	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/14.99	c D: 1
14.82/14.99	c estimatedAdderCost: 20
14.82/14.99	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.00	c D: 1
14.82/15.00	c estimatedAdderCost: 20
14.82/15.00	c Try to convert by bdds
14.82/15.01	c D: 1
14.82/15.01	c estimatedAdderCost: 20
14.82/15.01	c Try to convert by bdds
14.82/15.01	c D: 1
14.82/15.01	c estimatedAdderCost: 20
14.82/15.01	c Try to convert by bdds
14.82/15.01	c D: 1
14.82/15.01	c estimatedAdderCost: 20
14.82/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 20
14.93/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 20
14.93/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 20
14.93/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 20
14.93/15.01	c Try to convert by bdds
14.93/15.01	c D: 1
14.93/15.01	c estimatedAdderCost: 20
14.93/15.01	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.02	c D: 1
14.93/15.02	c estimatedAdderCost: 20
14.93/15.02	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.03	c D: 1
14.93/15.03	c estimatedAdderCost: 20
14.93/15.03	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.04	c D: 1
14.93/15.04	c estimatedAdderCost: 20
14.93/15.04	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.05	c D: 1
14.93/15.05	c estimatedAdderCost: 20
14.93/15.05	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.06	c D: 1
14.93/15.06	c estimatedAdderCost: 20
14.93/15.06	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.07	c D: 1
14.93/15.07	c estimatedAdderCost: 20
14.93/15.07	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.08	c D: 1
14.93/15.08	c estimatedAdderCost: 20
14.93/15.08	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.09	c D: 1
14.93/15.09	c estimatedAdderCost: 20
14.93/15.09	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.10	c D: 1
14.93/15.10	c estimatedAdderCost: 20
14.93/15.10	c Try to convert by bdds
14.93/15.11	c D: 1
14.93/15.11	c estimatedAdderCost: 20
14.93/15.11	c Try to convert by bdds
14.93/15.11	c D: 1
14.93/15.11	c estimatedAdderCost: 20
14.93/15.11	c Try to convert by bdds
14.93/15.11	c D: 1
14.93/15.11	c estimatedAdderCost: 20
14.93/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 20
15.03/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 20
15.03/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 20
15.03/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 20
15.03/15.11	c Try to convert by bdds
15.03/15.11	c D: 1
15.03/15.11	c estimatedAdderCost: 20
15.03/15.11	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.12	c D: 1
15.03/15.12	c estimatedAdderCost: 20
15.03/15.12	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.13	c D: 1
15.03/15.13	c estimatedAdderCost: 20
15.03/15.13	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.14	c D: 1
15.03/15.14	c estimatedAdderCost: 20
15.03/15.14	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.15	c D: 1
15.03/15.15	c estimatedAdderCost: 20
15.03/15.15	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.16	c D: 1
15.03/15.16	c estimatedAdderCost: 20
15.03/15.16	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.17	c D: 1
15.03/15.17	c estimatedAdderCost: 20
15.03/15.17	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.18	c D: 1
15.03/15.18	c estimatedAdderCost: 20
15.03/15.18	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.19	c D: 1
15.03/15.19	c estimatedAdderCost: 20
15.03/15.19	c Try to convert by bdds
15.03/15.20	c D: 1
15.03/15.20	c estimatedAdderCost: 20
15.03/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 20
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 20
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 20
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 20
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 20
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 20
15.12/15.20	c Try to convert by bdds
15.12/15.20	c D: 1
15.12/15.20	c estimatedAdderCost: 20
15.12/15.20	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.21	c D: 1
15.12/15.21	c estimatedAdderCost: 20
15.12/15.21	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.22	c D: 1
15.12/15.22	c estimatedAdderCost: 20
15.12/15.22	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.23	c D: 1
15.12/15.23	c estimatedAdderCost: 20
15.12/15.23	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.24	c D: 1
15.12/15.24	c estimatedAdderCost: 20
15.12/15.24	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.25	c D: 1
15.12/15.25	c estimatedAdderCost: 20
15.12/15.25	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.26	c D: 1
15.12/15.26	c estimatedAdderCost: 20
15.12/15.26	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.27	c D: 1
15.12/15.27	c estimatedAdderCost: 20
15.12/15.27	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.28	c D: 1
15.12/15.28	c estimatedAdderCost: 20
15.12/15.28	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.12/15.29	c D: 1
15.12/15.29	c estimatedAdderCost: 20
15.12/15.29	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.30	c D: 1
15.21/15.30	c estimatedAdderCost: 20
15.21/15.30	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.31	c D: 1
15.21/15.31	c estimatedAdderCost: 20
15.21/15.31	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.32	c D: 1
15.21/15.32	c estimatedAdderCost: 20
15.21/15.32	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.33	c D: 1
15.21/15.33	c estimatedAdderCost: 20
15.21/15.33	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.34	c D: 1
15.21/15.34	c estimatedAdderCost: 20
15.21/15.34	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.35	c D: 1
15.21/15.35	c estimatedAdderCost: 20
15.21/15.35	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.36	c D: 1
15.21/15.36	c estimatedAdderCost: 20
15.21/15.36	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.37	c D: 1
15.21/15.37	c estimatedAdderCost: 20
15.21/15.37	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.38	c D: 1
15.21/15.38	c estimatedAdderCost: 20
15.21/15.38	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.39	c D: 1
15.21/15.39	c estimatedAdderCost: 20
15.21/15.39	c Try to convert by bdds
15.21/15.40	c D: 1
15.21/15.40	c estimatedAdderCost: 20
15.21/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.40	c D: 1
15.31/15.40	c estimatedAdderCost: 20
15.31/15.40	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.41	c D: 1
15.31/15.41	c estimatedAdderCost: 20
15.31/15.41	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.42	c D: 1
15.31/15.42	c estimatedAdderCost: 20
15.31/15.42	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.43	c D: 1
15.31/15.43	c estimatedAdderCost: 20
15.31/15.43	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.44	c D: 1
15.31/15.44	c estimatedAdderCost: 20
15.31/15.44	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.45	c D: 1
15.31/15.45	c estimatedAdderCost: 20
15.31/15.45	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.46	c D: 1
15.31/15.46	c estimatedAdderCost: 20
15.31/15.46	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.47	c D: 1
15.31/15.47	c estimatedAdderCost: 20
15.31/15.47	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.48	c D: 1
15.31/15.48	c estimatedAdderCost: 20
15.31/15.48	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.49	c D: 1
15.31/15.49	c estimatedAdderCost: 20
15.31/15.49	c Try to convert by bdds
15.31/15.50	c D: 1
15.31/15.50	c estimatedAdderCost: 20
15.31/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.50	c D: 1
15.41/15.50	c estimatedAdderCost: 20
15.41/15.50	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.51	c D: 1
15.41/15.51	c estimatedAdderCost: 20
15.41/15.51	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.52	c D: 1
15.41/15.52	c estimatedAdderCost: 20
15.41/15.52	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.53	c D: 1
15.41/15.53	c estimatedAdderCost: 20
15.41/15.53	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.54	c D: 1
15.41/15.54	c estimatedAdderCost: 20
15.41/15.54	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.55	c D: 1
15.41/15.55	c estimatedAdderCost: 20
15.41/15.55	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.56	c D: 1
15.41/15.56	c estimatedAdderCost: 20
15.41/15.56	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.57	c D: 1
15.41/15.57	c estimatedAdderCost: 20
15.41/15.57	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.58	c D: 1
15.41/15.58	c estimatedAdderCost: 20
15.41/15.58	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.41/15.59	c D: 1
15.41/15.59	c estimatedAdderCost: 20
15.41/15.59	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.60	c D: 1
15.51/15.60	c estimatedAdderCost: 20
15.51/15.60	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.61	c D: 1
15.51/15.61	c estimatedAdderCost: 20
15.51/15.61	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.62	c D: 1
15.51/15.62	c estimatedAdderCost: 20
15.51/15.62	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.63	c D: 1
15.51/15.63	c estimatedAdderCost: 20
15.51/15.63	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.64	c D: 1
15.51/15.64	c estimatedAdderCost: 20
15.51/15.64	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.65	c D: 1
15.51/15.65	c estimatedAdderCost: 20
15.51/15.65	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.66	c D: 1
15.51/15.66	c estimatedAdderCost: 20
15.51/15.66	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.67	c D: 1
15.51/15.67	c estimatedAdderCost: 20
15.51/15.67	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.68	c D: 1
15.51/15.68	c estimatedAdderCost: 20
15.51/15.68	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.69	c D: 1
15.51/15.69	c estimatedAdderCost: 20
15.51/15.69	c Try to convert by bdds
15.51/15.70	c D: 1
15.51/15.70	c estimatedAdderCost: 20
15.51/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.70	c D: 1
15.61/15.70	c estimatedAdderCost: 20
15.61/15.70	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.71	c D: 1
15.61/15.71	c estimatedAdderCost: 20
15.61/15.71	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.72	c D: 1
15.61/15.72	c estimatedAdderCost: 20
15.61/15.72	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.73	c D: 1
15.61/15.73	c estimatedAdderCost: 20
15.61/15.73	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.74	c D: 1
15.61/15.74	c estimatedAdderCost: 20
15.61/15.74	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.75	c D: 1
15.61/15.75	c estimatedAdderCost: 20
15.61/15.75	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.76	c D: 1
15.61/15.76	c estimatedAdderCost: 20
15.61/15.76	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.77	c D: 1
15.61/15.77	c estimatedAdderCost: 20
15.61/15.77	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.78	c D: 1
15.61/15.78	c estimatedAdderCost: 20
15.61/15.78	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.61/15.79	c D: 1
15.61/15.79	c estimatedAdderCost: 20
15.61/15.79	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.80	c D: 1
15.71/15.80	c estimatedAdderCost: 20
15.71/15.80	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.81	c D: 1
15.71/15.81	c estimatedAdderCost: 20
15.71/15.81	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.82	c D: 1
15.71/15.82	c estimatedAdderCost: 20
15.71/15.82	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.83	c D: 1
15.71/15.83	c estimatedAdderCost: 20
15.71/15.83	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.84	c D: 1
15.71/15.84	c estimatedAdderCost: 20
15.71/15.84	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.85	c D: 1
15.71/15.85	c estimatedAdderCost: 20
15.71/15.85	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.86	c D: 1
15.71/15.86	c estimatedAdderCost: 20
15.71/15.86	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.87	c D: 1
15.71/15.87	c estimatedAdderCost: 20
15.71/15.87	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.88	c D: 1
15.71/15.88	c estimatedAdderCost: 20
15.71/15.88	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.89	c D: 1
15.71/15.89	c estimatedAdderCost: 20
15.71/15.89	c Try to convert by bdds
15.71/15.90	c D: 1
15.71/15.90	c estimatedAdderCost: 20
15.71/15.90	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 20
15.81/15.90	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 20
15.81/15.90	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 20
15.81/15.90	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 20
15.81/15.90	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 20
15.81/15.90	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 20
15.81/15.90	c Try to convert by bdds
15.81/15.90	c D: 1
15.81/15.90	c estimatedAdderCost: 20
15.81/15.90	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.91	c D: 1
15.81/15.91	c estimatedAdderCost: 20
15.81/15.91	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.92	c D: 1
15.81/15.92	c estimatedAdderCost: 20
15.81/15.92	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.93	c D: 1
15.81/15.93	c estimatedAdderCost: 20
15.81/15.93	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.94	c D: 1
15.81/15.94	c estimatedAdderCost: 20
15.81/15.94	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.95	c D: 1
15.81/15.95	c estimatedAdderCost: 20
15.81/15.95	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.96	c D: 1
15.81/15.96	c estimatedAdderCost: 20
15.81/15.96	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.97	c D: 1
15.81/15.97	c estimatedAdderCost: 20
15.81/15.97	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.98	c D: 1
15.81/15.98	c estimatedAdderCost: 20
15.81/15.98	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/15.99	c D: 1
15.81/15.99	c estimatedAdderCost: 20
15.81/15.99	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.00	c D: 1
15.81/16.00	c estimatedAdderCost: 20
15.81/16.00	c Try to convert by bdds
15.81/16.01	c D: 1
15.81/16.01	c estimatedAdderCost: 20
15.81/16.01	c Try to convert by bdds
15.81/16.01	c D: 1
15.81/16.01	c estimatedAdderCost: 20
15.81/16.01	c Try to convert by bdds
15.81/16.01	c D: 1
15.81/16.01	c estimatedAdderCost: 20
15.81/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 20
15.93/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 20
15.93/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 20
15.93/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 20
15.93/16.01	c Try to convert by bdds
15.93/16.01	c D: 1
15.93/16.01	c estimatedAdderCost: 20
15.93/16.01	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.02	c D: 1
15.93/16.02	c estimatedAdderCost: 20
15.93/16.02	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.03	c D: 1
15.93/16.03	c estimatedAdderCost: 20
15.93/16.03	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.04	c D: 1
15.93/16.04	c estimatedAdderCost: 20
15.93/16.04	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.05	c D: 1
15.93/16.05	c estimatedAdderCost: 20
15.93/16.05	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.06	c D: 1
15.93/16.06	c estimatedAdderCost: 20
15.93/16.06	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.07	c D: 1
15.93/16.07	c estimatedAdderCost: 20
15.93/16.07	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.08	c D: 1
15.93/16.08	c estimatedAdderCost: 20
15.93/16.08	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.09	c D: 1
15.93/16.09	c estimatedAdderCost: 20
15.93/16.09	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.10	c D: 1
15.93/16.10	c estimatedAdderCost: 20
15.93/16.10	c Try to convert by bdds
15.93/16.11	c D: 1
15.93/16.11	c estimatedAdderCost: 20
15.93/16.11	c Try to convert by bdds
15.93/16.11	c D: 1
15.93/16.11	c estimatedAdderCost: 20
15.93/16.11	c Try to convert by bdds
15.93/16.11	c D: 1
15.93/16.11	c estimatedAdderCost: 20
15.93/16.11	c Try to convert by bdds
16.02/16.11	c D: 1
16.02/16.11	c estimatedAdderCost: 20
16.02/16.11	c Try to convert by bdds
16.02/16.11	c D: 1
16.02/16.11	c estimatedAdderCost: 20
16.02/16.11	c Try to convert by bdds
16.02/16.11	c D: 1
16.02/16.11	c estimatedAdderCost: 20
16.02/16.11	c Try to convert by bdds
16.02/16.11	c D: 1
16.02/16.11	c estimatedAdderCost: 20
16.02/16.11	c Try to convert by bdds
16.02/16.11	c D: 1
16.02/16.11	c estimatedAdderCost: 20
16.02/16.11	c Try to convert by bdds
16.02/16.11	c D: 1
16.02/16.11	c estimatedAdderCost: 20
16.02/16.11	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.12	c D: 1
16.02/16.12	c estimatedAdderCost: 20
16.02/16.12	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.13	c D: 1
16.02/16.13	c estimatedAdderCost: 20
16.02/16.13	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.14	c D: 1
16.02/16.14	c estimatedAdderCost: 20
16.02/16.14	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.15	c D: 1
16.02/16.15	c estimatedAdderCost: 20
16.02/16.15	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.16	c D: 1
16.02/16.16	c estimatedAdderCost: 20
16.02/16.16	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.17	c D: 1
16.02/16.17	c estimatedAdderCost: 20
16.02/16.17	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.18	c D: 1
16.02/16.18	c estimatedAdderCost: 20
16.02/16.18	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.19	c D: 1
16.02/16.19	c estimatedAdderCost: 20
16.02/16.19	c Try to convert by bdds
16.02/16.20	c D: 1
16.02/16.20	c estimatedAdderCost: 20
16.02/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 20
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 20
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 20
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 20
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 20
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 20
16.11/16.20	c Try to convert by bdds
16.11/16.20	c D: 1
16.11/16.20	c estimatedAdderCost: 20
16.11/16.20	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.21	c D: 1
16.11/16.21	c estimatedAdderCost: 20
16.11/16.21	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.22	c D: 1
16.11/16.22	c estimatedAdderCost: 20
16.11/16.22	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.23	c D: 1
16.11/16.23	c estimatedAdderCost: 20
16.11/16.23	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.24	c D: 1
16.11/16.24	c estimatedAdderCost: 20
16.11/16.24	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.25	c D: 1
16.11/16.25	c estimatedAdderCost: 20
16.11/16.25	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.26	c D: 1
16.11/16.26	c estimatedAdderCost: 20
16.11/16.26	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.27	c D: 1
16.11/16.27	c estimatedAdderCost: 20
16.11/16.27	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.28	c D: 1
16.11/16.28	c estimatedAdderCost: 20
16.11/16.28	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.29	c D: 1
16.11/16.29	c estimatedAdderCost: 20
16.11/16.29	c Try to convert by bdds
16.11/16.30	c D: 1
16.11/16.30	c estimatedAdderCost: 20
16.11/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.30	c D: 1
16.21/16.30	c estimatedAdderCost: 20
16.21/16.30	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.31	c D: 1
16.21/16.31	c estimatedAdderCost: 20
16.21/16.31	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.32	c D: 1
16.21/16.32	c estimatedAdderCost: 20
16.21/16.32	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.33	c D: 1
16.21/16.33	c estimatedAdderCost: 20
16.21/16.33	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.34	c D: 1
16.21/16.34	c estimatedAdderCost: 20
16.21/16.34	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.35	c D: 1
16.21/16.35	c estimatedAdderCost: 20
16.21/16.35	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.36	c D: 1
16.21/16.36	c estimatedAdderCost: 20
16.21/16.36	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.37	c D: 1
16.21/16.37	c estimatedAdderCost: 20
16.21/16.37	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.38	c D: 1
16.21/16.38	c estimatedAdderCost: 20
16.21/16.38	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.39	c D: 1
16.21/16.39	c estimatedAdderCost: 20
16.21/16.39	c Try to convert by bdds
16.21/16.40	c D: 1
16.21/16.40	c estimatedAdderCost: 20
16.21/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.40	c D: 1
16.31/16.40	c estimatedAdderCost: 20
16.31/16.40	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.41	c D: 1
16.31/16.41	c estimatedAdderCost: 20
16.31/16.41	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.42	c D: 1
16.31/16.42	c estimatedAdderCost: 20
16.31/16.42	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.43	c D: 1
16.31/16.43	c estimatedAdderCost: 20
16.31/16.43	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.44	c D: 1
16.31/16.44	c estimatedAdderCost: 20
16.31/16.44	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.45	c D: 1
16.31/16.45	c estimatedAdderCost: 20
16.31/16.45	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.46	c D: 1
16.31/16.46	c estimatedAdderCost: 20
16.31/16.46	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.47	c D: 1
16.31/16.47	c estimatedAdderCost: 20
16.31/16.47	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.48	c D: 1
16.31/16.48	c estimatedAdderCost: 20
16.31/16.48	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.31/16.49	c D: 1
16.31/16.49	c estimatedAdderCost: 20
16.31/16.49	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.50	c D: 1
16.41/16.50	c estimatedAdderCost: 20
16.41/16.50	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.51	c D: 1
16.41/16.51	c estimatedAdderCost: 20
16.41/16.51	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.52	c D: 1
16.41/16.52	c estimatedAdderCost: 20
16.41/16.52	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.53	c D: 1
16.41/16.53	c estimatedAdderCost: 20
16.41/16.53	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.54	c D: 1
16.41/16.54	c estimatedAdderCost: 20
16.41/16.54	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.55	c D: 1
16.41/16.55	c estimatedAdderCost: 20
16.41/16.55	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.56	c D: 1
16.41/16.56	c estimatedAdderCost: 20
16.41/16.56	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.57	c D: 1
16.41/16.57	c estimatedAdderCost: 20
16.41/16.57	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.58	c D: 1
16.41/16.58	c estimatedAdderCost: 20
16.41/16.58	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.41/16.59	c D: 1
16.41/16.59	c estimatedAdderCost: 20
16.41/16.59	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.60	c D: 1
16.51/16.60	c estimatedAdderCost: 20
16.51/16.60	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.61	c D: 1
16.51/16.61	c estimatedAdderCost: 20
16.51/16.61	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.62	c D: 1
16.51/16.62	c estimatedAdderCost: 20
16.51/16.62	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.63	c D: 1
16.51/16.63	c estimatedAdderCost: 20
16.51/16.63	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.64	c D: 1
16.51/16.64	c estimatedAdderCost: 20
16.51/16.64	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.65	c D: 1
16.51/16.65	c estimatedAdderCost: 20
16.51/16.65	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.66	c D: 1
16.51/16.66	c estimatedAdderCost: 20
16.51/16.66	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.67	c D: 1
16.51/16.67	c estimatedAdderCost: 20
16.51/16.67	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.68	c D: 1
16.51/16.68	c estimatedAdderCost: 20
16.51/16.68	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.69	c D: 1
16.51/16.69	c estimatedAdderCost: 20
16.51/16.69	c Try to convert by bdds
16.51/16.70	c D: 1
16.51/16.70	c estimatedAdderCost: 20
16.51/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 20
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 20
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 20
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 20
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 20
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 20
16.61/16.70	c Try to convert by bdds
16.61/16.70	c D: 1
16.61/16.70	c estimatedAdderCost: 20
16.61/16.70	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.71	c D: 1
16.61/16.71	c estimatedAdderCost: 20
16.61/16.71	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.72	c D: 1
16.61/16.72	c estimatedAdderCost: 20
16.61/16.72	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.73	c D: 1
16.61/16.73	c estimatedAdderCost: 20
16.61/16.73	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.74	c D: 1
16.61/16.74	c estimatedAdderCost: 20
16.61/16.74	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.75	c D: 1
16.61/16.75	c estimatedAdderCost: 20
16.61/16.75	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.76	c D: 1
16.61/16.76	c estimatedAdderCost: 20
16.61/16.76	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.77	c D: 1
16.61/16.77	c estimatedAdderCost: 20
16.61/16.77	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.78	c D: 1
16.61/16.78	c estimatedAdderCost: 20
16.61/16.78	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.79	c D: 1
16.61/16.79	c estimatedAdderCost: 20
16.61/16.79	c Try to convert by bdds
16.61/16.80	c D: 1
16.61/16.80	c estimatedAdderCost: 20
16.61/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.80	c D: 1
16.71/16.80	c estimatedAdderCost: 20
16.71/16.80	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.81	c D: 1
16.71/16.81	c estimatedAdderCost: 20
16.71/16.81	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.82	c D: 1
16.71/16.82	c estimatedAdderCost: 20
16.71/16.82	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.83	c D: 1
16.71/16.83	c estimatedAdderCost: 20
16.71/16.83	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.84	c D: 1
16.71/16.84	c estimatedAdderCost: 20
16.71/16.84	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.85	c D: 1
16.71/16.85	c estimatedAdderCost: 20
16.71/16.85	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.86	c D: 1
16.71/16.86	c estimatedAdderCost: 20
16.71/16.86	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.87	c D: 1
16.71/16.87	c estimatedAdderCost: 20
16.71/16.87	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.88	c D: 1
16.71/16.88	c estimatedAdderCost: 20
16.71/16.88	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.71/16.89	c D: 1
16.71/16.89	c estimatedAdderCost: 20
16.71/16.89	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.90	c D: 1
16.81/16.90	c estimatedAdderCost: 20
16.81/16.90	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.91	c D: 1
16.81/16.91	c estimatedAdderCost: 20
16.81/16.91	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.92	c D: 1
16.81/16.92	c estimatedAdderCost: 20
16.81/16.92	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.93	c D: 1
16.81/16.93	c estimatedAdderCost: 20
16.81/16.93	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.94	c D: 1
16.81/16.94	c estimatedAdderCost: 20
16.81/16.94	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.95	c D: 1
16.81/16.95	c estimatedAdderCost: 20
16.81/16.95	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.96	c D: 1
16.81/16.96	c estimatedAdderCost: 20
16.81/16.96	c Try to convert by bdds
16.81/16.97	c D: 1
16.81/16.97	c estimatedAdderCost: 20
16.81/16.97	c Try to convert by bdds
16.81/16.97	c D: 1
16.81/16.97	c estimatedAdderCost: 20
16.81/16.97	c Try to convert by bdds
16.81/16.97	c D: 1
16.81/16.97	c estimatedAdderCost: 20
16.81/16.97	c Try to convert by bdds
16.81/16.97	c D: 1
16.81/16.97	c estimatedAdderCost: 20
16.81/16.97	c Try to convert by bdds
16.81/16.97	c D: 1
16.81/16.97	c estimatedAdderCost: 20
16.81/16.97	c Try to convert by bdds
16.93/17.05	c D: 1
16.93/17.05	c estimatedAdderCost: 20
16.93/17.05	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.06	c D: 1
16.93/17.06	c estimatedAdderCost: 20
16.93/17.06	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.07	c D: 1
16.93/17.07	c estimatedAdderCost: 20
16.93/17.07	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.08	c D: 1
16.93/17.08	c estimatedAdderCost: 20
16.93/17.08	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.09	c D: 1
16.93/17.09	c estimatedAdderCost: 20
16.93/17.09	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.10	c D: 1
16.93/17.10	c estimatedAdderCost: 20
16.93/17.10	c Try to convert by bdds
16.93/17.11	c D: 1
16.93/17.11	c estimatedAdderCost: 20
16.93/17.11	c Try to convert by bdds
16.93/17.11	c D: 1
16.93/17.11	c estimatedAdderCost: 20
16.93/17.11	c Try to convert by bdds
16.93/17.11	c D: 1
16.93/17.11	c estimatedAdderCost: 20
16.93/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 20
17.03/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 20
17.03/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 20
17.03/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 20
17.03/17.11	c Try to convert by bdds
17.03/17.11	c D: 1
17.03/17.11	c estimatedAdderCost: 20
17.03/17.11	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.12	c D: 1
17.03/17.12	c estimatedAdderCost: 20
17.03/17.12	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.13	c D: 1
17.03/17.13	c estimatedAdderCost: 20
17.03/17.13	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.14	c D: 1
17.03/17.14	c estimatedAdderCost: 20
17.03/17.14	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.15	c D: 1
17.03/17.15	c estimatedAdderCost: 20
17.03/17.15	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.16	c D: 1
17.03/17.16	c estimatedAdderCost: 20
17.03/17.16	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.17	c D: 1
17.03/17.17	c estimatedAdderCost: 20
17.03/17.17	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.18	c D: 1
17.03/17.18	c estimatedAdderCost: 20
17.03/17.18	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.03/17.19	c D: 1
17.03/17.19	c estimatedAdderCost: 20
17.03/17.19	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.20	c D: 1
17.11/17.20	c estimatedAdderCost: 20
17.11/17.20	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.21	c D: 1
17.11/17.21	c estimatedAdderCost: 20
17.11/17.21	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.22	c D: 1
17.11/17.22	c estimatedAdderCost: 20
17.11/17.22	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.23	c D: 1
17.11/17.23	c estimatedAdderCost: 20
17.11/17.23	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.24	c D: 1
17.11/17.24	c estimatedAdderCost: 20
17.11/17.24	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.25	c D: 1
17.11/17.25	c estimatedAdderCost: 20
17.11/17.25	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.26	c D: 1
17.11/17.26	c estimatedAdderCost: 20
17.11/17.26	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.27	c D: 1
17.11/17.27	c estimatedAdderCost: 20
17.11/17.27	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.28	c D: 1
17.11/17.28	c estimatedAdderCost: 20
17.11/17.28	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.29	c D: 1
17.11/17.29	c estimatedAdderCost: 20
17.11/17.29	c Try to convert by bdds
17.11/17.30	c D: 1
17.11/17.30	c estimatedAdderCost: 20
17.11/17.30	c Try to convert by bdds
17.21/17.30	c D: 1
17.21/17.30	c estimatedAdderCost: 20
17.21/17.30	c Try to convert by bdds
17.21/17.30	c D: 1
17.21/17.30	c estimatedAdderCost: 20
17.21/17.30	c Try to convert by bdds
17.21/17.30	c D: 1
17.21/17.30	c estimatedAdderCost: 20
17.21/17.30	c Try to convert by bdds
17.21/17.30	c D: 1
17.21/17.30	c estimatedAdderCost: 20
17.21/17.30	c Try to convert by bdds
17.21/17.30	c D: 1
17.21/17.30	c estimatedAdderCost: 20
17.21/17.30	c Try to convert by bdds
17.21/17.30	c D: 1
17.21/17.30	c estimatedAdderCost: 20
17.21/17.30	c Try to convert by bdds
17.21/17.30	c D: 1
17.21/17.30	c estimatedAdderCost: 20
17.21/17.30	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.31	c D: 1
17.21/17.31	c estimatedAdderCost: 20
17.21/17.31	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.32	c D: 1
17.21/17.32	c estimatedAdderCost: 20
17.21/17.32	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.33	c D: 1
17.21/17.33	c estimatedAdderCost: 20
17.21/17.33	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.34	c D: 1
17.21/17.34	c estimatedAdderCost: 20
17.21/17.34	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.35	c D: 1
17.21/17.35	c estimatedAdderCost: 20
17.21/17.35	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.36	c D: 1
17.21/17.36	c estimatedAdderCost: 20
17.21/17.36	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.37	c D: 1
17.21/17.37	c estimatedAdderCost: 20
17.21/17.37	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.38	c D: 1
17.21/17.38	c estimatedAdderCost: 20
17.21/17.38	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.39	c D: 1
17.21/17.39	c estimatedAdderCost: 20
17.21/17.39	c Try to convert by bdds
17.21/17.40	c D: 1
17.21/17.40	c estimatedAdderCost: 20
17.21/17.40	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 20
17.31/17.40	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 20
17.31/17.40	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 20
17.31/17.40	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 20
17.31/17.40	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 20
17.31/17.40	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 20
17.31/17.40	c Try to convert by bdds
17.31/17.40	c D: 1
17.31/17.40	c estimatedAdderCost: 20
17.31/17.40	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.41	c D: 1
17.31/17.41	c estimatedAdderCost: 20
17.31/17.41	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.42	c D: 1
17.31/17.42	c estimatedAdderCost: 20
17.31/17.42	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.43	c D: 1
17.31/17.43	c estimatedAdderCost: 20
17.31/17.43	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.44	c D: 1
17.31/17.44	c estimatedAdderCost: 20
17.31/17.44	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.45	c D: 1
17.31/17.45	c estimatedAdderCost: 20
17.31/17.45	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.46	c D: 1
17.31/17.46	c estimatedAdderCost: 20
17.31/17.46	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.47	c D: 1
17.31/17.47	c estimatedAdderCost: 20
17.31/17.47	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.48	c D: 1
17.31/17.48	c estimatedAdderCost: 20
17.31/17.48	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.49	c D: 1
17.31/17.49	c estimatedAdderCost: 20
17.31/17.49	c Try to convert by bdds
17.31/17.50	c D: 1
17.31/17.50	c estimatedAdderCost: 20
17.31/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.50	c D: 1
17.41/17.50	c estimatedAdderCost: 20
17.41/17.50	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.51	c D: 1
17.41/17.51	c estimatedAdderCost: 20
17.41/17.51	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.52	c D: 1
17.41/17.52	c estimatedAdderCost: 20
17.41/17.52	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.53	c D: 1
17.41/17.53	c estimatedAdderCost: 20
17.41/17.53	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.54	c D: 1
17.41/17.54	c estimatedAdderCost: 20
17.41/17.54	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.55	c D: 1
17.41/17.55	c estimatedAdderCost: 20
17.41/17.55	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.56	c D: 1
17.41/17.56	c estimatedAdderCost: 20
17.41/17.56	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.57	c D: 1
17.41/17.57	c estimatedAdderCost: 20
17.41/17.57	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.58	c D: 1
17.41/17.58	c estimatedAdderCost: 20
17.41/17.58	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.41/17.59	c D: 1
17.41/17.59	c estimatedAdderCost: 20
17.41/17.59	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.60	c D: 1
17.51/17.60	c estimatedAdderCost: 20
17.51/17.60	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.61	c D: 1
17.51/17.61	c estimatedAdderCost: 20
17.51/17.61	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.62	c D: 1
17.51/17.62	c estimatedAdderCost: 20
17.51/17.62	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.63	c D: 1
17.51/17.63	c estimatedAdderCost: 20
17.51/17.63	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.64	c D: 1
17.51/17.64	c estimatedAdderCost: 20
17.51/17.64	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.65	c D: 1
17.51/17.65	c estimatedAdderCost: 20
17.51/17.65	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.66	c D: 1
17.51/17.66	c estimatedAdderCost: 20
17.51/17.66	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.67	c D: 1
17.51/17.67	c estimatedAdderCost: 20
17.51/17.67	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.68	c D: 1
17.51/17.68	c estimatedAdderCost: 20
17.51/17.68	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.51/17.69	c D: 1
17.51/17.69	c estimatedAdderCost: 20
17.51/17.69	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.70	c D: 1
17.61/17.70	c estimatedAdderCost: 20
17.61/17.70	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.71	c D: 1
17.61/17.71	c estimatedAdderCost: 20
17.61/17.71	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.72	c D: 1
17.61/17.72	c estimatedAdderCost: 20
17.61/17.72	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.73	c D: 1
17.61/17.73	c estimatedAdderCost: 20
17.61/17.73	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.74	c D: 1
17.61/17.74	c estimatedAdderCost: 20
17.61/17.74	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.75	c D: 1
17.61/17.75	c estimatedAdderCost: 20
17.61/17.75	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.76	c D: 1
17.61/17.76	c estimatedAdderCost: 20
17.61/17.76	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.77	c D: 1
17.61/17.77	c estimatedAdderCost: 20
17.61/17.77	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.78	c D: 1
17.61/17.78	c estimatedAdderCost: 20
17.61/17.78	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.79	c D: 1
17.61/17.79	c estimatedAdderCost: 20
17.61/17.79	c Try to convert by bdds
17.61/17.80	c D: 1
17.61/17.80	c estimatedAdderCost: 20
17.61/17.80	c Try to convert by bdds
17.71/17.80	c D: 1
17.71/17.80	c estimatedAdderCost: 20
17.71/17.80	c Try to convert by bdds
17.71/17.80	c D: 1
17.71/17.80	c estimatedAdderCost: 20
17.71/17.80	c Try to convert by bdds
17.71/17.80	c D: 1
17.71/17.80	c estimatedAdderCost: 20
17.71/17.80	c Try to convert by bdds
17.71/17.80	c D: 1
17.71/17.80	c estimatedAdderCost: 20
17.71/17.80	c Try to convert by bdds
17.71/17.80	c D: 1
17.71/17.80	c estimatedAdderCost: 20
17.71/17.80	c Try to convert by bdds
17.71/17.80	c D: 1
17.71/17.80	c estimatedAdderCost: 20
17.71/17.80	c Try to convert by bdds
17.71/17.80	c D: 1
17.71/17.80	c estimatedAdderCost: 20
17.71/17.80	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.81	c D: 1
17.71/17.81	c estimatedAdderCost: 20
17.71/17.81	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.82	c D: 1
17.71/17.82	c estimatedAdderCost: 20
17.71/17.82	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.83	c D: 1
17.71/17.83	c estimatedAdderCost: 20
17.71/17.83	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.84	c D: 1
17.71/17.84	c estimatedAdderCost: 20
17.71/17.84	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.85	c D: 1
17.71/17.85	c estimatedAdderCost: 20
17.71/17.85	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.86	c D: 1
17.71/17.86	c estimatedAdderCost: 20
17.71/17.86	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.87	c D: 1
17.71/17.87	c estimatedAdderCost: 20
17.71/17.87	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.88	c D: 1
17.71/17.88	c estimatedAdderCost: 20
17.71/17.88	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.89	c D: 1
17.71/17.89	c estimatedAdderCost: 20
17.71/17.89	c Try to convert by bdds
17.71/17.90	c D: 1
17.71/17.90	c estimatedAdderCost: 20
17.71/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.90	c D: 1
17.81/17.90	c estimatedAdderCost: 20
17.81/17.90	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.91	c D: 1
17.81/17.91	c estimatedAdderCost: 20
17.81/17.91	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.92	c D: 1
17.81/17.92	c estimatedAdderCost: 20
17.81/17.92	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.93	c D: 1
17.81/17.93	c estimatedAdderCost: 20
17.81/17.93	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.94	c D: 1
17.81/17.94	c estimatedAdderCost: 20
17.81/17.94	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.95	c D: 1
17.81/17.95	c estimatedAdderCost: 20
17.81/17.95	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.96	c D: 1
17.81/17.96	c estimatedAdderCost: 20
17.81/17.96	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.97	c D: 1
17.81/17.97	c estimatedAdderCost: 20
17.81/17.97	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.98	c D: 1
17.81/17.98	c estimatedAdderCost: 20
17.81/17.98	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/17.99	c D: 1
17.81/17.99	c estimatedAdderCost: 20
17.81/17.99	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.00	c D: 1
17.81/18.00	c estimatedAdderCost: 20
17.81/18.00	c Try to convert by bdds
17.81/18.01	c D: 1
17.81/18.01	c estimatedAdderCost: 20
17.81/18.01	c Try to convert by bdds
17.81/18.01	c D: 1
17.81/18.01	c estimatedAdderCost: 20
17.81/18.01	c Try to convert by bdds
17.81/18.01	c D: 1
17.81/18.01	c estimatedAdderCost: 20
17.81/18.01	c Try to convert by bdds
17.92/18.01	c D: 1
17.92/18.01	c estimatedAdderCost: 20
17.92/18.01	c Try to convert by bdds
17.92/18.01	c D: 1
17.92/18.01	c estimatedAdderCost: 20
17.92/18.01	c Try to convert by bdds
17.92/18.01	c D: 1
17.92/18.01	c estimatedAdderCost: 20
17.92/18.01	c Try to convert by bdds
17.92/18.01	c D: 1
17.92/18.01	c estimatedAdderCost: 20
17.92/18.01	c Try to convert by bdds
17.92/18.01	c D: 1
17.92/18.01	c estimatedAdderCost: 20
17.92/18.01	c Try to convert by bdds
17.92/18.01	c D: 1
17.92/18.01	c estimatedAdderCost: 20
17.92/18.01	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.02	c D: 1
17.92/18.02	c estimatedAdderCost: 20
17.92/18.02	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.03	c D: 1
17.92/18.03	c estimatedAdderCost: 20
17.92/18.03	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.04	c D: 1
17.92/18.04	c estimatedAdderCost: 20
17.92/18.04	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.05	c D: 1
17.92/18.05	c estimatedAdderCost: 20
17.92/18.05	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.06	c D: 1
17.92/18.06	c estimatedAdderCost: 20
17.92/18.06	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.07	c D: 1
17.92/18.07	c estimatedAdderCost: 20
17.92/18.07	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.08	c D: 1
17.92/18.08	c estimatedAdderCost: 20
17.92/18.08	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.09	c D: 1
17.92/18.09	c estimatedAdderCost: 20
17.92/18.09	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.10	c D: 1
17.92/18.10	c estimatedAdderCost: 20
17.92/18.10	c Try to convert by bdds
17.92/18.11	c D: 1
17.92/18.11	c estimatedAdderCost: 20
17.92/18.11	c Try to convert by bdds
17.92/18.11	c D: 1
17.92/18.11	c estimatedAdderCost: 20
17.92/18.11	c Try to convert by bdds
17.92/18.11	c D: 1
17.92/18.11	c estimatedAdderCost: 20
17.92/18.11	c Try to convert by bdds
18.02/18.11	c D: 1
18.02/18.11	c estimatedAdderCost: 20
18.02/18.11	c Try to convert by bdds
18.02/18.11	c D: 1
18.02/18.11	c estimatedAdderCost: 20
18.02/18.11	c Try to convert by bdds
18.02/18.11	c D: 1
18.02/18.11	c estimatedAdderCost: 20
18.02/18.11	c Try to convert by bdds
18.02/18.11	c D: 1
18.02/18.11	c estimatedAdderCost: 20
18.02/18.11	c Try to convert by bdds
18.02/18.11	c D: 1
18.02/18.11	c estimatedAdderCost: 20
18.02/18.11	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.12	c D: 1
18.02/18.12	c estimatedAdderCost: 20
18.02/18.12	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.13	c D: 1
18.02/18.13	c estimatedAdderCost: 20
18.02/18.13	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.14	c D: 1
18.02/18.14	c estimatedAdderCost: 20
18.02/18.14	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.15	c D: 1
18.02/18.15	c estimatedAdderCost: 20
18.02/18.15	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.16	c D: 1
18.02/18.16	c estimatedAdderCost: 20
18.02/18.16	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.17	c D: 1
18.02/18.17	c estimatedAdderCost: 20
18.02/18.17	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.18	c D: 1
18.02/18.18	c estimatedAdderCost: 20
18.02/18.18	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.19	c D: 1
18.02/18.19	c estimatedAdderCost: 20
18.02/18.19	c Try to convert by bdds
18.02/18.20	c D: 1
18.02/18.20	c estimatedAdderCost: 20
18.02/18.20	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 20
18.11/18.20	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 20
18.11/18.20	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 20
18.11/18.20	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 20
18.11/18.20	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 20
18.11/18.20	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 20
18.11/18.20	c Try to convert by bdds
18.11/18.20	c D: 1
18.11/18.20	c estimatedAdderCost: 20
18.11/18.20	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.21	c D: 1
18.11/18.21	c estimatedAdderCost: 20
18.11/18.21	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.22	c D: 1
18.11/18.22	c estimatedAdderCost: 20
18.11/18.22	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.23	c D: 1
18.11/18.23	c estimatedAdderCost: 20
18.11/18.23	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.24	c D: 1
18.11/18.24	c estimatedAdderCost: 20
18.11/18.24	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.25	c D: 1
18.11/18.25	c estimatedAdderCost: 20
18.11/18.25	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.26	c D: 1
18.11/18.26	c estimatedAdderCost: 20
18.11/18.26	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.27	c D: 1
18.11/18.27	c estimatedAdderCost: 20
18.11/18.27	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.28	c D: 1
18.11/18.28	c estimatedAdderCost: 20
18.11/18.28	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.29	c D: 1
18.11/18.29	c estimatedAdderCost: 20
18.11/18.29	c Try to convert by bdds
18.11/18.30	c D: 1
18.11/18.30	c estimatedAdderCost: 20
18.11/18.30	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 20
18.21/18.30	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 20
18.21/18.30	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 20
18.21/18.30	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 20
18.21/18.30	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 20
18.21/18.30	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 20
18.21/18.30	c Try to convert by bdds
18.21/18.30	c D: 1
18.21/18.30	c estimatedAdderCost: 20
18.21/18.30	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.31	c D: 1
18.21/18.31	c estimatedAdderCost: 20
18.21/18.31	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.32	c D: 1
18.21/18.32	c estimatedAdderCost: 20
18.21/18.32	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.33	c D: 1
18.21/18.33	c estimatedAdderCost: 20
18.21/18.33	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.34	c D: 1
18.21/18.34	c estimatedAdderCost: 20
18.21/18.34	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.35	c D: 1
18.21/18.35	c estimatedAdderCost: 20
18.21/18.35	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.36	c D: 1
18.21/18.36	c estimatedAdderCost: 20
18.21/18.36	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.37	c D: 1
18.21/18.37	c estimatedAdderCost: 20
18.21/18.37	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.38	c D: 1
18.21/18.38	c estimatedAdderCost: 20
18.21/18.38	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.39	c D: 1
18.21/18.39	c estimatedAdderCost: 20
18.21/18.39	c Try to convert by bdds
18.21/18.40	c D: 1
18.21/18.40	c estimatedAdderCost: 20
18.21/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.40	c D: 1
18.31/18.40	c estimatedAdderCost: 20
18.31/18.40	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.41	c D: 1
18.31/18.41	c estimatedAdderCost: 20
18.31/18.41	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.42	c D: 1
18.31/18.42	c estimatedAdderCost: 20
18.31/18.42	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.43	c D: 1
18.31/18.43	c estimatedAdderCost: 20
18.31/18.43	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.44	c D: 1
18.31/18.44	c estimatedAdderCost: 20
18.31/18.44	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.45	c D: 1
18.31/18.45	c estimatedAdderCost: 20
18.31/18.45	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.46	c D: 1
18.31/18.46	c estimatedAdderCost: 20
18.31/18.46	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.47	c D: 1
18.31/18.47	c estimatedAdderCost: 20
18.31/18.47	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.48	c D: 1
18.31/18.48	c estimatedAdderCost: 20
18.31/18.48	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.31/18.49	c D: 1
18.31/18.49	c estimatedAdderCost: 20
18.31/18.49	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.50	c D: 1
18.41/18.50	c estimatedAdderCost: 20
18.41/18.50	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.51	c D: 1
18.41/18.51	c estimatedAdderCost: 20
18.41/18.51	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.52	c D: 1
18.41/18.52	c estimatedAdderCost: 20
18.41/18.52	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.53	c D: 1
18.41/18.53	c estimatedAdderCost: 20
18.41/18.53	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.54	c D: 1
18.41/18.54	c estimatedAdderCost: 20
18.41/18.54	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.55	c D: 1
18.41/18.55	c estimatedAdderCost: 20
18.41/18.55	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.56	c D: 1
18.41/18.56	c estimatedAdderCost: 20
18.41/18.56	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.57	c D: 1
18.41/18.57	c estimatedAdderCost: 20
18.41/18.57	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.58	c D: 1
18.41/18.58	c estimatedAdderCost: 20
18.41/18.58	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.41/18.59	c D: 1
18.41/18.59	c estimatedAdderCost: 20
18.41/18.59	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.60	c D: 1
18.51/18.60	c estimatedAdderCost: 20
18.51/18.60	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.61	c D: 1
18.51/18.61	c estimatedAdderCost: 20
18.51/18.61	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.62	c D: 1
18.51/18.62	c estimatedAdderCost: 20
18.51/18.62	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.63	c D: 1
18.51/18.63	c estimatedAdderCost: 20
18.51/18.63	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.64	c D: 1
18.51/18.64	c estimatedAdderCost: 20
18.51/18.64	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.65	c D: 1
18.51/18.65	c estimatedAdderCost: 20
18.51/18.65	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.66	c D: 1
18.51/18.66	c estimatedAdderCost: 20
18.51/18.66	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.67	c D: 1
18.51/18.67	c estimatedAdderCost: 20
18.51/18.67	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.68	c D: 1
18.51/18.68	c estimatedAdderCost: 20
18.51/18.68	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.51/18.69	c D: 1
18.51/18.69	c estimatedAdderCost: 20
18.51/18.69	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.70	c D: 1
18.61/18.70	c estimatedAdderCost: 20
18.61/18.70	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.71	c D: 1
18.61/18.71	c estimatedAdderCost: 20
18.61/18.71	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.72	c D: 1
18.61/18.72	c estimatedAdderCost: 20
18.61/18.72	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.73	c D: 1
18.61/18.73	c estimatedAdderCost: 20
18.61/18.73	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.74	c D: 1
18.61/18.74	c estimatedAdderCost: 20
18.61/18.74	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.75	c D: 1
18.61/18.75	c estimatedAdderCost: 20
18.61/18.75	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.76	c D: 1
18.61/18.76	c estimatedAdderCost: 20
18.61/18.76	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.77	c D: 1
18.61/18.77	c estimatedAdderCost: 20
18.61/18.77	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.78	c D: 1
18.61/18.78	c estimatedAdderCost: 20
18.61/18.78	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.61/18.79	c D: 1
18.61/18.79	c estimatedAdderCost: 20
18.61/18.79	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.80	c D: 1
18.71/18.80	c estimatedAdderCost: 20
18.71/18.80	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.81	c D: 1
18.71/18.81	c estimatedAdderCost: 20
18.71/18.81	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.82	c D: 1
18.71/18.82	c estimatedAdderCost: 20
18.71/18.82	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.83	c D: 1
18.71/18.83	c estimatedAdderCost: 20
18.71/18.83	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.84	c D: 1
18.71/18.84	c estimatedAdderCost: 20
18.71/18.84	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.85	c D: 1
18.71/18.85	c estimatedAdderCost: 20
18.71/18.85	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.86	c D: 1
18.71/18.86	c estimatedAdderCost: 20
18.71/18.86	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.87	c D: 1
18.71/18.87	c estimatedAdderCost: 20
18.71/18.87	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.88	c D: 1
18.71/18.88	c estimatedAdderCost: 20
18.71/18.88	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.71/18.89	c D: 1
18.71/18.89	c estimatedAdderCost: 20
18.71/18.89	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.90	c D: 1
18.81/18.90	c estimatedAdderCost: 20
18.81/18.90	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.91	c D: 1
18.81/18.91	c estimatedAdderCost: 20
18.81/18.91	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.92	c D: 1
18.81/18.92	c estimatedAdderCost: 20
18.81/18.92	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.93	c D: 1
18.81/18.93	c estimatedAdderCost: 20
18.81/18.93	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.94	c D: 1
18.81/18.94	c estimatedAdderCost: 20
18.81/18.94	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.95	c D: 1
18.81/18.95	c estimatedAdderCost: 20
18.81/18.95	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.96	c D: 1
18.81/18.96	c estimatedAdderCost: 20
18.81/18.96	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.97	c D: 1
18.81/18.97	c estimatedAdderCost: 20
18.81/18.97	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.98	c D: 1
18.81/18.98	c estimatedAdderCost: 20
18.81/18.98	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/18.99	c D: 1
18.81/18.99	c estimatedAdderCost: 20
18.81/18.99	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.00	c D: 1
18.81/19.00	c estimatedAdderCost: 20
18.81/19.00	c Try to convert by bdds
18.81/19.01	c D: 1
18.81/19.01	c estimatedAdderCost: 20
18.81/19.01	c Try to convert by bdds
18.81/19.01	c D: 1
18.81/19.01	c estimatedAdderCost: 20
18.81/19.01	c Try to convert by bdds
18.81/19.01	c D: 1
18.81/19.01	c estimatedAdderCost: 20
18.81/19.01	c Try to convert by bdds
18.92/19.01	c D: 1
18.92/19.01	c estimatedAdderCost: 20
18.92/19.01	c Try to convert by bdds
18.92/19.01	c D: 1
18.92/19.01	c estimatedAdderCost: 20
18.92/19.01	c Try to convert by bdds
18.92/19.01	c D: 1
18.92/19.01	c estimatedAdderCost: 20
18.92/19.01	c Try to convert by bdds
18.92/19.01	c D: 1
18.92/19.01	c estimatedAdderCost: 20
18.92/19.01	c Try to convert by bdds
18.92/19.01	c D: 1
18.92/19.01	c estimatedAdderCost: 20
18.92/19.01	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.02	c D: 1
18.92/19.02	c estimatedAdderCost: 20
18.92/19.02	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.03	c D: 1
18.92/19.03	c estimatedAdderCost: 20
18.92/19.03	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.04	c D: 1
18.92/19.04	c estimatedAdderCost: 20
18.92/19.04	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.05	c D: 1
18.92/19.05	c estimatedAdderCost: 20
18.92/19.05	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.06	c D: 1
18.92/19.06	c estimatedAdderCost: 20
18.92/19.06	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.07	c D: 1
18.92/19.07	c estimatedAdderCost: 20
18.92/19.07	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 20
18.92/19.08	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 20
18.92/19.08	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 20
18.92/19.08	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 20
18.92/19.08	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 20
18.92/19.08	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 20
18.92/19.08	c Try to convert by bdds
18.92/19.08	c D: 1
18.92/19.08	c estimatedAdderCost: 20
18.92/19.08	c Try t [...]

#
# trace file is too large. Trace was truncated at this point.
#

3.88/34.06	c Try to convert by bdds
33.88/34.06	c D: 1
33.88/34.06	c estimatedAdderCost: 20
33.88/34.06	c Try to convert by bdds
33.88/34.06	c D: 1
33.88/34.06	c estimatedAdderCost: 20
33.88/34.06	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.07	c D: 1
33.88/34.07	c estimatedAdderCost: 20
33.88/34.07	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.08	c D: 1
33.88/34.08	c estimatedAdderCost: 20
33.88/34.08	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.09	c D: 1
33.88/34.09	c estimatedAdderCost: 20
33.88/34.09	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.10	c D: 1
33.88/34.10	c estimatedAdderCost: 20
33.88/34.10	c Try to convert by bdds
33.88/34.11	c D: 1
33.88/34.11	c estimatedAdderCost: 20
33.88/34.11	c Try to convert by bdds
33.88/34.11	c D: 1
33.88/34.11	c estimatedAdderCost: 20
33.88/34.11	c Try to convert by bdds
33.88/34.11	c D: 1
33.88/34.11	c estimatedAdderCost: 20
33.88/34.11	c Try to convert by bdds
33.98/34.11	c D: 1
33.98/34.11	c estimatedAdderCost: 20
33.98/34.11	c Try to convert by bdds
33.98/34.11	c D: 1
33.98/34.11	c estimatedAdderCost: 20
33.98/34.11	c Try to convert by bdds
33.98/34.11	c D: 1
33.98/34.11	c estimatedAdderCost: 20
33.98/34.11	c Try to convert by bdds
33.98/34.11	c D: 1
33.98/34.11	c estimatedAdderCost: 20
33.98/34.11	c Try to convert by bdds
33.98/34.11	c D: 1
33.98/34.11	c estimatedAdderCost: 20
33.98/34.11	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.12	c D: 1
33.98/34.12	c estimatedAdderCost: 20
33.98/34.12	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.13	c D: 1
33.98/34.13	c estimatedAdderCost: 20
33.98/34.13	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.14	c D: 1
33.98/34.14	c estimatedAdderCost: 20
33.98/34.14	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.15	c D: 1
33.98/34.15	c estimatedAdderCost: 20
33.98/34.15	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.16	c D: 1
33.98/34.16	c estimatedAdderCost: 20
33.98/34.16	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.17	c D: 1
33.98/34.17	c estimatedAdderCost: 20
33.98/34.17	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.18	c D: 1
33.98/34.18	c estimatedAdderCost: 20
33.98/34.18	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
33.98/34.19	c D: 1
33.98/34.19	c estimatedAdderCost: 20
33.98/34.19	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.20	c D: 1
34.07/34.20	c estimatedAdderCost: 20
34.07/34.20	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.21	c D: 1
34.07/34.21	c estimatedAdderCost: 20
34.07/34.21	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.22	c D: 1
34.07/34.22	c estimatedAdderCost: 20
34.07/34.22	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.23	c D: 1
34.07/34.23	c estimatedAdderCost: 20
34.07/34.23	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.24	c D: 1
34.07/34.24	c estimatedAdderCost: 20
34.07/34.24	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.25	c D: 1
34.07/34.25	c estimatedAdderCost: 20
34.07/34.25	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.26	c D: 1
34.07/34.26	c estimatedAdderCost: 20
34.07/34.26	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.27	c D: 1
34.07/34.27	c estimatedAdderCost: 20
34.07/34.27	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.28	c D: 1
34.07/34.28	c estimatedAdderCost: 20
34.07/34.28	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.07/34.29	c D: 1
34.07/34.29	c estimatedAdderCost: 20
34.07/34.29	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.30	c D: 1
34.17/34.30	c estimatedAdderCost: 20
34.17/34.30	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.31	c D: 1
34.17/34.31	c estimatedAdderCost: 20
34.17/34.31	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.32	c D: 1
34.17/34.32	c estimatedAdderCost: 20
34.17/34.32	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.33	c D: 1
34.17/34.33	c estimatedAdderCost: 20
34.17/34.33	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.34	c D: 1
34.17/34.34	c estimatedAdderCost: 20
34.17/34.34	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.35	c D: 1
34.17/34.35	c estimatedAdderCost: 20
34.17/34.35	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.36	c D: 1
34.17/34.36	c estimatedAdderCost: 20
34.17/34.36	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.37	c D: 1
34.17/34.37	c estimatedAdderCost: 20
34.17/34.37	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.38	c D: 1
34.17/34.38	c estimatedAdderCost: 20
34.17/34.38	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.39	c D: 1
34.17/34.39	c estimatedAdderCost: 20
34.17/34.39	c Try to convert by bdds
34.17/34.40	c D: 1
34.17/34.40	c estimatedAdderCost: 20
34.17/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 20
34.27/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 20
34.27/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 20
34.27/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 20
34.27/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 20
34.27/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 20
34.27/34.40	c Try to convert by bdds
34.27/34.40	c D: 1
34.27/34.40	c estimatedAdderCost: 20
34.27/34.40	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.41	c D: 1
34.27/34.41	c estimatedAdderCost: 20
34.27/34.41	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.42	c D: 1
34.27/34.42	c estimatedAdderCost: 20
34.27/34.42	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.43	c D: 1
34.27/34.43	c estimatedAdderCost: 20
34.27/34.43	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.44	c D: 1
34.27/34.44	c estimatedAdderCost: 20
34.27/34.44	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.45	c D: 1
34.27/34.45	c estimatedAdderCost: 20
34.27/34.45	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.46	c D: 1
34.27/34.46	c estimatedAdderCost: 20
34.27/34.46	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.47	c D: 1
34.27/34.47	c estimatedAdderCost: 20
34.27/34.47	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.48	c D: 1
34.27/34.48	c estimatedAdderCost: 20
34.27/34.48	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.27/34.49	c D: 1
34.27/34.49	c estimatedAdderCost: 20
34.27/34.49	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.50	c D: 1
34.38/34.50	c estimatedAdderCost: 20
34.38/34.50	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.51	c D: 1
34.38/34.51	c estimatedAdderCost: 20
34.38/34.51	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.52	c D: 1
34.38/34.52	c estimatedAdderCost: 20
34.38/34.52	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.53	c D: 1
34.38/34.53	c estimatedAdderCost: 20
34.38/34.53	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.54	c D: 1
34.38/34.54	c estimatedAdderCost: 20
34.38/34.54	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.55	c D: 1
34.38/34.55	c estimatedAdderCost: 20
34.38/34.55	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.56	c D: 1
34.38/34.56	c estimatedAdderCost: 20
34.38/34.56	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.57	c D: 1
34.38/34.57	c estimatedAdderCost: 20
34.38/34.57	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.58	c D: 1
34.38/34.58	c estimatedAdderCost: 20
34.38/34.58	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.59	c D: 1
34.38/34.59	c estimatedAdderCost: 20
34.38/34.59	c Try to convert by bdds
34.38/34.60	c D: 1
34.38/34.60	c estimatedAdderCost: 20
34.38/34.60	c Try to convert by bdds
34.48/34.60	c D: 1
34.48/34.60	c estimatedAdderCost: 20
34.48/34.60	c Try to convert by bdds
34.48/34.60	c D: 1
34.48/34.60	c estimatedAdderCost: 20
34.48/34.60	c Try to convert by bdds
34.48/34.60	c D: 1
34.48/34.60	c estimatedAdderCost: 20
34.48/34.60	c Try to convert by bdds
34.48/34.60	c D: 1
34.48/34.60	c estimatedAdderCost: 20
34.48/34.60	c Try to convert by bdds
34.48/34.60	c D: 1
34.48/34.60	c estimatedAdderCost: 20
34.48/34.60	c Try to convert by bdds
34.48/34.60	c D: 1
34.48/34.60	c estimatedAdderCost: 20
34.48/34.60	c Try to convert by bdds
34.48/34.60	c D: 1
34.48/34.60	c estimatedAdderCost: 20
34.48/34.60	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.61	c D: 1
34.48/34.61	c estimatedAdderCost: 20
34.48/34.61	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.62	c D: 1
34.48/34.62	c estimatedAdderCost: 20
34.48/34.62	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.63	c D: 1
34.48/34.63	c estimatedAdderCost: 20
34.48/34.63	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.64	c D: 1
34.48/34.64	c estimatedAdderCost: 20
34.48/34.64	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.65	c D: 1
34.48/34.65	c estimatedAdderCost: 20
34.48/34.65	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.66	c D: 1
34.48/34.66	c estimatedAdderCost: 20
34.48/34.66	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.67	c D: 1
34.48/34.67	c estimatedAdderCost: 20
34.48/34.67	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.68	c D: 1
34.48/34.68	c estimatedAdderCost: 20
34.48/34.68	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.69	c D: 1
34.48/34.69	c estimatedAdderCost: 20
34.48/34.69	c Try to convert by bdds
34.48/34.70	c D: 1
34.48/34.70	c estimatedAdderCost: 20
34.48/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.70	c D: 1
34.58/34.70	c estimatedAdderCost: 20
34.58/34.70	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.71	c D: 1
34.58/34.71	c estimatedAdderCost: 20
34.58/34.71	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.72	c D: 1
34.58/34.72	c estimatedAdderCost: 20
34.58/34.72	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.73	c D: 1
34.58/34.73	c estimatedAdderCost: 20
34.58/34.73	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.74	c D: 1
34.58/34.74	c estimatedAdderCost: 20
34.58/34.74	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.75	c D: 1
34.58/34.75	c estimatedAdderCost: 20
34.58/34.75	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.76	c D: 1
34.58/34.76	c estimatedAdderCost: 20
34.58/34.76	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.77	c D: 1
34.58/34.77	c estimatedAdderCost: 20
34.58/34.77	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.78	c D: 1
34.58/34.78	c estimatedAdderCost: 20
34.58/34.78	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.58/34.79	c D: 1
34.58/34.79	c estimatedAdderCost: 20
34.58/34.79	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.80	c D: 1
34.68/34.80	c estimatedAdderCost: 20
34.68/34.80	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.81	c D: 1
34.68/34.81	c estimatedAdderCost: 20
34.68/34.81	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.82	c D: 1
34.68/34.82	c estimatedAdderCost: 20
34.68/34.82	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.83	c D: 1
34.68/34.83	c estimatedAdderCost: 20
34.68/34.83	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.84	c D: 1
34.68/34.84	c estimatedAdderCost: 20
34.68/34.84	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.85	c D: 1
34.68/34.85	c estimatedAdderCost: 20
34.68/34.85	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.86	c D: 1
34.68/34.86	c estimatedAdderCost: 20
34.68/34.86	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.87	c D: 1
34.68/34.87	c estimatedAdderCost: 20
34.68/34.87	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.88	c D: 1
34.68/34.88	c estimatedAdderCost: 20
34.68/34.88	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.68/34.89	c D: 1
34.68/34.89	c estimatedAdderCost: 20
34.68/34.89	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.90	c D: 1
34.78/34.90	c estimatedAdderCost: 20
34.78/34.90	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.91	c D: 1
34.78/34.91	c estimatedAdderCost: 20
34.78/34.91	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.92	c D: 1
34.78/34.92	c estimatedAdderCost: 20
34.78/34.92	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.93	c D: 1
34.78/34.93	c estimatedAdderCost: 20
34.78/34.93	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.94	c D: 1
34.78/34.94	c estimatedAdderCost: 20
34.78/34.94	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.95	c D: 1
34.78/34.95	c estimatedAdderCost: 20
34.78/34.95	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.96	c D: 1
34.78/34.96	c estimatedAdderCost: 20
34.78/34.96	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.97	c D: 1
34.78/34.97	c estimatedAdderCost: 20
34.78/34.97	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.98	c D: 1
34.78/34.98	c estimatedAdderCost: 20
34.78/34.98	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/34.99	c D: 1
34.78/34.99	c estimatedAdderCost: 20
34.78/34.99	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.00	c D: 1
34.78/35.00	c estimatedAdderCost: 20
34.78/35.00	c Try to convert by bdds
34.78/35.01	c D: 1
34.78/35.01	c estimatedAdderCost: 20
34.78/35.01	c Try to convert by bdds
34.78/35.01	c D: 1
34.78/35.01	c estimatedAdderCost: 20
34.78/35.01	c Try to convert by bdds
34.78/35.01	c D: 1
34.78/35.01	c estimatedAdderCost: 20
34.78/35.01	c Try to convert by bdds
34.89/35.01	c D: 1
34.89/35.01	c estimatedAdderCost: 20
34.89/35.01	c Try to convert by bdds
34.89/35.01	c D: 1
34.89/35.01	c estimatedAdderCost: 20
34.89/35.01	c Try to convert by bdds
34.89/35.01	c D: 1
34.89/35.01	c estimatedAdderCost: 20
34.89/35.01	c Try to convert by bdds
34.89/35.01	c D: 1
34.89/35.01	c estimatedAdderCost: 20
34.89/35.01	c Try to convert by bdds
34.89/35.01	c D: 1
34.89/35.01	c estimatedAdderCost: 20
34.89/35.01	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.02	c D: 1
34.89/35.02	c estimatedAdderCost: 20
34.89/35.02	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.03	c D: 1
34.89/35.03	c estimatedAdderCost: 20
34.89/35.03	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.04	c D: 1
34.89/35.04	c estimatedAdderCost: 20
34.89/35.04	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.05	c D: 1
34.89/35.05	c estimatedAdderCost: 20
34.89/35.05	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.06	c D: 1
34.89/35.06	c estimatedAdderCost: 20
34.89/35.06	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.07	c D: 1
34.89/35.07	c estimatedAdderCost: 20
34.89/35.07	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.08	c D: 1
34.89/35.08	c estimatedAdderCost: 20
34.89/35.08	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.09	c D: 1
34.89/35.09	c estimatedAdderCost: 20
34.89/35.09	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.10	c D: 1
34.89/35.10	c estimatedAdderCost: 20
34.89/35.10	c Try to convert by bdds
34.89/35.11	c D: 1
34.89/35.11	c estimatedAdderCost: 20
34.89/35.11	c Try to convert by bdds
34.89/35.11	c D: 1
34.89/35.11	c estimatedAdderCost: 20
34.89/35.11	c Try to convert by bdds
34.99/35.11	c D: 1
34.99/35.11	c estimatedAdderCost: 20
34.99/35.11	c Try to convert by bdds
34.99/35.11	c D: 1
34.99/35.11	c estimatedAdderCost: 20
34.99/35.11	c Try to convert by bdds
34.99/35.11	c D: 1
34.99/35.11	c estimatedAdderCost: 20
34.99/35.11	c Try to convert by bdds
34.99/35.11	c D: 1
34.99/35.11	c estimatedAdderCost: 20
34.99/35.11	c Try to convert by bdds
34.99/35.11	c D: 1
34.99/35.11	c estimatedAdderCost: 20
34.99/35.11	c Try to convert by bdds
34.99/35.11	c D: 1
34.99/35.11	c estimatedAdderCost: 20
34.99/35.11	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.12	c D: 1
34.99/35.12	c estimatedAdderCost: 20
34.99/35.12	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.13	c D: 1
34.99/35.13	c estimatedAdderCost: 20
34.99/35.13	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.14	c D: 1
34.99/35.14	c estimatedAdderCost: 20
34.99/35.14	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.15	c D: 1
34.99/35.15	c estimatedAdderCost: 20
34.99/35.15	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.16	c D: 1
34.99/35.16	c estimatedAdderCost: 20
34.99/35.16	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.17	c D: 1
34.99/35.17	c estimatedAdderCost: 20
34.99/35.17	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.18	c D: 1
34.99/35.18	c estimatedAdderCost: 20
34.99/35.18	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.19	c D: 1
34.99/35.19	c estimatedAdderCost: 20
34.99/35.19	c Try to convert by bdds
34.99/35.20	c D: 1
34.99/35.20	c estimatedAdderCost: 20
34.99/35.20	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 20
35.07/35.20	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 20
35.07/35.20	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 20
35.07/35.20	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 20
35.07/35.20	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 20
35.07/35.20	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 20
35.07/35.20	c Try to convert by bdds
35.07/35.20	c D: 1
35.07/35.20	c estimatedAdderCost: 20
35.07/35.20	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.21	c D: 1
35.07/35.21	c estimatedAdderCost: 20
35.07/35.21	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.22	c D: 1
35.07/35.22	c estimatedAdderCost: 20
35.07/35.22	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.23	c D: 1
35.07/35.23	c estimatedAdderCost: 20
35.07/35.23	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.24	c D: 1
35.07/35.24	c estimatedAdderCost: 20
35.07/35.24	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.25	c D: 1
35.07/35.25	c estimatedAdderCost: 20
35.07/35.25	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.26	c D: 1
35.07/35.26	c estimatedAdderCost: 20
35.07/35.26	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.27	c D: 1
35.07/35.27	c estimatedAdderCost: 20
35.07/35.27	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.28	c D: 1
35.07/35.28	c estimatedAdderCost: 20
35.07/35.28	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.07/35.29	c D: 1
35.07/35.29	c estimatedAdderCost: 20
35.07/35.29	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.30	c D: 1
35.17/35.30	c estimatedAdderCost: 20
35.17/35.30	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.31	c D: 1
35.17/35.31	c estimatedAdderCost: 20
35.17/35.31	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.32	c D: 1
35.17/35.32	c estimatedAdderCost: 20
35.17/35.32	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.33	c D: 1
35.17/35.33	c estimatedAdderCost: 20
35.17/35.33	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.34	c D: 1
35.17/35.34	c estimatedAdderCost: 20
35.17/35.34	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.35	c D: 1
35.17/35.35	c estimatedAdderCost: 20
35.17/35.35	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.36	c D: 1
35.17/35.36	c estimatedAdderCost: 20
35.17/35.36	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.37	c D: 1
35.17/35.37	c estimatedAdderCost: 20
35.17/35.37	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.38	c D: 1
35.17/35.38	c estimatedAdderCost: 20
35.17/35.38	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.39	c D: 1
35.17/35.39	c estimatedAdderCost: 20
35.17/35.39	c Try to convert by bdds
35.17/35.40	c D: 1
35.17/35.40	c estimatedAdderCost: 20
35.17/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 20
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 20
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 20
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 20
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 20
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 20
35.27/35.40	c Try to convert by bdds
35.27/35.40	c D: 1
35.27/35.40	c estimatedAdderCost: 20
35.27/35.40	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.41	c D: 1
35.27/35.41	c estimatedAdderCost: 20
35.27/35.41	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.42	c D: 1
35.27/35.42	c estimatedAdderCost: 20
35.27/35.42	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.43	c D: 1
35.27/35.43	c estimatedAdderCost: 20
35.27/35.43	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.44	c D: 1
35.27/35.44	c estimatedAdderCost: 20
35.27/35.44	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.45	c D: 1
35.27/35.45	c estimatedAdderCost: 20
35.27/35.45	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.46	c D: 1
35.27/35.46	c estimatedAdderCost: 20
35.27/35.46	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.47	c D: 1
35.27/35.47	c estimatedAdderCost: 20
35.27/35.47	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.48	c D: 1
35.27/35.48	c estimatedAdderCost: 20
35.27/35.48	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.27/35.49	c D: 1
35.27/35.49	c estimatedAdderCost: 20
35.27/35.49	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.50	c D: 1
35.37/35.50	c estimatedAdderCost: 20
35.37/35.50	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.51	c D: 1
35.37/35.51	c estimatedAdderCost: 20
35.37/35.51	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.52	c D: 1
35.37/35.52	c estimatedAdderCost: 20
35.37/35.52	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.53	c D: 1
35.37/35.53	c estimatedAdderCost: 20
35.37/35.53	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.54	c D: 1
35.37/35.54	c estimatedAdderCost: 20
35.37/35.54	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.55	c D: 1
35.37/35.55	c estimatedAdderCost: 20
35.37/35.55	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.56	c D: 1
35.37/35.56	c estimatedAdderCost: 20
35.37/35.56	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.57	c D: 1
35.37/35.57	c estimatedAdderCost: 20
35.37/35.57	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.58	c D: 1
35.37/35.58	c estimatedAdderCost: 20
35.37/35.58	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.37/35.59	c D: 1
35.37/35.59	c estimatedAdderCost: 20
35.37/35.59	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.60	c D: 1
35.47/35.60	c estimatedAdderCost: 20
35.47/35.60	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.61	c D: 1
35.47/35.61	c estimatedAdderCost: 20
35.47/35.61	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.62	c D: 1
35.47/35.62	c estimatedAdderCost: 20
35.47/35.62	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.63	c D: 1
35.47/35.63	c estimatedAdderCost: 20
35.47/35.63	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.64	c D: 1
35.47/35.64	c estimatedAdderCost: 20
35.47/35.64	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.65	c D: 1
35.47/35.65	c estimatedAdderCost: 20
35.47/35.65	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.66	c D: 1
35.47/35.66	c estimatedAdderCost: 20
35.47/35.66	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.67	c D: 1
35.47/35.67	c estimatedAdderCost: 20
35.47/35.67	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.68	c D: 1
35.47/35.68	c estimatedAdderCost: 20
35.47/35.68	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.69	c D: 1
35.47/35.69	c estimatedAdderCost: 20
35.47/35.69	c Try to convert by bdds
35.47/35.70	c D: 1
35.47/35.70	c estimatedAdderCost: 20
35.47/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 20
35.57/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 20
35.57/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 20
35.57/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 20
35.57/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 20
35.57/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 20
35.57/35.70	c Try to convert by bdds
35.57/35.70	c D: 1
35.57/35.70	c estimatedAdderCost: 20
35.57/35.70	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.71	c D: 1
35.57/35.71	c estimatedAdderCost: 20
35.57/35.71	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.72	c D: 1
35.57/35.72	c estimatedAdderCost: 20
35.57/35.72	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.73	c D: 1
35.57/35.73	c estimatedAdderCost: 20
35.57/35.73	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.74	c D: 1
35.57/35.74	c estimatedAdderCost: 20
35.57/35.74	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.75	c D: 1
35.57/35.75	c estimatedAdderCost: 20
35.57/35.75	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.76	c D: 1
35.57/35.76	c estimatedAdderCost: 20
35.57/35.76	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.77	c D: 1
35.57/35.77	c estimatedAdderCost: 20
35.57/35.77	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.78	c D: 1
35.57/35.78	c estimatedAdderCost: 20
35.57/35.78	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.57/35.79	c D: 1
35.57/35.79	c estimatedAdderCost: 20
35.57/35.79	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.80	c D: 1
35.67/35.80	c estimatedAdderCost: 20
35.67/35.80	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.81	c D: 1
35.67/35.81	c estimatedAdderCost: 20
35.67/35.81	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.82	c D: 1
35.67/35.82	c estimatedAdderCost: 20
35.67/35.82	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.83	c D: 1
35.67/35.83	c estimatedAdderCost: 20
35.67/35.83	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.84	c D: 1
35.67/35.84	c estimatedAdderCost: 20
35.67/35.84	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.85	c D: 1
35.67/35.85	c estimatedAdderCost: 20
35.67/35.85	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.86	c D: 1
35.67/35.86	c estimatedAdderCost: 20
35.67/35.86	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.87	c D: 1
35.67/35.87	c estimatedAdderCost: 20
35.67/35.87	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.88	c D: 1
35.67/35.88	c estimatedAdderCost: 20
35.67/35.88	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.67/35.89	c D: 1
35.67/35.89	c estimatedAdderCost: 20
35.67/35.89	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.90	c D: 1
35.77/35.90	c estimatedAdderCost: 20
35.77/35.90	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.91	c D: 1
35.77/35.91	c estimatedAdderCost: 20
35.77/35.91	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.92	c D: 1
35.77/35.92	c estimatedAdderCost: 20
35.77/35.92	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.93	c D: 1
35.77/35.93	c estimatedAdderCost: 20
35.77/35.93	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.94	c D: 1
35.77/35.94	c estimatedAdderCost: 20
35.77/35.94	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.95	c D: 1
35.77/35.95	c estimatedAdderCost: 20
35.77/35.95	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.96	c D: 1
35.77/35.96	c estimatedAdderCost: 20
35.77/35.96	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.97	c D: 1
35.77/35.97	c estimatedAdderCost: 20
35.77/35.97	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.98	c D: 1
35.77/35.98	c estimatedAdderCost: 20
35.77/35.98	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/35.99	c D: 1
35.77/35.99	c estimatedAdderCost: 20
35.77/35.99	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.00	c D: 1
35.77/36.00	c estimatedAdderCost: 20
35.77/36.00	c Try to convert by bdds
35.77/36.01	c D: 1
35.77/36.01	c estimatedAdderCost: 20
35.77/36.01	c Try to convert by bdds
35.77/36.01	c D: 1
35.77/36.01	c estimatedAdderCost: 20
35.77/36.01	c Try to convert by bdds
35.77/36.01	c D: 1
35.77/36.01	c estimatedAdderCost: 20
35.77/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 20
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 20
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 20
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 20
35.88/36.01	c Try to convert by bdds
35.88/36.01	c D: 1
35.88/36.01	c estimatedAdderCost: 20
35.88/36.01	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.02	c D: 1
35.88/36.02	c estimatedAdderCost: 20
35.88/36.02	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.03	c D: 1
35.88/36.03	c estimatedAdderCost: 20
35.88/36.03	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.04	c D: 1
35.88/36.04	c estimatedAdderCost: 20
35.88/36.04	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.05	c D: 1
35.88/36.05	c estimatedAdderCost: 20
35.88/36.05	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.06	c D: 1
35.88/36.06	c estimatedAdderCost: 20
35.88/36.06	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.07	c D: 1
35.88/36.07	c estimatedAdderCost: 20
35.88/36.07	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.08	c D: 1
35.88/36.08	c estimatedAdderCost: 20
35.88/36.08	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.09	c D: 1
35.88/36.09	c estimatedAdderCost: 20
35.88/36.09	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.10	c D: 1
35.88/36.10	c estimatedAdderCost: 20
35.88/36.10	c Try to convert by bdds
35.88/36.11	c D: 1
35.88/36.11	c estimatedAdderCost: 20
35.88/36.11	c Try to convert by bdds
35.88/36.11	c D: 1
35.88/36.11	c estimatedAdderCost: 20
35.88/36.11	c Try to convert by bdds
35.98/36.11	c D: 1
35.98/36.11	c estimatedAdderCost: 20
35.98/36.11	c Try to convert by bdds
35.98/36.11	c D: 1
35.98/36.11	c estimatedAdderCost: 20
35.98/36.11	c Try to convert by bdds
35.98/36.11	c D: 1
35.98/36.11	c estimatedAdderCost: 20
35.98/36.11	c Try to convert by bdds
35.98/36.11	c D: 1
35.98/36.11	c estimatedAdderCost: 20
35.98/36.11	c Try to convert by bdds
35.98/36.11	c D: 1
35.98/36.11	c estimatedAdderCost: 20
35.98/36.11	c Try to convert by bdds
35.98/36.11	c D: 1
35.98/36.11	c estimatedAdderCost: 20
35.98/36.11	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.12	c D: 1
35.98/36.12	c estimatedAdderCost: 20
35.98/36.12	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.13	c D: 1
35.98/36.13	c estimatedAdderCost: 20
35.98/36.13	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.14	c D: 1
35.98/36.14	c estimatedAdderCost: 20
35.98/36.14	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.15	c D: 1
35.98/36.15	c estimatedAdderCost: 20
35.98/36.15	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.16	c D: 1
35.98/36.16	c estimatedAdderCost: 20
35.98/36.16	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.17	c D: 1
35.98/36.17	c estimatedAdderCost: 20
35.98/36.17	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.18	c D: 1
35.98/36.18	c estimatedAdderCost: 20
35.98/36.18	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
35.98/36.19	c D: 1
35.98/36.19	c estimatedAdderCost: 20
35.98/36.19	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.20	c D: 1
36.07/36.20	c estimatedAdderCost: 20
36.07/36.20	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.21	c D: 1
36.07/36.21	c estimatedAdderCost: 20
36.07/36.21	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.22	c D: 1
36.07/36.22	c estimatedAdderCost: 20
36.07/36.22	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.23	c D: 1
36.07/36.23	c estimatedAdderCost: 20
36.07/36.23	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.24	c D: 1
36.07/36.24	c estimatedAdderCost: 20
36.07/36.24	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.25	c D: 1
36.07/36.25	c estimatedAdderCost: 20
36.07/36.25	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.26	c D: 1
36.07/36.26	c estimatedAdderCost: 20
36.07/36.26	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.27	c D: 1
36.07/36.27	c estimatedAdderCost: 20
36.07/36.27	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.28	c D: 1
36.07/36.28	c estimatedAdderCost: 20
36.07/36.28	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.29	c D: 1
36.07/36.29	c estimatedAdderCost: 20
36.07/36.29	c Try to convert by bdds
36.07/36.30	c D: 1
36.07/36.30	c estimatedAdderCost: 20
36.07/36.30	c Try to convert by bdds
36.17/36.30	c D: 1
36.17/36.30	c estimatedAdderCost: 20
36.17/36.30	c Try to convert by bdds
36.17/36.30	c D: 1
36.17/36.30	c estimatedAdderCost: 20
36.17/36.30	c Try to convert by bdds
36.17/36.30	c D: 1
36.17/36.30	c estimatedAdderCost: 20
36.17/36.30	c Try to convert by bdds
36.17/36.30	c D: 1
36.17/36.30	c estimatedAdderCost: 20
36.17/36.30	c Try to convert by bdds
36.17/36.30	c D: 1
36.17/36.30	c estimatedAdderCost: 20
36.17/36.30	c Try to convert by bdds
36.17/36.30	c D: 1
36.17/36.30	c estimatedAdderCost: 20
36.17/36.30	c Try to convert by bdds
36.17/36.30	c D: 1
36.17/36.30	c estimatedAdderCost: 20
36.17/36.30	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.31	c D: 1
36.17/36.31	c estimatedAdderCost: 20
36.17/36.31	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.32	c D: 1
36.17/36.32	c estimatedAdderCost: 20
36.17/36.32	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.33	c D: 1
36.17/36.33	c estimatedAdderCost: 20
36.17/36.33	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.34	c D: 1
36.17/36.34	c estimatedAdderCost: 20
36.17/36.34	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.35	c D: 1
36.17/36.35	c estimatedAdderCost: 20
36.17/36.35	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.36	c D: 1
36.17/36.36	c estimatedAdderCost: 20
36.17/36.36	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.37	c D: 1
36.17/36.37	c estimatedAdderCost: 20
36.17/36.37	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.38	c D: 1
36.17/36.38	c estimatedAdderCost: 20
36.17/36.38	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.17/36.39	c D: 1
36.17/36.39	c estimatedAdderCost: 20
36.17/36.39	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.40	c D: 1
36.27/36.40	c estimatedAdderCost: 20
36.27/36.40	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.41	c D: 1
36.27/36.41	c estimatedAdderCost: 20
36.27/36.41	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.42	c D: 1
36.27/36.42	c estimatedAdderCost: 20
36.27/36.42	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.43	c D: 1
36.27/36.43	c estimatedAdderCost: 20
36.27/36.43	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.44	c D: 1
36.27/36.44	c estimatedAdderCost: 20
36.27/36.44	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.45	c D: 1
36.27/36.45	c estimatedAdderCost: 20
36.27/36.45	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.46	c D: 1
36.27/36.46	c estimatedAdderCost: 20
36.27/36.46	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.47	c D: 1
36.27/36.47	c estimatedAdderCost: 20
36.27/36.47	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.48	c D: 1
36.27/36.48	c estimatedAdderCost: 20
36.27/36.48	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.27/36.49	c D: 1
36.27/36.49	c estimatedAdderCost: 20
36.27/36.49	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.50	c D: 1
36.37/36.50	c estimatedAdderCost: 20
36.37/36.50	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.51	c D: 1
36.37/36.51	c estimatedAdderCost: 20
36.37/36.51	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.52	c D: 1
36.37/36.52	c estimatedAdderCost: 20
36.37/36.52	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.53	c D: 1
36.37/36.53	c estimatedAdderCost: 20
36.37/36.53	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.54	c D: 1
36.37/36.54	c estimatedAdderCost: 20
36.37/36.54	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.55	c D: 1
36.37/36.55	c estimatedAdderCost: 20
36.37/36.55	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.56	c D: 1
36.37/36.56	c estimatedAdderCost: 20
36.37/36.56	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.57	c D: 1
36.37/36.57	c estimatedAdderCost: 20
36.37/36.57	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.58	c D: 1
36.37/36.58	c estimatedAdderCost: 20
36.37/36.58	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.59	c D: 1
36.37/36.59	c estimatedAdderCost: 20
36.37/36.59	c Try to convert by bdds
36.37/36.60	c D: 1
36.37/36.60	c estimatedAdderCost: 20
36.37/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.60	c D: 1
36.47/36.60	c estimatedAdderCost: 20
36.47/36.60	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.61	c D: 1
36.47/36.61	c estimatedAdderCost: 20
36.47/36.61	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.62	c D: 1
36.47/36.62	c estimatedAdderCost: 20
36.47/36.62	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.63	c D: 1
36.47/36.63	c estimatedAdderCost: 20
36.47/36.63	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.64	c D: 1
36.47/36.64	c estimatedAdderCost: 20
36.47/36.64	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.65	c D: 1
36.47/36.65	c estimatedAdderCost: 20
36.47/36.65	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.66	c D: 1
36.47/36.66	c estimatedAdderCost: 20
36.47/36.66	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.67	c D: 1
36.47/36.67	c estimatedAdderCost: 20
36.47/36.67	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.68	c D: 1
36.47/36.68	c estimatedAdderCost: 20
36.47/36.68	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.69	c D: 1
36.47/36.69	c estimatedAdderCost: 20
36.47/36.69	c Try to convert by bdds
36.47/36.70	c D: 1
36.47/36.70	c estimatedAdderCost: 20
36.47/36.70	c Try to convert by bdds
36.57/36.70	c D: 1
36.57/36.70	c estimatedAdderCost: 20
36.57/36.70	c Try to convert by bdds
36.57/36.70	c D: 1
36.57/36.70	c estimatedAdderCost: 20
36.57/36.70	c Try to convert by bdds
36.57/36.70	c D: 1
36.57/36.70	c estimatedAdderCost: 20
36.57/36.70	c Try to convert by bdds
36.57/36.70	c D: 1
36.57/36.70	c estimatedAdderCost: 20
36.57/36.70	c Try to convert by bdds
36.57/36.70	c D: 1
36.57/36.70	c estimatedAdderCost: 20
36.57/36.70	c Try to convert by bdds
36.57/36.70	c D: 1
36.57/36.70	c estimatedAdderCost: 20
36.57/36.70	c Try to convert by bdds
36.57/36.70	c D: 1
36.57/36.70	c estimatedAdderCost: 20
36.57/36.70	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.71	c D: 1
36.57/36.71	c estimatedAdderCost: 20
36.57/36.71	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.72	c D: 1
36.57/36.72	c estimatedAdderCost: 20
36.57/36.72	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.73	c D: 1
36.57/36.73	c estimatedAdderCost: 20
36.57/36.73	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.74	c D: 1
36.57/36.74	c estimatedAdderCost: 20
36.57/36.74	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.75	c D: 1
36.57/36.75	c estimatedAdderCost: 20
36.57/36.75	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.76	c D: 1
36.57/36.76	c estimatedAdderCost: 20
36.57/36.76	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.77	c D: 1
36.57/36.77	c estimatedAdderCost: 20
36.57/36.77	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.78	c D: 1
36.57/36.78	c estimatedAdderCost: 20
36.57/36.78	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.57/36.79	c D: 1
36.57/36.79	c estimatedAdderCost: 20
36.57/36.79	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.80	c D: 1
36.67/36.80	c estimatedAdderCost: 20
36.67/36.80	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.81	c D: 1
36.67/36.81	c estimatedAdderCost: 20
36.67/36.81	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.82	c D: 1
36.67/36.82	c estimatedAdderCost: 20
36.67/36.82	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.83	c D: 1
36.67/36.83	c estimatedAdderCost: 20
36.67/36.83	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.84	c D: 1
36.67/36.84	c estimatedAdderCost: 20
36.67/36.84	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.85	c D: 1
36.67/36.85	c estimatedAdderCost: 20
36.67/36.85	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.86	c D: 1
36.67/36.86	c estimatedAdderCost: 20
36.67/36.86	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.87	c D: 1
36.67/36.87	c estimatedAdderCost: 20
36.67/36.87	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.88	c D: 1
36.67/36.88	c estimatedAdderCost: 20
36.67/36.88	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.89	c D: 1
36.67/36.89	c estimatedAdderCost: 20
36.67/36.89	c Try to convert by bdds
36.67/36.90	c D: 1
36.67/36.90	c estimatedAdderCost: 20
36.67/36.90	c Try to convert by bdds
36.77/36.90	c D: 1
36.77/36.90	c estimatedAdderCost: 20
36.77/36.90	c Try to convert by bdds
36.77/36.90	c D: 1
36.77/36.90	c estimatedAdderCost: 20
36.77/36.90	c Try to convert by bdds
36.77/36.90	c D: 1
36.77/36.90	c estimatedAdderCost: 20
36.77/36.90	c Try to convert by bdds
36.77/36.90	c D: 1
36.77/36.90	c estimatedAdderCost: 20
36.77/36.90	c Try to convert by bdds
36.77/36.90	c D: 1
36.77/36.90	c estimatedAdderCost: 20
36.77/36.90	c Try to convert by bdds
36.77/36.90	c D: 1
36.77/36.90	c estimatedAdderCost: 20
36.77/36.90	c Try to convert by bdds
36.77/36.90	c D: 1
36.77/36.90	c estimatedAdderCost: 20
36.77/36.90	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.91	c D: 1
36.77/36.91	c estimatedAdderCost: 20
36.77/36.91	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.92	c D: 1
36.77/36.92	c estimatedAdderCost: 20
36.77/36.92	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.93	c D: 1
36.77/36.93	c estimatedAdderCost: 20
36.77/36.93	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.94	c D: 1
36.77/36.94	c estimatedAdderCost: 20
36.77/36.94	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.95	c D: 1
36.77/36.95	c estimatedAdderCost: 20
36.77/36.95	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.96	c D: 1
36.77/36.96	c estimatedAdderCost: 20
36.77/36.96	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.97	c D: 1
36.77/36.97	c estimatedAdderCost: 20
36.77/36.97	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.98	c D: 1
36.77/36.98	c estimatedAdderCost: 20
36.77/36.98	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/36.99	c D: 1
36.77/36.99	c estimatedAdderCost: 20
36.77/36.99	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.00	c D: 1
36.77/37.00	c estimatedAdderCost: 20
36.77/37.00	c Try to convert by bdds
36.77/37.01	c D: 1
36.77/37.01	c estimatedAdderCost: 20
36.77/37.01	c Try to convert by bdds
36.77/37.01	c D: 1
36.77/37.01	c estimatedAdderCost: 20
36.77/37.01	c Try to convert by bdds
36.77/37.01	c D: 1
36.77/37.01	c estimatedAdderCost: 20
36.77/37.01	c Try to convert by bdds
36.88/37.01	c D: 1
36.88/37.01	c estimatedAdderCost: 20
36.88/37.01	c Try to convert by bdds
36.88/37.01	c D: 1
36.88/37.01	c estimatedAdderCost: 20
36.88/37.01	c Try to convert by bdds
36.88/37.01	c D: 1
36.88/37.01	c estimatedAdderCost: 20
36.88/37.01	c Try to convert by bdds
36.88/37.01	c D: 1
36.88/37.01	c estimatedAdderCost: 20
36.88/37.01	c Try to convert by bdds
36.88/37.01	c D: 1
36.88/37.01	c estimatedAdderCost: 20
36.88/37.01	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.02	c D: 1
36.88/37.02	c estimatedAdderCost: 20
36.88/37.02	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.03	c D: 1
36.88/37.03	c estimatedAdderCost: 20
36.88/37.03	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.04	c D: 1
36.88/37.04	c estimatedAdderCost: 20
36.88/37.04	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.05	c D: 1
36.88/37.05	c estimatedAdderCost: 20
36.88/37.05	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.06	c D: 1
36.88/37.06	c estimatedAdderCost: 20
36.88/37.06	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.07	c D: 1
36.88/37.07	c estimatedAdderCost: 20
36.88/37.07	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.08	c D: 1
36.88/37.08	c estimatedAdderCost: 20
36.88/37.08	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.09	c D: 1
36.88/37.09	c estimatedAdderCost: 20
36.88/37.09	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.10	c D: 1
36.88/37.10	c estimatedAdderCost: 20
36.88/37.10	c Try to convert by bdds
36.88/37.11	c D: 1
36.88/37.11	c estimatedAdderCost: 20
36.88/37.11	c Try to convert by bdds
36.88/37.11	c D: 1
36.88/37.11	c estimatedAdderCost: 20
36.88/37.11	c Try to convert by bdds
36.88/37.11	c D: 1
36.88/37.11	c estimatedAdderCost: 20
36.88/37.11	c Try to convert by bdds
36.98/37.11	c D: 1
36.98/37.11	c estimatedAdderCost: 20
36.98/37.11	c Try to convert by bdds
36.98/37.11	c D: 1
36.98/37.11	c estimatedAdderCost: 20
36.98/37.11	c Try to convert by bdds
36.98/37.11	c D: 1
36.98/37.11	c estimatedAdderCost: 20
36.98/37.11	c Try to convert by bdds
36.98/37.11	c D: 1
36.98/37.11	c estimatedAdderCost: 20
36.98/37.11	c Try to convert by bdds
36.98/37.11	c D: 1
36.98/37.11	c estimatedAdderCost: 20
36.98/37.11	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.12	c D: 1
36.98/37.12	c estimatedAdderCost: 20
36.98/37.12	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.13	c D: 1
36.98/37.13	c estimatedAdderCost: 20
36.98/37.13	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.14	c D: 1
36.98/37.14	c estimatedAdderCost: 20
36.98/37.14	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.15	c D: 1
36.98/37.15	c estimatedAdderCost: 20
36.98/37.15	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.16	c D: 1
36.98/37.16	c estimatedAdderCost: 20
36.98/37.16	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.17	c D: 1
36.98/37.17	c estimatedAdderCost: 20
36.98/37.17	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.18	c D: 1
36.98/37.18	c estimatedAdderCost: 20
36.98/37.18	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
36.98/37.19	c D: 1
36.98/37.19	c estimatedAdderCost: 20
36.98/37.19	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.20	c D: 1
37.07/37.20	c estimatedAdderCost: 20
37.07/37.20	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.21	c D: 1
37.07/37.21	c estimatedAdderCost: 20
37.07/37.21	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.22	c D: 1
37.07/37.22	c estimatedAdderCost: 20
37.07/37.22	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.23	c D: 1
37.07/37.23	c estimatedAdderCost: 20
37.07/37.23	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.24	c D: 1
37.07/37.24	c estimatedAdderCost: 20
37.07/37.24	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.25	c D: 1
37.07/37.25	c estimatedAdderCost: 20
37.07/37.25	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.26	c D: 1
37.07/37.26	c estimatedAdderCost: 20
37.07/37.26	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.27	c D: 1
37.07/37.27	c estimatedAdderCost: 20
37.07/37.27	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.28	c D: 1
37.07/37.28	c estimatedAdderCost: 20
37.07/37.28	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.07/37.29	c D: 1
37.07/37.29	c estimatedAdderCost: 20
37.07/37.29	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.30	c D: 1
37.17/37.30	c estimatedAdderCost: 20
37.17/37.30	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.31	c D: 1
37.17/37.31	c estimatedAdderCost: 20
37.17/37.31	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.32	c D: 1
37.17/37.32	c estimatedAdderCost: 20
37.17/37.32	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.33	c D: 1
37.17/37.33	c estimatedAdderCost: 20
37.17/37.33	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.34	c D: 1
37.17/37.34	c estimatedAdderCost: 20
37.17/37.34	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.35	c D: 1
37.17/37.35	c estimatedAdderCost: 20
37.17/37.35	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.36	c D: 1
37.17/37.36	c estimatedAdderCost: 20
37.17/37.36	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.37	c D: 1
37.17/37.37	c estimatedAdderCost: 20
37.17/37.37	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.38	c D: 1
37.17/37.38	c estimatedAdderCost: 20
37.17/37.38	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.17/37.39	c D: 1
37.17/37.39	c estimatedAdderCost: 20
37.17/37.39	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.40	c D: 1
37.27/37.40	c estimatedAdderCost: 20
37.27/37.40	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.41	c D: 1
37.27/37.41	c estimatedAdderCost: 20
37.27/37.41	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.42	c D: 1
37.27/37.42	c estimatedAdderCost: 20
37.27/37.42	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.43	c D: 1
37.27/37.43	c estimatedAdderCost: 20
37.27/37.43	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.44	c D: 1
37.27/37.44	c estimatedAdderCost: 20
37.27/37.44	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.45	c D: 1
37.27/37.45	c estimatedAdderCost: 20
37.27/37.45	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.46	c D: 1
37.27/37.46	c estimatedAdderCost: 20
37.27/37.46	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.47	c D: 1
37.27/37.47	c estimatedAdderCost: 20
37.27/37.47	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.48	c D: 1
37.27/37.48	c estimatedAdderCost: 20
37.27/37.48	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.27/37.49	c D: 1
37.27/37.49	c estimatedAdderCost: 20
37.27/37.49	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.50	c D: 1
37.37/37.50	c estimatedAdderCost: 20
37.37/37.50	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.51	c D: 1
37.37/37.51	c estimatedAdderCost: 20
37.37/37.51	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.52	c D: 1
37.37/37.52	c estimatedAdderCost: 20
37.37/37.52	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.53	c D: 1
37.37/37.53	c estimatedAdderCost: 20
37.37/37.53	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.54	c D: 1
37.37/37.54	c estimatedAdderCost: 20
37.37/37.54	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.55	c D: 1
37.37/37.55	c estimatedAdderCost: 20
37.37/37.55	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.56	c D: 1
37.37/37.56	c estimatedAdderCost: 20
37.37/37.56	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.57	c D: 1
37.37/37.57	c estimatedAdderCost: 20
37.37/37.57	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.58	c D: 1
37.37/37.58	c estimatedAdderCost: 20
37.37/37.58	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.37/37.59	c D: 1
37.37/37.59	c estimatedAdderCost: 20
37.37/37.59	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.60	c D: 1
37.47/37.60	c estimatedAdderCost: 20
37.47/37.60	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.61	c D: 1
37.47/37.61	c estimatedAdderCost: 20
37.47/37.61	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.62	c D: 1
37.47/37.62	c estimatedAdderCost: 20
37.47/37.62	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.63	c D: 1
37.47/37.63	c estimatedAdderCost: 20
37.47/37.63	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.64	c D: 1
37.47/37.64	c estimatedAdderCost: 20
37.47/37.64	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.65	c D: 1
37.47/37.65	c estimatedAdderCost: 20
37.47/37.65	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.66	c D: 1
37.47/37.66	c estimatedAdderCost: 20
37.47/37.66	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.67	c D: 1
37.47/37.67	c estimatedAdderCost: 20
37.47/37.67	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.68	c D: 1
37.47/37.68	c estimatedAdderCost: 20
37.47/37.68	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.47/37.69	c D: 1
37.47/37.69	c estimatedAdderCost: 20
37.47/37.69	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.70	c D: 1
37.57/37.70	c estimatedAdderCost: 20
37.57/37.70	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.71	c D: 1
37.57/37.71	c estimatedAdderCost: 20
37.57/37.71	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.72	c D: 1
37.57/37.72	c estimatedAdderCost: 20
37.57/37.72	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.73	c D: 1
37.57/37.73	c estimatedAdderCost: 20
37.57/37.73	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.74	c D: 1
37.57/37.74	c estimatedAdderCost: 20
37.57/37.74	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.75	c D: 1
37.57/37.75	c estimatedAdderCost: 20
37.57/37.75	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.76	c D: 1
37.57/37.76	c estimatedAdderCost: 20
37.57/37.76	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.77	c D: 1
37.57/37.77	c estimatedAdderCost: 20
37.57/37.77	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.78	c D: 1
37.57/37.78	c estimatedAdderCost: 20
37.57/37.78	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.79	c D: 1
37.57/37.79	c estimatedAdderCost: 20
37.57/37.79	c Try to convert by bdds
37.57/37.80	c D: 1
37.57/37.80	c estimatedAdderCost: 20
37.57/37.80	c Try to convert by bdds
37.67/37.80	c D: 1
37.67/37.80	c estimatedAdderCost: 20
37.67/37.80	c Try to convert by bdds
37.67/37.80	c D: 1
37.67/37.80	c estimatedAdderCost: 20
37.67/37.80	c Try to convert by bdds
37.67/37.80	c D: 1
37.67/37.80	c estimatedAdderCost: 20
37.67/37.80	c Try to convert by bdds
37.67/37.80	c D: 1
37.67/37.80	c estimatedAdderCost: 20
37.67/37.80	c Try to convert by bdds
37.67/37.80	c D: 1
37.67/37.80	c estimatedAdderCost: 20
37.67/37.80	c Try to convert by bdds
37.67/37.80	c D: 1
37.67/37.80	c estimatedAdderCost: 20
37.67/37.80	c Try to convert by bdds
37.67/37.80	c D: 1
37.67/37.80	c estimatedAdderCost: 20
37.67/37.80	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.81	c D: 1
37.67/37.81	c estimatedAdderCost: 20
37.67/37.81	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.82	c D: 1
37.67/37.82	c estimatedAdderCost: 20
37.67/37.82	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.83	c D: 1
37.67/37.83	c estimatedAdderCost: 20
37.67/37.83	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.84	c D: 1
37.67/37.84	c estimatedAdderCost: 20
37.67/37.84	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.85	c D: 1
37.67/37.85	c estimatedAdderCost: 20
37.67/37.85	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.86	c D: 1
37.67/37.86	c estimatedAdderCost: 20
37.67/37.86	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.87	c D: 1
37.67/37.87	c estimatedAdderCost: 20
37.67/37.87	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.88	c D: 1
37.67/37.88	c estimatedAdderCost: 20
37.67/37.88	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.89	c D: 1
37.67/37.89	c estimatedAdderCost: 20
37.67/37.89	c Try to convert by bdds
37.67/37.90	c D: 1
37.67/37.90	c estimatedAdderCost: 20
37.67/37.90	c Try to convert by bdds
37.77/37.90	c D: 1
37.77/37.90	c estimatedAdderCost: 20
37.77/37.90	c Try to convert by bdds
37.77/37.90	c D: 1
37.77/37.90	c estimatedAdderCost: 20
37.77/37.90	c Try to convert by bdds
37.77/37.90	c D: 1
37.77/37.90	c estimatedAdderCost: 20
37.77/37.90	c Try to convert by bdds
37.77/37.90	c D: 1
37.77/37.90	c estimatedAdderCost: 20
37.77/37.90	c Try to convert by bdds
37.77/37.90	c D: 1
37.77/37.90	c estimatedAdderCost: 20
37.77/37.90	c Try to convert by bdds
37.77/37.90	c D: 1
37.77/37.90	c estimatedAdderCost: 20
37.77/37.90	c Try to convert by bdds
37.77/37.90	c D: 1
37.77/37.90	c estimatedAdderCost: 20
37.77/37.90	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.91	c D: 1
37.77/37.91	c estimatedAdderCost: 20
37.77/37.91	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.92	c D: 1
37.77/37.92	c estimatedAdderCost: 20
37.77/37.92	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.93	c D: 1
37.77/37.93	c estimatedAdderCost: 20
37.77/37.93	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.94	c D: 1
37.77/37.94	c estimatedAdderCost: 20
37.77/37.94	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.95	c D: 1
37.77/37.95	c estimatedAdderCost: 20
37.77/37.95	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.96	c D: 1
37.77/37.96	c estimatedAdderCost: 20
37.77/37.96	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.97	c D: 1
37.77/37.97	c estimatedAdderCost: 20
37.77/37.97	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.98	c D: 1
37.77/37.98	c estimatedAdderCost: 20
37.77/37.98	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/37.99	c D: 1
37.77/37.99	c estimatedAdderCost: 20
37.77/37.99	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.00	c D: 1
37.77/38.00	c estimatedAdderCost: 20
37.77/38.00	c Try to convert by bdds
37.77/38.01	c D: 1
37.77/38.01	c estimatedAdderCost: 20
37.77/38.01	c Try to convert by bdds
37.77/38.01	c D: 1
37.77/38.01	c estimatedAdderCost: 20
37.77/38.01	c Try to convert by bdds
37.77/38.01	c D: 1
37.77/38.01	c estimatedAdderCost: 20
37.77/38.01	c Try to convert by bdds
37.88/38.01	c D: 1
37.88/38.01	c estimatedAdderCost: 20
37.88/38.01	c Try to convert by bdds
37.88/38.01	c D: 1
37.88/38.01	c estimatedAdderCost: 20
37.88/38.01	c Try to convert by bdds
37.88/38.01	c D: 1
37.88/38.01	c estimatedAdderCost: 20
37.88/38.01	c Try to convert by bdds
37.88/38.01	c D: 1
37.88/38.01	c estimatedAdderCost: 20
37.88/38.01	c Try to convert by bdds
37.88/38.01	c D: 1
37.88/38.01	c estimatedAdderCost: 20
37.88/38.01	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.02	c D: 1
37.88/38.02	c estimatedAdderCost: 20
37.88/38.02	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.03	c D: 1
37.88/38.03	c estimatedAdderCost: 20
37.88/38.03	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.04	c D: 1
37.88/38.04	c estimatedAdderCost: 20
37.88/38.04	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.05	c D: 1
37.88/38.05	c estimatedAdderCost: 20
37.88/38.05	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.06	c D: 1
37.88/38.06	c estimatedAdderCost: 20
37.88/38.06	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.07	c D: 1
37.88/38.07	c estimatedAdderCost: 20
37.88/38.07	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.08	c D: 1
37.88/38.08	c estimatedAdderCost: 20
37.88/38.08	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.09	c D: 1
37.88/38.09	c estimatedAdderCost: 20
37.88/38.09	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.10	c D: 1
37.88/38.10	c estimatedAdderCost: 20
37.88/38.10	c Try to convert by bdds
37.88/38.11	c D: 1
37.88/38.11	c estimatedAdderCost: 20
37.88/38.11	c Try to convert by bdds
37.88/38.11	c D: 1
37.88/38.11	c estimatedAdderCost: 20
37.88/38.11	c Try to convert by bdds
37.88/38.11	c D: 1
37.88/38.11	c estimatedAdderCost: 20
37.88/38.11	c Try to convert by bdds
37.98/38.11	c D: 1
37.98/38.11	c estimatedAdderCost: 20
37.98/38.11	c Try to convert by bdds
37.98/38.11	c D: 1
37.98/38.11	c estimatedAdderCost: 20
37.98/38.11	c Try to convert by bdds
37.98/38.11	c D: 1
37.98/38.11	c estimatedAdderCost: 20
37.98/38.11	c Try to convert by bdds
37.98/38.11	c D: 1
37.98/38.11	c estimatedAdderCost: 20
37.98/38.11	c Try to convert by bdds
37.98/38.11	c D: 1
37.98/38.11	c estimatedAdderCost: 20
37.98/38.11	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.12	c D: 1
37.98/38.12	c estimatedAdderCost: 20
37.98/38.12	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.13	c D: 1
37.98/38.13	c estimatedAdderCost: 20
37.98/38.13	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.14	c D: 1
37.98/38.14	c estimatedAdderCost: 20
37.98/38.14	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.15	c D: 1
37.98/38.15	c estimatedAdderCost: 20
37.98/38.15	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.16	c D: 1
37.98/38.16	c estimatedAdderCost: 20
37.98/38.16	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.17	c D: 1
37.98/38.17	c estimatedAdderCost: 20
37.98/38.17	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.18	c D: 1
37.98/38.18	c estimatedAdderCost: 20
37.98/38.18	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.19	c D: 1
37.98/38.19	c estimatedAdderCost: 20
37.98/38.19	c Try to convert by bdds
37.98/38.20	c D: 1
37.98/38.20	c estimatedAdderCost: 20
37.98/38.20	c Try to convert by bdds
38.07/38.20	c D: 1
38.07/38.20	c estimatedAdderCost: 20
38.07/38.20	c Try to convert by bdds
38.07/38.20	c D: 1
38.07/38.20	c estimatedAdderCost: 20
38.07/38.20	c Try to convert by bdds
38.07/38.20	c D: 1
38.07/38.20	c estimatedAdderCost: 20
38.07/38.20	c Try to convert by bdds
38.07/38.20	c D: 1
38.07/38.20	c estimatedAdderCost: 20
38.07/38.20	c Try to convert by bdds
38.07/38.20	c D: 1
38.07/38.20	c estimatedAdderCost: 20
38.07/38.20	c Try to convert by bdds
38.07/38.20	c D: 1
38.07/38.20	c estimatedAdderCost: 20
38.07/38.20	c Try to convert by bdds
38.07/38.20	c D: 1
38.07/38.20	c estimatedAdderCost: 20
38.07/38.20	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.21	c D: 1
38.07/38.21	c estimatedAdderCost: 20
38.07/38.21	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.22	c D: 1
38.07/38.22	c estimatedAdderCost: 20
38.07/38.22	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.23	c D: 1
38.07/38.23	c estimatedAdderCost: 20
38.07/38.23	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.24	c D: 1
38.07/38.24	c estimatedAdderCost: 20
38.07/38.24	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.25	c D: 1
38.07/38.25	c estimatedAdderCost: 20
38.07/38.25	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.26	c D: 1
38.07/38.26	c estimatedAdderCost: 20
38.07/38.26	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.27	c D: 1
38.07/38.27	c estimatedAdderCost: 20
38.07/38.27	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.28	c D: 1
38.07/38.28	c estimatedAdderCost: 20
38.07/38.28	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.07/38.29	c D: 1
38.07/38.29	c estimatedAdderCost: 20
38.07/38.29	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.30	c D: 1
38.16/38.30	c estimatedAdderCost: 20
38.16/38.30	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.31	c D: 1
38.16/38.31	c estimatedAdderCost: 20
38.16/38.31	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.32	c D: 1
38.16/38.32	c estimatedAdderCost: 20
38.16/38.32	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.33	c D: 1
38.16/38.33	c estimatedAdderCost: 20
38.16/38.33	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.34	c D: 1
38.16/38.34	c estimatedAdderCost: 20
38.16/38.34	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.35	c D: 1
38.16/38.35	c estimatedAdderCost: 20
38.16/38.35	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.36	c D: 1
38.16/38.36	c estimatedAdderCost: 20
38.16/38.36	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.37	c D: 1
38.16/38.37	c estimatedAdderCost: 20
38.16/38.37	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.38	c D: 1
38.16/38.38	c estimatedAdderCost: 20
38.16/38.38	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.39	c D: 1
38.16/38.39	c estimatedAdderCost: 20
38.16/38.39	c Try to convert by bdds
38.16/38.40	c D: 1
38.16/38.40	c estimatedAdderCost: 20
38.16/38.40	c Try to convert by bdds
38.26/38.40	c D: 1
38.26/38.40	c estimatedAdderCost: 20
38.26/38.40	c Try to convert by bdds
38.26/38.40	c D: 1
38.26/38.40	c estimatedAdderCost: 20
38.26/38.40	c Try to convert by bdds
38.26/38.40	c D: 1
38.26/38.40	c estimatedAdderCost: 20
38.26/38.40	c Try to convert by bdds
38.26/38.40	c D: 1
38.26/38.40	c estimatedAdderCost: 20
38.26/38.40	c Try to convert by bdds
38.26/38.40	c D: 1
38.26/38.40	c estimatedAdderCost: 20
38.26/38.40	c Try to convert by bdds
38.26/38.40	c D: 1
38.26/38.40	c estimatedAdderCost: 20
38.26/38.40	c Try to convert by bdds
38.26/38.40	c D: 1
38.26/38.40	c estimatedAdderCost: 20
38.26/38.40	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.41	c D: 1
38.26/38.41	c estimatedAdderCost: 20
38.26/38.41	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.42	c D: 1
38.26/38.42	c estimatedAdderCost: 20
38.26/38.42	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.43	c D: 1
38.26/38.43	c estimatedAdderCost: 20
38.26/38.43	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.44	c D: 1
38.26/38.44	c estimatedAdderCost: 20
38.26/38.44	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.45	c D: 1
38.26/38.45	c estimatedAdderCost: 20
38.26/38.45	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.46	c D: 1
38.26/38.46	c estimatedAdderCost: 20
38.26/38.46	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.47	c D: 1
38.26/38.47	c estimatedAdderCost: 20
38.26/38.47	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.48	c D: 1
38.26/38.48	c estimatedAdderCost: 20
38.26/38.48	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.26/38.49	c D: 1
38.26/38.49	c estimatedAdderCost: 20
38.26/38.49	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.50	c D: 1
38.36/38.50	c estimatedAdderCost: 20
38.36/38.50	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.51	c D: 1
38.36/38.51	c estimatedAdderCost: 20
38.36/38.51	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.52	c D: 1
38.36/38.52	c estimatedAdderCost: 20
38.36/38.52	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.53	c D: 1
38.36/38.53	c estimatedAdderCost: 20
38.36/38.53	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.54	c D: 1
38.36/38.54	c estimatedAdderCost: 20
38.36/38.54	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.55	c D: 1
38.36/38.55	c estimatedAdderCost: 20
38.36/38.55	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.56	c D: 1
38.36/38.56	c estimatedAdderCost: 20
38.36/38.56	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.57	c D: 1
38.36/38.57	c estimatedAdderCost: 20
38.36/38.57	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.58	c D: 1
38.36/38.58	c estimatedAdderCost: 20
38.36/38.58	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.36/38.59	c D: 1
38.36/38.59	c estimatedAdderCost: 20
38.36/38.59	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.60	c D: 1
38.46/38.60	c estimatedAdderCost: 20
38.46/38.60	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.61	c D: 1
38.46/38.61	c estimatedAdderCost: 20
38.46/38.61	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.62	c D: 1
38.46/38.62	c estimatedAdderCost: 20
38.46/38.62	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.63	c D: 1
38.46/38.63	c estimatedAdderCost: 20
38.46/38.63	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.64	c D: 1
38.46/38.64	c estimatedAdderCost: 20
38.46/38.64	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.65	c D: 1
38.46/38.65	c estimatedAdderCost: 20
38.46/38.65	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.66	c D: 1
38.46/38.66	c estimatedAdderCost: 20
38.46/38.66	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.67	c D: 1
38.46/38.67	c estimatedAdderCost: 20
38.46/38.67	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.68	c D: 1
38.46/38.68	c estimatedAdderCost: 20
38.46/38.68	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.69	c D: 1
38.46/38.69	c estimatedAdderCost: 20
38.46/38.69	c Try to convert by bdds
38.46/38.70	c D: 1
38.46/38.70	c estimatedAdderCost: 20
38.46/38.70	c Try to convert by bdds
38.56/38.70	c D: 1
38.56/38.70	c estimatedAdderCost: 20
38.56/38.70	c Try to convert by bdds
38.56/38.70	c D: 1
38.56/38.70	c estimatedAdderCost: 20
38.56/38.70	c Try to convert by bdds
38.56/38.70	c D: 1
38.56/38.70	c estimatedAdderCost: 20
38.56/38.70	c Try to convert by bdds
38.56/38.70	c D: 1
38.56/38.70	c estimatedAdderCost: 20
38.56/38.70	c Try to convert by bdds
38.56/38.70	c D: 1
38.56/38.70	c estimatedAdderCost: 20
38.56/38.70	c Try to convert by bdds
38.56/38.70	c D: 1
38.56/38.70	c estimatedAdderCost: 20
38.56/38.70	c Try to convert by bdds
38.56/38.70	c D: 1
38.56/38.70	c estimatedAdderCost: 20
38.56/38.70	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.71	c D: 1
38.56/38.71	c estimatedAdderCost: 20
38.56/38.71	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.72	c D: 1
38.56/38.72	c estimatedAdderCost: 20
38.56/38.72	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.73	c D: 1
38.56/38.73	c estimatedAdderCost: 20
38.56/38.73	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.74	c D: 1
38.56/38.74	c estimatedAdderCost: 20
38.56/38.74	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.75	c D: 1
38.56/38.75	c estimatedAdderCost: 20
38.56/38.75	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.76	c D: 1
38.56/38.76	c estimatedAdderCost: 20
38.56/38.76	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.77	c D: 1
38.56/38.77	c estimatedAdderCost: 20
38.56/38.77	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.78	c D: 1
38.56/38.78	c estimatedAdderCost: 20
38.56/38.78	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.56/38.79	c D: 1
38.56/38.79	c estimatedAdderCost: 20
38.56/38.79	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.80	c D: 1
38.66/38.80	c estimatedAdderCost: 20
38.66/38.80	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.81	c D: 1
38.66/38.81	c estimatedAdderCost: 20
38.66/38.81	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.82	c D: 1
38.66/38.82	c estimatedAdderCost: 20
38.66/38.82	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.83	c D: 1
38.66/38.83	c estimatedAdderCost: 20
38.66/38.83	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.84	c D: 1
38.66/38.84	c estimatedAdderCost: 20
38.66/38.84	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.85	c D: 1
38.66/38.85	c estimatedAdderCost: 20
38.66/38.85	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.86	c D: 1
38.66/38.86	c estimatedAdderCost: 20
38.66/38.86	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.87	c D: 1
38.66/38.87	c estimatedAdderCost: 20
38.66/38.87	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.88	c D: 1
38.66/38.88	c estimatedAdderCost: 20
38.66/38.88	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.66/38.89	c D: 1
38.66/38.89	c estimatedAdderCost: 20
38.66/38.89	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.90	c D: 1
38.77/38.90	c estimatedAdderCost: 20
38.77/38.90	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.91	c D: 1
38.77/38.91	c estimatedAdderCost: 20
38.77/38.91	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.92	c D: 1
38.77/38.92	c estimatedAdderCost: 20
38.77/38.92	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.93	c D: 1
38.77/38.93	c estimatedAdderCost: 20
38.77/38.93	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.94	c D: 1
38.77/38.94	c estimatedAdderCost: 20
38.77/38.94	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.95	c D: 1
38.77/38.95	c estimatedAdderCost: 20
38.77/38.95	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.96	c D: 1
38.77/38.96	c estimatedAdderCost: 20
38.77/38.96	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.97	c D: 1
38.77/38.97	c estimatedAdderCost: 20
38.77/38.97	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.98	c D: 1
38.77/38.98	c estimatedAdderCost: 20
38.77/38.98	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/38.99	c D: 1
38.77/38.99	c estimatedAdderCost: 20
38.77/38.99	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.00	c D: 1
38.77/39.00	c estimatedAdderCost: 20
38.77/39.00	c Try to convert by bdds
38.77/39.01	c D: 1
38.77/39.01	c estimatedAdderCost: 20
38.77/39.01	c Try to convert by bdds
38.77/39.01	c D: 1
38.77/39.01	c estimatedAdderCost: 20
38.77/39.01	c Try to convert by bdds
38.77/39.01	c D: 1
38.77/39.01	c estimatedAdderCost: 20
38.77/39.01	c Try to convert by bdds
38.88/39.01	c D: 1
38.88/39.01	c estimatedAdderCost: 20
38.88/39.01	c Try to convert by bdds
38.88/39.01	c D: 1
38.88/39.01	c estimatedAdderCost: 20
38.88/39.01	c Try to convert by bdds
38.88/39.01	c D: 1
38.88/39.01	c estimatedAdderCost: 20
38.88/39.01	c Try to convert by bdds
38.88/39.01	c D: 1
38.88/39.01	c estimatedAdderCost: 20
38.88/39.01	c Try to convert by bdds
38.88/39.01	c D: 1
38.88/39.01	c estimatedAdderCost: 20
38.88/39.01	c Try to convert by bdds
38.88/39.01	c D: 1
38.88/39.01	c estimatedAdderCost: 20
38.88/39.01	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.02	c D: 1
38.88/39.02	c estimatedAdderCost: 20
38.88/39.02	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.03	c D: 1
38.88/39.03	c estimatedAdderCost: 20
38.88/39.03	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.04	c D: 1
38.88/39.04	c estimatedAdderCost: 20
38.88/39.04	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.05	c D: 1
38.88/39.05	c estimatedAdderCost: 20
38.88/39.05	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.06	c D: 1
38.88/39.06	c estimatedAdderCost: 20
38.88/39.06	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.07	c D: 1
38.88/39.07	c estimatedAdderCost: 20
38.88/39.07	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.08	c D: 1
38.88/39.08	c estimatedAdderCost: 20
38.88/39.08	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.09	c D: 1
38.88/39.09	c estimatedAdderCost: 20
38.88/39.09	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.10	c D: 1
38.88/39.10	c estimatedAdderCost: 20
38.88/39.10	c Try to convert by bdds
38.88/39.11	c D: 1
38.88/39.11	c estimatedAdderCost: 20
38.88/39.11	c Try to convert by bdds
38.88/39.11	c D: 1
38.88/39.11	c estimatedAdderCost: 20
38.88/39.11	c Try to convert by bdds
38.88/39.11	c D: 1
38.88/39.11	c estimatedAdderCost: 20
38.88/39.11	c Try to convert by bdds
38.98/39.11	c D: 1
38.98/39.11	c estimatedAdderCost: 20
38.98/39.11	c Try to convert by bdds
38.98/39.11	c D: 1
38.98/39.11	c estimatedAdderCost: 20
38.98/39.11	c Try to convert by bdds
38.98/39.11	c D: 1
38.98/39.11	c estimatedAdderCost: 20
38.98/39.11	c Try to convert by bdds
38.98/39.11	c D: 1
38.98/39.11	c estimatedAdderCost: 20
38.98/39.11	c Try to convert by bdds
38.98/39.11	c D: 1
38.98/39.11	c estimatedAdderCost: 20
38.98/39.11	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.12	c D: 1
38.98/39.12	c estimatedAdderCost: 20
38.98/39.12	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.13	c D: 1
38.98/39.13	c estimatedAdderCost: 20
38.98/39.13	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.14	c D: 1
38.98/39.14	c estimatedAdderCost: 20
38.98/39.14	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.15	c D: 1
38.98/39.15	c estimatedAdderCost: 20
38.98/39.15	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.16	c D: 1
38.98/39.16	c estimatedAdderCost: 20
38.98/39.16	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.17	c D: 1
38.98/39.17	c estimatedAdderCost: 20
38.98/39.17	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.18	c D: 1
38.98/39.18	c estimatedAdderCost: 20
38.98/39.18	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
38.98/39.19	c D: 1
38.98/39.19	c estimatedAdderCost: 20
38.98/39.19	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.20	c D: 1
39.07/39.20	c estimatedAdderCost: 20
39.07/39.20	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.21	c D: 1
39.07/39.21	c estimatedAdderCost: 20
39.07/39.21	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.22	c D: 1
39.07/39.22	c estimatedAdderCost: 20
39.07/39.22	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.23	c D: 1
39.07/39.23	c estimatedAdderCost: 20
39.07/39.23	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.24	c D: 1
39.07/39.24	c estimatedAdderCost: 20
39.07/39.24	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.25	c D: 1
39.07/39.25	c estimatedAdderCost: 20
39.07/39.25	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.26	c D: 1
39.07/39.26	c estimatedAdderCost: 20
39.07/39.26	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.27	c D: 1
39.07/39.27	c estimatedAdderCost: 20
39.07/39.27	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.28	c D: 1
39.07/39.28	c estimatedAdderCost: 20
39.07/39.28	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.29	c D: 1
39.07/39.29	c estimatedAdderCost: 20
39.07/39.29	c Try to convert by bdds
39.07/39.30	c D: 1
39.07/39.30	c estimatedAdderCost: 20
39.07/39.30	c Try to convert by bdds
39.17/39.30	c D: 1
39.17/39.30	c estimatedAdderCost: 20
39.17/39.30	c Try to convert by bdds
39.17/39.30	c D: 1
39.17/39.30	c estimatedAdderCost: 20
39.17/39.30	c Try to convert by bdds
39.17/39.30	c D: 1
39.17/39.30	c estimatedAdderCost: 20
39.17/39.30	c Try to convert by bdds
39.17/39.30	c D: 1
39.17/39.30	c estimatedAdderCost: 20
39.17/39.30	c Try to convert by bdds
39.17/39.30	c D: 1
39.17/39.30	c estimatedAdderCost: 20
39.17/39.30	c Try to convert by bdds
39.17/39.30	c D: 1
39.17/39.30	c estimatedAdderCost: 20
39.17/39.30	c Try to convert by bdds
39.17/39.30	c D: 1
39.17/39.30	c estimatedAdderCost: 20
39.17/39.30	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.31	c D: 1
39.17/39.31	c estimatedAdderCost: 20
39.17/39.31	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.32	c D: 1
39.17/39.32	c estimatedAdderCost: 20
39.17/39.32	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.33	c D: 1
39.17/39.33	c estimatedAdderCost: 20
39.17/39.33	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.34	c D: 1
39.17/39.34	c estimatedAdderCost: 20
39.17/39.34	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.35	c D: 1
39.17/39.35	c estimatedAdderCost: 20
39.17/39.35	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.36	c D: 1
39.17/39.36	c estimatedAdderCost: 20
39.17/39.36	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.37	c D: 1
39.17/39.37	c estimatedAdderCost: 20
39.17/39.37	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.38	c D: 1
39.17/39.38	c estimatedAdderCost: 20
39.17/39.38	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.17/39.39	c D: 1
39.17/39.39	c estimatedAdderCost: 20
39.17/39.39	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.40	c D: 1
39.27/39.40	c estimatedAdderCost: 20
39.27/39.40	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.41	c D: 1
39.27/39.41	c estimatedAdderCost: 20
39.27/39.41	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.42	c D: 1
39.27/39.42	c estimatedAdderCost: 20
39.27/39.42	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.43	c D: 1
39.27/39.43	c estimatedAdderCost: 20
39.27/39.43	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.44	c D: 1
39.27/39.44	c estimatedAdderCost: 20
39.27/39.44	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.45	c D: 1
39.27/39.45	c estimatedAdderCost: 20
39.27/39.45	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.46	c D: 1
39.27/39.46	c estimatedAdderCost: 20
39.27/39.46	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.47	c D: 1
39.27/39.47	c estimatedAdderCost: 20
39.27/39.47	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.48	c D: 1
39.27/39.48	c estimatedAdderCost: 20
39.27/39.48	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.27/39.49	c D: 1
39.27/39.49	c estimatedAdderCost: 20
39.27/39.49	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.50	c D: 1
39.37/39.50	c estimatedAdderCost: 20
39.37/39.50	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.51	c D: 1
39.37/39.51	c estimatedAdderCost: 20
39.37/39.51	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.52	c D: 1
39.37/39.52	c estimatedAdderCost: 20
39.37/39.52	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.53	c D: 1
39.37/39.53	c estimatedAdderCost: 20
39.37/39.53	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.54	c D: 1
39.37/39.54	c estimatedAdderCost: 20
39.37/39.54	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.55	c D: 1
39.37/39.55	c estimatedAdderCost: 20
39.37/39.55	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.56	c D: 1
39.37/39.56	c estimatedAdderCost: 20
39.37/39.56	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.57	c D: 1
39.37/39.57	c estimatedAdderCost: 20
39.37/39.57	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.58	c D: 1
39.37/39.58	c estimatedAdderCost: 20
39.37/39.58	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.59	c D: 1
39.37/39.59	c estimatedAdderCost: 20
39.37/39.59	c Try to convert by bdds
39.37/39.60	c D: 1
39.37/39.60	c estimatedAdderCost: 20
39.37/39.60	c Try to convert by bdds
39.47/39.60	c D: 1
39.47/39.60	c estimatedAdderCost: 20
39.47/39.60	c Try to convert by bdds
39.47/39.60	c D: 1
39.47/39.60	c estimatedAdderCost: 20
39.47/39.60	c Try to convert by bdds
39.47/39.60	c D: 1
39.47/39.60	c estimatedAdderCost: 20
39.47/39.60	c Try to convert by bdds
39.47/39.60	c D: 1
39.47/39.60	c estimatedAdderCost: 20
39.47/39.60	c Try to convert by bdds
39.47/39.60	c D: 1
39.47/39.60	c estimatedAdderCost: 20
39.47/39.60	c Try to convert by bdds
39.47/39.60	c D: 1
39.47/39.60	c estimatedAdderCost: 20
39.47/39.60	c Try to convert by bdds
39.47/39.60	c D: 1
39.47/39.60	c estimatedAdderCost: 20
39.47/39.60	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.61	c D: 1
39.47/39.61	c estimatedAdderCost: 20
39.47/39.61	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.62	c D: 1
39.47/39.62	c estimatedAdderCost: 20
39.47/39.62	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.63	c D: 1
39.47/39.63	c estimatedAdderCost: 20
39.47/39.63	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.64	c D: 1
39.47/39.64	c estimatedAdderCost: 20
39.47/39.64	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.65	c D: 1
39.47/39.65	c estimatedAdderCost: 20
39.47/39.65	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.66	c D: 1
39.47/39.66	c estimatedAdderCost: 20
39.47/39.66	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.67	c D: 1
39.47/39.67	c estimatedAdderCost: 20
39.47/39.67	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.68	c D: 1
39.47/39.68	c estimatedAdderCost: 20
39.47/39.68	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.47/39.69	c D: 1
39.47/39.69	c estimatedAdderCost: 20
39.47/39.69	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.70	c D: 1
39.56/39.70	c estimatedAdderCost: 20
39.56/39.70	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.71	c D: 1
39.56/39.71	c estimatedAdderCost: 20
39.56/39.71	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.72	c D: 1
39.56/39.72	c estimatedAdderCost: 20
39.56/39.72	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.73	c D: 1
39.56/39.73	c estimatedAdderCost: 20
39.56/39.73	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.74	c D: 1
39.56/39.74	c estimatedAdderCost: 20
39.56/39.74	c Try to convert by bdds
39.56/39.75	c D: 1
39.56/39.75	c estimatedAdderCost: 20
39.56/39.75	c Try to convert by bdds
39.56/39.75	c D: 1
39.56/39.75	c estimatedAdderCost: 20
39.56/39.75	c Try to convert by bdds
39.56/39.75	c D: 1
39.56/39.75	c estimatedAdderCost: 20
39.56/39.75	c Try to convert by bdds
39.56/39.75	c D: 1
39.56/39.75	c estimatedAdderCost: 20
39.56/39.75	c Try to convert by bdds
39.56/39.75	c D: 1
39.56/39.75	c estimatedAdderCost: 20
39.56/39.75	c Try to convert by bdds
39.56/39.75	c D: 1
39.56/39.75	c 
43.96/44.17	c pb_solver_status: sst_unknown
43.96/44.19	c total stages of optimization mode: 1
43.96/44.19	c Use UB found in presolve
43.96/44.19	c LB updated by evalGoalLB to 0
43.96/44.19	c minimizationMode: cmm_First_solve
44.05/44.20	c goal coeffs: 2 2 10 10 10 10 11 11 12 12 12 12 14 14 16 16 17 17 18 18 
44.05/44.23	c assumptions: 
44.05/44.23	c invoking solver with time budget: 5.000000
57.59/57.82	c sat_solver_result: sst_unknown
57.59/57.82	c SAT solver timed out; proceeding to cooperative SCIP call
57.59/57.82	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024788
57.59/57.82	c scip solving with time budget: 7.000000
57.59/57.82	c solveScip
57.59/57.82	c initScipForCoop
57.59/57.82	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
57.59/57.86	c presolving:
57.69/57.92	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
57.81/58.01	c    (0.2s) running MILP presolver
57.91/58.14	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
57.99/58.21	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
58.09/58.32	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
58.19/58.40	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
58.19/58.41	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
58.69/58.99	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
58.69/58.99	c    (1.2s) probing aborted: 50/50 successive totally useless probings
58.99/59.25	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
59.09/59.33	c    (1.5s) no symmetry present (symcode time: 0.02)
59.09/59.35	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
59.09/59.35	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
59.09/59.35	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
59.09/59.35	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
59.09/59.35	c   22201 constraints of type <knapsack>
59.09/59.35	c     598 constraints of type <setppc>
59.09/59.35	c     149 constraints of type <logicor>
59.09/59.35	c transformed objective value is always integral (scale: 1)
59.09/59.35	c Presolving Time: 1.49
59.09/59.36	c 
59.80/60.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.80/60.05	c   2.2s|     1 |     0 |  1026 |     - |   654M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
60.90/61.11	c   3.3s|     1 |     0 |  4806 |     - |   657M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
61.19/61.48	c   3.7s|     1 |     0 |  4945 |     - |   658M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
61.58/61.83	c   4.0s|     1 |     0 |  5120 |     - |   660M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
61.98/62.23	c   4.4s|     1 |     0 |  5262 |     - |   661M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
62.38/62.63	c   4.8s|     1 |     0 |  5430 |     - |   664M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
62.68/63.00	c   5.2s|     1 |     0 |  5608 |     - |   666M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
63.08/63.31	c   5.5s|     1 |     0 |  5795 |     - |   668M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
63.48/63.73	c   5.9s|     1 |     0 |  5949 |     - |   672M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
63.89/64.14	c   6.3s|     1 |     0 |  6136 |     - |   676M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
64.27/64.52	c   6.7s|     1 |     0 |  6328 |     - |   679M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
64.47/64.75	c   6.9s|     1 |     0 |  6485 |     - |   679M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
64.57/64.84	c   7.0s|     1 |     2 |  6497 |     - |   679M |   0 |  23k|  23k|  23k| 838 | 11 | 485 |   0 |-5.764255e+03 |      --      |    Inf | unknown
64.57/64.84	c 
64.57/64.84	c SCIP Status        : solving was interrupted [time limit reached]
64.57/64.84	c Solving Time (sec) : 7.02
64.57/64.84	c Solving Nodes      : 1
64.57/64.84	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
64.57/64.84	c Dual Bound         : -5.76425503355705e+03
64.57/64.84	c Gap                : infinite
64.57/64.84	c SCIP status: 23 (TIMELIMIT)
64.57/64.84	c pb_solver_status: sst_unknown
64.57/64.84	c LB_goalvalue: 0
64.57/64.84	c UB_goalvalue: 8024788
64.57/64.84	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=14.000000
64.57/64.84	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
64.57/64.84	c SCIP returned: sst_unknown
64.57/64.84	c SCIP primal LB: -oo, dual UB: 8024788
64.57/64.84	c assumptions: 
64.57/64.84	c invoking solver with time budget: 10.000000
76.92/77.26	c sat_solver_result: sst_unknown
76.92/77.26	c SAT solver timed out; proceeding to cooperative SCIP call
76.92/77.26	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024788
76.92/77.26	c scip solving with time budget: 14.000000
76.92/77.26	c solveScip
76.92/77.26	c initScipForCoop
76.92/77.26	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
76.92/77.26	c SCIPfreeTransform due to timeout and having shadow nodes
76.92/77.26	c forcing SCIPfreeTransform before solve
77.12/77.41	c Running SCIP presolve for solve-time propagation (rounds=3)
77.12/77.48	c presolving:
77.22/77.53	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
77.32/77.63	c    (0.2s) running MILP presolver
77.42/77.77	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
77.52/77.84	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
78.22/78.53	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
78.22/78.53	c    (1.1s) probing aborted: 50/50 successive totally useless probings
78.52/78.80	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
78.52/78.80	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
78.52/78.80	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
78.52/78.80	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
78.52/78.80	c   22201 constraints of type <knapsack>
78.52/78.80	c     300 constraints of type <setppc>
78.52/78.80	c     149 constraints of type <logicor>
78.52/78.80	c transformed objective value is always integral (scale: 1)
78.52/78.80	c Presolving Time: 1.32
78.62/78.91	c presolving:
78.62/78.97	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
78.73/79.07	c    (0.2s) running MILP presolver
78.91/79.22	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
78.91/79.29	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
79.12/79.42	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
79.21/79.51	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
79.21/79.51	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
79.72/80.10	c    (1.3s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
79.72/80.10	c    (1.3s) probing aborted: 50/50 successive totally useless probings
80.01/80.36	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
80.11/80.45	c    (1.6s) no symmetry present (symcode time: 0.03)
80.11/80.48	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
80.11/80.48	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
80.11/80.48	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
80.11/80.48	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
80.11/80.48	c   22201 constraints of type <knapsack>
80.11/80.48	c     598 constraints of type <setppc>
80.11/80.48	c     149 constraints of type <logicor>
80.11/80.48	c transformed objective value is always integral (scale: 1)
80.11/80.48	c Presolving Time: 1.57
80.11/80.48	c 
80.90/81.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.90/81.25	c   2.4s|     1 |     0 |  1026 |     - |   665M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
82.01/82.32	c   3.5s|     1 |     0 |  4806 |     - |   668M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
82.30/82.69	c   3.9s|     1 |     0 |  4945 |     - |   668M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
82.72/83.06	c   4.2s|     1 |     0 |  5120 |     - |   669M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
83.10/83.45	c   4.6s|     1 |     0 |  5262 |     - |   669M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
83.50/83.86	c   5.0s|     1 |     0 |  5430 |     - |   671M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
83.90/84.24	c   5.4s|     1 |     0 |  5608 |     - |   671M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
84.20/84.54	c   5.7s|     1 |     0 |  5795 |     - |   673M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
84.60/84.96	c   6.1s|     1 |     0 |  5949 |     - |   676M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
84.99/85.38	c   6.5s|     1 |     0 |  6136 |     - |   678M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
85.39/85.76	c   6.9s|     1 |     0 |  6328 |     - |   680M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
85.59/85.99	c   7.1s|     1 |     0 |  6485 |     - |   681M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
92.47/92.86	c  14.0s|     1 |     2 |  9171 |     - |   683M |   0 |  23k|  23k|  23k| 838 | 11 | 488 |   0 |-5.764255e+03 |      --      |    Inf | unknown
92.47/92.86	c 
92.47/92.86	c SCIP Status        : solving was interrupted [time limit reached]
92.47/92.86	c Solving Time (sec) : 14.02
92.47/92.86	c Solving Nodes      : 1
92.47/92.86	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
92.47/92.86	c Dual Bound         : -5.76425503355705e+03
92.47/92.86	c Gap                : infinite
92.47/92.86	c SCIP status: 23 (TIMELIMIT)
92.47/92.86	c solveScip: freeing transform (!can_skip_free_transform)
92.56/93.01	c pb_solver_status: sst_unknown
92.56/93.01	c LB_goalvalue: 0
92.56/93.01	c UB_goalvalue: 8024788
92.56/93.01	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=28.000000
92.56/93.01	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
92.56/93.01	c SCIP returned: sst_unknown
92.56/93.01	c SCIP primal LB: -oo, dual UB: 8024788
92.56/93.01	c assumptions: 
92.56/93.01	c invoking solver with time budget: 20.000000
117.47/117.93	c sat_solver_result: sst_unknown
117.47/117.93	c SAT solver timed out; proceeding to cooperative SCIP call
117.47/117.93	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024788
117.47/117.93	c scip solving with time budget: 28.000000
117.47/117.93	c solveScip
117.47/117.93	c initScipForCoop
117.47/117.93	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
117.58/118.01	c presolving:
117.58/118.06	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
117.68/118.16	c    (0.2s) running MILP presolver
117.77/118.28	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
117.87/118.35	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
117.97/118.47	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
118.07/118.55	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
118.07/118.55	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
118.68/119.16	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
118.68/119.16	c    (1.2s) probing aborted: 50/50 successive totally useless probings
118.96/119.41	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
118.96/119.49	c    (1.6s) no symmetry present (symcode time: 0.02)
119.06/119.52	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
119.06/119.52	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
119.06/119.52	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
119.06/119.52	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
119.06/119.52	c   22201 constraints of type <knapsack>
119.06/119.52	c     598 constraints of type <setppc>
119.06/119.52	c     149 constraints of type <logicor>
119.06/119.52	c transformed objective value is always integral (scale: 1)
119.06/119.52	c Presolving Time: 1.51
119.06/119.52	c 
119.76/120.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.76/120.23	c   2.3s|     1 |     0 |  1026 |     - |   667M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
120.76/121.29	c   3.4s|     1 |     0 |  4806 |     - |   670M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
121.16/121.66	c   3.7s|     1 |     0 |  4945 |     - |   670M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
121.57/122.02	c   4.1s|     1 |     0 |  5120 |     - |   672M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
121.95/122.42	c   4.5s|     1 |     0 |  5262 |     - |   672M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
122.35/122.83	c   4.9s|     1 |     0 |  5430 |     - |   674M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
122.75/123.20	c   5.3s|     1 |     0 |  5608 |     - |   674M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
123.05/123.51	c   5.6s|     1 |     0 |  5795 |     - |   676M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
123.45/123.93	c   6.0s|     1 |     0 |  5949 |     - |   678M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
123.85/124.35	c   6.4s|     1 |     0 |  6136 |     - |   680M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
124.25/124.73	c   6.8s|     1 |     0 |  6328 |     - |   682M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
124.44/124.96	c   7.0s|     1 |     0 |  6485 |     - |   683M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
138.10/138.69	c  20.8s|     1 |     2 | 11967 |     - |   686M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
145.38/145.93	c 
145.38/145.93	c SCIP Status        : solving was interrupted [time limit reached]
145.38/145.93	c Solving Time (sec) : 28.00
145.38/145.93	c Solving Nodes      : 9
145.38/145.93	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
145.38/145.93	c Dual Bound         : -5.76429530201342e+03
145.38/145.93	c Gap                : infinite
145.38/145.93	c SCIP status: 23 (TIMELIMIT)
145.38/145.93	c pb_solver_status: sst_unknown
145.38/145.93	c LB_goalvalue: 0
145.38/145.93	c UB_goalvalue: 8024788
145.38/145.93	c Both SAT and SCIP timed out; boosting budgets to sat=40.000000 scip=56.000000
145.38/145.93	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
145.38/145.93	c SCIP returned: sst_unknown
145.38/145.93	c SCIP primal LB: -oo, dual UB: 8024788
145.38/145.93	c assumptions: 
145.38/145.93	c invoking solver with time budget: 40.000000
189.91/190.67	c sat_solver_result: sst_unknown
189.91/190.67	c SAT solver timed out; proceeding to cooperative SCIP call
189.91/190.67	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024788
189.91/190.67	c scip solving with time budget: 56.000000
189.91/190.67	c solveScip
189.91/190.67	c initScipForCoop
189.91/190.67	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
189.91/190.67	c SCIPfreeTransform due to timeout and having shadow nodes
189.91/190.67	c forcing SCIPfreeTransform before solve
190.11/190.81	c Running SCIP presolve for solve-time propagation (rounds=3)
190.11/190.86	c presolving:
190.21/190.91	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
190.21/191.00	c    (0.2s) running MILP presolver
190.42/191.12	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
190.42/191.19	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
191.11/191.87	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
191.11/191.87	c    (1.1s) probing aborted: 50/50 successive totally useless probings
191.42/192.14	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
191.42/192.14	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
191.42/192.14	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
191.42/192.14	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
191.42/192.14	c   22201 constraints of type <knapsack>
191.42/192.14	c     300 constraints of type <setppc>
191.42/192.14	c     149 constraints of type <logicor>
191.42/192.14	c transformed objective value is always integral (scale: 1)
191.42/192.14	c Presolving Time: 1.28
191.50/192.22	c presolving:
191.50/192.28	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
191.60/192.37	c    (0.2s) running MILP presolver
191.70/192.49	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
191.80/192.56	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
191.90/192.67	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
192.00/192.76	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
192.00/192.76	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
192.60/193.35	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
192.60/193.35	c    (1.2s) probing aborted: 50/50 successive totally useless probings
192.90/193.61	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
192.90/193.69	c    (1.5s) no symmetry present (symcode time: 0.02)
193.00/193.71	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
193.00/193.71	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
193.00/193.71	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
193.00/193.71	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
193.00/193.71	c   22201 constraints of type <knapsack>
193.00/193.71	c     598 constraints of type <setppc>
193.00/193.71	c     149 constraints of type <logicor>
193.00/193.71	c transformed objective value is always integral (scale: 1)
193.00/193.71	c Presolving Time: 1.49
193.00/193.71	c 
193.70/194.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
193.70/194.42	c   2.2s|     1 |     0 |  1026 |     - |   672M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
194.70/195.48	c   3.3s|     1 |     0 |  4806 |     - |   675M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
195.10/195.85	c   3.7s|     1 |     0 |  4945 |     - |   676M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
195.50/196.21	c   4.0s|     1 |     0 |  5120 |     - |   677M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
195.89/196.61	c   4.4s|     1 |     0 |  5262 |     - |   677M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
196.31/197.02	c   4.8s|     1 |     0 |  5430 |     - |   679M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
196.59/197.39	c   5.2s|     1 |     0 |  5608 |     - |   679M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
196.99/197.70	c   5.5s|     1 |     0 |  5795 |     - |   681M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
197.40/198.12	c   5.9s|     1 |     0 |  5949 |     - |   683M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
197.79/198.53	c   6.4s|     1 |     0 |  6136 |     - |   685M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
198.19/198.91	c   6.7s|     1 |     0 |  6328 |     - |   687M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
198.40/199.15	c   7.0s|     1 |     0 |  6485 |     - |   688M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
212.13/212.96	c  20.8s|     1 |     2 | 11967 |     - |   688M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
247.21/248.19	c 
247.21/248.19	c SCIP Status        : solving was interrupted [time limit reached]
247.21/248.19	c Solving Time (sec) : 56.01
247.21/248.19	c Solving Nodes      : 39
247.21/248.19	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
247.21/248.19	c Dual Bound         : -5.76429530201342e+03
247.21/248.19	c Gap                : infinite
247.21/248.19	c SCIP status: 23 (TIMELIMIT)
247.21/248.19	c solveScip: freeing transform (!can_skip_free_transform)
247.40/248.35	c pb_solver_status: sst_unknown
247.40/248.35	c LB_goalvalue: 0
247.40/248.35	c UB_goalvalue: 8024788
247.40/248.35	c Both SAT and SCIP timed out; boosting budgets to sat=80.000000 scip=112.000000
247.40/248.35	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
247.40/248.35	c SCIP returned: sst_unknown
247.40/248.35	c SCIP primal LB: -oo, dual UB: 8024788
247.40/248.35	c assumptions: 
247.40/248.35	c invoking solver with time budget: 80.000000
331.60/332.82	c sat_solver_result: sst_unknown
331.60/332.82	c SAT solver timed out; proceeding to cooperative SCIP call
331.60/332.82	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024788
331.60/332.82	c scip solving with time budget: 112.000000
331.60/332.82	c solveScip
331.60/332.82	c initScipForCoop
331.60/332.82	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
331.60/332.87	c presolving:
331.70/332.93	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
331.81/333.02	c    (0.2s) running MILP presolver
331.91/333.14	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
332.00/333.21	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
332.10/333.32	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
332.20/333.40	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
332.20/333.41	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
332.70/334.00	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
332.70/334.00	c    (1.2s) probing aborted: 50/50 successive totally useless probings
333.00/334.26	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
333.10/334.34	c    (1.5s) no symmetry present (symcode time: 0.03)
333.10/334.36	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
333.10/334.36	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
333.10/334.36	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
333.10/334.36	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
333.10/334.36	c   22201 constraints of type <knapsack>
333.10/334.36	c     598 constraints of type <setppc>
333.10/334.36	c     149 constraints of type <logicor>
333.10/334.36	c transformed objective value is always integral (scale: 1)
333.10/334.36	c Presolving Time: 1.50
333.10/334.37	c 
333.81/335.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
333.81/335.07	c   2.2s|     1 |     0 |  1026 |     - |   715M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
334.90/336.14	c   3.3s|     1 |     0 |  4806 |     - |   718M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
335.29/336.51	c   3.7s|     1 |     0 |  4945 |     - |   718M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
335.59/336.87	c   4.0s|     1 |     0 |  5120 |     - |   720M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
335.98/337.27	c   4.5s|     1 |     0 |  5262 |     - |   720M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
336.38/337.68	c   4.9s|     1 |     0 |  5430 |     - |   722M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
336.80/338.06	c   5.2s|     1 |     0 |  5608 |     - |   722M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
337.08/338.37	c   5.5s|     1 |     0 |  5795 |     - |   724M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
337.48/338.79	c   6.0s|     1 |     0 |  5949 |     - |   726M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
337.98/339.20	c   6.4s|     1 |     0 |  6136 |     - |   728M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
338.28/339.59	c   6.8s|     1 |     0 |  6328 |     - |   730M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
338.57/339.82	c   7.0s|     1 |     0 |  6485 |     - |   731M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
352.52/353.84	c  21.0s|     1 |     2 | 11967 |     - |   731M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
431.93/433.55	c   101s|   100 |   101 | 23303 | 174.2 |   768M |  21 |  23k|  23k|  23k|1713 |  1 | 528 |1842 |-5.804000e+03 |      --      |    Inf | unknown
443.19/444.82	c 
443.19/444.82	c SCIP Status        : solving was interrupted [time limit reached]
443.19/444.82	c Solving Time (sec) : 112.00
443.19/444.82	c Solving Nodes      : 118
443.19/444.82	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
443.19/444.82	c Dual Bound         : -5.80400000000000e+03
443.19/444.82	c Gap                : infinite
443.19/444.82	c SCIP status: 23 (TIMELIMIT)
443.19/444.82	c SCIP LP bound tightened UB: 8024788 -> 8024748
443.19/444.82	c pb_solver_status: sst_unknown
443.19/444.82	c LB_goalvalue: 0
443.19/444.82	c UB_goalvalue: 8024748
443.19/444.82	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
443.19/444.82	c SCIP returned: sst_unknown
443.19/444.82	c SCIP primal LB: -oo, dual UB: 8024748
443.19/444.82	c assumptions: 
443.19/444.82	c invoking solver with time budget: 80.000000
527.99/529.90	c sat_solver_result: sst_unknown
527.99/529.90	c SAT solver timed out; proceeding to cooperative SCIP call
527.99/529.90	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024748
527.99/529.90	c scip solving with time budget: 156.800000
527.99/529.90	c solveScip
527.99/529.90	c initScipForCoop
527.99/529.90	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
527.99/529.90	c SCIPfreeTransform due to timeout and having shadow nodes
527.99/529.90	c forcing SCIPfreeTransform before solve
528.10/530.07	c Running SCIP presolve for solve-time propagation (rounds=3)
528.20/530.12	c presolving:
528.20/530.17	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
528.29/530.25	c    (0.2s) running MILP presolver
528.39/530.37	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
528.49/530.44	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
529.20/531.11	c    (1.0s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
529.20/531.11	c    (1.0s) probing aborted: 50/50 successive totally useless probings
529.38/531.38	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
529.38/531.38	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
529.38/531.38	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
529.38/531.38	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
529.38/531.38	c   22201 constraints of type <knapsack>
529.38/531.38	c     300 constraints of type <setppc>
529.38/531.38	c     149 constraints of type <logicor>
529.38/531.38	c transformed objective value is always integral (scale: 1)
529.38/531.38	c Presolving Time: 1.26
529.48/531.47	c presolving:
529.58/531.53	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
529.68/531.61	c    (0.2s) running MILP presolver
529.78/531.74	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
529.88/531.81	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
529.98/531.92	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
529.98/532.00	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
529.98/532.00	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
530.58/532.59	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
530.58/532.59	c    (1.2s) probing aborted: 50/50 successive totally useless probings
530.88/532.85	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
530.98/532.93	c    (1.5s) no symmetry present (symcode time: 0.02)
530.98/532.95	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
530.98/532.95	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
530.98/532.95	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
530.98/532.95	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
530.98/532.95	c   22201 constraints of type <knapsack>
530.98/532.95	c     598 constraints of type <setppc>
530.98/532.95	c     149 constraints of type <logicor>
530.98/532.95	c transformed objective value is always integral (scale: 1)
530.98/532.95	c Presolving Time: 1.49
530.98/532.96	c 
531.67/533.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
531.67/533.66	c   2.2s|     1 |     0 |  1026 |     - |   742M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
532.77/534.74	c   3.3s|     1 |     0 |  4806 |     - |   745M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
533.18/535.11	c   3.7s|     1 |     0 |  4945 |     - |   745M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
533.47/535.47	c   4.0s|     1 |     0 |  5120 |     - |   746M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
533.87/535.87	c   4.4s|     1 |     0 |  5262 |     - |   746M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
534.27/536.28	c   4.9s|     1 |     0 |  5430 |     - |   749M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
534.66/536.65	c   5.2s|     1 |     0 |  5608 |     - |   749M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
534.96/536.96	c   5.5s|     1 |     0 |  5795 |     - |   752M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
535.36/537.38	c   6.0s|     1 |     0 |  5949 |     - |   755M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
535.86/537.80	c   6.4s|     1 |     0 |  6136 |     - |   757M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
536.17/538.18	c   6.8s|     1 |     0 |  6328 |     - |   761M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
536.46/538.41	c   7.0s|     1 |     0 |  6485 |     - |   762M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
550.40/552.41	c  21.0s|     1 |     2 | 11967 |     - |   762M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
629.82/632.18	c   101s|   100 |   101 | 23303 | 174.2 |   768M |  21 |  23k|  23k|  23k|1713 |  1 | 528 |1842 |-5.804000e+03 |      --      |    Inf | unknown
678.42/680.91	c   149s|   200 |   201 | 32677 | 133.8 |   799M |  23 |  23k|  23k|  23k|2593 |  1 | 534 |3080 |-5.862305e+03 |      --      |    Inf | unknown
685.70/688.23	c 
685.70/688.23	c SCIP Status        : solving was interrupted [time limit reached]
685.70/688.23	c Solving Time (sec) : 156.80
685.70/688.23	c Solving Nodes      : 219
685.70/688.23	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
685.70/688.23	c Dual Bound         : -5.86230536912752e+03
685.70/688.23	c Gap                : infinite
685.70/688.23	c SCIP status: 23 (TIMELIMIT)
685.70/688.23	c solveScip: freeing transform (!can_skip_free_transform)
685.89/688.42	c SCIP LP bound tightened UB: 8024748 -> 8024690
685.89/688.42	c pb_solver_status: sst_unknown
685.89/688.42	c LB_goalvalue: 0
685.89/688.42	c UB_goalvalue: 8024690
685.89/688.42	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
685.89/688.42	c SCIP returned: sst_unknown
685.89/688.42	c SCIP primal LB: -oo, dual UB: 8024690
685.89/688.42	c assumptions: 
685.89/688.42	c invoking solver with time budget: 80.000000
769.00/771.84	c sat_solver_result: sst_unknown
769.00/771.84	c SAT solver timed out; proceeding to cooperative SCIP call
769.00/771.84	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024690
769.00/771.84	c scip solving with time budget: 219.520000
769.00/771.84	c solveScip
769.00/771.84	c initScipForCoop
769.00/771.84	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
769.00/771.89	c presolving:
769.11/771.94	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
769.23/772.03	c    (0.2s) running MILP presolver
769.33/772.16	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
769.41/772.23	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
769.51/772.35	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
769.61/772.43	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
769.61/772.43	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
770.22/773.03	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
770.22/773.03	c    (1.2s) probing aborted: 50/50 successive totally useless probings
770.41/773.29	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
770.51/773.36	c    (1.5s) no symmetry present (symcode time: 0.02)
770.51/773.39	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
770.51/773.39	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
770.51/773.39	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
770.51/773.39	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
770.51/773.39	c   22201 constraints of type <knapsack>
770.51/773.39	c     598 constraints of type <setppc>
770.51/773.39	c     149 constraints of type <logicor>
770.51/773.39	c transformed objective value is always integral (scale: 1)
770.51/773.39	c Presolving Time: 1.50
770.51/773.39	c 
771.22/774.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
771.22/774.10	c   2.3s|     1 |     0 |  1026 |     - |   787M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
772.32/775.18	c   3.3s|     1 |     0 |  4806 |     - |   789M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
772.70/775.55	c   3.7s|     1 |     0 |  4945 |     - |   790M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
773.10/775.92	c   4.1s|     1 |     0 |  5120 |     - |   791M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
773.50/776.32	c   4.5s|     1 |     0 |  5262 |     - |   791M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
773.90/776.73	c   4.9s|     1 |     0 |  5430 |     - |   793M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
774.21/777.11	c   5.3s|     1 |     0 |  5608 |     - |   793M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
774.59/777.42	c   5.6s|     1 |     0 |  5795 |     - |   795M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
774.99/777.84	c   6.0s|     1 |     0 |  5949 |     - |   797M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
775.39/778.26	c   6.4s|     1 |     0 |  6136 |     - |   801M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
775.79/778.64	c   6.8s|     1 |     0 |  6328 |     - |   804M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
775.99/778.88	c   7.0s|     1 |     0 |  6485 |     - |   806M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
790.15/793.09	c  21.2s|     1 |     2 | 11967 |     - |   806M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
870.14/873.36	c   102s|   100 |   101 | 23303 | 174.2 |   818M |  21 |  23k|  23k|  23k|1713 |  1 | 528 |1842 |-5.804000e+03 |      --      |    Inf | unknown
918.96/922.31	c   150s|   200 |   201 | 32677 | 133.8 |   821M |  23 |  23k|  23k|  23k|2593 |  1 | 534 |3080 |-5.862305e+03 |      --      |    Inf | unknown
943.86/947.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
943.86/947.34	c   175s|   300 |   301 | 41106 | 117.2 |   837M |  29 |  23k|  23k|  23k|3376 |  1 | 555 |3622 |-5.862305e+03 |      --      |    Inf | unknown
963.29/966.83	c   195s|   400 |   399 | 53027 | 117.7 |   852M |  29 |  23k|  23k|  23k|4206 |  1 | 566 |3978 |-5.868617e+03 |      --      |    Inf | unknown
979.33/982.94	c   211s|   500 |   499 | 62191 | 112.5 |   869M |  29 |  23k|  23k|  23k|5198 |  1 | 578 |4258 |-5.883466e+03 |      --      |    Inf | unknown
987.69/991.37	c 
987.69/991.37	c SCIP Status        : solving was interrupted [time limit reached]
987.69/991.37	c Solving Time (sec) : 219.53
987.69/991.37	c Solving Nodes      : 553
987.69/991.37	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
987.69/991.37	c Dual Bound         : -5.88592953020134e+03
987.69/991.37	c Gap                : infinite
987.69/991.37	c SCIP status: 23 (TIMELIMIT)
987.69/991.37	c SCIP LP bound tightened UB: 8024690 -> 8024666
987.69/991.37	c pb_solver_status: sst_unknown
987.69/991.37	c LB_goalvalue: 0
987.69/991.37	c UB_goalvalue: 8024666
987.69/991.37	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
987.69/991.37	c SCIP returned: sst_unknown
987.69/991.37	c SCIP primal LB: -oo, dual UB: 8024666
987.69/991.37	c assumptions: 
987.69/991.37	c invoking solver with time budget: 80.000000
1073.50/1077.42	c sat_solver_result: sst_unknown
1073.50/1077.42	c SAT solver timed out; proceeding to cooperative SCIP call
1073.50/1077.42	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024666
1073.50/1077.42	c scip solving with time budget: 307.328000
1073.50/1077.42	c solveScip
1073.50/1077.42	c initScipForCoop
1073.50/1077.42	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1073.50/1077.42	c SCIPfreeTransform due to timeout and having shadow nodes
1073.50/1077.42	c forcing SCIPfreeTransform before solve
1073.60/1077.58	c Running SCIP presolve for solve-time propagation (rounds=3)
1073.70/1077.63	c presolving:
1073.70/1077.68	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1073.80/1077.76	c    (0.2s) running MILP presolver
1073.90/1077.89	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1074.00/1077.96	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1074.70/1078.64	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1074.70/1078.64	c    (1.1s) probing aborted: 50/50 successive totally useless probings
1075.00/1078.90	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1075.00/1078.90	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
1075.00/1078.90	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1075.00/1078.90	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
1075.00/1078.90	c   22201 constraints of type <knapsack>
1075.00/1078.90	c     300 constraints of type <setppc>
1075.00/1078.90	c     149 constraints of type <logicor>
1075.00/1078.90	c transformed objective value is always integral (scale: 1)
1075.00/1078.90	c Presolving Time: 1.28
1075.00/1078.99	c presolving:
1075.11/1079.05	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1075.21/1079.14	c    (0.2s) running MILP presolver
1075.30/1079.27	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1075.40/1079.34	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1075.50/1079.45	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1075.60/1079.54	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1075.60/1079.54	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1076.21/1080.14	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1076.21/1080.14	c    (1.2s) probing aborted: 50/50 successive totally useless probings
1076.39/1080.40	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1076.49/1080.47	c    (1.5s) no symmetry present (symcode time: 0.02)
1076.59/1080.50	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
1076.59/1080.50	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
1076.59/1080.50	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1076.59/1080.50	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
1076.59/1080.50	c   22201 constraints of type <knapsack>
1076.59/1080.50	c     598 constraints of type <setppc>
1076.59/1080.50	c     149 constraints of type <logicor>
1076.59/1080.50	c transformed objective value is always integral (scale: 1)
1076.59/1080.50	c Presolving Time: 1.50
1076.59/1080.50	c 
1077.29/1081.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1077.29/1081.21	c   2.3s|     1 |     0 |  1026 |     - |   846M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
1078.29/1082.28	c   3.3s|     1 |     0 |  4806 |     - |   848M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1078.69/1082.65	c   3.7s|     1 |     0 |  4945 |     - |   849M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1079.10/1083.02	c   4.1s|     1 |     0 |  5120 |     - |   850M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1079.48/1083.41	c   4.5s|     1 |     0 |  5262 |     - |   850M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1079.88/1083.82	c   4.9s|     1 |     0 |  5430 |     - |   852M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1080.28/1084.20	c   5.3s|     1 |     0 |  5608 |     - |   852M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1080.58/1084.51	c   5.6s|     1 |     0 |  5795 |     - |   854M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1080.98/1084.93	c   6.0s|     1 |     0 |  5949 |     - |   856M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1081.38/1085.34	c   6.4s|     1 |     0 |  6136 |     - |   859M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1081.77/1085.72	c   6.8s|     1 |     0 |  6328 |     - |   862M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1081.97/1085.96	c   7.0s|     1 |     0 |  6485 |     - |   863M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1096.14/1100.15	c  21.2s|     1 |     2 | 11967 |     - |   863M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
1175.92/1180.24	c   101s|   100 |   101 | 23303 | 174.2 |   873M |  21 |  23k|  23k|  23k|1713 |  1 | 528 |1842 |-5.804000e+03 |      --      |    Inf | unknown
1224.66/1229.14	c   150s|   200 |   201 | 32677 | 133.8 |   875M |  23 |  23k|  23k|  23k|2593 |  1 | 534 |3080 |-5.862305e+03 |      --      |    Inf | unknown
1249.46/1254.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1249.46/1254.02	c   175s|   300 |   301 | 41106 | 117.2 |   882M |  29 |  23k|  23k|  23k|3376 |  1 | 555 |3622 |-5.862305e+03 |      --      |    Inf | unknown
1268.78/1273.45	c   195s|   400 |   399 | 53027 | 117.7 |   882M |  29 |  23k|  23k|  23k|4206 |  1 | 566 |3978 |-5.868617e+03 |      --      |    Inf | unknown
1284.82/1289.56	c   211s|   500 |   499 | 62191 | 112.5 |   882M |  29 |  23k|  23k|  23k|5198 |  1 | 578 |4258 |-5.883466e+03 |      --      |    Inf | unknown
1304.15/1308.97	c   230s|   600 |   599 | 77604 | 119.4 |   889M |  29 |  23k|  23k|  23k|6566 |  1 | 578 |4449 |-5.885930e+03 |      --      |    Inf | unknown
1322.20/1327.10	c   248s|   700 |   697 |100790 | 135.5 |   912M |  29 |  23k|  23k|  23k|7644 |  1 | 601 |4617 |-5.886232e+03 |      --      |    Inf | unknown
1337.14/1342.05	c   263s|   800 |   795 |112132 | 132.8 |   953M |  29 |  23k|  23k|  23k|9051 |  1 | 606 |4768 |-5.893430e+03 |      --      |    Inf | unknown
1352.57/1357.55	c   279s|   900 |   895 |124645 | 131.9 |   996M |  29 |  23k|  23k|  23k|  10k|  1 | 671 |4910 |-5.904178e+03 |      --      |    Inf | unknown
1368.21/1373.24	c   294s|  1000 |   993 |140239 | 134.3 |  1037M |  29 |  23k|  23k|  23k|  11k|  1 | 674 |5019 |-5.906554e+03 |      --      |    Inf | unknown
1381.17/1386.28	c 
1381.17/1386.28	c SCIP Status        : solving was interrupted [time limit reached]
1381.17/1386.28	c Solving Time (sec) : 307.33
1381.17/1386.28	c Solving Nodes      : 1071
1381.17/1386.28	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1381.17/1386.28	c Dual Bound         : -5.90655369127517e+03
1381.17/1386.28	c Gap                : infinite
1381.17/1386.28	c SCIP status: 23 (TIMELIMIT)
1381.17/1386.28	c solveScip: freeing transform (!can_skip_free_transform)
1381.46/1386.50	c SCIP LP bound tightened UB: 8024666 -> 8024646
1381.46/1386.50	c pb_solver_status: sst_unknown
1381.46/1386.50	c LB_goalvalue: 0
1381.46/1386.50	c UB_goalvalue: 8024646
1381.46/1386.50	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1381.46/1386.50	c SCIP returned: sst_unknown
1381.46/1386.50	c SCIP primal LB: -oo, dual UB: 8024646
1381.46/1386.50	c assumptions: 
1381.46/1386.50	c invoking solver with time budget: 80.000000
1461.98/1467.36	c sat_solver_result: sst_unknown
1461.98/1467.36	c SAT solver timed out; proceeding to cooperative SCIP call
1461.98/1467.36	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024646
1461.98/1467.36	c scip solving with time budget: 430.259200
1461.98/1467.36	c solveScip
1461.98/1467.36	c initScipForCoop
1461.98/1467.36	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1462.08/1467.41	c presolving:
1462.08/1467.47	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1462.18/1467.56	c    (0.2s) running MILP presolver
1462.28/1467.69	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1462.38/1467.76	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1462.48/1467.88	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1462.58/1467.96	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1462.58/1467.96	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1463.18/1468.56	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1463.18/1468.56	c    (1.2s) probing aborted: 50/50 successive totally useless probings
1463.48/1468.81	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1463.48/1468.89	c    (1.5s) no symmetry present (symcode time: 0.02)
1463.58/1468.92	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
1463.58/1468.92	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
1463.58/1468.92	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1463.58/1468.92	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
1463.58/1468.92	c   22201 constraints of type <knapsack>
1463.58/1468.92	c     598 constraints of type <setppc>
1463.58/1468.92	c     149 constraints of type <logicor>
1463.58/1468.92	c transformed objective value is always integral (scale: 1)
1463.58/1468.92	c Presolving Time: 1.51
1463.58/1468.92	c 
1464.27/1469.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1464.27/1469.64	c   2.3s|     1 |     0 |  1026 |     - |   996M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
1465.37/1470.71	c   3.3s|     1 |     0 |  4806 |     - |   998M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1465.68/1471.08	c   3.7s|     1 |     0 |  4945 |     - |   999M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1466.07/1471.45	c   4.1s|     1 |     0 |  5120 |     - |  1000M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1466.47/1471.85	c   4.5s|     1 |     0 |  5262 |     - |  1000M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1466.86/1472.26	c   4.9s|     1 |     0 |  5430 |     - |  1002M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1467.26/1472.64	c   5.3s|     1 |     0 |  5608 |     - |  1002M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1467.56/1472.95	c   5.6s|     1 |     0 |  5795 |     - |  1004M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1467.96/1473.38	c   6.0s|     1 |     0 |  5949 |     - |  1006M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1468.36/1473.80	c   6.4s|     1 |     0 |  6136 |     - |  1009M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1468.77/1474.18	c   6.8s|     1 |     0 |  6328 |     - |  1012M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1469.06/1474.42	c   7.1s|     1 |     0 |  6485 |     - |  1013M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1483.20/1488.64	c  21.3s|     1 |     2 | 11967 |     - |  1014M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
1563.42/1569.14	c   102s|   100 |   101 | 23303 | 174.2 |  1024M |  21 |  23k|  23k|  23k|1713 |  1 | 528 |1842 |-5.804000e+03 |      --      |    Inf | unknown
1612.25/1618.12	c   151s|   200 |   201 | 32677 | 133.8 |  1027M |  23 |  23k|  23k|  23k|2593 |  1 | 534 |3080 |-5.862305e+03 |      --      |    Inf | unknown
1637.15/1643.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1637.15/1643.18	c   176s|   300 |   301 | 41106 | 117.2 |  1032M |  29 |  23k|  23k|  23k|3376 |  1 | 555 |3622 |-5.862305e+03 |      --      |    Inf | unknown
1656.57/1662.67	c   195s|   400 |   399 | 53027 | 117.7 |  1032M |  29 |  23k|  23k|  23k|4206 |  1 | 566 |3978 |-5.868617e+03 |      --      |    Inf | unknown
1672.71/1678.89	c   212s|   500 |   499 | 62191 | 112.5 |  1032M |  29 |  23k|  23k|  23k|5198 |  1 | 578 |4258 |-5.883466e+03 |      --      |    Inf | unknown
1692.23/1698.40	c   231s|   600 |   599 | 77604 | 119.4 |  1034M |  29 |  23k|  23k|  23k|6566 |  1 | 578 |4449 |-5.885930e+03 |      --      |    Inf | unknown
1710.27/1716.59	c   249s|   700 |   697 |100790 | 135.5 |  1037M |  29 |  23k|  23k|  23k|7644 |  1 | 601 |4617 |-5.886232e+03 |      --      |    Inf | unknown
1725.21/1731.57	c   264s|   800 |   795 |112132 | 132.8 |  1042M |  29 |  23k|  23k|  23k|9051 |  1 | 606 |4768 |-5.893430e+03 |      --      |    Inf | unknown
1740.77/1747.15	c   280s|   900 |   895 |124645 | 131.9 |  1047M |  29 |  23k|  23k|  23k|  10k|  1 | 671 |4910 |-5.904178e+03 |      --      |    Inf | unknown
1756.50/1762.90	c   296s|  1000 |   993 |140239 | 134.3 |  1056M |  29 |  23k|  23k|  23k|  11k|  1 | 674 |5019 |-5.906554e+03 |      --      |    Inf | unknown
1773.93/1780.43	c   313s|  1100 |  1093 |153848 | 134.5 |  1071M |  29 |  23k|  23k|  23k|  13k|  1 | 698 |5188 |-5.906554e+03 |      --      |    Inf | unknown
1789.28/1795.85	c   328s|  1200 |  1193 |168046 | 135.1 |  1112M |  29 |  23k|  23k|  23k|  15k|  1 | 714 |5319 |-5.914175e+03 |      --      |    Inf | unknown
1804.82/1811.49	c   344s|  1300 |  1293 |187697 | 139.8 |  1127M |  29 |  23k|  23k|  23k|  16k|  1 | 717 |5415 |-5.914175e+03 |      --      |    Inf | unknown
1821.66/1828.32	c   361s|  1400 |  1393 |206054 | 143.0 |  1146M |  29 |  23k|  23k|  23k|  18k|  1 | 753 |5513 |-5.914175e+03 |      --      |    Inf | unknown
1844.29/1851.05	c   384s|  1500 |  1493 |227638 | 147.8 |  1175M |  29 |  23k|  23k|  23k|  19k|  1 | 829 |5644 |-5.914175e+03 |      --      |    Inf | unknown
1869.70/1876.52	c   409s|  1600 |  1593 |243112 | 148.3 |  1215M |  29 |  23k|  23k|  23k|  21k|  1 | 856 |5797 |-5.914175e+03 |      --      |    Inf | unknown
1890.72/1897.63	c 
1890.72/1897.63	c SCIP Status        : solving was interrupted [time limit reached]
1890.72/1897.63	c Solving Time (sec) : 430.27
1890.72/1897.63	c Solving Nodes      : 1694
1890.72/1897.63	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1890.72/1897.63	c Dual Bound         : -5.91714429530201e+03
1890.72/1897.63	c Gap                : infinite
1890.72/1897.63	c SCIP status: 23 (TIMELIMIT)
1890.72/1897.63	c SCIP LP bound tightened UB: 8024646 -> 8024635
1890.72/1897.63	c pb_solver_status: sst_unknown
1890.72/1897.63	c LB_goalvalue: 0
1890.72/1897.63	c UB_goalvalue: 8024635
1890.72/1897.63	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1890.72/1897.63	c SCIP returned: sst_unknown
1890.72/1897.63	c SCIP primal LB: -oo, dual UB: 8024635
1890.72/1897.63	c assumptions: 
1890.72/1897.63	c invoking solver with time budget: 80.000000
1970.75/1977.90	c sat_solver_result: sst_unknown
1970.75/1977.90	c SAT solver timed out; proceeding to cooperative SCIP call
1970.75/1977.90	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024635
1970.75/1977.90	c scip solving with time budget: 602.362880
1970.75/1977.90	c solveScip
1970.75/1977.90	c initScipForCoop
1970.75/1977.90	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1970.75/1977.90	c SCIPfreeTransform due to timeout and having shadow nodes
1970.75/1977.90	c forcing SCIPfreeTransform before solve
1970.96/1978.18	c Running SCIP presolve for solve-time propagation (rounds=3)
1971.05/1978.23	c presolving:
1971.05/1978.28	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1971.15/1978.37	c    (0.2s) running MILP presolver
1971.25/1978.49	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1971.34/1978.56	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1972.04/1979.25	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1972.04/1979.25	c    (1.1s) probing aborted: 50/50 successive totally useless probings
1972.34/1979.51	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1972.34/1979.51	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
1972.34/1979.51	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1972.34/1979.51	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
1972.34/1979.51	c   22201 constraints of type <knapsack>
1972.34/1979.51	c     300 constraints of type <setppc>
1972.34/1979.51	c     149 constraints of type <logicor>
1972.34/1979.51	c transformed objective value is always integral (scale: 1)
1972.34/1979.51	c Presolving Time: 1.29
1972.44/1979.60	c presolving:
1972.44/1979.66	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1972.54/1979.75	c    (0.2s) running MILP presolver
1972.64/1979.88	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1972.74/1979.95	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
1972.85/1980.07	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1972.95/1980.15	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1972.95/1980.15	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
1973.54/1980.76	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1973.54/1980.76	c    (1.2s) probing aborted: 50/50 successive totally useless probings
1973.85/1981.02	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1973.85/1981.09	c    (1.5s) no symmetry present (symcode time: 0.02)
1973.95/1981.12	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
1973.95/1981.12	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
1973.95/1981.12	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1973.95/1981.12	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
1973.95/1981.12	c   22201 constraints of type <knapsack>
1973.95/1981.12	c     598 constraints of type <setppc>
1973.95/1981.12	c     149 constraints of type <logicor>
1973.95/1981.12	c transformed objective value is always integral (scale: 1)
1973.95/1981.12	c Presolving Time: 1.52
1973.95/1981.13	c 
1974.63/1981.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1974.63/1981.84	c   2.3s|     1 |     0 |  1026 |     - |  1162M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
1975.73/1982.91	c   3.4s|     1 |     0 |  4806 |     - |  1165M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1976.03/1983.28	c   3.7s|     1 |     0 |  4945 |     - |  1166M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1976.43/1983.65	c   4.1s|     1 |     0 |  5120 |     - |  1167M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1976.84/1984.05	c   4.5s|     1 |     0 |  5262 |     - |  1167M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1977.22/1984.46	c   4.9s|     1 |     0 |  5430 |     - |  1169M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1977.62/1984.83	c   5.3s|     1 |     0 |  5608 |     - |  1169M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1977.93/1985.14	c   5.6s|     1 |     0 |  5795 |     - |  1171M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1978.32/1985.56	c   6.0s|     1 |     0 |  5949 |     - |  1173M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1978.72/1985.97	c   6.4s|     1 |     0 |  6136 |     - |  1176M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1979.12/1986.36	c   6.8s|     1 |     0 |  6328 |     - |  1178M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1979.32/1986.59	c   7.0s|     1 |     0 |  6485 |     - |  1179M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
1993.47/2000.74	c  21.2s|     1 |     2 | 11967 |     - |  1181M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
2073.78/2081.32	c   102s|   100 |   101 | 23303 | 174.2 |  1192M |  21 |  23k|  23k|  23k|1713 |  1 | 528 |1842 |-5.804000e+03 |      --      |    Inf | unknown
2122.51/2130.24	c   151s|   200 |   201 | 32677 | 133.8 |  1194M |  23 |  23k|  23k|  23k|2593 |  1 | 534 |3080 |-5.862305e+03 |      --      |    Inf | unknown
2147.33/2155.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2147.33/2155.15	c   176s|   300 |   301 | 41106 | 117.2 |  1199M |  29 |  23k|  23k|  23k|3376 |  1 | 555 |3622 |-5.862305e+03 |      --      |    Inf | unknown
2166.65/2174.53	c   195s|   400 |   399 | 53027 | 117.7 |  1199M |  29 |  23k|  23k|  23k|4206 |  1 | 566 |3978 |-5.868617e+03 |      --      |    Inf | unknown
2182.70/2190.69	c   211s|   500 |   499 | 62191 | 112.5 |  1200M |  29 |  23k|  23k|  23k|5198 |  1 | 578 |4258 |-5.883466e+03 |      --      |    Inf | unknown
2202.05/2210.10	c   231s|   600 |   599 | 77604 | 119.4 |  1201M |  29 |  23k|  23k|  23k|6566 |  1 | 578 |4449 |-5.885930e+03 |      --      |    Inf | unknown
2220.18/2228.26	c   249s|   700 |   697 |100790 | 135.5 |  1203M |  29 |  23k|  23k|  23k|7644 |  1 | 601 |4617 |-5.886232e+03 |      --      |    Inf | unknown
2235.13/2243.24	c   264s|   800 |   795 |112132 | 132.8 |  1207M |  29 |  23k|  23k|  23k|9051 |  1 | 606 |4768 |-5.893430e+03 |      --      |    Inf | unknown
2250.57/2258.75	c   279s|   900 |   895 |124645 | 131.9 |  1213M |  29 |  23k|  23k|  23k|  10k|  1 | 671 |4910 |-5.904178e+03 |      --      |    Inf | unknown
2266.22/2274.45	c   295s|  1000 |   993 |140239 | 134.3 |  1219M |  29 |  23k|  23k|  23k|  11k|  1 | 674 |5019 |-5.906554e+03 |      --      |    Inf | unknown
2283.66/2291.92	c   312s|  1100 |  1093 |153848 | 134.5 |  1225M |  29 |  23k|  23k|  23k|  13k|  1 | 698 |5188 |-5.906554e+03 |      --      |    Inf | unknown
2298.91/2307.29	c   328s|  1200 |  1193 |168046 | 135.1 |  1229M |  29 |  23k|  23k|  23k|  15k|  1 | 714 |5319 |-5.914175e+03 |      --      |    Inf | unknown
2314.56/2322.91	c   343s|  1300 |  1293 |187697 | 139.8 |  1230M |  29 |  23k|  23k|  23k|  16k|  1 | 717 |5415 |-5.914175e+03 |      --      |    Inf | unknown
2331.31/2339.71	c   360s|  1400 |  1393 |206054 | 143.0 |  1233M |  29 |  23k|  23k|  23k|  18k|  1 | 753 |5513 |-5.914175e+03 |      --      |    Inf | unknown
2353.83/2362.37	c   383s|  1500 |  1493 |227638 | 147.8 |  1236M |  29 |  23k|  23k|  23k|  19k|  1 | 829 |5644 |-5.914175e+03 |      --      |    Inf | unknown
2379.15/2387.75	c   408s|  1600 |  1593 |243112 | 148.3 |  1244M |  29 |  23k|  23k|  23k|  21k|  1 | 856 |5797 |-5.914175e+03 |      --      |    Inf | unknown
2401.49/2410.19	c   431s|  1700 |  1691 |260261 | 149.6 |  1259M |  29 |  23k|  23k|  23k|  23k|  1 | 923 |5992 |-5.917144e+03 |      --      |    Inf | unknown
2420.01/2428.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2420.01/2428.71	c   449s|  1800 |  1791 |273359 | 148.6 |  1291M |  29 |  23k|  23k|  23k|  25k|  1 | 986 |6205 |-5.917617e+03 |      --      |    Inf | unknown
2437.06/2445.89	c   466s|  1900 |  1891 |286799 | 147.8 |  1297M |  37 |  23k|  23k|  23k|  27k|  1 | 989 |6419 |-5.929490e+03 |      --      |    Inf | unknown
2452.71/2461.52	c   482s|  2000 |  1991 |296539 | 145.3 |  1317M |  41 |  23k|  23k|  23k|  28k|  1 |1035 |6614 |-5.932057e+03 |      --      |    Inf | unknown
2465.56/2474.41	c   495s|  2100 |  2091 |307283 | 143.5 |  1330M |  41 |  23k|  23k|  23k|  29k|  1 |1035 |6745 |-5.933104e+03 |      --      |    Inf | unknown
2476.24/2485.13	c   506s|  2200 |  2191 |316725 | 141.3 |  1342M |  41 |  23k|  23k|  23k|  30k|  4 |1046 |6840 |-5.933540e+03 |      --      |    Inf | unknown
2488.59/2497.60	c   518s|  2300 |  2291 |327837 | 140.0 |  1352M |  41 |  23k|  23k|  23k|  32k|  1 |1088 |6934 |-5.934041e+03 |      --      |    Inf | unknown
2498.75/2507.72	c   528s|  2400 |  2391 |337531 | 138.2 |  1356M |  41 |  23k|  23k|  23k|  33k|  1 |1143 |7024 |-5.940224e+03 |      --      |    Inf | unknown
2509.42/2518.49	c   539s|  2500 |  2491 |348969 | 137.2 |  1363M |  41 |  23k|  23k|  23k|  34k|  1 |1195 |7102 |-5.950792e+03 |      --      |    Inf | unknown
2520.09/2529.11	c   550s|  2600 |  2591 |361135 | 136.6 |  1367M |  41 |  23k|  23k|  23k|  35k|  1 |1216 |7173 |-5.953840e+03 |      --      |    Inf | unknown
2527.65/2536.79	c   557s|  2700 |  2691 |369785 | 134.8 |  1372M |  41 |  23k|  23k|  23k|  36k|  1 |1238 |7219 |-5.953840e+03 |      --      |    Inf | unknown
2539.72/2548.87	c   569s|  2800 |  2791 |382989 | 134.7 |  1387M |  41 |  23k|  23k|  23k|  37k|  1 |1259 |7272 |-5.958208e+03 |      --      |    Inf | unknown
2556.16/2565.32	c   586s|  2900 |  2891 |401966 | 136.6 |  1405M |  41 |  23k|  23k|  23k|  38k|  1 |1280 |7407 |-5.958557e+03 |      --      |    Inf | unknown
2572.71/2581.92	c 
2572.71/2581.92	c SCIP Status        : solving was interrupted [time limit reached]
2572.71/2581.92	c Solving Time (sec) : 602.36
2572.71/2581.92	c Solving Nodes      : 2966
2572.71/2581.92	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2572.71/2581.92	c Dual Bound         : -5.96170847315436e+03
2572.71/2581.92	c Gap                : infinite
2572.71/2581.92	c SCIP status: 23 (TIMELIMIT)
2572.71/2581.92	c solveScip: freeing transform (!can_skip_free_transform)
2573.01/2582.21	c SCIP LP bound tightened UB: 8024635 -> 8024591
2573.01/2582.21	c pb_solver_status: sst_unknown
2573.01/2582.21	c LB_goalvalue: 0
2573.01/2582.21	c UB_goalvalue: 8024591
2573.01/2582.21	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2573.01/2582.21	c SCIP returned: sst_unknown
2573.01/2582.21	c SCIP primal LB: -oo, dual UB: 8024591
2573.01/2582.21	c assumptions: 
2573.01/2582.21	c invoking solver with time budget: 80.000000
2652.99/2662.43	c sat_solver_result: sst_unknown
2652.99/2662.43	c SAT solver timed out; proceeding to cooperative SCIP call
2652.99/2662.43	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024591
2652.99/2662.43	c scip solving with time budget: 843.308032
2652.99/2662.43	c solveScip
2652.99/2662.43	c initScipForCoop
2652.99/2662.43	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2652.99/2662.48	c presolving:
2653.09/2662.53	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
2653.19/2662.62	c    (0.2s) running MILP presolver
2653.29/2662.75	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2653.39/2662.82	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
2653.49/2662.94	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
2653.60/2663.02	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
2653.60/2663.02	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
2654.19/2663.62	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2654.19/2663.62	c    (1.2s) probing aborted: 50/50 successive totally useless probings
2654.38/2663.88	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2654.48/2663.96	c    (1.5s) no symmetry present (symcode time: 0.02)
2654.48/2663.98	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
2654.48/2663.98	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
2654.48/2663.98	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2654.48/2663.98	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
2654.48/2663.98	c   22201 constraints of type <knapsack>
2654.48/2663.98	c     598 constraints of type <setppc>
2654.48/2663.98	c     149 constraints of type <logicor>
2654.48/2663.98	c transformed objective value is always integral (scale: 1)
2654.48/2663.98	c Presolving Time: 1.51
2654.48/2663.99	c 
2655.28/2664.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2655.28/2664.71	c   2.3s|     1 |     0 |  1026 |     - |  1288M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
2656.28/2665.79	c   3.4s|     1 |     0 |  4806 |     - |  1291M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2656.69/2666.17	c   3.7s|     1 |     0 |  4945 |     - |  1292M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2657.08/2666.53	c   4.1s|     1 |     0 |  5120 |     - |  1293M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2657.47/2666.94	c   4.5s|     1 |     0 |  5262 |     - |  1293M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2657.87/2667.35	c   4.9s|     1 |     0 |  5430 |     - |  1295M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2658.27/2667.72	c   5.3s|     1 |     0 |  5608 |     - |  1295M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2658.58/2668.03	c   5.6s|     1 |     0 |  5795 |     - |  1297M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2658.97/2668.46	c   6.0s|     1 |     0 |  5949 |     - |  1299M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2659.37/2668.88	c   6.4s|     1 |     0 |  6136 |     - |  1302M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2659.77/2669.26	c   6.8s|     1 |     0 |  6328 |     - |  1305M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2660.06/2669.50	c   7.1s|     1 |     0 |  6485 |     - |  1306M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
2674.43/2683.92	c  21.5s|     1 |     2 | 11967 |     - |  1308M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
2755.28/2765.09	c   103s|   100 |   101 | 23303 | 174.2 |  1319M |  21 |  23k|  23k|  23k|1713 |  1 | 528 |1842 |-5.804000e+03 |      --      |    Inf | unknown
2804.60/2814.59	c   152s|   200 |   201 | 32677 | 133.8 |  1323M |  23 |  23k|  23k|  23k|2593 |  1 | 534 |3080 |-5.862305e+03 |      --      |    Inf | unknown
2829.71/2839.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2829.71/2839.79	c   177s|   300 |   301 | 41106 | 117.2 |  1328M |  29 |  23k|  23k|  23k|3376 |  1 | 555 |3622 |-5.862305e+03 |      --      |    Inf | unknown
2849.35/2859.46	c   197s|   400 |   399 | 53027 | 117.7 |  1328M |  29 |  23k|  23k|  23k|4206 |  1 | 566 |3978 |-5.868617e+03 |      --      |    Inf | unknown
2865.69/2875.83	c   213s|   500 |   499 | 62191 | 112.5 |  1329M |  29 |  23k|  23k|  23k|5198 |  1 | 578 |4258 |-5.883466e+03 |      --      |    Inf | unknown
2885.43/2895.62	c   233s|   600 |   599 | 77604 | 119.4 |  1330M |  29 |  23k|  23k|  23k|6566 |  1 | 578 |4449 |-5.885930e+03 |      --      |    Inf | unknown
2903.78/2914.03	c   252s|   700 |   697 |100790 | 135.5 |  1332M |  29 |  23k|  23k|  23k|7644 |  1 | 601 |4617 |-5.886232e+03 |      --      |    Inf | unknown
2918.92/2929.26	c   267s|   800 |   795 |112132 | 132.8 |  1339M |  29 |  23k|  23k|  23k|9051 |  1 | 606 |4768 |-5.893430e+03 |      --      |    Inf | unknown
2934.56/2944.98	c   283s|   900 |   895 |124645 | 131.9 |  1344M |  29 |  23k|  23k|  23k|  10k|  1 | 671 |4910 |-5.904178e+03 |      --      |    Inf | unknown
2950.41/2960.85	c   298s|  1000 |   993 |140239 | 134.3 |  1351M |  29 |  23k|  23k|  23k|  11k|  1 | 674 |5019 |-5.906554e+03 |      --      |    Inf | unknown
2967.95/2978.49	c   316s|  1100 |  1093 |153848 | 134.5 |  1357M |  29 |  23k|  23k|  23k|  13k|  1 | 698 |5188 |-5.906554e+03 |      --      |    Inf | unknown
2983.40/2993.99	c   332s|  1200 |  1193 |168046 | 135.1 |  1362M |  29 |  23k|  23k|  23k|  15k|  1 | 714 |5319 |-5.914175e+03 |      --      |    Inf | unknown
2999.15/3009.73	c   347s|  1300 |  1293 |187697 | 139.8 |  1363M |  29 |  23k|  23k|  23k|  16k|  1 | 717 |5415 |-5.914175e+03 |      --      |    Inf | unknown
3016.00/3026.68	c   364s|  1400 |  1393 |206054 | 143.0 |  1365M |  29 |  23k|  23k|  23k|  18k|  1 | 753 |5513 |-5.914175e+03 |      --      |    Inf | unknown
3038.82/3049.59	c   387s|  1500 |  1493 |227638 | 147.8 |  1368M |  29 |  23k|  23k|  23k|  19k|  1 | 829 |5644 |-5.914175e+03 |      --      |    Inf | unknown
3064.35/3075.18	c   413s|  1600 |  1593 |243112 | 148.3 |  1377M |  29 |  23k|  23k|  23k|  21k|  1 | 856 |5797 |-5.914175e+03 |      --      |    Inf | unknown
3086.87/3097.78	c   435s|  1700 |  1691 |260261 | 149.6 |  1387M |  29 |  23k|  23k|  23k|  23k|  1 | 923 |5992 |-5.917144e+03 |      --      |    Inf | unknown
3105.61/3116.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3105.61/3116.52	c   454s|  1800 |  1791 |273359 | 148.6 |  1391M |  29 |  23k|  23k|  23k|  25k|  1 | 986 |6205 |-5.917617e+03 |      --      |    Inf | unknown
3122.85/3133.89	c   471s|  1900 |  1891 |286799 | 147.8 |  1393M |  37 |  23k|  23k|  23k|  27k|  1 | 989 |6419 |-5.929490e+03 |      --      |    Inf | unknown
3138.60/3149.69	c   487s|  2000 |  1991 |296539 | 145.3 |  1397M |  41 |  23k|  23k|  23k|  28k|  1 |1035 |6614 |-5.932057e+03 |      --      |    Inf | unknown
3151.66/3162.72	c   500s|  2100 |  2091 |307283 | 143.5 |  1400M |  41 |  23k|  23k|  23k|  29k|  1 |1035 |6745 |-5.933104e+03 |      --      |    Inf | unknown
3162.42/3173.55	c   511s|  2200 |  2191 |316725 | 141.3 |  1403M |  41 |  23k|  23k|  23k|  30k|  4 |1046 |6840 |-5.933540e+03 |      --      |    Inf | unknown
3174.99/3186.12	c   524s|  2300 |  2291 |327837 | 140.0 |  1403M |  41 |  23k|  23k|  23k|  32k|  1 |1088 |6934 |-5.934041e+03 |      --      |    Inf | unknown
3185.15/3196.36	c   534s|  2400 |  2391 |337531 | 138.2 |  1404M |  41 |  23k|  23k|  23k|  33k|  1 |1143 |7024 |-5.940224e+03 |      --      |    Inf | unknown
3196.01/3207.20	c   545s|  2500 |  2491 |348969 | 137.2 |  1405M |  41 |  23k|  23k|  23k|  34k|  1 |1195 |7102 |-5.950792e+03 |      --      |    Inf | unknown
3206.68/3217.90	c   555s|  2600 |  2591 |361135 | 136.6 |  1405M |  41 |  23k|  23k|  23k|  35k|  1 |1216 |7173 |-5.953840e+03 |      --      |    Inf | unknown
3214.35/3225.65	c   563s|  2700 |  2691 |369785 | 134.8 |  1407M |  41 |  23k|  23k|  23k|  36k|  1 |1238 |7219 |-5.953840e+03 |      --      |    Inf | unknown
3226.51/3237.80	c   575s|  2800 |  2791 |382989 | 134.7 |  1410M |  41 |  23k|  23k|  23k|  37k|  1 |1259 |7272 |-5.958208e+03 |      --      |    Inf | unknown
3243.06/3254.43	c   592s|  2900 |  2891 |401966 | 136.6 |  1410M |  41 |  23k|  23k|  23k|  38k|  1 |1280 |7407 |-5.958557e+03 |      --      |    Inf | unknown
3272.68/3284.19	c   622s|  3000 |  2991 |441987 | 145.4 |  1417M |  41 |  23k|  23k|  23k|  39k|  1 |1301 |7692 |-5.961708e+03 |      --      |    Inf | unknown
3299.69/3311.24	c   649s|  3100 |  3091 |484710 | 154.5 |  1424M |  41 |  23k|  23k|  23k|  40k|  1 |1304 |7898 |-5.966694e+03 |      --      |    Inf | unknown
3321.43/3333.02	c   671s|  3200 |  3189 |517722 | 159.9 |  1433M |  41 |  23k|  23k|  23k|  41k|  1 |1345 |8072 |-5.966694e+03 |      --      |    Inf | unknown
3346.46/3358.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3346.46/3358.17	c   696s|  3300 |  3289 |558101 | 167.3 |  1435M |  41 |  23k|  23k|  23k|  42k|  4 |1405 |8276 |-5.966694e+03 |      --      |    Inf | unknown
3373.29/3385.09	c   723s|  3400 |  3389 |596332 | 173.7 |  1449M |  41 |  23k|  23k|  23k|  43k|  1 |1450 |8577 |-5.966694e+03 |      --      |    Inf | unknown
3405.99/3417.89	c   755s|  3500 |  3489 |647789 | 183.4 |  1464M |  41 |  23k|  23k|  23k|  44k|  1 |1471 |8835 |-5.966694e+03 |      --      |    Inf | unknown
3429.53/3441.48	c   779s|  3600 |  3589 |686674 | 189.1 |  1469M |  41 |  23k|  23k|  23k|  45k|  1 |1516 |9002 |-5.966694e+03 |      --      |    Inf | unknown
3449.47/3461.40	c   799s|  3700 |  3689 |717207 | 192.3 |  1472M |  41 |  23k|  23k|  23k|  46k|  1 |1550 |9168 |-5.966694e+03 |      --      |    Inf | unknown
3463.73/3475.75	c   813s|  3800 |  3789 |745251 | 194.6 |  1473M |  41 |  23k|  23k|  23k|  47k|  1 |1561 |9253 |-5.966694e+03 |      --      |    Inf | unknown
3486.67/3498.72	c   836s|  3900 |  3889 |784899 | 199.8 |  1480M |  41 |  23k|  23k|  23k|  48k|  1 |1561 |9347 |-5.966694e+03 |      --      |    Inf | unknown
3493.65/3505.75	c 
3493.65/3505.75	c SCIP Status        : solving was interrupted [time limit reached]
3493.65/3505.75	c Solving Time (sec) : 843.32
3493.65/3505.75	c Solving Nodes      : 3911
3493.65/3505.75	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
3493.65/3505.75	c Dual Bound         : -5.96669407650621e+03
3493.65/3505.75	c Gap                : infinite
3493.65/3505.75	c SCIP status: 23 (TIMELIMIT)
3493.65/3505.75	c SCIP LP bound tightened UB: 8024591 -> 8024586
3493.65/3505.75	c pb_solver_status: sst_unknown
3493.65/3505.75	c LB_goalvalue: 0
3493.65/3505.75	c UB_goalvalue: 8024586
3493.65/3505.75	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
3493.65/3505.75	c SCIP returned: sst_unknown
3493.65/3505.75	c SCIP primal LB: -oo, dual UB: 8024586
3493.65/3505.75	c assumptions: 
3493.65/3505.75	c invoking solver with time budget: 80.000000
3573.64/3585.96	c sat_solver_result: sst_unknown
3573.64/3585.96	c SAT solver timed out; proceeding to cooperative SCIP call
3573.64/3585.96	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 8024586
3573.64/3585.96	c scip solving with time budget: 1180.631245
3573.64/3585.96	c solveScip
3573.64/3585.96	c initScipForCoop
3573.64/3585.96	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
3573.64/3585.96	c SCIPfreeTransform due to timeout and having shadow nodes
3573.64/3585.96	c forcing SCIPfreeTransform before solve
3573.85/3586.17	c Running SCIP presolve for solve-time propagation (rounds=3)
3573.94/3586.21	c presolving:
3573.94/3586.27	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
3574.04/3586.35	c    (0.2s) running MILP presolver
3574.14/3586.47	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3574.24/3586.55	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
3574.94/3587.23	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3574.94/3587.23	c    (1.1s) probing aborted: 50/50 successive totally useless probings
3575.14/3587.49	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
3575.14/3587.49	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
3575.14/3587.49	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3575.14/3587.49	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
3575.14/3587.49	c   22201 constraints of type <knapsack>
3575.14/3587.49	c     300 constraints of type <setppc>
3575.14/3587.49	c     149 constraints of type <logicor>
3575.14/3587.49	c transformed objective value is always integral (scale: 1)
3575.14/3587.49	c Presolving Time: 1.28
3575.24/3587.59	c presolving:
3575.34/3587.64	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
3575.44/3587.73	c    (0.2s) running MILP presolver
3575.54/3587.86	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3575.64/3587.93	c (round 2, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 0 upgd conss, 0 impls, 598 clqs, 0 implints
3575.75/3588.05	c (round 3, exhaustive) 0 del vars, 300 del conss, 0 add conss, 0 chg bounds, 149 chg sides, 149 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
3575.85/3588.13	c (round 4, medium)     0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 447 chg sides, 745 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
3575.85/3588.13	c (round 5, fast)       0 del vars, 300 del conss, 298 add conss, 0 chg bounds, 596 chg sides, 1490 chg coeffs, 22650 upgd conss, 0 impls, 598 clqs, 0 implints
3576.43/3588.73	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3576.43/3588.73	c    (1.2s) probing aborted: 50/50 successive totally useless probings
3576.63/3588.99	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3576.74/3589.06	c    (1.5s) no symmetry present (symcode time: 0.02)
3576.74/3589.09	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
3576.74/3589.09	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
3576.74/3589.09	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3576.74/3589.09	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
3576.74/3589.09	c   22201 constraints of type <knapsack>
3576.74/3589.09	c     598 constraints of type <setppc>
3576.74/3589.09	c     149 constraints of type <logicor>
3576.74/3589.09	c transformed objective value is always integral (scale: 1)
3576.74/3589.09	c Presolving Time: 1.50
3576.74/3589.09	c 
3577.53/3589.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3577.53/3589.82	c   2.3s|     1 |     0 |  1026 |     - |  1360M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-5.566651e+03 |      --      |    Inf | unknown
3578.63/3590.91	c   3.4s|     1 |     0 |  4806 |     - |  1363M |   0 |  23k|  23k|  23k|  93 |  1 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3578.93/3591.28	c   3.7s|     1 |     0 |  4945 |     - |  1363M |   0 |  23k|  23k|  23k| 195 |  2 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3579.33/3591.64	c   4.1s|     1 |     0 |  5120 |     - |  1364M |   0 |  23k|  23k|  23k| 290 |  3 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3579.74/3592.04	c   4.5s|     1 |     0 |  5262 |     - |  1364M |   0 |  23k|  23k|  23k| 364 |  4 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3580.12/3592.45	c   4.9s|     1 |     0 |  5430 |     - |  1367M |   0 |  23k|  23k|  23k| 446 |  5 | 479 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3580.52/3592.83	c   5.3s|     1 |     0 |  5608 |     - |  1367M |   0 |  23k|  23k|  23k| 515 |  6 | 480 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3580.83/3593.15	c   5.6s|     1 |     0 |  5795 |     - |  1369M |   0 |  23k|  23k|  23k| 582 |  7 | 481 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3581.22/3593.56	c   6.0s|     1 |     0 |  5949 |     - |  1371M |   0 |  23k|  23k|  23k| 650 |  8 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3581.62/3593.98	c   6.4s|     1 |     0 |  6136 |     - |  1374M |   0 |  23k|  23k|  23k| 717 |  9 | 482 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3582.02/3594.36	c   6.8s|     1 |     0 |  6328 |     - |  1377M |   0 |  23k|  23k|  23k| 780 | 10 | 483 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3582.32/3594.60	c   7.1s|     1 |     0 |  6485 |     - |  1378M |   0 |  23k|  23k|  23k| 838 | 11 | 484 |   0 |-5.764255e+03 |      --      |    Inf | unknown
3596.79/3609.18	c  21.6s|     1 |     2 | 11967 |     - |  1378M |   0 |  23k|  23k|  23k| 838 | 11 | 491 |  19 |-5.764295e+03 |      --      |    Inf | unknown
3600.07/3612.40	
3600.07/3612.40	*** TERMINATED *** by signal
3600.07/3612.40	c
3600.07/3612.40	s UNKNOWN
3600.07/3612.40	c _____________________________________________________________________________
3600.07/3612.40	c std/band forms        : 22501,0
3600.07/3612.40	c 2cl/3cl ITE-codings   : 6704696,0
3600.07/3612.40	c BDD/srt/adr Max costs : 396,4188,0
3600.07/3612.40	c BDDraw/bin/mul/srt/adr: 149,0,22052,300,0
3600.07/3612.40	c BDD nodes             : 8755687
3600.07/3612.40	c Es1/CC detections     : 0,0
3600.07/3612.40	c CC sort               : 300
3600.07/3612.40	c SAT/UNSAT calls       : 0,0
3600.07/3612.40	c regenrated variables  : 0
3600.07/3612.40	c eliminated fixed lits : 0
3600.07/3612.40	c goal lit flips        : 0
3600.07/3612.40	c goal stages           : 0
3600.07/3612.40	c goal shrink           : 0
3600.07/3612.40	c goal coeff separations: 0
3600.07/3612.40	c restarts              : 1191
3600.07/3612.40	c conflicts             : 114088         (32 /sec)
3600.07/3612.40	c decisions             : 32325347       (8979 /sec)
3600.07/3612.40	c propagations          : 3726877894     (1035221 /sec)
3600.07/3612.40	c inspects              : 0              (0 /sec)
3600.07/3612.40	c CPU time (solving tm) : 3600 s        (753.8 s, SAT 0 s, UNSAT 0 s)
3600.07/3612.40	c SAT solver time       : 753.8 s
3600.07/3612.40	c SAT solver SAT time   : 0 s
3600.07/3612.40	c SAT solver UNSAT time : 0 s
3600.07/3612.40	c SAT solver TO time    : 753.8 s
3600.07/3612.40	c Time for SCIP         : 2777 s
3600.07/3612.40	c Coop SCIP LB improvements           : 0
3600.07/3612.40	c Coop SCIP UB improvements           : 7
3600.07/3612.40	c SCIP globally fixed variables       : 0
3600.07/3612.40	c SAT  globally fixed variables       : 0
3600.07/3612.40	c SCIP freeTransform calls            : 19
3600.07/3612.40	c Time for Opt-base     : 10.04 s
3600.07/3612.40	c Steps for Opt-base    : 50234456
3600.07/3612.40	c Time for BDD coding   : 27.01 s
3600.07/3612.40	c Time for srt coding   : 0.09651 s
3600.07/3612.40	c Inner solver invocations            : 0
3600.07/3612.40	c Inner solving count                 : 0
3600.07/3612.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-4780722-1782138528/watcher-4780722-1782138528 -o /tmp/evaluation-result-4780722-1782138528/solver-4780722-1782138528 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780722-1782138528/vars-4780722-1782138528 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291497 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780722-1782138528.opb 

running on 4 cores: 36-39

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,4,6-7,12,14-16,18-20,22,26-28,30,32,34-35,41-42,48,50-52,54-55,60,62
  3550 MHz: 3,17,33,40,43,56-59
  3600 MHz: 2,5,8-11,13,21,23-25,29,31,36-39,44-47,49,53,61,63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 36-39

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (94350 MiB free)
  node 1: cores 8-15, 128973 MiB (48776 MiB free)
  node 2: cores 16-23, 129019 MiB (113992 MiB free)
  node 3: cores 24-31, 129003 MiB (71360 MiB free)
  node 4: cores 32-39, 129019 MiB (117168 MiB free)
  node 5: cores 40-47, 129019 MiB (82161 MiB free)
  node 6: cores 48-55, 129019 MiB (93567 MiB free)
  node 7: cores 56-63, 128474 MiB (108860 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=2296423, runsolver pid=2296420
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 16.05 16.09 16.03 19/877 2296426
/proc/meminfo: memFree=747740148/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=101656 memory=29608 CPUtime=0.08 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 5485 205 0 0 8 0 0 0 20 0 1 0 147140510 104095744 7369 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 25414 7402 2719 506 0 6105 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101656 KiB
Current children cumulated memory: 29608 KiB

[startup+0.213248 s]*
/proc/loadavg: 16.05 16.09 16.03 17/877 2296426
/proc/meminfo: memFree=747616272/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=118052 memory=43104 CPUtime=0.2 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 8859 205 0 0 19 1 0 0 20 0 1 0 147140510 120885248 10697 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 29513 10776 2719 506 0 10204 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 118052 KiB
Current children cumulated memory: 43104 KiB

[startup+0.312593 s]*
/proc/loadavg: 16.05 16.09 16.03 17/877 2296426
/proc/meminfo: memFree=747600144/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=132644 memory=57676 CPUtime=0.29 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 12502 205 0 0 28 1 0 0 20 0 1 0 147140510 135827456 14281 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 33161 14419 2719 506 0 13852 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 132644 KiB
Current children cumulated memory: 57676 KiB

[startup+0.700134 s]
/proc/loadavg: 16.05 16.09 16.03 17/877 2296426
/proc/meminfo: memFree=747506512/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=208952 memory=142248 CPUtime=0.67 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 31651 205 0 0 65 2 0 0 20 0 1 0 147140510 213966848 35401 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 52238 35562 4851 506 0 32929 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 208952 KiB
Current children cumulated memory: 142248 KiB

[startup+1.50023 s]
/proc/loadavg: 16.05 16.09 16.03 17/877 2296426
/proc/meminfo: memFree=747233924/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=463996 memory=389188 CPUtime=1.47 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 87452 205 0 0 141 6 0 0 20 0 1 0 147140510 475131904 97253 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 115999 97297 5762 506 0 96690 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 463996 KiB
Current children cumulated memory: 389188 KiB

[startup+3.11371 s]
/proc/loadavg: 16.05 16.09 16.03 17/877 2296426
/proc/meminfo: memFree=746602296/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=597312 memory=502888 CPUtime=3.07 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 102850 205 0 0 300 7 0 0 20 0 1 0 147140510 611647488 125659 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 149328 125722 5808 506 0 130019 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 597312 KiB
Current children cumulated memory: 502888 KiB

[startup+6.30021 s]
/proc/loadavg: 16.05 16.09 16.03 16/875 2296430
/proc/meminfo: memFree=747942864/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=883716 memory=754972 CPUtime=6.24 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 142755 205 0 0 614 10 0 0 20 0 1 0 147140510 904925184 188578 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 220929 188743 6108 506 0 201620 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 883716 KiB
Current children cumulated memory: 754972 KiB

[startup+12.7001 s]
/proc/loadavg: 16.05 16.09 16.03 16/869 2296553
/proc/meminfo: memFree=769964868/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=998780 memory=859904 CPUtime=12.63 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 159758 205 0 0 1250 13 0 0 20 0 1 0 147140510 1022750720 214820 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 249695 214976 6108 506 0 230386 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 998780 KiB
Current children cumulated memory: 859904 KiB

[startup+25.5001 s]
/proc/loadavg: 16.04 16.08 16.03 17/877 2296576
/proc/meminfo: memFree=765879512/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=1084796 memory=947940 CPUtime=25.39 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 162163 205 0 0 2524 15 0 0 20 0 1 0 147140510 1110831104 236836 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 271199 236985 6108 506 0 251890 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1084796 KiB
Current children cumulated memory: 947940 KiB

[startup+51.1136 s]
/proc/loadavg: 16.02 16.08 16.03 17/877 2296576
/proc/meminfo: memFree=755927864/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=6744812 memory=6120072 CPUtime=50.94 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 687357 205 0 0 4982 112 0 0 20 0 1 0 147140510 6906687488 1530003 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1686203 1530018 6156 506 0 1666894 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 6744812 KiB
Current children cumulated memory: 6120072 KiB

[startup+102.3 s]
/proc/loadavg: 16.01 16.06 16.02 17/876 2296577
/proc/meminfo: memFree=744724612/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=9007152 memory=8417576 CPUtime=101.93 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 803510 205 0 0 9933 260 0 0 20 0 1 0 147140510 9223323648 2104260 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 2251788 2104394 6204 506 0 2232479 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 9007152 KiB
Current children cumulated memory: 8417576 KiB

[startup+162.3 s]
/proc/loadavg: 16.00 16.05 16.02 17/874 2296578
/proc/meminfo: memFree=743110412/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=8282356 memory=7695324 CPUtime=161.72 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 809354 205 0 0 15871 301 0 0 20 0 1 0 147140510 8481132544 1923741 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 2070589 1923831 6220 506 0 2051280 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 8282356 KiB
Current children cumulated memory: 7695324 KiB

[startup+222.3 s]
/proc/loadavg: 16.00 16.04 16.01 17/872 2296579
/proc/meminfo: memFree=713308052/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7641488 memory=7165008 CPUtime=221.5 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 827365 205 0 0 21808 342 0 0 20 0 1 0 147140510 7824883712 1791116 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1910372 1791252 6236 506 0 1891063 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 7641488 KiB
Current children cumulated memory: 7165008 KiB

[startup+282.3 s]
/proc/loadavg: 16.00 16.03 16.01 17/872 2296584
/proc/meminfo: memFree=694846428/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=6561512 memory=6051576 CPUtime=281.27 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 853867 205 0 0 27621 506 0 0 20 0 1 0 147140510 6718988288 1512698 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1640378 1512894 6236 506 0 1621069 0
Current children cumulated CPU time: 281.27 s
Current children cumulated vsize: 6561512 KiB
Current children cumulated memory: 6051576 KiB

[startup+342.3 s]
/proc/loadavg: 16.04 16.03 16.01 17/870 2296585
/proc/meminfo: memFree=658939596/1055320708 swapFree=32681384/33554428

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

Current children cumulated memory: 6727704 KiB

[startup+2862.3 s]
/proc/loadavg: 10.17 10.52 12.24 11/835 2297025
/proc/meminfo: memFree=835020516/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7582332 memory=6727704 CPUtime=2852.24 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1091998 205 0 0 281034 4190 0 0 20 0 1 0 147140510 7764307968 1681802 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1895583 1681926 6268 506 0 1876274 0
Current children cumulated CPU time: 2852.24 s
Current children cumulated vsize: 7582332 KiB
Current children cumulated memory: 6727704 KiB

[startup+2922.3 s]
/proc/loadavg: 10.10 10.43 12.10 11/835 2297026
/proc/meminfo: memFree=834505384/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7582332 memory=6727704 CPUtime=2912.04 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1092239 205 0 0 287014 4190 0 0 20 0 1 0 147140510 7764307968 1681802 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1895583 1681926 6268 506 0 1876274 0
Current children cumulated CPU time: 2912.04 s
Current children cumulated vsize: 7582332 KiB
Current children cumulated memory: 6727704 KiB

[startup+2982.3 s]
/proc/loadavg: 10.07 10.37 11.97 11/835 2297029
/proc/meminfo: memFree=834941508/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7582332 memory=6727704 CPUtime=2971.84 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1092276 205 0 0 292994 4190 0 0 20 0 1 0 147140510 7764307968 1681802 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1895583 1681926 6268 506 0 1876274 0
Current children cumulated CPU time: 2971.84 s
Current children cumulated vsize: 7582332 KiB
Current children cumulated memory: 6727704 KiB

[startup+3042.3 s]
/proc/loadavg: 10.03 10.30 11.85 11/835 2297033
/proc/meminfo: memFree=834722372/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7582332 memory=6727704 CPUtime=3031.64 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1092494 205 0 0 298974 4190 0 0 20 0 1 0 147140510 7764307968 1681802 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1895583 1681926 6268 506 0 1876274 0
Current children cumulated CPU time: 3031.64 s
Current children cumulated vsize: 7582332 KiB
Current children cumulated memory: 6727704 KiB

[startup+3102.3 s]
/proc/loadavg: 10.45 10.35 11.77 11/835 2297034
/proc/meminfo: memFree=834769232/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6753488 CPUtime=3091.45 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1097057 205 0 0 304954 4191 0 0 20 0 1 0 147140510 7782105088 1688202 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1688372 6268 506 0 1880619 0
Current children cumulated CPU time: 3091.45 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6753488 KiB

[startup+3162.3 s]
/proc/loadavg: 10.40 10.38 11.68 11/834 2297035
/proc/meminfo: memFree=834791192/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6753488 CPUtime=3151.26 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1097063 205 0 0 310935 4191 0 0 20 0 1 0 147140510 7782105088 1688202 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1688372 6268 506 0 1880619 0
Current children cumulated CPU time: 3151.26 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6753488 KiB

[startup+3222.3 s]
/proc/loadavg: 10.15 10.31 11.57 11/834 2297036
/proc/meminfo: memFree=834771488/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6753488 CPUtime=3211.06 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1097313 205 0 0 316915 4191 0 0 20 0 1 0 147140510 7782105088 1688202 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1688372 6268 506 0 1880619 0
Current children cumulated CPU time: 3211.06 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6753488 KiB

[startup+3282.3 s]
/proc/loadavg: 9.89 10.21 11.46 9/822 2297105
/proc/meminfo: memFree=888111064/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6753488 CPUtime=3270.87 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1097331 205 0 0 322896 4191 0 0 20 0 1 0 147140510 7782105088 1688202 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1688372 6268 506 0 1880619 0
Current children cumulated CPU time: 3270.87 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6753488 KiB

[startup+3342.3 s]
/proc/loadavg: 8.69 9.81 11.24 9/822 2297109
/proc/meminfo: memFree=888131384/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6753488 CPUtime=3330.7 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1097365 205 0 0 328878 4192 0 0 20 0 1 0 147140510 7782105088 1688202 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1688372 6268 506 0 1880619 0
Current children cumulated CPU time: 3330.7 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6753488 KiB

[startup+3402.3 s]
/proc/loadavg: 7.20 9.20 10.94 7/810 2297177
/proc/meminfo: memFree=890011824/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6756868 CPUtime=3390.53 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1097604 205 0 0 334861 4192 0 0 20 0 1 0 147140510 7782105088 1688970 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1689217 6268 506 0 1880619 0
Current children cumulated CPU time: 3390.53 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6756868 KiB

[startup+3462.3 s]
/proc/loadavg: 6.44 8.61 10.63 7/810 2297178
/proc/meminfo: memFree=890083148/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6758824 CPUtime=3450.37 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1097611 205 0 0 340845 4192 0 0 20 0 1 0 147140510 7782105088 1689482 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1689706 6268 506 0 1880619 0
Current children cumulated CPU time: 3450.37 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6758824 KiB

[startup+3522.3 s]
/proc/loadavg: 6.16 8.13 10.34 7/810 2297179
/proc/meminfo: memFree=890152576/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7599712 memory=6760872 CPUtime=3510.21 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1098334 205 0 0 346824 4197 0 0 20 0 1 0 147140510 7782105088 1690040 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1899928 1690218 6268 506 0 1880619 0
Current children cumulated CPU time: 3510.21 s
Current children cumulated vsize: 7599712 KiB
Current children cumulated memory: 6760872 KiB

[startup+3582.3 s]
/proc/loadavg: 6.06 7.74 10.06 7/810 2297180
/proc/meminfo: memFree=890142028/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7629296 memory=6795092 CPUtime=3570.05 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1111168 205 0 0 352781 4224 0 0 20 0 1 0 147140510 7812399104 1698429 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1907324 1698773 6268 506 0 1888015 0
Current children cumulated CPU time: 3570.05 s
Current children cumulated vsize: 7629296 KiB
Current children cumulated memory: 6795092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 6.03 7.57 9.93 7/810 2297183
/proc/meminfo: memFree=890154924/1055320708 swapFree=32681384/33554428
[pid=2296423] ppid=2296420 vsize=7629296 memory=6795300 CPUtime=3600.07 cores=36-39
/proc/2296423/stat : 2296423 (naps_release) R 2296420 2296423 2291478 0 -1 4194304 1111813 205 0 0 355781 4226 0 0 20 0 1 0 147140510 7812399104 1698557 18446744073709551615 4210688 6281017 140720457316736 0 0 0 0 0 16898 0 0 0 17 37 0 0 0 0 0 6662968 6676388 25759744 140720457320667 140720457320848 140720457320848 140720457326536 0
/proc/2296423/statm: 1907324 1698825 6268 506 0 1888015 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 7629296 KiB
Current children cumulated memory: 6795300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3557.81 s, system=42.332 s

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

Child status: 10

Real time (s): 3612.47
CPU time (s): 3600.15
CPU user time (s): 3557.81
CPU system time (s): 42.332
CPU usage (%): 99.659
Max. virtual memory (cumulated for all children) (KiB): 9516508
Max. memory (cumulated for all children) (KiB): 8716480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3557.81
system time used= 42.332
maximum resident set size= 8716184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1112018
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= 313
involuntary context switches= 1854


# summary of solver processes directly reported to runsolver:
#   pid: 2296423
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3557.81
#   total CPU system time (s): 42.332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1988 second user time and 39.5176 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 16:28:48
IDJOB=4780722
IDBENCH=183157
IDSOLVER=3589
FILE ID=nodeE010/4780722-1782138528
RUNJOBID= nodeE010-1782134575-2291497
SLURM_JOB_ID= 12510915
Free space on /tmp= 798060 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB26/normalized-PB26/OPT-LIN/devriendt/tsplib/normalized-ch150.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4780722-1782138528/watcher-4780722-1782138528 -o /tmp/evaluation-result-4780722-1782138528/solver-4780722-1782138528 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780722-1782138528/vars-4780722-1782138528 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291497 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4780722-1782138528.opb

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

MD5SUM BENCH= 9c7390f7de7351b42d269b6d40b3d0be
RANDOM SEED=787620661

nodeE010 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.34
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		: 2493.659
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.34
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		: 3582.914
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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
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		: 2493.659
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.34
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		: 3600.219
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.34
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		: 2493.659
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.34
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		: 2493.659
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.34
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:       1055320708 kB
MemFree:        747764320 kB
MemAvailable:   827168096 kB
Buffers:              32 kB
Cached:         83183792 kB
SwapCached:         6960 kB
Active:         215852408 kB
Inactive:       81852952 kB
Active(anon):   214557840 kB
Inactive(anon):    50272 kB
Active(file):    1294568 kB
Inactive(file): 81802680 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35208 kB
Writeback:            20 kB
AnonPages:      214521420 kB
Mapped:           118280 kB
Shmem:             86536 kB
KReclaimable:    1111304 kB
Slab:            1624624 kB
SReclaimable:    1111304 kB
SUnreclaim:       513320 kB
KernelStack:       14976 kB
PageTables:       430908 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   228732604 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479092 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  101593088 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:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798292 MiB
End job on nodeE010 at 2026-06-22 17:29:01