Trace number 4780746

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.13 3610.19

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/devriendt/
tsplib/normalized-kroB150.opb
MD5SUMa4dfecf8dfc003dedb88811e1c1a6c66
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 benchmark39969
Best CPU time to get the best result obtained on this benchmark57602
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 4187
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 38254582
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 4187
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 38254582
Number of bits of the biggest sum of numbers26
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-4780746-1782138905.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-4780746-1782138905.opb
0.00/0.02	c Parsing PB file...
0.00/0.06	c goal was devided by 1 with offset 38254582.
0.57/0.62	c assumptions before coding: 
0.57/0.68	c initScipForCoop
0.67/0.73	c Running SCIP presolver (time limit: 10 sec)...
0.67/0.73	c solveScip
0.67/0.73	c initScipForCoop
0.67/0.74	c Cooperative mode: scip_coop_offset=38254582.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.77/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.86/0.93	c    (0.2s) running MILP presolver
0.98/1.05	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.66/1.77	c    (1.0s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.66/1.77	c    (1.0s) probing aborted: 50/50 successive totally useless probings
1.98/2.04	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1.98/2.04	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
1.98/2.04	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.98/2.04	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
1.98/2.04	c   22201 constraints of type <knapsack>
1.98/2.04	c     300 constraints of type <setppc>
1.98/2.04	c     149 constraints of type <logicor>
1.98/2.04	c transformed objective value is always integral (scale: 1)
1.98/2.04	c Presolving Time: 1.25
2.07/2.12	c presolving:
2.07/2.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
2.16/2.27	c    (0.2s) running MILP presolver
2.26/2.39	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2.37/2.46	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.47/2.56	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.65	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.65	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.23	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.16/3.23	c    (1.1s) probing aborted: 50/50 successive totally useless probings
3.36/3.48	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.46/3.57	c    (1.5s) no symmetry present (symcode time: 0.03)
3.46/3.59	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
3.46/3.59	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
3.46/3.59	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3.46/3.59	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
3.46/3.59	c   22201 constraints of type <knapsack>
3.46/3.59	c     598 constraints of type <setppc>
3.46/3.59	c     149 constraints of type <logicor>
3.46/3.59	c transformed objective value is always integral (scale: 1)
3.46/3.59	c Presolving Time: 1.47
3.46/3.59	c 
4.16/4.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
4.16/4.26	c   2.2s|     1 |     0 |   965 |     - |   545M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
4.75/4.86	c   2.8s|     1 |     0 |  2592 |     - |   562M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
5.06/5.18	c   3.1s|     1 |     0 |  2715 |     - |   571M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
5.65/5.73	c   3.7s|     1 |     0 |  2864 |     - |   583M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
5.97/6.09	c   4.0s|     1 |     0 |  3034 |     - |   594M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
6.35/6.46	c   4.4s|     1 |     0 |  3190 |     - |   606M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
6.75/6.80	c   4.7s|     1 |     0 |  3337 |     - |   618M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
7.06/7.19	c   5.1s|     1 |     0 |  3523 |     - |   625M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
7.44/7.56	c   5.5s|     1 |     0 |  3687 |     - |   639M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
7.74/7.89	c   5.8s|     1 |     0 |  3843 |     - |   649M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
8.24/8.32	c   6.2s|     1 |     0 |  4032 |     - |   663M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
8.54/8.60	c   6.5s|     1 |     0 |  4193 |     - |   666M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
8.74/8.86	c   6.8s|     1 |     0 |  4340 |     - |   670M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
9.05/9.17	c   7.1s|     1 |     0 |  4472 |     - |   672M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
9.34/9.45	c   7.4s|     1 |     0 |  4585 |     - |   674M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
9.64/9.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.64/9.72	c   7.6s|     1 |     0 |  4682 |     - |   677M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
9.84/10.00	c   7.9s|     1 |     0 |  4767 |     - |   679M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
10.14/10.27	c   8.2s|     1 |     0 |  4875 |     - |   682M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
10.43/10.54	c   8.5s|     1 |     0 |  4982 |     - |   684M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
10.73/10.84	c   8.8s|     1 |     0 |  5069 |     - |   687M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
11.05/11.13	c   9.0s|     1 |     0 |  5199 |     - |   689M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
11.23/11.39	c   9.3s|     1 |     0 |  5292 |     - |   689M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
11.53/11.66	c   9.6s|     1 |     0 |  5373 |     - |   690M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
11.83/11.94	c   9.9s|     1 |     0 |  5454 |     - |   690M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
12.04/12.12	c  10.0s|     1 |     0 |  5454 |     - |   690M |   0 |  23k|  23k|  23k|1346 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
12.04/12.12	c (node 1) LP solver hit time limit in LP 34 -- using pseudo solution instead
12.04/12.12	c 
12.04/12.12	c SCIP Status        : solving was interrupted [time limit reached]
12.04/12.12	c Solving Time (sec) : 10.03
12.04/12.12	c Solving Nodes      : 1
12.04/12.12	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
12.04/12.12	c Dual Bound         : -2.12804889602124e+04
12.04/12.12	c Gap                : infinite
12.04/12.12	c SCIP status: 23 (TIMELIMIT)
12.04/12.12	c solveScip: freeing transform (!can_skip_free_transform)
12.13/12.25	c SCIP presolver: sst_unknown
12.13/12.25	c Converting 22950 PB-constraints to clauses...
12.13/12.25	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.38	c d: 1
12.23/12.38	c estimatedAdderCost: 11
12.23/12.38	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 11
12.23/12.39	c Try to convert by bdds
12.23/12.39	c d: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 20
12.23/12.39	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 20
12.33/12.40	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 20
12.33/12.41	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 20
12.33/12.42	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 20
12.33/12.43	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 20
12.33/12.44	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 20
12.33/12.45	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 20
12.33/12.46	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 20
12.33/12.47	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 20
12.33/12.48	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 20
12.33/12.49	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 20
12.43/12.50	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 20
12.43/12.51	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 20
12.43/12.52	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 20
12.43/12.53	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 20
12.43/12.54	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 20
12.43/12.55	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 20
12.43/12.56	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 20
12.43/12.57	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 20
12.43/12.58	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 20
12.43/12.59	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 20
12.53/12.60	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 20
12.53/12.61	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 20
12.53/12.62	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 20
12.53/12.63	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 20
12.53/12.64	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 20
12.53/12.65	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 20
12.53/12.66	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 20
12.53/12.67	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 20
12.63/12.71	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.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.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.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.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.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.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.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.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.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.89	c D: 1
12.73/12.89	c estimatedAdderCost: 20
12.73/12.89	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.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.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.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.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.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/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.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.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.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.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.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.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.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.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.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.20	c D: 1
13.04/13.20	c estimatedAdderCost: 20
13.04/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 20
13.13/13.20	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 20
13.13/13.21	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 20
13.13/13.22	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 20
13.13/13.23	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 20
13.13/13.24	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 20
13.13/13.25	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 20
13.13/13.26	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 20
13.13/13.27	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 20
13.13/13.28	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 20
13.13/13.29	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 20
13.23/13.30	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 20
13.23/13.31	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 20
13.23/13.32	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 20
13.23/13.33	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 20
13.23/13.34	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 20
13.23/13.35	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 20
13.23/13.36	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 20
13.23/13.37	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 20
13.23/13.38	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 20
13.23/13.39	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 20
13.33/13.40	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 20
13.33/13.41	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 20
13.33/13.42	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 20
13.33/13.43	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 20
13.33/13.44	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 20
13.33/13.45	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 20
13.33/13.46	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 20
13.33/13.47	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 20
13.33/13.48	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 20
13.33/13.49	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 20
13.43/13.50	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 20
13.43/13.51	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 20
13.43/13.52	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 20
13.43/13.53	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 20
13.43/13.54	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 20
13.43/13.55	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 20
13.43/13.56	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 20
13.43/13.57	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 20
13.43/13.58	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 20
13.43/13.59	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 20
13.53/13.60	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 20
13.53/13.61	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 20
13.53/13.62	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 20
13.53/13.63	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 20
13.53/13.64	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 20
13.53/13.65	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 20
13.53/13.66	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 20
13.53/13.67	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 20
13.53/13.68	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 20
13.53/13.69	c Try to convert by bdds
13.53/13.70	c D: 1
13.53/13.70	c estimatedAdderCost: 20
13.53/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 20
13.63/13.70	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 20
13.63/13.71	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 20
13.63/13.72	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 20
13.63/13.73	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 20
13.63/13.74	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 20
13.63/13.75	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 20
13.63/13.76	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 20
13.63/13.77	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 20
13.63/13.78	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 20
13.63/13.79	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 20
13.73/13.80	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 20
13.73/13.81	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 20
13.73/13.82	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 20
13.73/13.83	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 20
13.73/13.84	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 20
13.73/13.85	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 20
13.73/13.86	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 20
13.73/13.87	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 20
13.73/13.88	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 20
13.73/13.89	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 20
13.83/13.90	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 20
13.83/13.91	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 20
13.83/13.92	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 20
13.83/13.93	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 20
13.83/13.94	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 20
13.83/13.95	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 20
13.83/13.96	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 20
13.83/13.97	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 20
13.83/13.98	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 20
13.83/13.99	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 20
13.83/14.00	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 20
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 20
13.83/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 20
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 20
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 20
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 20
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 20
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 20
13.94/14.01	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 20
13.94/14.02	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 20
13.94/14.03	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 20
13.94/14.04	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 20
13.94/14.05	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 20
13.94/14.06	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 20
13.94/14.07	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 20
13.94/14.08	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 20
13.94/14.09	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 20
13.94/14.10	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 20
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 20
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 20
13.94/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 20
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 20
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 20
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 20
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 20
14.04/14.11	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 20
14.04/14.12	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 20
14.04/14.13	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 20
14.04/14.14	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 20
14.04/14.15	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 20
14.04/14.16	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 20
14.04/14.17	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 20
14.04/14.18	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 20
14.04/14.19	c Try to convert by bdds
14.04/14.20	c D: 1
14.04/14.20	c estimatedAdderCost: 20
14.04/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 20
14.13/14.20	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 20
14.13/14.21	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 20
14.13/14.22	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 20
14.13/14.23	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 20
14.13/14.24	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 20
14.13/14.25	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 20
14.13/14.26	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 20
14.13/14.27	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 20
14.13/14.28	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 20
14.13/14.29	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 20
14.23/14.30	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 20
14.23/14.31	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 20
14.23/14.32	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 20
14.23/14.33	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 20
14.23/14.34	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 20
14.23/14.35	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 20
14.23/14.36	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 20
14.23/14.37	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 20
14.23/14.38	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 20
14.23/14.39	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 20
14.33/14.40	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 20
14.33/14.41	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 20
14.33/14.42	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 20
14.33/14.43	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 20
14.33/14.44	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 20
14.33/14.45	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 20
14.33/14.46	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 20
14.33/14.47	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 20
14.33/14.48	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 20
14.33/14.49	c Try to convert by bdds
14.33/14.50	c D: 1
14.33/14.50	c estimatedAdderCost: 20
14.33/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 20
14.43/14.50	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 20
14.43/14.51	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 20
14.43/14.52	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 20
14.43/14.53	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 20
14.43/14.54	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 20
14.43/14.55	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 20
14.43/14.56	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 20
14.43/14.57	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 20
14.43/14.58	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 20
14.43/14.59	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 20
14.53/14.60	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 20
14.53/14.61	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 20
14.53/14.62	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 20
14.53/14.63	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 20
14.53/14.64	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 20
14.53/14.65	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 20
14.53/14.66	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 20
14.53/14.67	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 20
14.53/14.68	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 20
14.53/14.69	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 20
14.63/14.70	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 20
14.63/14.71	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 20
14.63/14.72	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 20
14.63/14.73	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 20
14.63/14.74	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 20
14.63/14.75	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 20
14.63/14.76	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 20
14.63/14.77	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 20
14.63/14.78	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 20
14.63/14.79	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 20
14.73/14.80	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 20
14.73/14.81	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 20
14.73/14.82	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 20
14.73/14.83	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 20
14.73/14.84	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 20
14.73/14.85	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 20
14.73/14.86	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 20
14.73/14.87	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 20
14.73/14.88	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 20
14.73/14.89	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 20
14.83/14.90	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 20
14.83/14.91	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 20
14.83/14.92	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 20
14.83/14.93	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 20
14.83/14.94	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 20
14.83/14.95	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 20
14.83/14.96	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 20
14.83/14.97	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 20
14.83/14.98	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 20
14.83/14.99	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 20
14.83/15.00	c Try to convert by bdds
14.83/15.01	c D: 1
14.83/15.01	c estimatedAdderCost: 20
14.83/15.01	c Try to convert by bdds
14.83/15.01	c D: 1
14.83/15.01	c estimatedAdderCost: 20
14.83/15.01	c Try to convert by bdds
14.83/15.01	c D: 1
14.83/15.01	c estimatedAdderCost: 20
14.83/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 20
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 20
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 20
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 20
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 20
14.94/15.01	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 20
14.94/15.02	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 20
14.94/15.03	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 20
14.94/15.04	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 20
14.94/15.05	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 20
14.94/15.06	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 20
14.94/15.07	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 20
14.94/15.08	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 20
14.94/15.09	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 20
14.94/15.10	c Try to convert by bdds
14.94/15.11	c D: 1
14.94/15.11	c estimatedAdderCost: 20
14.94/15.11	c Try to convert by bdds
14.94/15.11	c D: 1
14.94/15.11	c estimatedAdderCost: 20
14.94/15.11	c Try to convert by bdds
14.94/15.11	c D: 1
14.94/15.11	c estimatedAdderCost: 20
14.94/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 20
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 20
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 20
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 20
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 20
15.04/15.11	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 20
15.04/15.12	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 20
15.04/15.13	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 20
15.04/15.14	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 20
15.04/15.15	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 20
15.04/15.16	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 20
15.04/15.17	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 20
15.04/15.18	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 20
15.04/15.19	c Try to convert by bdds
15.04/15.20	c D: 1
15.04/15.20	c estimatedAdderCost: 20
15.04/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 20
15.13/15.20	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 20
15.13/15.21	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 20
15.13/15.22	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 20
15.13/15.23	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 20
15.13/15.24	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 20
15.13/15.25	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 20
15.13/15.26	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 20
15.13/15.27	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 20
15.13/15.28	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 20
15.13/15.29	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.30	c D: 1
15.22/15.30	c estimatedAdderCost: 20
15.22/15.30	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.31	c D: 1
15.22/15.31	c estimatedAdderCost: 20
15.22/15.31	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.32	c D: 1
15.22/15.32	c estimatedAdderCost: 20
15.22/15.32	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.33	c D: 1
15.22/15.33	c estimatedAdderCost: 20
15.22/15.33	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.34	c D: 1
15.22/15.34	c estimatedAdderCost: 20
15.22/15.34	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.35	c D: 1
15.22/15.35	c estimatedAdderCost: 20
15.22/15.35	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.36	c D: 1
15.22/15.36	c estimatedAdderCost: 20
15.22/15.36	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.37	c D: 1
15.22/15.37	c estimatedAdderCost: 20
15.22/15.37	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.38	c D: 1
15.22/15.38	c estimatedAdderCost: 20
15.22/15.38	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.22/15.39	c D: 1
15.22/15.39	c estimatedAdderCost: 20
15.22/15.39	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.40	c D: 1
15.32/15.40	c estimatedAdderCost: 20
15.32/15.40	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.41	c D: 1
15.32/15.41	c estimatedAdderCost: 20
15.32/15.41	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.42	c D: 1
15.32/15.42	c estimatedAdderCost: 20
15.32/15.42	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.43	c D: 1
15.32/15.43	c estimatedAdderCost: 20
15.32/15.43	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.44	c D: 1
15.32/15.44	c estimatedAdderCost: 20
15.32/15.44	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.45	c D: 1
15.32/15.45	c estimatedAdderCost: 20
15.32/15.45	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.46	c D: 1
15.32/15.46	c estimatedAdderCost: 20
15.32/15.46	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.47	c D: 1
15.32/15.47	c estimatedAdderCost: 20
15.32/15.47	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.48	c D: 1
15.32/15.48	c estimatedAdderCost: 20
15.32/15.48	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.49	c D: 1
15.32/15.49	c estimatedAdderCost: 20
15.32/15.49	c Try to convert by bdds
15.32/15.50	c D: 1
15.32/15.50	c estimatedAdderCost: 20
15.32/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.50	c D: 1
15.42/15.50	c estimatedAdderCost: 20
15.42/15.50	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.51	c D: 1
15.42/15.51	c estimatedAdderCost: 20
15.42/15.51	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.52	c D: 1
15.42/15.52	c estimatedAdderCost: 20
15.42/15.52	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.53	c D: 1
15.42/15.53	c estimatedAdderCost: 20
15.42/15.53	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.54	c D: 1
15.42/15.54	c estimatedAdderCost: 20
15.42/15.54	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.55	c D: 1
15.42/15.55	c estimatedAdderCost: 20
15.42/15.55	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.56	c D: 1
15.42/15.56	c estimatedAdderCost: 20
15.42/15.56	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.57	c D: 1
15.42/15.57	c estimatedAdderCost: 20
15.42/15.57	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.58	c D: 1
15.42/15.58	c estimatedAdderCost: 20
15.42/15.58	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.42/15.59	c D: 1
15.42/15.59	c estimatedAdderCost: 20
15.42/15.59	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.60	c D: 1
15.52/15.60	c estimatedAdderCost: 20
15.52/15.60	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.61	c D: 1
15.52/15.61	c estimatedAdderCost: 20
15.52/15.61	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.62	c D: 1
15.52/15.62	c estimatedAdderCost: 20
15.52/15.62	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.63	c D: 1
15.52/15.63	c estimatedAdderCost: 20
15.52/15.63	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.64	c D: 1
15.52/15.64	c estimatedAdderCost: 20
15.52/15.64	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.65	c D: 1
15.52/15.65	c estimatedAdderCost: 20
15.52/15.65	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.66	c D: 1
15.52/15.66	c estimatedAdderCost: 20
15.52/15.66	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.67	c D: 1
15.52/15.67	c estimatedAdderCost: 20
15.52/15.67	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.68	c D: 1
15.52/15.68	c estimatedAdderCost: 20
15.52/15.68	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.52/15.69	c D: 1
15.52/15.69	c estimatedAdderCost: 20
15.52/15.69	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.70	c D: 1
15.62/15.70	c estimatedAdderCost: 20
15.62/15.70	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.71	c D: 1
15.62/15.71	c estimatedAdderCost: 20
15.62/15.71	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.72	c D: 1
15.62/15.72	c estimatedAdderCost: 20
15.62/15.72	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.73	c D: 1
15.62/15.73	c estimatedAdderCost: 20
15.62/15.73	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.74	c D: 1
15.62/15.74	c estimatedAdderCost: 20
15.62/15.74	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.75	c D: 1
15.62/15.75	c estimatedAdderCost: 20
15.62/15.75	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.76	c D: 1
15.62/15.76	c estimatedAdderCost: 20
15.62/15.76	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.77	c D: 1
15.62/15.77	c estimatedAdderCost: 20
15.62/15.77	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.78	c D: 1
15.62/15.78	c estimatedAdderCost: 20
15.62/15.78	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.62/15.79	c D: 1
15.62/15.79	c estimatedAdderCost: 20
15.62/15.79	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.80	c D: 1
15.72/15.80	c estimatedAdderCost: 20
15.72/15.80	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.81	c D: 1
15.72/15.81	c estimatedAdderCost: 20
15.72/15.81	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.82	c D: 1
15.72/15.82	c estimatedAdderCost: 20
15.72/15.82	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.83	c D: 1
15.72/15.83	c estimatedAdderCost: 20
15.72/15.83	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.84	c D: 1
15.72/15.84	c estimatedAdderCost: 20
15.72/15.84	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.85	c D: 1
15.72/15.85	c estimatedAdderCost: 20
15.72/15.85	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.86	c D: 1
15.72/15.86	c estimatedAdderCost: 20
15.72/15.86	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.87	c D: 1
15.72/15.87	c estimatedAdderCost: 20
15.72/15.87	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.88	c D: 1
15.72/15.88	c estimatedAdderCost: 20
15.72/15.88	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.72/15.89	c D: 1
15.72/15.89	c estimatedAdderCost: 20
15.72/15.89	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.90	c D: 1
15.82/15.90	c estimatedAdderCost: 20
15.82/15.90	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.91	c D: 1
15.82/15.91	c estimatedAdderCost: 20
15.82/15.91	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.92	c D: 1
15.82/15.92	c estimatedAdderCost: 20
15.82/15.92	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.93	c D: 1
15.82/15.93	c estimatedAdderCost: 20
15.82/15.93	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.94	c D: 1
15.82/15.94	c estimatedAdderCost: 20
15.82/15.94	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.95	c D: 1
15.82/15.95	c estimatedAdderCost: 20
15.82/15.95	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.96	c D: 1
15.82/15.96	c estimatedAdderCost: 20
15.82/15.96	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.97	c D: 1
15.82/15.97	c estimatedAdderCost: 20
15.82/15.97	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.98	c D: 1
15.82/15.98	c estimatedAdderCost: 20
15.82/15.98	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/15.99	c D: 1
15.82/15.99	c estimatedAdderCost: 20
15.82/15.99	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.00	c D: 1
15.82/16.00	c estimatedAdderCost: 20
15.82/16.00	c Try to convert by bdds
15.82/16.01	c D: 1
15.82/16.01	c estimatedAdderCost: 20
15.82/16.01	c Try to convert by bdds
15.82/16.01	c D: 1
15.82/16.01	c estimatedAdderCost: 20
15.82/16.01	c Try to convert by bdds
15.82/16.01	c D: 1
15.82/16.01	c estimatedAdderCost: 20
15.82/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.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.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.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.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.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.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 20
16.03/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 20
16.03/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 20
16.03/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 20
16.03/16.11	c Try to convert by bdds
16.03/16.11	c D: 1
16.03/16.11	c estimatedAdderCost: 20
16.03/16.11	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.12	c D: 1
16.03/16.12	c estimatedAdderCost: 20
16.03/16.12	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.13	c D: 1
16.03/16.13	c estimatedAdderCost: 20
16.03/16.13	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.14	c D: 1
16.03/16.14	c estimatedAdderCost: 20
16.03/16.14	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.15	c D: 1
16.03/16.15	c estimatedAdderCost: 20
16.03/16.15	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.16	c D: 1
16.03/16.16	c estimatedAdderCost: 20
16.03/16.16	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.17	c D: 1
16.03/16.17	c estimatedAdderCost: 20
16.03/16.17	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.18	c D: 1
16.03/16.18	c estimatedAdderCost: 20
16.03/16.18	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.03/16.19	c D: 1
16.03/16.19	c estimatedAdderCost: 20
16.03/16.19	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 20
16.12/16.20	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 20
16.12/16.21	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 20
16.12/16.22	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 20
16.12/16.23	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 20
16.12/16.24	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 20
16.12/16.25	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 20
16.12/16.26	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 20
16.12/16.27	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 20
16.12/16.28	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 20
16.12/16.29	c Try to convert by bdds
16.12/16.30	c D: 1
16.12/16.30	c estimatedAdderCost: 20
16.12/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.30	c D: 1
16.22/16.30	c estimatedAdderCost: 20
16.22/16.30	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.31	c D: 1
16.22/16.31	c estimatedAdderCost: 20
16.22/16.31	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.32	c D: 1
16.22/16.32	c estimatedAdderCost: 20
16.22/16.32	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.33	c D: 1
16.22/16.33	c estimatedAdderCost: 20
16.22/16.33	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.34	c D: 1
16.22/16.34	c estimatedAdderCost: 20
16.22/16.34	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.35	c D: 1
16.22/16.35	c estimatedAdderCost: 20
16.22/16.35	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.36	c D: 1
16.22/16.36	c estimatedAdderCost: 20
16.22/16.36	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.37	c D: 1
16.22/16.37	c estimatedAdderCost: 20
16.22/16.37	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.38	c D: 1
16.22/16.38	c estimatedAdderCost: 20
16.22/16.38	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.22/16.39	c D: 1
16.22/16.39	c estimatedAdderCost: 20
16.22/16.39	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 20
16.32/16.40	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 20
16.32/16.41	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 20
16.32/16.42	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 20
16.32/16.43	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 20
16.32/16.44	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 20
16.32/16.45	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 20
16.32/16.46	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 20
16.32/16.47	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 20
16.32/16.48	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 20
16.32/16.49	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 20
16.42/16.50	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 20
16.42/16.51	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 20
16.42/16.52	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 20
16.42/16.53	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 20
16.42/16.54	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 20
16.42/16.55	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 20
16.42/16.56	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 20
16.42/16.57	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 20
16.42/16.58	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 20
16.42/16.59	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 20
16.52/16.60	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 20
16.52/16.61	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.62	c D: 1
16.52/16.62	c estimatedAdderCost: 20
16.52/16.62	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.63	c D: 1
16.52/16.63	c estimatedAdderCost: 20
16.52/16.63	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.64	c D: 1
16.52/16.64	c estimatedAdderCost: 20
16.52/16.64	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.65	c D: 1
16.52/16.65	c estimatedAdderCost: 20
16.52/16.65	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.66	c D: 1
16.52/16.66	c estimatedAdderCost: 20
16.52/16.66	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.67	c D: 1
16.52/16.67	c estimatedAdderCost: 20
16.52/16.67	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.68	c D: 1
16.52/16.68	c estimatedAdderCost: 20
16.52/16.68	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 20
16.52/16.69	c Try to convert by bdds
16.52/16.70	c D: 1
16.52/16.70	c estimatedAdderCost: 20
16.52/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.70	c D: 1
16.62/16.70	c estimatedAdderCost: 20
16.62/16.70	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.71	c D: 1
16.62/16.71	c estimatedAdderCost: 20
16.62/16.71	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.72	c D: 1
16.62/16.72	c estimatedAdderCost: 20
16.62/16.72	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.73	c D: 1
16.62/16.73	c estimatedAdderCost: 20
16.62/16.73	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.74	c D: 1
16.62/16.74	c estimatedAdderCost: 20
16.62/16.74	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.75	c D: 1
16.62/16.75	c estimatedAdderCost: 20
16.62/16.75	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.76	c D: 1
16.62/16.76	c estimatedAdderCost: 20
16.62/16.76	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.77	c D: 1
16.62/16.77	c estimatedAdderCost: 20
16.62/16.77	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.78	c D: 1
16.62/16.78	c estimatedAdderCost: 20
16.62/16.78	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.62/16.79	c D: 1
16.62/16.79	c estimatedAdderCost: 20
16.62/16.79	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.80	c D: 1
16.72/16.80	c estimatedAdderCost: 20
16.72/16.80	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.81	c D: 1
16.72/16.81	c estimatedAdderCost: 20
16.72/16.81	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.82	c D: 1
16.72/16.82	c estimatedAdderCost: 20
16.72/16.82	c Try to convert by bdds
16.72/16.83	c D: 1
16.72/16.83	c estimatedAdderCost: 20
16.72/16.83	c Try to convert by bdds
16.72/16.83	c D: 1
16.72/16.83	c estimatedAdderCost: 20
16.72/16.83	c Try to convert by bdds
16.72/16.83	c D: 1
16.72/16.83	c estimatedAdderCost: 20
16.72/16.83	c Try to convert by bdds
16.72/16.83	c D: 1
16.72/16.83	c estimatedAdderCost: 20
16.72/16.83	c Try to convert by bdds
16.72/16.83	c D: 1
16.72/16.83	c estimatedAdderCost: 20
16.72/16.83	c Try to convert by bdds
16.72/16.83	c D: 1
16.72/16.83	c estimatedAdderCost: 20
16.72/16.83	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 20
16.83/16.91	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 20
16.83/16.92	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 20
16.83/16.93	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 20
16.83/16.94	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 20
16.83/16.95	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 20
16.83/16.96	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 20
16.83/16.97	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 20
16.83/16.98	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 20
16.83/16.99	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 20
16.83/17.00	c Try to convert by bdds
16.83/17.01	c D: 1
16.83/17.01	c estimatedAdderCost: 20
16.83/17.01	c Try to convert by bdds
16.83/17.01	c D: 1
16.83/17.01	c estimatedAdderCost: 20
16.83/17.01	c Try to convert by bdds
16.83/17.01	c D: 1
16.83/17.01	c estimatedAdderCost: 20
16.83/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 20
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 20
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 20
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 20
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 20
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 20
16.94/17.01	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 20
16.94/17.02	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 20
16.94/17.03	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 20
16.94/17.04	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 20
16.94/17.05	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 20
16.94/17.06	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 20
16.94/17.07	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 20
16.94/17.08	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 20
16.94/17.09	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 20
16.94/17.10	c Try to convert by bdds
16.94/17.11	c D: 1
16.94/17.11	c estimatedAdderCost: 20
16.94/17.11	c Try to convert by bdds
16.94/17.11	c D: 1
16.94/17.11	c estimatedAdderCost: 20
16.94/17.11	c Try to convert by bdds
16.94/17.11	c D: 1
16.94/17.11	c estimatedAdderCost: 20
16.94/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 20
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 20
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 20
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 20
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 20
17.04/17.11	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 20
17.04/17.12	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 20
17.04/17.13	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 20
17.04/17.14	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 20
17.04/17.15	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 20
17.04/17.16	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 20
17.04/17.17	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 20
17.04/17.18	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 20
17.04/17.19	c Try to convert by bdds
17.04/17.20	c D: 1
17.04/17.20	c estimatedAdderCost: 20
17.04/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.20	c D: 1
17.12/17.20	c estimatedAdderCost: 20
17.12/17.20	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.21	c D: 1
17.12/17.21	c estimatedAdderCost: 20
17.12/17.21	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.22	c D: 1
17.12/17.22	c estimatedAdderCost: 20
17.12/17.22	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.23	c D: 1
17.12/17.23	c estimatedAdderCost: 20
17.12/17.23	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.24	c D: 1
17.12/17.24	c estimatedAdderCost: 20
17.12/17.24	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.25	c D: 1
17.12/17.25	c estimatedAdderCost: 20
17.12/17.25	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.26	c D: 1
17.12/17.26	c estimatedAdderCost: 20
17.12/17.26	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.27	c D: 1
17.12/17.27	c estimatedAdderCost: 20
17.12/17.27	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.28	c D: 1
17.12/17.28	c estimatedAdderCost: 20
17.12/17.28	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.12/17.29	c D: 1
17.12/17.29	c estimatedAdderCost: 20
17.12/17.29	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.30	c D: 1
17.22/17.30	c estimatedAdderCost: 20
17.22/17.30	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.31	c D: 1
17.22/17.31	c estimatedAdderCost: 20
17.22/17.31	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.32	c D: 1
17.22/17.32	c estimatedAdderCost: 20
17.22/17.32	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.33	c D: 1
17.22/17.33	c estimatedAdderCost: 20
17.22/17.33	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.34	c D: 1
17.22/17.34	c estimatedAdderCost: 20
17.22/17.34	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.35	c D: 1
17.22/17.35	c estimatedAdderCost: 20
17.22/17.35	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.36	c D: 1
17.22/17.36	c estimatedAdderCost: 20
17.22/17.36	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.37	c D: 1
17.22/17.37	c estimatedAdderCost: 20
17.22/17.37	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.38	c D: 1
17.22/17.38	c estimatedAdderCost: 20
17.22/17.38	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.22/17.39	c D: 1
17.22/17.39	c estimatedAdderCost: 20
17.22/17.39	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.40	c D: 1
17.32/17.40	c estimatedAdderCost: 20
17.32/17.40	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.41	c D: 1
17.32/17.41	c estimatedAdderCost: 20
17.32/17.41	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.42	c D: 1
17.32/17.42	c estimatedAdderCost: 20
17.32/17.42	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.43	c D: 1
17.32/17.43	c estimatedAdderCost: 20
17.32/17.43	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.44	c D: 1
17.32/17.44	c estimatedAdderCost: 20
17.32/17.44	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.45	c D: 1
17.32/17.45	c estimatedAdderCost: 20
17.32/17.45	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.46	c D: 1
17.32/17.46	c estimatedAdderCost: 20
17.32/17.46	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.47	c D: 1
17.32/17.47	c estimatedAdderCost: 20
17.32/17.47	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.48	c D: 1
17.32/17.48	c estimatedAdderCost: 20
17.32/17.48	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.32/17.49	c D: 1
17.32/17.49	c estimatedAdderCost: 20
17.32/17.49	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.50	c D: 1
17.42/17.50	c estimatedAdderCost: 20
17.42/17.50	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.51	c D: 1
17.42/17.51	c estimatedAdderCost: 20
17.42/17.51	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.52	c D: 1
17.42/17.52	c estimatedAdderCost: 20
17.42/17.52	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.53	c D: 1
17.42/17.53	c estimatedAdderCost: 20
17.42/17.53	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.54	c D: 1
17.42/17.54	c estimatedAdderCost: 20
17.42/17.54	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.55	c D: 1
17.42/17.55	c estimatedAdderCost: 20
17.42/17.55	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.56	c D: 1
17.42/17.56	c estimatedAdderCost: 20
17.42/17.56	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.57	c D: 1
17.42/17.57	c estimatedAdderCost: 20
17.42/17.57	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.58	c D: 1
17.42/17.58	c estimatedAdderCost: 20
17.42/17.58	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.42/17.59	c D: 1
17.42/17.59	c estimatedAdderCost: 20
17.42/17.59	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.60	c D: 1
17.52/17.60	c estimatedAdderCost: 20
17.52/17.60	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.61	c D: 1
17.52/17.61	c estimatedAdderCost: 20
17.52/17.61	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.62	c D: 1
17.52/17.62	c estimatedAdderCost: 20
17.52/17.62	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.63	c D: 1
17.52/17.63	c estimatedAdderCost: 20
17.52/17.63	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.64	c D: 1
17.52/17.64	c estimatedAdderCost: 20
17.52/17.64	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.65	c D: 1
17.52/17.65	c estimatedAdderCost: 20
17.52/17.65	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.66	c D: 1
17.52/17.66	c estimatedAdderCost: 20
17.52/17.66	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.67	c D: 1
17.52/17.67	c estimatedAdderCost: 20
17.52/17.67	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.68	c D: 1
17.52/17.68	c estimatedAdderCost: 20
17.52/17.68	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.52/17.69	c D: 1
17.52/17.69	c estimatedAdderCost: 20
17.52/17.69	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.70	c D: 1
17.62/17.70	c estimatedAdderCost: 20
17.62/17.70	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.71	c D: 1
17.62/17.71	c estimatedAdderCost: 20
17.62/17.71	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.72	c D: 1
17.62/17.72	c estimatedAdderCost: 20
17.62/17.72	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.73	c D: 1
17.62/17.73	c estimatedAdderCost: 20
17.62/17.73	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.74	c D: 1
17.62/17.74	c estimatedAdderCost: 20
17.62/17.74	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.75	c D: 1
17.62/17.75	c estimatedAdderCost: 20
17.62/17.75	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.76	c D: 1
17.62/17.76	c estimatedAdderCost: 20
17.62/17.76	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.77	c D: 1
17.62/17.77	c estimatedAdderCost: 20
17.62/17.77	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.78	c D: 1
17.62/17.78	c estimatedAdderCost: 20
17.62/17.78	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.79	c D: 1
17.62/17.79	c estimatedAdderCost: 20
17.62/17.79	c Try to convert by bdds
17.62/17.80	c D: 1
17.62/17.80	c estimatedAdderCost: 20
17.62/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.80	c D: 1
17.72/17.80	c estimatedAdderCost: 20
17.72/17.80	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.81	c D: 1
17.72/17.81	c estimatedAdderCost: 20
17.72/17.81	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.82	c D: 1
17.72/17.82	c estimatedAdderCost: 20
17.72/17.82	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.83	c D: 1
17.72/17.83	c estimatedAdderCost: 20
17.72/17.83	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.84	c D: 1
17.72/17.84	c estimatedAdderCost: 20
17.72/17.84	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.85	c D: 1
17.72/17.85	c estimatedAdderCost: 20
17.72/17.85	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.86	c D: 1
17.72/17.86	c estimatedAdderCost: 20
17.72/17.86	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.87	c D: 1
17.72/17.87	c estimatedAdderCost: 20
17.72/17.87	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.88	c D: 1
17.72/17.88	c estimatedAdderCost: 20
17.72/17.88	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.72/17.89	c D: 1
17.72/17.89	c estimatedAdderCost: 20
17.72/17.89	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.90	c D: 1
17.82/17.90	c estimatedAdderCost: 20
17.82/17.90	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.91	c D: 1
17.82/17.91	c estimatedAdderCost: 20
17.82/17.91	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.92	c D: 1
17.82/17.92	c estimatedAdderCost: 20
17.82/17.92	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.93	c D: 1
17.82/17.93	c estimatedAdderCost: 20
17.82/17.93	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.94	c D: 1
17.82/17.94	c estimatedAdderCost: 20
17.82/17.94	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.95	c D: 1
17.82/17.95	c estimatedAdderCost: 20
17.82/17.95	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.96	c D: 1
17.82/17.96	c estimatedAdderCost: 20
17.82/17.96	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.97	c D: 1
17.82/17.97	c estimatedAdderCost: 20
17.82/17.97	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.98	c D: 1
17.82/17.98	c estimatedAdderCost: 20
17.82/17.98	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/17.99	c D: 1
17.82/17.99	c estimatedAdderCost: 20
17.82/17.99	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.00	c D: 1
17.82/18.00	c estimatedAdderCost: 20
17.82/18.00	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 20
17.82/18.01	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 20
17.82/18.01	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 20
17.82/18.01	c Try to convert by bdds
17.82/18.01	c D: 1
17.82/18.01	c estimatedAdderCost: 20
17.82/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 20
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 20
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 20
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 20
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 20
17.94/18.01	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 20
17.94/18.02	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 20
17.94/18.03	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 20
17.94/18.04	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 20
17.94/18.05	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 20
17.94/18.06	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 20
17.94/18.07	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 20
17.94/18.08	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 20
17.94/18.09	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 20
17.94/18.10	c Try to convert by bdds
17.94/18.11	c D: 1
17.94/18.11	c estimatedAdderCost: 20
17.94/18.11	c Try to convert by bdds
17.94/18.11	c D: 1
17.94/18.11	c estimatedAdderCost: 20
17.94/18.11	c Try to convert by bdds
17.94/18.11	c D: 1
17.94/18.11	c estimatedAdderCost: 20
17.94/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 20
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 20
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 20
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 20
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 20
18.04/18.11	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 20
18.04/18.12	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 20
18.04/18.13	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 20
18.04/18.14	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 20
18.04/18.15	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 20
18.04/18.16	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 20
18.04/18.17	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 20
18.04/18.18	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 20
18.04/18.19	c Try to convert by bdds
18.04/18.20	c D: 1
18.04/18.20	c estimatedAdderCost: 20
18.04/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.20	c D: 1
18.12/18.20	c estimatedAdderCost: 20
18.12/18.20	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.21	c D: 1
18.12/18.21	c estimatedAdderCost: 20
18.12/18.21	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.22	c D: 1
18.12/18.22	c estimatedAdderCost: 20
18.12/18.22	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.23	c D: 1
18.12/18.23	c estimatedAdderCost: 20
18.12/18.23	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.24	c D: 1
18.12/18.24	c estimatedAdderCost: 20
18.12/18.24	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.25	c D: 1
18.12/18.25	c estimatedAdderCost: 20
18.12/18.25	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.26	c D: 1
18.12/18.26	c estimatedAdderCost: 20
18.12/18.26	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.27	c D: 1
18.12/18.27	c estimatedAdderCost: 20
18.12/18.27	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.28	c D: 1
18.12/18.28	c estimatedAdderCost: 20
18.12/18.28	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.29	c D: 1
18.12/18.29	c estimatedAdderCost: 20
18.12/18.29	c Try to convert by bdds
18.12/18.30	c D: 1
18.12/18.30	c estimatedAdderCost: 20
18.12/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.30	c D: 1
18.22/18.30	c estimatedAdderCost: 20
18.22/18.30	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.31	c D: 1
18.22/18.31	c estimatedAdderCost: 20
18.22/18.31	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.32	c D: 1
18.22/18.32	c estimatedAdderCost: 20
18.22/18.32	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.33	c D: 1
18.22/18.33	c estimatedAdderCost: 20
18.22/18.33	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.34	c D: 1
18.22/18.34	c estimatedAdderCost: 20
18.22/18.34	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.35	c D: 1
18.22/18.35	c estimatedAdderCost: 20
18.22/18.35	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.36	c D: 1
18.22/18.36	c estimatedAdderCost: 20
18.22/18.36	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.37	c D: 1
18.22/18.37	c estimatedAdderCost: 20
18.22/18.37	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.38	c D: 1
18.22/18.38	c estimatedAdderCost: 20
18.22/18.38	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.22/18.39	c D: 1
18.22/18.39	c estimatedAdderCost: 20
18.22/18.39	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.40	c D: 1
18.32/18.40	c estimatedAdderCost: 20
18.32/18.40	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.41	c D: 1
18.32/18.41	c estimatedAdderCost: 20
18.32/18.41	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.42	c D: 1
18.32/18.42	c estimatedAdderCost: 20
18.32/18.42	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.43	c D: 1
18.32/18.43	c estimatedAdderCost: 20
18.32/18.43	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.44	c D: 1
18.32/18.44	c estimatedAdderCost: 20
18.32/18.44	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.45	c D: 1
18.32/18.45	c estimatedAdderCost: 20
18.32/18.45	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.46	c D: 1
18.32/18.46	c estimatedAdderCost: 20
18.32/18.46	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.47	c D: 1
18.32/18.47	c estimatedAdderCost: 20
18.32/18.47	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.48	c D: 1
18.32/18.48	c estimatedAdderCost: 20
18.32/18.48	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.49	c D: 1
18.32/18.49	c estimatedAdderCost: 20
18.32/18.49	c Try to convert by bdds
18.32/18.50	c D: 1
18.32/18.50	c estimatedAdderCost: 20
18.32/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.50	c D: 1
18.42/18.50	c estimatedAdderCost: 20
18.42/18.50	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.51	c D: 1
18.42/18.51	c estimatedAdderCost: 20
18.42/18.51	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.52	c D: 1
18.42/18.52	c estimatedAdderCost: 20
18.42/18.52	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.53	c D: 1
18.42/18.53	c estimatedAdderCost: 20
18.42/18.53	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.54	c D: 1
18.42/18.54	c estimatedAdderCost: 20
18.42/18.54	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.55	c D: 1
18.42/18.55	c estimatedAdderCost: 20
18.42/18.55	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.56	c D: 1
18.42/18.56	c estimatedAdderCost: 20
18.42/18.56	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.57	c D: 1
18.42/18.57	c estimatedAdderCost: 20
18.42/18.57	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.58	c D: 1
18.42/18.58	c estimatedAdderCost: 20
18.42/18.58	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.42/18.59	c D: 1
18.42/18.59	c estimatedAdderCost: 20
18.42/18.59	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.60	c D: 1
18.52/18.60	c estimatedAdderCost: 20
18.52/18.60	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.61	c D: 1
18.52/18.61	c estimatedAdderCost: 20
18.52/18.61	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.62	c D: 1
18.52/18.62	c estimatedAdderCost: 20
18.52/18.62	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.63	c D: 1
18.52/18.63	c estimatedAdderCost: 20
18.52/18.63	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.64	c D: 1
18.52/18.64	c estimatedAdderCost: 20
18.52/18.64	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.65	c D: 1
18.52/18.65	c estimatedAdderCost: 20
18.52/18.65	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.66	c D: 1
18.52/18.66	c estimatedAdderCost: 20
18.52/18.66	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.67	c D: 1
18.52/18.67	c estimatedAdderCost: 20
18.52/18.67	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.68	c D: 1
18.52/18.68	c estimatedAdderCost: 20
18.52/18.68	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.69	c D: 1
18.52/18.69	c estimatedAdderCost: 20
18.52/18.69	c Try to convert by bdds
18.52/18.70	c D: 1
18.52/18.70	c estimatedAdderCost: 20
18.52/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.70	c D: 1
18.62/18.70	c estimatedAdderCost: 20
18.62/18.70	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.71	c D: 1
18.62/18.71	c estimatedAdderCost: 20
18.62/18.71	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.72	c D: 1
18.62/18.72	c estimatedAdderCost: 20
18.62/18.72	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.73	c D: 1
18.62/18.73	c estimatedAdderCost: 20
18.62/18.73	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.74	c D: 1
18.62/18.74	c estimatedAdderCost: 20
18.62/18.74	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.75	c D: 1
18.62/18.75	c estimatedAdderCost: 20
18.62/18.75	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.76	c D: 1
18.62/18.76	c estimatedAdderCost: 20
18.62/18.76	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.77	c D: 1
18.62/18.77	c estimatedAdderCost: 20
18.62/18.77	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.78	c D: 1
18.62/18.78	c estimatedAdderCost: 20
18.62/18.78	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.62/18.79	c D: 1
18.62/18.79	c estimatedAdderCost: 20
18.62/18.79	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.80	c D: 1
18.72/18.80	c estimatedAdderCost: 20
18.72/18.80	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.81	c D: 1
18.72/18.81	c estimatedAdderCost: 20
18.72/18.81	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.82	c D: 1
18.72/18.82	c estimatedAdderCost: 20
18.72/18.82	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.83	c D: 1
18.72/18.83	c estimatedAdderCost: 20
18.72/18.83	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.84	c D: 1
18.72/18.84	c estimatedAdderCost: 20
18.72/18.84	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.85	c D: 1
18.72/18.85	c estimatedAdderCost: 20
18.72/18.85	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.86	c D: 1
18.72/18.86	c estimatedAdderCost: 20
18.72/18.86	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.87	c D: 1
18.72/18.87	c estimatedAdderCost: 20
18.72/18.87	c Try to convert by bdds
18.72/18.88	c D: 1
18.72/18.88	c estimatedAdderCost: 20
18.72/18.88	c Try to convert by bdds
18.72/18.88	c D: 1
18.72/18.88	c estimatedAdderCost: 20
18.72/18.88	c Try to convert by bdds
18.72/18.88	c D: 1
18.72/18.88	c estimatedAdderCost: 20
18.72/18.88	c Try to convert by bdds [...]

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

 bdds
33.91/34.09	c D: 1
33.91/34.09	c estimatedAdderCost: 20
33.91/34.09	c Try to convert by bdds
33.91/34.09	c D: 1
33.91/34.09	c estimatedAdderCost: 20
33.91/34.09	c Try to convert by bdds
33.91/34.09	c D: 1
33.91/34.09	c estimatedAdderCost: 20
33.91/34.09	c Try to convert by bdds
33.91/34.09	c D: 1
33.91/34.09	c estimatedAdderCost: 20
33.91/34.09	c Try to convert by bdds
33.91/34.09	c D: 1
33.91/34.09	c estimatedAdderCost: 20
33.91/34.09	c Try to convert by bdds
33.91/34.09	c D: 1
33.91/34.09	c estimatedAdderCost: 20
33.91/34.09	c Try to convert by bdds
33.91/34.09	c D: 1
33.91/34.09	c estimatedAdderCost: 20
33.91/34.09	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.10	c D: 1
33.91/34.10	c estimatedAdderCost: 20
33.91/34.10	c Try to convert by bdds
33.91/34.11	c D: 1
33.91/34.11	c estimatedAdderCost: 20
33.91/34.11	c Try to convert by bdds
33.91/34.11	c D: 1
33.91/34.11	c estimatedAdderCost: 20
33.91/34.11	c Try to convert by bdds
33.91/34.11	c D: 1
33.91/34.11	c estimatedAdderCost: 20
33.91/34.11	c Try to convert by bdds
34.01/34.11	c D: 1
34.01/34.11	c estimatedAdderCost: 20
34.01/34.11	c Try to convert by bdds
34.01/34.11	c D: 1
34.01/34.11	c estimatedAdderCost: 20
34.01/34.11	c Try to convert by bdds
34.01/34.11	c D: 1
34.01/34.11	c estimatedAdderCost: 20
34.01/34.11	c Try to convert by bdds
34.01/34.11	c D: 1
34.01/34.11	c estimatedAdderCost: 20
34.01/34.11	c Try to convert by bdds
34.01/34.11	c D: 1
34.01/34.11	c estimatedAdderCost: 20
34.01/34.11	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.12	c D: 1
34.01/34.12	c estimatedAdderCost: 20
34.01/34.12	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.13	c D: 1
34.01/34.13	c estimatedAdderCost: 20
34.01/34.13	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.14	c D: 1
34.01/34.14	c estimatedAdderCost: 20
34.01/34.14	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.15	c D: 1
34.01/34.15	c estimatedAdderCost: 20
34.01/34.15	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.16	c D: 1
34.01/34.16	c estimatedAdderCost: 20
34.01/34.16	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.17	c D: 1
34.01/34.17	c estimatedAdderCost: 20
34.01/34.17	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.18	c D: 1
34.01/34.18	c estimatedAdderCost: 20
34.01/34.18	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.01/34.19	c D: 1
34.01/34.19	c estimatedAdderCost: 20
34.01/34.19	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.20	c D: 1
34.09/34.20	c estimatedAdderCost: 20
34.09/34.20	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.21	c D: 1
34.09/34.21	c estimatedAdderCost: 20
34.09/34.21	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.22	c D: 1
34.09/34.22	c estimatedAdderCost: 20
34.09/34.22	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.23	c D: 1
34.09/34.23	c estimatedAdderCost: 20
34.09/34.23	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.24	c D: 1
34.09/34.24	c estimatedAdderCost: 20
34.09/34.24	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.25	c D: 1
34.09/34.25	c estimatedAdderCost: 20
34.09/34.25	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.26	c D: 1
34.09/34.26	c estimatedAdderCost: 20
34.09/34.26	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.27	c D: 1
34.09/34.27	c estimatedAdderCost: 20
34.09/34.27	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.28	c D: 1
34.09/34.28	c estimatedAdderCost: 20
34.09/34.28	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.09/34.29	c D: 1
34.09/34.29	c estimatedAdderCost: 20
34.09/34.29	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.30	c D: 1
34.19/34.30	c estimatedAdderCost: 20
34.19/34.30	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.31	c D: 1
34.19/34.31	c estimatedAdderCost: 20
34.19/34.31	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.32	c D: 1
34.19/34.32	c estimatedAdderCost: 20
34.19/34.32	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.33	c D: 1
34.19/34.33	c estimatedAdderCost: 20
34.19/34.33	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.34	c D: 1
34.19/34.34	c estimatedAdderCost: 20
34.19/34.34	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.35	c D: 1
34.19/34.35	c estimatedAdderCost: 20
34.19/34.35	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.36	c D: 1
34.19/34.36	c estimatedAdderCost: 20
34.19/34.36	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.37	c D: 1
34.19/34.37	c estimatedAdderCost: 20
34.19/34.37	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.38	c D: 1
34.19/34.38	c estimatedAdderCost: 20
34.19/34.38	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.39	c D: 1
34.19/34.39	c estimatedAdderCost: 20
34.19/34.39	c Try to convert by bdds
34.19/34.40	c D: 1
34.19/34.40	c estimatedAdderCost: 20
34.19/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.40	c D: 1
34.29/34.40	c estimatedAdderCost: 20
34.29/34.40	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.41	c D: 1
34.29/34.41	c estimatedAdderCost: 20
34.29/34.41	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.42	c D: 1
34.29/34.42	c estimatedAdderCost: 20
34.29/34.42	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.43	c D: 1
34.29/34.43	c estimatedAdderCost: 20
34.29/34.43	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.44	c D: 1
34.29/34.44	c estimatedAdderCost: 20
34.29/34.44	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.45	c D: 1
34.29/34.45	c estimatedAdderCost: 20
34.29/34.45	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.46	c D: 1
34.29/34.46	c estimatedAdderCost: 20
34.29/34.46	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.47	c D: 1
34.29/34.47	c estimatedAdderCost: 20
34.29/34.47	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.48	c D: 1
34.29/34.48	c estimatedAdderCost: 20
34.29/34.48	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.29/34.49	c D: 1
34.29/34.49	c estimatedAdderCost: 20
34.29/34.49	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.50	c D: 1
34.39/34.50	c estimatedAdderCost: 20
34.39/34.50	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.51	c D: 1
34.39/34.51	c estimatedAdderCost: 20
34.39/34.51	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.52	c D: 1
34.39/34.52	c estimatedAdderCost: 20
34.39/34.52	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.53	c D: 1
34.39/34.53	c estimatedAdderCost: 20
34.39/34.53	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.54	c D: 1
34.39/34.54	c estimatedAdderCost: 20
34.39/34.54	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.55	c D: 1
34.39/34.55	c estimatedAdderCost: 20
34.39/34.55	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.56	c D: 1
34.39/34.56	c estimatedAdderCost: 20
34.39/34.56	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.57	c D: 1
34.39/34.57	c estimatedAdderCost: 20
34.39/34.57	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.58	c D: 1
34.39/34.58	c estimatedAdderCost: 20
34.39/34.58	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.39/34.59	c D: 1
34.39/34.59	c estimatedAdderCost: 20
34.39/34.59	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.60	c D: 1
34.49/34.60	c estimatedAdderCost: 20
34.49/34.60	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.61	c D: 1
34.49/34.61	c estimatedAdderCost: 20
34.49/34.61	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.62	c D: 1
34.49/34.62	c estimatedAdderCost: 20
34.49/34.62	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.63	c D: 1
34.49/34.63	c estimatedAdderCost: 20
34.49/34.63	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.64	c D: 1
34.49/34.64	c estimatedAdderCost: 20
34.49/34.64	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.65	c D: 1
34.49/34.65	c estimatedAdderCost: 20
34.49/34.65	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.66	c D: 1
34.49/34.66	c estimatedAdderCost: 20
34.49/34.66	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.67	c D: 1
34.49/34.67	c estimatedAdderCost: 20
34.49/34.67	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.68	c D: 1
34.49/34.68	c estimatedAdderCost: 20
34.49/34.68	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.49/34.69	c D: 1
34.49/34.69	c estimatedAdderCost: 20
34.49/34.69	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.70	c D: 1
34.59/34.70	c estimatedAdderCost: 20
34.59/34.70	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.71	c D: 1
34.59/34.71	c estimatedAdderCost: 20
34.59/34.71	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.72	c D: 1
34.59/34.72	c estimatedAdderCost: 20
34.59/34.72	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.73	c D: 1
34.59/34.73	c estimatedAdderCost: 20
34.59/34.73	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.74	c D: 1
34.59/34.74	c estimatedAdderCost: 20
34.59/34.74	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.75	c D: 1
34.59/34.75	c estimatedAdderCost: 20
34.59/34.75	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.76	c D: 1
34.59/34.76	c estimatedAdderCost: 20
34.59/34.76	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.77	c D: 1
34.59/34.77	c estimatedAdderCost: 20
34.59/34.77	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.78	c D: 1
34.59/34.78	c estimatedAdderCost: 20
34.59/34.78	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.59/34.79	c D: 1
34.59/34.79	c estimatedAdderCost: 20
34.59/34.79	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 20
34.70/34.80	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 20
34.70/34.81	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 20
34.70/34.82	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 20
34.70/34.83	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 20
34.70/34.84	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 20
34.70/34.85	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 20
34.70/34.86	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 20
34.70/34.87	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 20
34.70/34.88	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 20
34.70/34.89	c Try to convert by bdds
34.70/34.90	c D: 1
34.70/34.90	c estimatedAdderCost: 20
34.70/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 20
34.80/34.90	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 20
34.80/34.91	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 20
34.80/34.92	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 20
34.80/34.93	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 20
34.80/34.94	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 20
34.80/34.95	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 20
34.80/34.96	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 20
34.80/34.97	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 20
34.80/34.98	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 20
34.80/34.99	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 20
34.80/35.00	c Try to convert by bdds
34.80/35.01	c D: 1
34.80/35.01	c estimatedAdderCost: 20
34.80/35.01	c Try to convert by bdds
34.80/35.01	c D: 1
34.80/35.01	c estimatedAdderCost: 20
34.80/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 20
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 20
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 20
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 20
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 20
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 20
34.91/35.01	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 20
34.91/35.02	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 20
34.91/35.03	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 20
34.91/35.04	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 20
34.91/35.05	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 20
34.91/35.06	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 20
34.91/35.07	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 20
34.91/35.08	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 20
34.91/35.09	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 20
34.91/35.10	c Try to convert by bdds
34.91/35.11	c D: 1
34.91/35.11	c estimatedAdderCost: 20
34.91/35.11	c Try to convert by bdds
34.91/35.11	c D: 1
34.91/35.11	c estimatedAdderCost: 20
34.91/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 20
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 20
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 20
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 20
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 20
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 20
35.01/35.11	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 20
35.01/35.12	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.13	c D: 1
35.01/35.13	c estimatedAdderCost: 20
35.01/35.13	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.14	c D: 1
35.01/35.14	c estimatedAdderCost: 20
35.01/35.14	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.15	c D: 1
35.01/35.15	c estimatedAdderCost: 20
35.01/35.15	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.16	c D: 1
35.01/35.16	c estimatedAdderCost: 20
35.01/35.16	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.17	c D: 1
35.01/35.17	c estimatedAdderCost: 20
35.01/35.17	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.18	c D: 1
35.01/35.18	c estimatedAdderCost: 20
35.01/35.18	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.01/35.19	c D: 1
35.01/35.19	c estimatedAdderCost: 20
35.01/35.19	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.20	c D: 1
35.10/35.20	c estimatedAdderCost: 20
35.10/35.20	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.21	c D: 1
35.10/35.21	c estimatedAdderCost: 20
35.10/35.21	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.22	c D: 1
35.10/35.22	c estimatedAdderCost: 20
35.10/35.22	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.23	c D: 1
35.10/35.23	c estimatedAdderCost: 20
35.10/35.23	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.24	c D: 1
35.10/35.24	c estimatedAdderCost: 20
35.10/35.24	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.25	c D: 1
35.10/35.25	c estimatedAdderCost: 20
35.10/35.25	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.26	c D: 1
35.10/35.26	c estimatedAdderCost: 20
35.10/35.26	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.27	c D: 1
35.10/35.27	c estimatedAdderCost: 20
35.10/35.27	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.28	c D: 1
35.10/35.28	c estimatedAdderCost: 20
35.10/35.28	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.10/35.29	c D: 1
35.10/35.29	c estimatedAdderCost: 20
35.10/35.29	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.30	c D: 1
35.20/35.30	c estimatedAdderCost: 20
35.20/35.30	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.31	c D: 1
35.20/35.31	c estimatedAdderCost: 20
35.20/35.31	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.32	c D: 1
35.20/35.32	c estimatedAdderCost: 20
35.20/35.32	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.33	c D: 1
35.20/35.33	c estimatedAdderCost: 20
35.20/35.33	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.34	c D: 1
35.20/35.34	c estimatedAdderCost: 20
35.20/35.34	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.35	c D: 1
35.20/35.35	c estimatedAdderCost: 20
35.20/35.35	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.36	c D: 1
35.20/35.36	c estimatedAdderCost: 20
35.20/35.36	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.37	c D: 1
35.20/35.37	c estimatedAdderCost: 20
35.20/35.37	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.38	c D: 1
35.20/35.38	c estimatedAdderCost: 20
35.20/35.38	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.39	c D: 1
35.20/35.39	c estimatedAdderCost: 20
35.20/35.39	c Try to convert by bdds
35.20/35.40	c D: 1
35.20/35.40	c estimatedAdderCost: 20
35.20/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.40	c D: 1
35.30/35.40	c estimatedAdderCost: 20
35.30/35.40	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.41	c D: 1
35.30/35.41	c estimatedAdderCost: 20
35.30/35.41	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.42	c D: 1
35.30/35.42	c estimatedAdderCost: 20
35.30/35.42	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.43	c D: 1
35.30/35.43	c estimatedAdderCost: 20
35.30/35.43	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.44	c D: 1
35.30/35.44	c estimatedAdderCost: 20
35.30/35.44	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.45	c D: 1
35.30/35.45	c estimatedAdderCost: 20
35.30/35.45	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.46	c D: 1
35.30/35.46	c estimatedAdderCost: 20
35.30/35.46	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.47	c D: 1
35.30/35.47	c estimatedAdderCost: 20
35.30/35.47	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.48	c D: 1
35.30/35.48	c estimatedAdderCost: 20
35.30/35.48	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.30/35.49	c D: 1
35.30/35.49	c estimatedAdderCost: 20
35.30/35.49	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.50	c D: 1
35.40/35.50	c estimatedAdderCost: 20
35.40/35.50	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.51	c D: 1
35.40/35.51	c estimatedAdderCost: 20
35.40/35.51	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.52	c D: 1
35.40/35.52	c estimatedAdderCost: 20
35.40/35.52	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.53	c D: 1
35.40/35.53	c estimatedAdderCost: 20
35.40/35.53	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.54	c D: 1
35.40/35.54	c estimatedAdderCost: 20
35.40/35.54	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.55	c D: 1
35.40/35.55	c estimatedAdderCost: 20
35.40/35.55	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.56	c D: 1
35.40/35.56	c estimatedAdderCost: 20
35.40/35.56	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.57	c D: 1
35.40/35.57	c estimatedAdderCost: 20
35.40/35.57	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.58	c D: 1
35.40/35.58	c estimatedAdderCost: 20
35.40/35.58	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.40/35.59	c D: 1
35.40/35.59	c estimatedAdderCost: 20
35.40/35.59	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.60	c D: 1
35.50/35.60	c estimatedAdderCost: 20
35.50/35.60	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.61	c D: 1
35.50/35.61	c estimatedAdderCost: 20
35.50/35.61	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.62	c D: 1
35.50/35.62	c estimatedAdderCost: 20
35.50/35.62	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.63	c D: 1
35.50/35.63	c estimatedAdderCost: 20
35.50/35.63	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.64	c D: 1
35.50/35.64	c estimatedAdderCost: 20
35.50/35.64	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.65	c D: 1
35.50/35.65	c estimatedAdderCost: 20
35.50/35.65	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.66	c D: 1
35.50/35.66	c estimatedAdderCost: 20
35.50/35.66	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.67	c D: 1
35.50/35.67	c estimatedAdderCost: 20
35.50/35.67	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.68	c D: 1
35.50/35.68	c estimatedAdderCost: 20
35.50/35.68	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.50/35.69	c D: 1
35.50/35.69	c estimatedAdderCost: 20
35.50/35.69	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.70	c D: 1
35.60/35.70	c estimatedAdderCost: 20
35.60/35.70	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.71	c D: 1
35.60/35.71	c estimatedAdderCost: 20
35.60/35.71	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.72	c D: 1
35.60/35.72	c estimatedAdderCost: 20
35.60/35.72	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.73	c D: 1
35.60/35.73	c estimatedAdderCost: 20
35.60/35.73	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.74	c D: 1
35.60/35.74	c estimatedAdderCost: 20
35.60/35.74	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.75	c D: 1
35.60/35.75	c estimatedAdderCost: 20
35.60/35.75	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.76	c D: 1
35.60/35.76	c estimatedAdderCost: 20
35.60/35.76	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.77	c D: 1
35.60/35.77	c estimatedAdderCost: 20
35.60/35.77	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.78	c D: 1
35.60/35.78	c estimatedAdderCost: 20
35.60/35.78	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.60/35.79	c D: 1
35.60/35.79	c estimatedAdderCost: 20
35.60/35.79	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.80	c D: 1
35.70/35.80	c estimatedAdderCost: 20
35.70/35.80	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.81	c D: 1
35.70/35.81	c estimatedAdderCost: 20
35.70/35.81	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.82	c D: 1
35.70/35.82	c estimatedAdderCost: 20
35.70/35.82	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.83	c D: 1
35.70/35.83	c estimatedAdderCost: 20
35.70/35.83	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.84	c D: 1
35.70/35.84	c estimatedAdderCost: 20
35.70/35.84	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.85	c D: 1
35.70/35.85	c estimatedAdderCost: 20
35.70/35.85	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.86	c D: 1
35.70/35.86	c estimatedAdderCost: 20
35.70/35.86	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.87	c D: 1
35.70/35.87	c estimatedAdderCost: 20
35.70/35.87	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.88	c D: 1
35.70/35.88	c estimatedAdderCost: 20
35.70/35.88	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.70/35.89	c D: 1
35.70/35.89	c estimatedAdderCost: 20
35.70/35.89	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.90	c D: 1
35.80/35.90	c estimatedAdderCost: 20
35.80/35.90	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.91	c D: 1
35.80/35.91	c estimatedAdderCost: 20
35.80/35.91	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.92	c D: 1
35.80/35.92	c estimatedAdderCost: 20
35.80/35.92	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.93	c D: 1
35.80/35.93	c estimatedAdderCost: 20
35.80/35.93	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.94	c D: 1
35.80/35.94	c estimatedAdderCost: 20
35.80/35.94	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.95	c D: 1
35.80/35.95	c estimatedAdderCost: 20
35.80/35.95	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.96	c D: 1
35.80/35.96	c estimatedAdderCost: 20
35.80/35.96	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.97	c D: 1
35.80/35.97	c estimatedAdderCost: 20
35.80/35.97	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.98	c D: 1
35.80/35.98	c estimatedAdderCost: 20
35.80/35.98	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/35.99	c D: 1
35.80/35.99	c estimatedAdderCost: 20
35.80/35.99	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.00	c D: 1
35.80/36.00	c estimatedAdderCost: 20
35.80/36.00	c Try to convert by bdds
35.80/36.01	c D: 1
35.80/36.01	c estimatedAdderCost: 20
35.80/36.01	c Try to convert by bdds
35.80/36.01	c D: 1
35.80/36.01	c estimatedAdderCost: 20
35.80/36.01	c Try to convert by bdds
35.91/36.01	c D: 1
35.91/36.01	c estimatedAdderCost: 20
35.91/36.01	c Try to convert by bdds
35.91/36.01	c D: 1
35.91/36.01	c estimatedAdderCost: 20
35.91/36.01	c Try to convert by bdds
35.91/36.01	c D: 1
35.91/36.01	c estimatedAdderCost: 20
35.91/36.01	c Try to convert by bdds
35.91/36.01	c D: 1
35.91/36.01	c estimatedAdderCost: 20
35.91/36.01	c Try to convert by bdds
35.91/36.01	c D: 1
35.91/36.01	c estimatedAdderCost: 20
35.91/36.01	c Try to convert by bdds
35.91/36.01	c D: 1
35.91/36.01	c estimatedAdderCost: 20
35.91/36.01	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.02	c D: 1
35.91/36.02	c estimatedAdderCost: 20
35.91/36.02	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.03	c D: 1
35.91/36.03	c estimatedAdderCost: 20
35.91/36.03	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.04	c D: 1
35.91/36.04	c estimatedAdderCost: 20
35.91/36.04	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.05	c D: 1
35.91/36.05	c estimatedAdderCost: 20
35.91/36.05	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.06	c D: 1
35.91/36.06	c estimatedAdderCost: 20
35.91/36.06	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.07	c D: 1
35.91/36.07	c estimatedAdderCost: 20
35.91/36.07	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.08	c D: 1
35.91/36.08	c estimatedAdderCost: 20
35.91/36.08	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.09	c D: 1
35.91/36.09	c estimatedAdderCost: 20
35.91/36.09	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.10	c D: 1
35.91/36.10	c estimatedAdderCost: 20
35.91/36.10	c Try to convert by bdds
35.91/36.11	c D: 1
35.91/36.11	c estimatedAdderCost: 20
35.91/36.11	c Try to convert by bdds
35.91/36.11	c D: 1
35.91/36.11	c estimatedAdderCost: 20
35.91/36.11	c Try to convert by bdds
36.01/36.11	c D: 1
36.01/36.11	c estimatedAdderCost: 20
36.01/36.11	c Try to convert by bdds
36.01/36.11	c D: 1
36.01/36.11	c estimatedAdderCost: 20
36.01/36.11	c Try to convert by bdds
36.01/36.11	c D: 1
36.01/36.11	c estimatedAdderCost: 20
36.01/36.11	c Try to convert by bdds
36.01/36.11	c D: 1
36.01/36.11	c estimatedAdderCost: 20
36.01/36.11	c Try to convert by bdds
36.01/36.11	c D: 1
36.01/36.11	c estimatedAdderCost: 20
36.01/36.11	c Try to convert by bdds
36.01/36.11	c D: 1
36.01/36.11	c estimatedAdderCost: 20
36.01/36.11	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.12	c D: 1
36.01/36.12	c estimatedAdderCost: 20
36.01/36.12	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.13	c D: 1
36.01/36.13	c estimatedAdderCost: 20
36.01/36.13	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.14	c D: 1
36.01/36.14	c estimatedAdderCost: 20
36.01/36.14	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.15	c D: 1
36.01/36.15	c estimatedAdderCost: 20
36.01/36.15	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.16	c D: 1
36.01/36.16	c estimatedAdderCost: 20
36.01/36.16	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.17	c D: 1
36.01/36.17	c estimatedAdderCost: 20
36.01/36.17	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.18	c D: 1
36.01/36.18	c estimatedAdderCost: 20
36.01/36.18	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.01/36.19	c D: 1
36.01/36.19	c estimatedAdderCost: 20
36.01/36.19	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.20	c D: 1
36.10/36.20	c estimatedAdderCost: 20
36.10/36.20	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.21	c D: 1
36.10/36.21	c estimatedAdderCost: 20
36.10/36.21	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.22	c D: 1
36.10/36.22	c estimatedAdderCost: 20
36.10/36.22	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.23	c D: 1
36.10/36.23	c estimatedAdderCost: 20
36.10/36.23	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.24	c D: 1
36.10/36.24	c estimatedAdderCost: 20
36.10/36.24	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.25	c D: 1
36.10/36.25	c estimatedAdderCost: 20
36.10/36.25	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.26	c D: 1
36.10/36.26	c estimatedAdderCost: 20
36.10/36.26	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.27	c D: 1
36.10/36.27	c estimatedAdderCost: 20
36.10/36.27	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.28	c D: 1
36.10/36.28	c estimatedAdderCost: 20
36.10/36.28	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.10/36.29	c D: 1
36.10/36.29	c estimatedAdderCost: 20
36.10/36.29	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.30	c D: 1
36.20/36.30	c estimatedAdderCost: 20
36.20/36.30	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.31	c D: 1
36.20/36.31	c estimatedAdderCost: 20
36.20/36.31	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.32	c D: 1
36.20/36.32	c estimatedAdderCost: 20
36.20/36.32	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.33	c D: 1
36.20/36.33	c estimatedAdderCost: 20
36.20/36.33	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.34	c D: 1
36.20/36.34	c estimatedAdderCost: 20
36.20/36.34	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.35	c D: 1
36.20/36.35	c estimatedAdderCost: 20
36.20/36.35	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.36	c D: 1
36.20/36.36	c estimatedAdderCost: 20
36.20/36.36	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.37	c D: 1
36.20/36.37	c estimatedAdderCost: 20
36.20/36.37	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.38	c D: 1
36.20/36.38	c estimatedAdderCost: 20
36.20/36.38	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.39	c D: 1
36.20/36.39	c estimatedAdderCost: 20
36.20/36.39	c Try to convert by bdds
36.20/36.40	c D: 1
36.20/36.40	c estimatedAdderCost: 20
36.20/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.40	c D: 1
36.30/36.40	c estimatedAdderCost: 20
36.30/36.40	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.41	c D: 1
36.30/36.41	c estimatedAdderCost: 20
36.30/36.41	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.42	c D: 1
36.30/36.42	c estimatedAdderCost: 20
36.30/36.42	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.43	c D: 1
36.30/36.43	c estimatedAdderCost: 20
36.30/36.43	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.44	c D: 1
36.30/36.44	c estimatedAdderCost: 20
36.30/36.44	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.45	c D: 1
36.30/36.45	c estimatedAdderCost: 20
36.30/36.45	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.46	c D: 1
36.30/36.46	c estimatedAdderCost: 20
36.30/36.46	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.47	c D: 1
36.30/36.47	c estimatedAdderCost: 20
36.30/36.47	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.48	c D: 1
36.30/36.48	c estimatedAdderCost: 20
36.30/36.48	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.30/36.49	c D: 1
36.30/36.49	c estimatedAdderCost: 20
36.30/36.49	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.50	c D: 1
36.40/36.50	c estimatedAdderCost: 20
36.40/36.50	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.51	c D: 1
36.40/36.51	c estimatedAdderCost: 20
36.40/36.51	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.52	c D: 1
36.40/36.52	c estimatedAdderCost: 20
36.40/36.52	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.53	c D: 1
36.40/36.53	c estimatedAdderCost: 20
36.40/36.53	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.54	c D: 1
36.40/36.54	c estimatedAdderCost: 20
36.40/36.54	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.55	c D: 1
36.40/36.55	c estimatedAdderCost: 20
36.40/36.55	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.56	c D: 1
36.40/36.56	c estimatedAdderCost: 20
36.40/36.56	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.57	c D: 1
36.40/36.57	c estimatedAdderCost: 20
36.40/36.57	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.58	c D: 1
36.40/36.58	c estimatedAdderCost: 20
36.40/36.58	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.40/36.59	c D: 1
36.40/36.59	c estimatedAdderCost: 20
36.40/36.59	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.60	c D: 1
36.50/36.60	c estimatedAdderCost: 20
36.50/36.60	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.61	c D: 1
36.50/36.61	c estimatedAdderCost: 20
36.50/36.61	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.62	c D: 1
36.50/36.62	c estimatedAdderCost: 20
36.50/36.62	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.63	c D: 1
36.50/36.63	c estimatedAdderCost: 20
36.50/36.63	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.64	c D: 1
36.50/36.64	c estimatedAdderCost: 20
36.50/36.64	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.65	c D: 1
36.50/36.65	c estimatedAdderCost: 20
36.50/36.65	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.66	c D: 1
36.50/36.66	c estimatedAdderCost: 20
36.50/36.66	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.67	c D: 1
36.50/36.67	c estimatedAdderCost: 20
36.50/36.67	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.68	c D: 1
36.50/36.68	c estimatedAdderCost: 20
36.50/36.68	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.50/36.69	c D: 1
36.50/36.69	c estimatedAdderCost: 20
36.50/36.69	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.70	c D: 1
36.60/36.70	c estimatedAdderCost: 20
36.60/36.70	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.71	c D: 1
36.60/36.71	c estimatedAdderCost: 20
36.60/36.71	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.72	c D: 1
36.60/36.72	c estimatedAdderCost: 20
36.60/36.72	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.73	c D: 1
36.60/36.73	c estimatedAdderCost: 20
36.60/36.73	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.74	c D: 1
36.60/36.74	c estimatedAdderCost: 20
36.60/36.74	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.75	c D: 1
36.60/36.75	c estimatedAdderCost: 20
36.60/36.75	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.76	c D: 1
36.60/36.76	c estimatedAdderCost: 20
36.60/36.76	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.77	c D: 1
36.60/36.77	c estimatedAdderCost: 20
36.60/36.77	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.78	c D: 1
36.60/36.78	c estimatedAdderCost: 20
36.60/36.78	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.60/36.79	c D: 1
36.60/36.79	c estimatedAdderCost: 20
36.60/36.79	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.80	c D: 1
36.70/36.80	c estimatedAdderCost: 20
36.70/36.80	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.81	c D: 1
36.70/36.81	c estimatedAdderCost: 20
36.70/36.81	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.82	c D: 1
36.70/36.82	c estimatedAdderCost: 20
36.70/36.82	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.83	c D: 1
36.70/36.83	c estimatedAdderCost: 20
36.70/36.83	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.84	c D: 1
36.70/36.84	c estimatedAdderCost: 20
36.70/36.84	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.85	c D: 1
36.70/36.85	c estimatedAdderCost: 20
36.70/36.85	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.86	c D: 1
36.70/36.86	c estimatedAdderCost: 20
36.70/36.86	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.87	c D: 1
36.70/36.87	c estimatedAdderCost: 20
36.70/36.87	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.88	c D: 1
36.70/36.88	c estimatedAdderCost: 20
36.70/36.88	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.70/36.89	c D: 1
36.70/36.89	c estimatedAdderCost: 20
36.70/36.89	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.90	c D: 1
36.80/36.90	c estimatedAdderCost: 20
36.80/36.90	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.91	c D: 1
36.80/36.91	c estimatedAdderCost: 20
36.80/36.91	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.92	c D: 1
36.80/36.92	c estimatedAdderCost: 20
36.80/36.92	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.93	c D: 1
36.80/36.93	c estimatedAdderCost: 20
36.80/36.93	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.94	c D: 1
36.80/36.94	c estimatedAdderCost: 20
36.80/36.94	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.95	c D: 1
36.80/36.95	c estimatedAdderCost: 20
36.80/36.95	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.96	c D: 1
36.80/36.96	c estimatedAdderCost: 20
36.80/36.96	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.97	c D: 1
36.80/36.97	c estimatedAdderCost: 20
36.80/36.97	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.98	c D: 1
36.80/36.98	c estimatedAdderCost: 20
36.80/36.98	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/36.99	c D: 1
36.80/36.99	c estimatedAdderCost: 20
36.80/36.99	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.00	c D: 1
36.80/37.00	c estimatedAdderCost: 20
36.80/37.00	c Try to convert by bdds
36.80/37.01	c D: 1
36.80/37.01	c estimatedAdderCost: 20
36.80/37.01	c Try to convert by bdds
36.80/37.01	c D: 1
36.80/37.01	c estimatedAdderCost: 20
36.80/37.01	c Try to convert by bdds
36.80/37.01	c D: 1
36.80/37.01	c estimatedAdderCost: 20
36.80/37.01	c Try to convert by bdds
36.91/37.01	c D: 1
36.91/37.01	c estimatedAdderCost: 20
36.91/37.01	c Try to convert by bdds
36.91/37.01	c D: 1
36.91/37.01	c estimatedAdderCost: 20
36.91/37.01	c Try to convert by bdds
36.91/37.01	c D: 1
36.91/37.01	c estimatedAdderCost: 20
36.91/37.01	c Try to convert by bdds
36.91/37.01	c D: 1
36.91/37.01	c estimatedAdderCost: 20
36.91/37.01	c Try to convert by bdds
36.91/37.01	c D: 1
36.91/37.01	c estimatedAdderCost: 20
36.91/37.01	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.02	c D: 1
36.91/37.02	c estimatedAdderCost: 20
36.91/37.02	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.03	c D: 1
36.91/37.03	c estimatedAdderCost: 20
36.91/37.03	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.04	c D: 1
36.91/37.04	c estimatedAdderCost: 20
36.91/37.04	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.05	c D: 1
36.91/37.05	c estimatedAdderCost: 20
36.91/37.05	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.06	c D: 1
36.91/37.06	c estimatedAdderCost: 20
36.91/37.06	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.07	c D: 1
36.91/37.07	c estimatedAdderCost: 20
36.91/37.07	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.08	c D: 1
36.91/37.08	c estimatedAdderCost: 20
36.91/37.08	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.09	c D: 1
36.91/37.09	c estimatedAdderCost: 20
36.91/37.09	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.10	c D: 1
36.91/37.10	c estimatedAdderCost: 20
36.91/37.10	c Try to convert by bdds
36.91/37.11	c D: 1
36.91/37.11	c estimatedAdderCost: 20
36.91/37.11	c Try to convert by bdds
36.91/37.11	c D: 1
36.91/37.11	c estimatedAdderCost: 20
36.91/37.11	c Try to convert by bdds
36.91/37.11	c D: 1
36.91/37.11	c estimatedAdderCost: 20
36.91/37.11	c Try to convert by bdds
37.01/37.11	c D: 1
37.01/37.11	c estimatedAdderCost: 20
37.01/37.11	c Try to convert by bdds
37.01/37.11	c D: 1
37.01/37.11	c estimatedAdderCost: 20
37.01/37.11	c Try to convert by bdds
37.01/37.11	c D: 1
37.01/37.11	c estimatedAdderCost: 20
37.01/37.11	c Try to convert by bdds
37.01/37.11	c D: 1
37.01/37.11	c estimatedAdderCost: 20
37.01/37.11	c Try to convert by bdds
37.01/37.11	c D: 1
37.01/37.11	c estimatedAdderCost: 20
37.01/37.11	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.12	c D: 1
37.01/37.12	c estimatedAdderCost: 20
37.01/37.12	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.13	c D: 1
37.01/37.13	c estimatedAdderCost: 20
37.01/37.13	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.14	c D: 1
37.01/37.14	c estimatedAdderCost: 20
37.01/37.14	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.15	c D: 1
37.01/37.15	c estimatedAdderCost: 20
37.01/37.15	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.16	c D: 1
37.01/37.16	c estimatedAdderCost: 20
37.01/37.16	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.17	c D: 1
37.01/37.17	c estimatedAdderCost: 20
37.01/37.17	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.18	c D: 1
37.01/37.18	c estimatedAdderCost: 20
37.01/37.18	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.01/37.19	c D: 1
37.01/37.19	c estimatedAdderCost: 20
37.01/37.19	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.20	c D: 1
37.09/37.20	c estimatedAdderCost: 20
37.09/37.20	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.21	c D: 1
37.09/37.21	c estimatedAdderCost: 20
37.09/37.21	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.22	c D: 1
37.09/37.22	c estimatedAdderCost: 20
37.09/37.22	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.23	c D: 1
37.09/37.23	c estimatedAdderCost: 20
37.09/37.23	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.24	c D: 1
37.09/37.24	c estimatedAdderCost: 20
37.09/37.24	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.25	c D: 1
37.09/37.25	c estimatedAdderCost: 20
37.09/37.25	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.26	c D: 1
37.09/37.26	c estimatedAdderCost: 20
37.09/37.26	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.27	c D: 1
37.09/37.27	c estimatedAdderCost: 20
37.09/37.27	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.28	c D: 1
37.09/37.28	c estimatedAdderCost: 20
37.09/37.28	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.09/37.29	c D: 1
37.09/37.29	c estimatedAdderCost: 20
37.09/37.29	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.30	c D: 1
37.19/37.30	c estimatedAdderCost: 20
37.19/37.30	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.31	c D: 1
37.19/37.31	c estimatedAdderCost: 20
37.19/37.31	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.32	c D: 1
37.19/37.32	c estimatedAdderCost: 20
37.19/37.32	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.33	c D: 1
37.19/37.33	c estimatedAdderCost: 20
37.19/37.33	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.34	c D: 1
37.19/37.34	c estimatedAdderCost: 20
37.19/37.34	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.35	c D: 1
37.19/37.35	c estimatedAdderCost: 20
37.19/37.35	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.36	c D: 1
37.19/37.36	c estimatedAdderCost: 20
37.19/37.36	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.37	c D: 1
37.19/37.37	c estimatedAdderCost: 20
37.19/37.37	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.38	c D: 1
37.19/37.38	c estimatedAdderCost: 20
37.19/37.38	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.19/37.39	c D: 1
37.19/37.39	c estimatedAdderCost: 20
37.19/37.39	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.40	c D: 1
37.29/37.40	c estimatedAdderCost: 20
37.29/37.40	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.41	c D: 1
37.29/37.41	c estimatedAdderCost: 20
37.29/37.41	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.42	c D: 1
37.29/37.42	c estimatedAdderCost: 20
37.29/37.42	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.43	c D: 1
37.29/37.43	c estimatedAdderCost: 20
37.29/37.43	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.44	c D: 1
37.29/37.44	c estimatedAdderCost: 20
37.29/37.44	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.45	c D: 1
37.29/37.45	c estimatedAdderCost: 20
37.29/37.45	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.46	c D: 1
37.29/37.46	c estimatedAdderCost: 20
37.29/37.46	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.47	c D: 1
37.29/37.47	c estimatedAdderCost: 20
37.29/37.47	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.48	c D: 1
37.29/37.48	c estimatedAdderCost: 20
37.29/37.48	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.49	c D: 1
37.29/37.49	c estimatedAdderCost: 20
37.29/37.49	c Try to convert by bdds
37.29/37.50	c D: 1
37.29/37.50	c estimatedAdderCost: 20
37.29/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.50	c D: 1
37.39/37.50	c estimatedAdderCost: 20
37.39/37.50	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.51	c D: 1
37.39/37.51	c estimatedAdderCost: 20
37.39/37.51	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.52	c D: 1
37.39/37.52	c estimatedAdderCost: 20
37.39/37.52	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.53	c D: 1
37.39/37.53	c estimatedAdderCost: 20
37.39/37.53	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.54	c D: 1
37.39/37.54	c estimatedAdderCost: 20
37.39/37.54	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.55	c D: 1
37.39/37.55	c estimatedAdderCost: 20
37.39/37.55	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.56	c D: 1
37.39/37.56	c estimatedAdderCost: 20
37.39/37.56	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.57	c D: 1
37.39/37.57	c estimatedAdderCost: 20
37.39/37.57	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.58	c D: 1
37.39/37.58	c estimatedAdderCost: 20
37.39/37.58	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.59	c D: 1
37.39/37.59	c estimatedAdderCost: 20
37.39/37.59	c Try to convert by bdds
37.39/37.60	c D: 1
37.39/37.60	c estimatedAdderCost: 20
37.39/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.60	c D: 1
37.49/37.60	c estimatedAdderCost: 20
37.49/37.60	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.61	c D: 1
37.49/37.61	c estimatedAdderCost: 20
37.49/37.61	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.62	c D: 1
37.49/37.62	c estimatedAdderCost: 20
37.49/37.62	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.63	c D: 1
37.49/37.63	c estimatedAdderCost: 20
37.49/37.63	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.64	c D: 1
37.49/37.64	c estimatedAdderCost: 20
37.49/37.64	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.65	c D: 1
37.49/37.65	c estimatedAdderCost: 20
37.49/37.65	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.66	c D: 1
37.49/37.66	c estimatedAdderCost: 20
37.49/37.66	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.67	c D: 1
37.49/37.67	c estimatedAdderCost: 20
37.49/37.67	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.68	c D: 1
37.49/37.68	c estimatedAdderCost: 20
37.49/37.68	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.69	c D: 1
37.49/37.69	c estimatedAdderCost: 20
37.49/37.69	c Try to convert by bdds
37.49/37.70	c D: 1
37.49/37.70	c estimatedAdderCost: 20
37.49/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.70	c D: 1
37.59/37.70	c estimatedAdderCost: 20
37.59/37.70	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.71	c D: 1
37.59/37.71	c estimatedAdderCost: 20
37.59/37.71	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.72	c D: 1
37.59/37.72	c estimatedAdderCost: 20
37.59/37.72	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.73	c D: 1
37.59/37.73	c estimatedAdderCost: 20
37.59/37.73	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.74	c D: 1
37.59/37.74	c estimatedAdderCost: 20
37.59/37.74	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.75	c D: 1
37.59/37.75	c estimatedAdderCost: 20
37.59/37.75	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.76	c D: 1
37.59/37.76	c estimatedAdderCost: 20
37.59/37.76	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.77	c D: 1
37.59/37.77	c estimatedAdderCost: 20
37.59/37.77	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.78	c D: 1
37.59/37.78	c estimatedAdderCost: 20
37.59/37.78	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.79	c D: 1
37.59/37.79	c estimatedAdderCost: 20
37.59/37.79	c Try to convert by bdds
37.59/37.80	c D: 1
37.59/37.80	c estimatedAdderCost: 20
37.59/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.80	c D: 1
37.69/37.80	c estimatedAdderCost: 20
37.69/37.80	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.81	c D: 1
37.69/37.81	c estimatedAdderCost: 20
37.69/37.81	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.82	c D: 1
37.69/37.82	c estimatedAdderCost: 20
37.69/37.82	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.83	c D: 1
37.69/37.83	c estimatedAdderCost: 20
37.69/37.83	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.84	c D: 1
37.69/37.84	c estimatedAdderCost: 20
37.69/37.84	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.85	c D: 1
37.69/37.85	c estimatedAdderCost: 20
37.69/37.85	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.86	c D: 1
37.69/37.86	c estimatedAdderCost: 20
37.69/37.86	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.87	c D: 1
37.69/37.87	c estimatedAdderCost: 20
37.69/37.87	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.88	c D: 1
37.69/37.88	c estimatedAdderCost: 20
37.69/37.88	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.89	c D: 1
37.69/37.89	c estimatedAdderCost: 20
37.69/37.89	c Try to convert by bdds
37.69/37.90	c D: 1
37.69/37.90	c estimatedAdderCost: 20
37.69/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.90	c D: 1
37.79/37.90	c estimatedAdderCost: 20
37.79/37.90	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.91	c D: 1
37.79/37.91	c estimatedAdderCost: 20
37.79/37.91	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.92	c D: 1
37.79/37.92	c estimatedAdderCost: 20
37.79/37.92	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.93	c D: 1
37.79/37.93	c estimatedAdderCost: 20
37.79/37.93	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.94	c D: 1
37.79/37.94	c estimatedAdderCost: 20
37.79/37.94	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.95	c D: 1
37.79/37.95	c estimatedAdderCost: 20
37.79/37.95	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.96	c D: 1
37.79/37.96	c estimatedAdderCost: 20
37.79/37.96	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.97	c D: 1
37.79/37.97	c estimatedAdderCost: 20
37.79/37.97	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.98	c D: 1
37.79/37.98	c estimatedAdderCost: 20
37.79/37.98	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/37.99	c D: 1
37.79/37.99	c estimatedAdderCost: 20
37.79/37.99	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.00	c D: 1
37.79/38.00	c estimatedAdderCost: 20
37.79/38.00	c Try to convert by bdds
37.79/38.01	c D: 1
37.79/38.01	c estimatedAdderCost: 20
37.79/38.01	c Try to convert by bdds
37.79/38.01	c D: 1
37.79/38.01	c estimatedAdderCost: 20
37.79/38.01	c Try to convert by bdds
37.90/38.01	c D: 1
37.90/38.01	c estimatedAdderCost: 20
37.90/38.01	c Try to convert by bdds
37.90/38.01	c D: 1
37.90/38.01	c estimatedAdderCost: 20
37.90/38.01	c Try to convert by bdds
37.90/38.01	c D: 1
37.90/38.01	c estimatedAdderCost: 20
37.90/38.01	c Try to convert by bdds
37.90/38.01	c D: 1
37.90/38.01	c estimatedAdderCost: 20
37.90/38.01	c Try to convert by bdds
37.90/38.01	c D: 1
37.90/38.01	c estimatedAdderCost: 20
37.90/38.01	c Try to convert by bdds
37.90/38.01	c D: 1
37.90/38.01	c estimatedAdderCost: 20
37.90/38.01	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.02	c D: 1
37.90/38.02	c estimatedAdderCost: 20
37.90/38.02	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.03	c D: 1
37.90/38.03	c estimatedAdderCost: 20
37.90/38.03	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.04	c D: 1
37.90/38.04	c estimatedAdderCost: 20
37.90/38.04	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.05	c D: 1
37.90/38.05	c estimatedAdderCost: 20
37.90/38.05	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.06	c D: 1
37.90/38.06	c estimatedAdderCost: 20
37.90/38.06	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.07	c D: 1
37.90/38.07	c estimatedAdderCost: 20
37.90/38.07	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.08	c D: 1
37.90/38.08	c estimatedAdderCost: 20
37.90/38.08	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.09	c D: 1
37.90/38.09	c estimatedAdderCost: 20
37.90/38.09	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.10	c D: 1
37.90/38.10	c estimatedAdderCost: 20
37.90/38.10	c Try to convert by bdds
37.90/38.11	c D: 1
37.90/38.11	c estimatedAdderCost: 20
37.90/38.11	c Try to convert by bdds
37.90/38.11	c D: 1
37.90/38.11	c estimatedAdderCost: 20
37.90/38.11	c Try to convert by bdds
38.00/38.11	c D: 1
38.00/38.11	c estimatedAdderCost: 20
38.00/38.11	c Try to convert by bdds
38.00/38.11	c D: 1
38.00/38.11	c estimatedAdderCost: 20
38.00/38.11	c Try to convert by bdds
38.00/38.11	c D: 1
38.00/38.11	c estimatedAdderCost: 20
38.00/38.11	c Try to convert by bdds
38.00/38.11	c D: 1
38.00/38.11	c estimatedAdderCost: 20
38.00/38.11	c Try to convert by bdds
38.00/38.11	c D: 1
38.00/38.11	c estimatedAdderCost: 20
38.00/38.11	c Try to convert by bdds
38.00/38.11	c D: 1
38.00/38.11	c estimatedAdderCost: 20
38.00/38.11	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.12	c D: 1
38.00/38.12	c estimatedAdderCost: 20
38.00/38.12	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.13	c D: 1
38.00/38.13	c estimatedAdderCost: 20
38.00/38.13	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.14	c D: 1
38.00/38.14	c estimatedAdderCost: 20
38.00/38.14	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.15	c D: 1
38.00/38.15	c estimatedAdderCost: 20
38.00/38.15	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.16	c D: 1
38.00/38.16	c estimatedAdderCost: 20
38.00/38.16	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.17	c D: 1
38.00/38.17	c estimatedAdderCost: 20
38.00/38.17	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.18	c D: 1
38.00/38.18	c estimatedAdderCost: 20
38.00/38.18	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.00/38.19	c D: 1
38.00/38.19	c estimatedAdderCost: 20
38.00/38.19	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.20	c D: 1
38.09/38.20	c estimatedAdderCost: 20
38.09/38.20	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.21	c D: 1
38.09/38.21	c estimatedAdderCost: 20
38.09/38.21	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.22	c D: 1
38.09/38.22	c estimatedAdderCost: 20
38.09/38.22	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.23	c D: 1
38.09/38.23	c estimatedAdderCost: 20
38.09/38.23	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.24	c D: 1
38.09/38.24	c estimatedAdderCost: 20
38.09/38.24	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.25	c D: 1
38.09/38.25	c estimatedAdderCost: 20
38.09/38.25	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.26	c D: 1
38.09/38.26	c estimatedAdderCost: 20
38.09/38.26	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.27	c D: 1
38.09/38.27	c estimatedAdderCost: 20
38.09/38.27	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.28	c D: 1
38.09/38.28	c estimatedAdderCost: 20
38.09/38.28	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.09/38.29	c D: 1
38.09/38.29	c estimatedAdderCost: 20
38.09/38.29	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.30	c D: 1
38.19/38.30	c estimatedAdderCost: 20
38.19/38.30	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.31	c D: 1
38.19/38.31	c estimatedAdderCost: 20
38.19/38.31	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.32	c D: 1
38.19/38.32	c estimatedAdderCost: 20
38.19/38.32	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.33	c D: 1
38.19/38.33	c estimatedAdderCost: 20
38.19/38.33	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.34	c D: 1
38.19/38.34	c estimatedAdderCost: 20
38.19/38.34	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.35	c D: 1
38.19/38.35	c estimatedAdderCost: 20
38.19/38.35	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.36	c D: 1
38.19/38.36	c estimatedAdderCost: 20
38.19/38.36	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.37	c D: 1
38.19/38.37	c estimatedAdderCost: 20
38.19/38.37	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.38	c D: 1
38.19/38.38	c estimatedAdderCost: 20
38.19/38.38	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.19/38.39	c D: 1
38.19/38.39	c estimatedAdderCost: 20
38.19/38.39	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.40	c D: 1
38.29/38.40	c estimatedAdderCost: 20
38.29/38.40	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.41	c D: 1
38.29/38.41	c estimatedAdderCost: 20
38.29/38.41	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.42	c D: 1
38.29/38.42	c estimatedAdderCost: 20
38.29/38.42	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.43	c D: 1
38.29/38.43	c estimatedAdderCost: 20
38.29/38.43	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.44	c D: 1
38.29/38.44	c estimatedAdderCost: 20
38.29/38.44	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.45	c D: 1
38.29/38.45	c estimatedAdderCost: 20
38.29/38.45	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.46	c D: 1
38.29/38.46	c estimatedAdderCost: 20
38.29/38.46	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.47	c D: 1
38.29/38.47	c estimatedAdderCost: 20
38.29/38.47	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.48	c D: 1
38.29/38.48	c estimatedAdderCost: 20
38.29/38.48	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.29/38.49	c D: 1
38.29/38.49	c estimatedAdderCost: 20
38.29/38.49	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.50	c D: 1
38.39/38.50	c estimatedAdderCost: 20
38.39/38.50	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.51	c D: 1
38.39/38.51	c estimatedAdderCost: 20
38.39/38.51	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.52	c D: 1
38.39/38.52	c estimatedAdderCost: 20
38.39/38.52	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.53	c D: 1
38.39/38.53	c estimatedAdderCost: 20
38.39/38.53	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.54	c D: 1
38.39/38.54	c estimatedAdderCost: 20
38.39/38.54	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.55	c D: 1
38.39/38.55	c estimatedAdderCost: 20
38.39/38.55	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.56	c D: 1
38.39/38.56	c estimatedAdderCost: 20
38.39/38.56	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.57	c D: 1
38.39/38.57	c estimatedAdderCost: 20
38.39/38.57	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.58	c D: 1
38.39/38.58	c estimatedAdderCost: 20
38.39/38.58	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.39/38.59	c D: 1
38.39/38.59	c estimatedAdderCost: 20
38.39/38.59	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.60	c D: 1
38.49/38.60	c estimatedAdderCost: 20
38.49/38.60	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.61	c D: 1
38.49/38.61	c estimatedAdderCost: 20
38.49/38.61	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.62	c D: 1
38.49/38.62	c estimatedAdderCost: 20
38.49/38.62	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.63	c D: 1
38.49/38.63	c estimatedAdderCost: 20
38.49/38.63	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.64	c D: 1
38.49/38.64	c estimatedAdderCost: 20
38.49/38.64	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.65	c D: 1
38.49/38.65	c estimatedAdderCost: 20
38.49/38.65	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.66	c D: 1
38.49/38.66	c estimatedAdderCost: 20
38.49/38.66	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.67	c D: 1
38.49/38.67	c estimatedAdderCost: 20
38.49/38.67	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.68	c D: 1
38.49/38.68	c estimatedAdderCost: 20
38.49/38.68	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.49/38.69	c D: 1
38.49/38.69	c estimatedAdderCost: 20
38.49/38.69	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.70	c D: 1
38.59/38.70	c estimatedAdderCost: 20
38.59/38.70	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.71	c D: 1
38.59/38.71	c estimatedAdderCost: 20
38.59/38.71	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.72	c D: 1
38.59/38.72	c estimatedAdderCost: 20
38.59/38.72	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.73	c D: 1
38.59/38.73	c estimatedAdderCost: 20
38.59/38.73	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.74	c D: 1
38.59/38.74	c estimatedAdderCost: 20
38.59/38.74	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.75	c D: 1
38.59/38.75	c estimatedAdderCost: 20
38.59/38.75	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.76	c D: 1
38.59/38.76	c estimatedAdderCost: 20
38.59/38.76	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.77	c D: 1
38.59/38.77	c estimatedAdderCost: 20
38.59/38.77	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.78	c D: 1
38.59/38.78	c estimatedAdderCost: 20
38.59/38.78	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.79	c D: 1
38.59/38.79	c estimatedAdderCost: 20
38.59/38.79	c Try to convert by bdds
38.59/38.80	c D: 1
38.59/38.80	c estimatedAdderCost: 20
38.59/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.80	c D: 1
38.69/38.80	c estimatedAdderCost: 20
38.69/38.80	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.81	c D: 1
38.69/38.81	c estimatedAdderCost: 20
38.69/38.81	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.82	c D: 1
38.69/38.82	c estimatedAdderCost: 20
38.69/38.82	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.83	c D: 1
38.69/38.83	c estimatedAdderCost: 20
38.69/38.83	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.84	c D: 1
38.69/38.84	c estimatedAdderCost: 20
38.69/38.84	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.85	c D: 1
38.69/38.85	c estimatedAdderCost: 20
38.69/38.85	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.86	c D: 1
38.69/38.86	c estimatedAdderCost: 20
38.69/38.86	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.87	c D: 1
38.69/38.87	c estimatedAdderCost: 20
38.69/38.87	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.88	c D: 1
38.69/38.88	c estimatedAdderCost: 20
38.69/38.88	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.69/38.89	c D: 1
38.69/38.89	c estimatedAdderCost: 20
38.69/38.89	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.90	c D: 1
38.79/38.90	c estimatedAdderCost: 20
38.79/38.90	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.91	c D: 1
38.79/38.91	c estimatedAdderCost: 20
38.79/38.91	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.92	c D: 1
38.79/38.92	c estimatedAdderCost: 20
38.79/38.92	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.93	c D: 1
38.79/38.93	c estimatedAdderCost: 20
38.79/38.93	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.94	c D: 1
38.79/38.94	c estimatedAdderCost: 20
38.79/38.94	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.95	c D: 1
38.79/38.95	c estimatedAdderCost: 20
38.79/38.95	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.96	c D: 1
38.79/38.96	c estimatedAdderCost: 20
38.79/38.96	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.97	c D: 1
38.79/38.97	c estimatedAdderCost: 20
38.79/38.97	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.98	c D: 1
38.79/38.98	c estimatedAdderCost: 20
38.79/38.98	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/38.99	c D: 1
38.79/38.99	c estimatedAdderCost: 20
38.79/38.99	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.00	c D: 1
38.79/39.00	c estimatedAdderCost: 20
38.79/39.00	c Try to convert by bdds
38.79/39.01	c D: 1
38.79/39.01	c estimatedAdderCost: 20
38.79/39.01	c Try to convert by bdds
38.79/39.01	c D: 1
38.79/39.01	c estimatedAdderCost: 20
38.79/39.01	c Try to convert by bdds
38.79/39.01	c D: 1
38.79/39.01	c estimatedAdderCost: 20
38.79/39.01	c Try to convert by bdds
38.90/39.01	c D: 1
38.90/39.01	c estimatedAdderCost: 20
38.90/39.01	c Try to convert by bdds
38.90/39.01	c D: 1
38.90/39.01	c estimatedAdderCost: 20
38.90/39.01	c Try to convert by bdds
38.90/39.01	c D: 1
38.90/39.01	c estimatedAdderCost: 20
38.90/39.01	c Try to convert by bdds
38.90/39.01	c D: 1
38.90/39.01	c estimatedAdderCost: 20
38.90/39.01	c Try to convert by bdds
38.90/39.01	c D: 1
38.90/39.01	c estimatedAdderCost: 20
38.90/39.01	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.02	c D: 1
38.90/39.02	c estimatedAdderCost: 20
38.90/39.02	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.03	c D: 1
38.90/39.03	c estimatedAdderCost: 20
38.90/39.03	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.04	c D: 1
38.90/39.04	c estimatedAdderCost: 20
38.90/39.04	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.05	c D: 1
38.90/39.05	c estimatedAdderCost: 20
38.90/39.05	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.06	c D: 1
38.90/39.06	c estimatedAdderCost: 20
38.90/39.06	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.07	c D: 1
38.90/39.07	c estimatedAdderCost: 20
38.90/39.07	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.08	c D: 1
38.90/39.08	c estimatedAdderCost: 20
38.90/39.08	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.09	c D: 1
38.90/39.09	c estimatedAdderCost: 20
38.90/39.09	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.10	c D: 1
38.90/39.10	c estimatedAdderCost: 20
38.90/39.10	c Try to convert by bdds
38.90/39.11	c D: 1
38.90/39.11	c estimatedAdderCost: 20
38.90/39.11	c Try to convert by bdds
38.90/39.11	c D: 1
38.90/39.11	c estimatedAdderCost: 20
38.90/39.11	c Try to convert by bdds
38.90/39.11	c D: 1
38.90/39.11	c estimatedAdderCost: 20
38.90/39.11	c Try to convert by bdds
39.00/39.11	c D: 1
39.00/39.11	c estimatedAdderCost: 20
39.00/39.11	c Try to convert by bdds
39.00/39.11	c D: 1
39.00/39.11	c estimatedAdderCost: 20
39.00/39.11	c Try to convert by bdds
39.00/39.11	c D: 1
39.00/39.11	c estimatedAdderCost: 20
39.00/39.11	c Try to convert by bdds
39.00/39.11	c D: 1
39.00/39.11	c estimatedAdderCost: 20
39.00/39.11	c Try to convert by bdds
39.00/39.11	c D: 1
39.00/39.11	c estimatedAdderCost: 20
39.00/39.11	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.12	c D: 1
39.00/39.12	c estimatedAdderCost: 20
39.00/39.12	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.13	c D: 1
39.00/39.13	c estimatedAdderCost: 20
39.00/39.13	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.14	c D: 1
39.00/39.14	c estimatedAdderCost: 20
39.00/39.14	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.15	c D: 1
39.00/39.15	c estimatedAdderCost: 20
39.00/39.15	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.16	c D: 1
39.00/39.16	c estimatedAdderCost: 20
39.00/39.16	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.17	c D: 1
39.00/39.17	c estimatedAdderCost: 20
39.00/39.17	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.18	c D: 1
39.00/39.18	c estimatedAdderCost: 20
39.00/39.18	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.19	c D: 1
39.00/39.19	c estimatedAdderCost: 20
39.00/39.19	c Try to convert by bdds
39.00/39.20	c D: 1
39.00/39.20	c estimatedAdderCost: 20
39.00/39.20	c Try to convert by bdds
39.09/39.20	c D: 1
39.09/39.20	c estimatedAdderCost: 20
39.09/39.20	c Try to convert by bdds
39.09/39.20	c D: 1
39.09/39.20	c estimatedAdderCost: 20
39.09/39.20	c Try to convert by bdds
39.09/39.20	c D: 1
39.09/39.20	c estimatedAdderCost: 20
39.09/39.20	c Try to convert by bdds
39.09/39.20	c D: 1
39.09/39.20	c estimatedAdderCost: 20
39.09/39.20	c Try to convert by bdds
39.09/39.20	c D: 1
39.09/39.20	c estimatedAdderCost: 20
39.09/39.20	c Try to convert by bdds
39.09/39.20	c D: 1
39.09/39.20	c estimatedAdderCost: 20
39.09/39.20	c Try to convert by bdds
39.09/39.20	c D: 1
39.09/39.20	c estimatedAdderCost: 20
39.09/39.20	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.21	c D: 1
39.09/39.21	c estimatedAdderCost: 20
39.09/39.21	c Try to convert by bdds
39.09/39.22	c D: 1
39.09/39.22	c estimatedAdderCost: 20
39.09/39.22	c Try to convert by bdds
39.09/39.22	c D: 1
39.09/39.22	c 
43.38/43.58	c pb_solver_status: sst_unknown
43.47/43.62	c total stages of optimization mode: 1
43.47/43.62	c Use UB found in presolve
43.47/43.62	c LB updated by evalGoalLB to 0
43.47/43.62	c minimizationMode: cmm_First_solve
43.47/43.62	c goal coeffs: 8 8 18 18 19 19 19 19 25 25 27 27 29 29 32 32 38 38 40 40 
43.47/43.66	c assumptions: 
43.47/43.66	c invoking solver with time budget: 5.000000
56.94/57.18	c sat_solver_result: sst_unknown
56.94/57.18	c SAT solver timed out; proceeding to cooperative SCIP call
56.94/57.18	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38233302
56.94/57.18	c scip solving with time budget: 7.000000
56.94/57.18	c solveScip
56.94/57.18	c initScipForCoop
56.94/57.18	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
57.03/57.23	c presolving:
57.03/57.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
57.13/57.37	c    (0.2s) running MILP presolver
57.23/57.49	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
57.33/57.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
57.43/57.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
57.53/57.75	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
57.53/57.75	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.13/58.34	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
58.13/58.34	c    (1.2s) probing aborted: 50/50 successive totally useless probings
58.42/58.60	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
58.42/58.67	c    (1.5s) no symmetry present (symcode time: 0.02)
58.52/58.70	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
58.52/58.70	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
58.52/58.70	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
58.52/58.70	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
58.52/58.70	c   22201 constraints of type <knapsack>
58.52/58.70	c     598 constraints of type <setppc>
58.52/58.70	c     149 constraints of type <logicor>
58.52/58.70	c transformed objective value is always integral (scale: 1)
58.52/58.70	c Presolving Time: 1.48
58.52/58.70	c 
59.12/59.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.12/59.39	c   2.2s|     1 |     0 |   965 |     - |   671M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
59.73/60.00	c   2.8s|     1 |     0 |  2592 |     - |   674M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
60.13/60.32	c   3.1s|     1 |     0 |  2715 |     - |   675M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
60.62/60.89	c   3.7s|     1 |     0 |  2864 |     - |   677M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
61.02/61.25	c   4.1s|     1 |     0 |  3034 |     - |   677M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
61.42/61.62	c   4.4s|     1 |     0 |  3190 |     - |   679M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
61.72/61.97	c   4.8s|     1 |     0 |  3337 |     - |   680M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
62.12/62.36	c   5.2s|     1 |     0 |  3523 |     - |   680M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
62.52/62.74	c   5.6s|     1 |     0 |  3687 |     - |   681M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
62.83/63.07	c   5.9s|     1 |     0 |  3843 |     - |   684M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
63.31/63.51	c   6.3s|     1 |     0 |  4032 |     - |   688M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
63.51/63.79	c   6.6s|     1 |     0 |  4193 |     - |   688M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
63.82/64.06	c   6.9s|     1 |     0 |  4340 |     - |   689M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
64.01/64.23	c   7.0s|     1 |     0 |  4340 |     - |   689M |   0 |  23k|  23k|  23k| 913 | 13 | 486 |   0 |-2.127408e+04 |      --      |    Inf | unknown
64.01/64.23	c (node 1) LP solver hit time limit in LP 23 -- using pseudo solution instead
64.01/64.23	c 
64.01/64.23	c SCIP Status        : solving was interrupted [time limit reached]
64.01/64.23	c Solving Time (sec) : 7.05
64.01/64.23	c Solving Nodes      : 1
64.01/64.23	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
64.01/64.23	c Dual Bound         : -2.12740765830746e+04
64.01/64.23	c Gap                : infinite
64.01/64.23	c SCIP status: 23 (TIMELIMIT)
64.01/64.23	c pb_solver_status: sst_unknown
64.01/64.23	c LB_goalvalue: 0
64.01/64.23	c UB_goalvalue: 38233302
64.01/64.23	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=14.000000
64.01/64.23	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
64.01/64.23	c SCIP returned: sst_unknown
64.01/64.23	c SCIP primal LB: -oo, dual UB: 38233308
64.01/64.23	c assumptions: 
64.01/64.23	c invoking solver with time budget: 10.000000
76.38/76.66	c sat_solver_result: sst_unknown
76.38/76.66	c SAT solver timed out; proceeding to cooperative SCIP call
76.38/76.66	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38233302
76.38/76.66	c scip solving with time budget: 14.000000
76.38/76.66	c solveScip
76.38/76.66	c initScipForCoop
76.38/76.66	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
76.38/76.66	c SCIPfreeTransform due to timeout and having shadow nodes
76.38/76.66	c forcing SCIPfreeTransform before solve
76.58/76.80	c Running SCIP presolve for solve-time propagation (rounds=3)
76.58/76.87	c presolving:
76.67/76.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
76.79/77.02	c    (0.2s) running MILP presolver
76.88/77.16	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
76.97/77.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
77.67/77.93	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
77.67/77.93	c    (1.1s) probing aborted: 50/50 successive totally useless probings
77.96/78.20	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
77.96/78.20	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
77.96/78.20	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
77.96/78.20	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
77.96/78.20	c   22201 constraints of type <knapsack>
77.96/78.20	c     300 constraints of type <setppc>
77.96/78.20	c     149 constraints of type <logicor>
77.96/78.20	c transformed objective value is always integral (scale: 1)
77.96/78.20	c Presolving Time: 1.33
78.06/78.31	c presolving:
78.06/78.37	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.17/78.47	c    (0.2s) running MILP presolver
78.37/78.61	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
78.37/78.68	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.57/78.81	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
78.66/78.90	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
78.66/78.90	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.16/79.49	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
79.16/79.49	c    (1.2s) probing aborted: 50/50 successive totally useless probings
79.46/79.75	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
79.57/79.83	c    (1.6s) no symmetry present (symcode time: 0.03)
79.57/79.86	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
79.57/79.86	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
79.57/79.86	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
79.57/79.86	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
79.57/79.86	c   22201 constraints of type <knapsack>
79.57/79.86	c     598 constraints of type <setppc>
79.57/79.86	c     149 constraints of type <logicor>
79.57/79.86	c transformed objective value is always integral (scale: 1)
79.57/79.86	c Presolving Time: 1.55
79.57/79.87	c 
80.36/80.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
80.36/80.63	c   2.4s|     1 |     0 |   965 |     - |   674M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
80.96/81.24	c   3.0s|     1 |     0 |  2592 |     - |   677M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
81.26/81.57	c   3.3s|     1 |     0 |  2715 |     - |   677M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
81.87/82.14	c   3.9s|     1 |     0 |  2864 |     - |   678M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
82.15/82.49	c   4.3s|     1 |     0 |  3034 |     - |   678M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
82.55/82.87	c   4.6s|     1 |     0 |  3190 |     - |   680M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
82.95/83.23	c   5.0s|     1 |     0 |  3337 |     - |   681M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
83.35/83.62	c   5.4s|     1 |     0 |  3523 |     - |   681M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
83.65/83.99	c   5.8s|     1 |     0 |  3687 |     - |   682M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
84.05/84.33	c   6.1s|     1 |     0 |  3843 |     - |   683M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
84.45/84.76	c   6.5s|     1 |     0 |  4032 |     - |   688M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
84.76/85.05	c   6.8s|     1 |     0 |  4193 |     - |   688M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
85.05/85.32	c   7.1s|     1 |     0 |  4340 |     - |   689M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
85.34/85.64	c   7.4s|     1 |     0 |  4472 |     - |   689M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
85.64/85.91	c   7.7s|     1 |     0 |  4585 |     - |   689M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
85.86/86.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
85.86/86.19	c   8.0s|     1 |     0 |  4682 |     - |   689M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
86.14/86.48	c   8.2s|     1 |     0 |  4767 |     - |   689M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
86.44/86.75	c   8.5s|     1 |     0 |  4875 |     - |   689M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
86.75/87.03	c   8.8s|     1 |     0 |  4982 |     - |   689M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
87.04/87.33	c   9.1s|     1 |     0 |  5069 |     - |   689M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
87.34/87.63	c   9.4s|     1 |     0 |  5199 |     - |   689M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
87.54/87.89	c   9.6s|     1 |     0 |  5292 |     - |   689M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
87.85/88.17	c   9.9s|     1 |     0 |  5373 |     - |   690M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
88.14/88.45	c  10.2s|     1 |     0 |  5454 |     - |   690M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
88.43/88.73	c  10.5s|     1 |     0 |  5535 |     - |   690M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
88.75/89.07	c  10.8s|     1 |     0 |  5620 |     - |   691M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
89.03/89.35	c  11.1s|     1 |     0 |  5707 |     - |   691M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
89.33/89.65	c  11.4s|     1 |     0 |  5789 |     - |   691M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
89.63/89.94	c  11.7s|     1 |     0 |  5849 |     - |   691M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
89.93/90.25	c  12.0s|     1 |     0 |  5951 |     - |   692M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
90.23/90.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
90.23/90.56	c  12.3s|     1 |     0 |  6088 |     - |   692M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
91.92/92.26	c  14.0s|     1 |     2 |  6873 |     - |   693M |   0 |  23k|  23k|  24k|1536 | 30 | 508 |   0 |-2.128049e+04 |      --      |    Inf | unknown
91.92/92.26	c 
91.92/92.26	c SCIP Status        : solving was interrupted [time limit reached]
91.92/92.26	c Solving Time (sec) : 14.02
91.92/92.26	c Solving Nodes      : 1
91.92/92.26	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
91.92/92.26	c Dual Bound         : -2.12804889602124e+04
91.92/92.26	c Gap                : infinite
91.92/92.26	c SCIP status: 23 (TIMELIMIT)
91.92/92.26	c solveScip: freeing transform (!can_skip_free_transform)
92.12/92.40	c pb_solver_status: sst_unknown
92.12/92.40	c LB_goalvalue: 0
92.12/92.40	c UB_goalvalue: 38233302
92.12/92.40	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=28.000000
92.12/92.40	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
92.12/92.40	c SCIP returned: sst_unknown
92.12/92.40	c SCIP primal LB: -oo, dual UB: 38233302
92.12/92.40	c assumptions: 
92.12/92.40	c invoking solver with time budget: 20.000000
116.95/117.34	c sat_solver_result: sst_unknown
116.95/117.34	c SAT solver timed out; proceeding to cooperative SCIP call
116.95/117.34	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38233302
116.95/117.34	c scip solving with time budget: 28.000000
116.95/117.34	c solveScip
116.95/117.34	c initScipForCoop
116.95/117.34	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
117.05/117.43	c presolving:
117.05/117.49	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.15/117.58	c    (0.2s) running MILP presolver
117.35/117.71	c    (0.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
117.35/117.78	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.45/117.89	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
117.55/117.97	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
117.55/117.97	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.14/118.55	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
118.14/118.55	c    (1.2s) probing aborted: 50/50 successive totally useless probings
118.44/118.81	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
118.44/118.89	c    (1.5s) no symmetry present (symcode time: 0.03)
118.54/118.92	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
118.54/118.92	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
118.54/118.92	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
118.54/118.92	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
118.54/118.92	c   22201 constraints of type <knapsack>
118.54/118.92	c     598 constraints of type <setppc>
118.54/118.92	c     149 constraints of type <logicor>
118.54/118.92	c transformed objective value is always integral (scale: 1)
118.54/118.92	c Presolving Time: 1.48
118.54/118.92	c 
119.24/119.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
119.24/119.61	c   2.3s|     1 |     0 |   965 |     - |   676M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
119.84/120.22	c   2.9s|     1 |     0 |  2592 |     - |   679M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
120.14/120.55	c   3.2s|     1 |     0 |  2715 |     - |   679M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
120.75/121.12	c   3.8s|     1 |     0 |  2864 |     - |   680M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
121.03/121.48	c   4.1s|     1 |     0 |  3034 |     - |   680M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
121.43/121.86	c   4.5s|     1 |     0 |  3190 |     - |   683M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
121.83/122.21	c   4.9s|     1 |     0 |  3337 |     - |   684M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
122.23/122.60	c   5.3s|     1 |     0 |  3523 |     - |   684M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
122.53/122.98	c   5.6s|     1 |     0 |  3687 |     - |   685M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
122.93/123.32	c   6.0s|     1 |     0 |  3843 |     - |   686M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
123.33/123.75	c   6.4s|     1 |     0 |  4032 |     - |   689M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
123.64/124.04	c   6.7s|     1 |     0 |  4193 |     - |   689M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
123.93/124.31	c   7.0s|     1 |     0 |  4340 |     - |   690M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
124.22/124.63	c   7.3s|     1 |     0 |  4472 |     - |   690M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
124.52/124.90	c   7.6s|     1 |     0 |  4585 |     - |   691M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
124.74/125.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
124.74/125.18	c   7.8s|     1 |     0 |  4682 |     - |   691M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
125.02/125.47	c   8.1s|     1 |     0 |  4767 |     - |   691M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
125.32/125.75	c   8.4s|     1 |     0 |  4875 |     - |   691M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
125.63/126.02	c   8.7s|     1 |     0 |  4982 |     - |   691M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
125.92/126.32	c   9.0s|     1 |     0 |  5069 |     - |   691M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
126.22/126.62	c   9.3s|     1 |     0 |  5199 |     - |   691M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
126.42/126.89	c   9.5s|     1 |     0 |  5292 |     - |   691M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
126.73/127.16	c   9.8s|     1 |     0 |  5373 |     - |   692M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
127.02/127.44	c  10.1s|     1 |     0 |  5454 |     - |   692M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
127.32/127.73	c  10.4s|     1 |     0 |  5535 |     - |   692M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
127.63/128.06	c  10.7s|     1 |     0 |  5620 |     - |   693M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
127.91/128.34	c  11.0s|     1 |     0 |  5707 |     - |   693M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
128.21/128.65	c  11.3s|     1 |     0 |  5789 |     - |   693M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
128.51/128.93	c  11.6s|     1 |     0 |  5849 |     - |   693M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
128.81/129.24	c  11.9s|     1 |     0 |  5951 |     - |   693M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
129.11/129.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
129.11/129.56	c  12.2s|     1 |     0 |  6088 |     - |   693M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
144.86/145.36	c  28.0s|     1 |     2 |  9923 |     - |   693M |   0 |  23k|  23k|  24k|1536 | 30 | 512 |   0 |-2.128049e+04 |      --      |    Inf | unknown
144.86/145.36	c 
144.86/145.36	c SCIP Status        : solving was interrupted [time limit reached]
144.86/145.36	c Solving Time (sec) : 28.02
144.86/145.36	c Solving Nodes      : 1
144.86/145.36	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
144.86/145.36	c Dual Bound         : -2.12804889602124e+04
144.86/145.36	c Gap                : infinite
144.86/145.36	c SCIP status: 23 (TIMELIMIT)
144.86/145.36	c pb_solver_status: sst_unknown
144.86/145.36	c LB_goalvalue: 0
144.86/145.36	c UB_goalvalue: 38233302
144.86/145.36	c Both SAT and SCIP timed out; boosting budgets to sat=40.000000 scip=56.000000
144.86/145.36	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
144.86/145.36	c SCIP returned: sst_unknown
144.86/145.36	c SCIP primal LB: -oo, dual UB: 38233302
144.86/145.36	c assumptions: 
144.86/145.36	c invoking solver with time budget: 40.000000
189.44/190.08	c sat_solver_result: sst_unknown
189.44/190.08	c SAT solver timed out; proceeding to cooperative SCIP call
189.44/190.08	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38233302
189.44/190.08	c scip solving with time budget: 56.000000
189.44/190.08	c solveScip
189.44/190.08	c initScipForCoop
189.44/190.08	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
189.44/190.08	c SCIPfreeTransform due to timeout and having shadow nodes
189.44/190.08	c forcing SCIPfreeTransform before solve
189.62/190.21	c Running SCIP presolve for solve-time propagation (rounds=3)
189.62/190.26	c presolving:
189.72/190.31	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
189.82/190.40	c    (0.2s) running MILP presolver
189.92/190.52	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
189.92/190.59	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
190.62/191.27	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
190.62/191.27	c    (1.1s) probing aborted: 50/50 successive totally useless probings
190.92/191.53	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
190.92/191.53	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
190.92/191.53	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
190.92/191.53	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
190.92/191.53	c   22201 constraints of type <knapsack>
190.92/191.53	c     300 constraints of type <setppc>
190.92/191.53	c     149 constraints of type <logicor>
190.92/191.53	c transformed objective value is always integral (scale: 1)
190.92/191.53	c Presolving Time: 1.27
191.02/191.62	c presolving:
191.02/191.67	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.12/191.76	c    (0.2s) running MILP presolver
191.22/191.89	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
191.32/191.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
191.43/192.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
191.53/192.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
191.53/192.16	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.12/192.75	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
192.12/192.75	c    (1.2s) probing aborted: 50/50 successive totally useless probings
192.32/193.01	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
192.43/193.08	c    (1.5s) no symmetry present (symcode time: 0.03)
192.43/193.11	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
192.43/193.11	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
192.43/193.11	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
192.43/193.11	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
192.43/193.11	c   22201 constraints of type <knapsack>
192.43/193.11	c     598 constraints of type <setppc>
192.43/193.11	c     149 constraints of type <logicor>
192.43/193.11	c transformed objective value is always integral (scale: 1)
192.43/193.11	c Presolving Time: 1.49
192.43/193.11	c 
193.21/193.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
193.21/193.80	c   2.2s|     1 |     0 |   965 |     - |   678M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
193.81/194.42	c   2.8s|     1 |     0 |  2592 |     - |   682M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
194.11/194.74	c   3.2s|     1 |     0 |  2715 |     - |   682M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
194.71/195.31	c   3.7s|     1 |     0 |  2864 |     - |   683M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
195.01/195.67	c   4.1s|     1 |     0 |  3034 |     - |   683M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
195.42/196.05	c   4.5s|     1 |     0 |  3190 |     - |   685M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
195.80/196.40	c   4.8s|     1 |     0 |  3337 |     - |   686M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
196.10/196.80	c   5.2s|     1 |     0 |  3523 |     - |   686M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
196.52/197.17	c   5.6s|     1 |     0 |  3687 |     - |   687M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
196.90/197.51	c   5.9s|     1 |     0 |  3843 |     - |   688M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
197.30/197.94	c   6.4s|     1 |     0 |  4032 |     - |   690M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
197.60/198.23	c   6.7s|     1 |     0 |  4193 |     - |   690M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
197.90/198.50	c   6.9s|     1 |     0 |  4340 |     - |   691M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
198.20/198.82	c   7.2s|     1 |     0 |  4472 |     - |   691M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
198.41/199.10	c   7.5s|     1 |     0 |  4585 |     - |   691M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
198.69/199.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
198.69/199.37	c   7.8s|     1 |     0 |  4682 |     - |   691M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
198.99/199.66	c   8.1s|     1 |     0 |  4767 |     - |   691M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
199.29/199.94	c   8.4s|     1 |     0 |  4875 |     - |   691M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
199.59/200.21	c   8.6s|     1 |     0 |  4982 |     - |   691M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
199.89/200.51	c   8.9s|     1 |     0 |  5069 |     - |   691M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
200.19/200.81	c   9.2s|     1 |     0 |  5199 |     - |   691M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
200.40/201.08	c   9.5s|     1 |     0 |  5292 |     - |   691M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
200.69/201.35	c   9.8s|     1 |     0 |  5373 |     - |   692M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
200.99/201.63	c  10.1s|     1 |     0 |  5454 |     - |   692M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
201.29/201.92	c  10.3s|     1 |     0 |  5535 |     - |   692M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
201.59/202.25	c  10.7s|     1 |     0 |  5620 |     - |   693M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
201.88/202.54	c  11.0s|     1 |     0 |  5707 |     - |   693M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
202.18/202.84	c  11.3s|     1 |     0 |  5789 |     - |   693M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
202.50/203.13	c  11.6s|     1 |     0 |  5849 |     - |   693M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
202.78/203.43	c  11.9s|     1 |     0 |  5951 |     - |   693M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
203.08/203.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
203.08/203.75	c  12.2s|     1 |     0 |  6088 |     - |   693M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
224.11/224.88	c  33.3s|     1 |     2 | 11275 |     - |   694M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
246.74/247.58	c 
246.74/247.58	c SCIP Status        : solving was interrupted [time limit reached]
246.74/247.58	c Solving Time (sec) : 56.00
246.74/247.58	c Solving Nodes      : 24
246.74/247.58	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
246.74/247.58	c Dual Bound         : -2.13051008170357e+04
246.74/247.58	c Gap                : infinite
246.74/247.58	c SCIP status: 23 (TIMELIMIT)
246.74/247.58	c solveScip: freeing transform (!can_skip_free_transform)
246.94/247.72	c SCIP LP bound tightened UB: 38233302 -> 38233277
246.94/247.72	c pb_solver_status: sst_unknown
246.94/247.72	c LB_goalvalue: 0
246.94/247.72	c UB_goalvalue: 38233277
246.94/247.72	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
246.94/247.72	c SCIP returned: sst_unknown
246.94/247.72	c SCIP primal LB: -oo, dual UB: 38233277
246.94/247.72	c assumptions: 
246.94/247.72	c invoking solver with time budget: 40.000000
291.70/292.69	c sat_solver_result: sst_unknown
291.70/292.69	c SAT solver timed out; proceeding to cooperative SCIP call
291.70/292.69	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38233277
291.70/292.69	c scip solving with time budget: 78.400000
291.70/292.69	c solveScip
291.70/292.69	c initScipForCoop
291.70/292.69	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
291.81/292.74	c presolving:
291.81/292.79	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
291.91/292.88	c    (0.2s) running MILP presolver
292.01/293.01	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
292.12/293.08	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
292.22/293.19	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
292.31/293.27	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
292.31/293.27	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
292.91/293.86	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
292.91/293.86	c    (1.2s) probing aborted: 50/50 successive totally useless probings
293.22/294.12	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
293.22/294.19	c    (1.5s) no symmetry present (symcode time: 0.03)
293.31/294.22	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
293.31/294.22	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
293.31/294.22	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
293.31/294.22	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
293.31/294.22	c   22201 constraints of type <knapsack>
293.31/294.22	c     598 constraints of type <setppc>
293.31/294.22	c     149 constraints of type <logicor>
293.31/294.22	c transformed objective value is always integral (scale: 1)
293.31/294.22	c Presolving Time: 1.48
293.31/294.22	c 
294.00/294.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
294.00/294.92	c   2.2s|     1 |     0 |   965 |     - |   690M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
294.60/295.54	c   2.8s|     1 |     0 |  2592 |     - |   693M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
294.90/295.86	c   3.2s|     1 |     0 |  2715 |     - |   693M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
295.50/296.43	c   3.7s|     1 |     0 |  2864 |     - |   694M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
295.80/296.79	c   4.1s|     1 |     0 |  3034 |     - |   694M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
296.21/297.17	c   4.5s|     1 |     0 |  3190 |     - |   697M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
296.59/297.52	c   4.8s|     1 |     0 |  3337 |     - |   698M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
296.99/297.92	c   5.2s|     1 |     0 |  3523 |     - |   698M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
297.29/298.29	c   5.6s|     1 |     0 |  3687 |     - |   699M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
297.69/298.64	c   5.9s|     1 |     0 |  3843 |     - |   701M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
298.10/299.07	c   6.4s|     1 |     0 |  4032 |     - |   705M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
298.39/299.36	c   6.7s|     1 |     0 |  4193 |     - |   705M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
298.69/299.63	c   6.9s|     1 |     0 |  4340 |     - |   706M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
298.98/299.94	c   7.3s|     1 |     0 |  4472 |     - |   706M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
299.28/300.23	c   7.5s|     1 |     0 |  4585 |     - |   706M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
299.58/300.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
299.58/300.51	c   7.8s|     1 |     0 |  4682 |     - |   706M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
299.78/300.79	c   8.1s|     1 |     0 |  4767 |     - |   706M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
300.09/301.07	c   8.4s|     1 |     0 |  4875 |     - |   706M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
300.38/301.35	c   8.7s|     1 |     0 |  4982 |     - |   706M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
300.68/301.65	c   9.0s|     1 |     0 |  5069 |     - |   706M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
300.98/301.95	c   9.3s|     1 |     0 |  5199 |     - |   706M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
301.28/302.22	c   9.5s|     1 |     0 |  5292 |     - |   706M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
301.58/302.50	c   9.8s|     1 |     0 |  5373 |     - |   707M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
301.78/302.78	c  10.1s|     1 |     0 |  5454 |     - |   707M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
302.09/303.06	c  10.4s|     1 |     0 |  5535 |     - |   707M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
302.47/303.40	c  10.7s|     1 |     0 |  5620 |     - |   708M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
302.67/303.68	c  11.0s|     1 |     0 |  5707 |     - |   708M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
302.97/303.98	c  11.3s|     1 |     0 |  5789 |     - |   708M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
303.27/304.28	c  11.6s|     1 |     0 |  5849 |     - |   708M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
303.57/304.58	c  11.9s|     1 |     0 |  5951 |     - |   708M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
303.97/304.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
303.97/304.90	c  12.2s|     1 |     0 |  6088 |     - |   708M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
324.90/325.94	c  33.3s|     1 |     2 | 11275 |     - |   708M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
369.87/371.09	c 
369.87/371.09	c SCIP Status        : solving was interrupted [time limit reached]
369.87/371.09	c Solving Time (sec) : 78.40
369.87/371.09	c Solving Nodes      : 55
369.87/371.09	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
369.87/371.09	c Dual Bound         : -2.13051008170357e+04
369.87/371.09	c Gap                : infinite
369.87/371.09	c SCIP status: 23 (TIMELIMIT)
369.87/371.09	c pb_solver_status: sst_unknown
369.87/371.09	c LB_goalvalue: 0
369.87/371.09	c UB_goalvalue: 38233277
369.87/371.09	c Both SAT and SCIP timed out; boosting budgets to sat=80.000000 scip=156.800000
369.87/371.09	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
369.87/371.09	c SCIP returned: sst_unknown
369.87/371.09	c SCIP primal LB: -oo, dual UB: 38233277
369.87/371.09	c assumptions: 
369.87/371.09	c invoking solver with time budget: 80.000000
449.92/451.32	c sat_solver_result: sst_unknown
449.92/451.32	c SAT solver timed out; proceeding to cooperative SCIP call
449.92/451.32	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38233277
449.92/451.32	c scip solving with time budget: 156.800000
449.92/451.32	c solveScip
449.92/451.32	c initScipForCoop
449.92/451.32	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
449.92/451.32	c SCIPfreeTransform due to timeout and having shadow nodes
449.92/451.32	c forcing SCIPfreeTransform before solve
450.02/451.48	c Running SCIP presolve for solve-time propagation (rounds=3)
450.12/451.52	c presolving:
450.12/451.57	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
450.22/451.66	c    (0.2s) running MILP presolver
450.32/451.79	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
450.42/451.86	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
451.12/452.52	c    (1.0s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
451.12/452.52	c    (1.0s) probing aborted: 50/50 successive totally useless probings
451.32/452.79	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
451.32/452.79	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
451.32/452.79	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
451.32/452.79	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
451.32/452.79	c   22201 constraints of type <knapsack>
451.32/452.79	c     300 constraints of type <setppc>
451.32/452.79	c     149 constraints of type <logicor>
451.32/452.79	c transformed objective value is always integral (scale: 1)
451.32/452.79	c Presolving Time: 1.26
451.42/452.88	c presolving:
451.52/452.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
451.63/453.02	c    (0.2s) running MILP presolver
451.73/453.15	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
451.82/453.22	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
451.92/453.33	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
452.02/453.42	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
452.02/453.42	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
452.52/454.01	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
452.52/454.01	c    (1.2s) probing aborted: 50/50 successive totally useless probings
452.82/454.26	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
452.92/454.34	c    (1.5s) no symmetry present (symcode time: 0.02)
452.92/454.37	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
452.92/454.37	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
452.92/454.37	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
452.92/454.37	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
452.92/454.37	c   22201 constraints of type <knapsack>
452.92/454.37	c     598 constraints of type <setppc>
452.92/454.37	c     149 constraints of type <logicor>
452.92/454.37	c transformed objective value is always integral (scale: 1)
452.92/454.37	c Presolving Time: 1.49
452.92/454.37	c 
453.63/455.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
453.63/455.07	c   2.2s|     1 |     0 |   965 |     - |   713M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
454.21/455.69	c   2.9s|     1 |     0 |  2592 |     - |   716M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
454.62/456.01	c   3.2s|     1 |     0 |  2715 |     - |   716M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
455.11/456.58	c   3.7s|     1 |     0 |  2864 |     - |   717M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
455.51/456.94	c   4.1s|     1 |     0 |  3034 |     - |   717M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
455.91/457.32	c   4.5s|     1 |     0 |  3190 |     - |   719M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
456.21/457.67	c   4.8s|     1 |     0 |  3337 |     - |   720M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
456.62/458.07	c   5.2s|     1 |     0 |  3523 |     - |   720M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
457.00/458.44	c   5.6s|     1 |     0 |  3687 |     - |   721M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
457.30/458.78	c   5.9s|     1 |     0 |  3843 |     - |   723M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
457.80/459.21	c   6.4s|     1 |     0 |  4032 |     - |   725M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
458.10/459.50	c   6.7s|     1 |     0 |  4193 |     - |   725M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
458.30/459.77	c   6.9s|     1 |     0 |  4340 |     - |   726M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
458.61/460.09	c   7.3s|     1 |     0 |  4472 |     - |   726M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
458.90/460.37	c   7.5s|     1 |     0 |  4585 |     - |   726M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
459.20/460.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
459.20/460.65	c   7.8s|     1 |     0 |  4682 |     - |   726M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
459.50/460.93	c   8.1s|     1 |     0 |  4767 |     - |   726M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
459.79/461.21	c   8.4s|     1 |     0 |  4875 |     - |   726M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
459.99/461.49	c   8.7s|     1 |     0 |  4982 |     - |   726M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
460.29/461.79	c   9.0s|     1 |     0 |  5069 |     - |   726M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
460.61/462.09	c   9.3s|     1 |     0 |  5199 |     - |   726M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
460.89/462.35	c   9.5s|     1 |     0 |  5292 |     - |   726M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
461.19/462.63	c   9.8s|     1 |     0 |  5373 |     - |   727M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
461.49/462.90	c  10.1s|     1 |     0 |  5454 |     - |   727M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
461.70/463.19	c  10.4s|     1 |     0 |  5535 |     - |   727M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
462.09/463.53	c  10.7s|     1 |     0 |  5620 |     - |   729M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
462.39/463.81	c  11.0s|     1 |     0 |  5707 |     - |   729M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
462.70/464.11	c  11.3s|     1 |     0 |  5789 |     - |   729M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
462.99/464.41	c  11.6s|     1 |     0 |  5849 |     - |   729M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
463.28/464.71	c  11.9s|     1 |     0 |  5951 |     - |   729M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
463.60/465.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
463.60/465.03	c  12.2s|     1 |     0 |  6088 |     - |   729M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
484.72/486.20	c  33.4s|     1 |     2 | 11275 |     - |   729M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
550.01/551.72	c  98.9s|   100 |   101 | 19062 | 134.8 |   770M |  18 |  23k|  23k|  23k|2376 |  1 | 547 |1570 |-2.145546e+04 |      --      |    Inf | unknown
593.19/595.11	c   142s|   200 |   201 | 30936 | 126.7 |   842M |  22 |  23k|  23k|  23k|3632 |  1 | 587 |2355 |-2.153909e+04 |      --      |    Inf | unknown
607.73/609.64	c 
607.73/609.64	c SCIP Status        : solving was interrupted [time limit reached]
607.73/609.64	c Solving Time (sec) : 156.81
607.73/609.64	c Solving Nodes      : 245
607.73/609.64	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
607.73/609.64	c Dual Bound         : -2.15390862756486e+04
607.73/609.64	c Gap                : infinite
607.73/609.64	c SCIP status: 23 (TIMELIMIT)
607.73/609.64	c solveScip: freeing transform (!can_skip_free_transform)
607.83/609.79	c SCIP LP bound tightened UB: 38233277 -> 38233043
607.83/609.79	c pb_solver_status: sst_unknown
607.83/609.79	c LB_goalvalue: 0
607.83/609.79	c UB_goalvalue: 38233043
607.83/609.79	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
607.83/609.79	c SCIP returned: sst_unknown
607.83/609.79	c SCIP primal LB: -oo, dual UB: 38233043
607.83/609.79	c assumptions: 
607.83/609.79	c invoking solver with time budget: 80.000000
687.91/690.02	c sat_solver_result: sst_unknown
687.91/690.02	c SAT solver timed out; proceeding to cooperative SCIP call
687.91/690.02	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38233043
687.91/690.02	c scip solving with time budget: 219.520000
687.91/690.02	c solveScip
687.91/690.02	c initScipForCoop
687.91/690.02	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
687.91/690.07	c presolving:
688.01/690.13	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
688.10/690.21	c    (0.2s) running MILP presolver
688.20/690.34	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
688.30/690.42	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
688.40/690.53	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
688.50/690.61	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
688.50/690.61	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
689.09/691.20	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
689.09/691.20	c    (1.2s) probing aborted: 50/50 successive totally useless probings
689.29/691.46	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
689.39/691.53	c    (1.5s) no symmetry present (symcode time: 0.03)
689.39/691.56	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
689.39/691.56	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
689.39/691.56	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
689.39/691.56	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
689.39/691.56	c   22201 constraints of type <knapsack>
689.39/691.56	c     598 constraints of type <setppc>
689.39/691.56	c     149 constraints of type <logicor>
689.39/691.56	c transformed objective value is always integral (scale: 1)
689.39/691.56	c Presolving Time: 1.49
689.39/691.56	c 
690.09/692.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
690.09/692.26	c   2.2s|     1 |     0 |   965 |     - |   825M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
690.69/692.88	c   2.9s|     1 |     0 |  2592 |     - |   829M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
691.08/693.21	c   3.2s|     1 |     0 |  2715 |     - |   829M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
691.58/693.78	c   3.8s|     1 |     0 |  2864 |     - |   830M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
692.00/694.14	c   4.1s|     1 |     0 |  3034 |     - |   830M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
692.38/694.52	c   4.5s|     1 |     0 |  3190 |     - |   832M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
692.68/694.88	c   4.9s|     1 |     0 |  3337 |     - |   833M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
693.08/695.27	c   5.2s|     1 |     0 |  3523 |     - |   833M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
693.48/695.65	c   5.6s|     1 |     0 |  3687 |     - |   834M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
693.78/695.99	c   6.0s|     1 |     0 |  3843 |     - |   835M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
694.27/696.42	c   6.4s|     1 |     0 |  4032 |     - |   837M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
694.57/696.71	c   6.7s|     1 |     0 |  4193 |     - |   837M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
694.77/696.98	c   7.0s|     1 |     0 |  4340 |     - |   838M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
695.17/697.30	c   7.3s|     1 |     0 |  4472 |     - |   838M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
695.37/697.58	c   7.6s|     1 |     0 |  4585 |     - |   838M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
695.67/697.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
695.67/697.86	c   7.8s|     1 |     0 |  4682 |     - |   838M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
695.98/698.14	c   8.1s|     1 |     0 |  4767 |     - |   838M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
696.27/698.42	c   8.4s|     1 |     0 |  4875 |     - |   838M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
696.57/698.70	c   8.7s|     1 |     0 |  4982 |     - |   838M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
696.77/699.00	c   9.0s|     1 |     0 |  5069 |     - |   838M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
697.16/699.30	c   9.3s|     1 |     0 |  5199 |     - |   838M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
697.36/699.57	c   9.5s|     1 |     0 |  5292 |     - |   838M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
697.66/699.85	c   9.8s|     1 |     0 |  5373 |     - |   839M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
697.98/700.12	c  10.1s|     1 |     0 |  5454 |     - |   839M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
698.26/700.41	c  10.4s|     1 |     0 |  5535 |     - |   839M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
698.56/700.75	c  10.7s|     1 |     0 |  5620 |     - |   840M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
698.87/701.03	c  11.0s|     1 |     0 |  5707 |     - |   840M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
699.16/701.33	c  11.3s|     1 |     0 |  5789 |     - |   840M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
699.46/701.63	c  11.6s|     1 |     0 |  5849 |     - |   840M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
699.76/701.93	c  11.9s|     1 |     0 |  5951 |     - |   840M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
700.06/702.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
700.06/702.25	c  12.2s|     1 |     0 |  6088 |     - |   840M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
721.09/723.39	c  33.4s|     1 |     2 | 11275 |     - |   839M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
786.39/788.80	c  98.8s|   100 |   101 | 19062 | 134.8 |   845M |  18 |  23k|  23k|  23k|2376 |  1 | 547 |1570 |-2.145546e+04 |      --      |    Inf | unknown
829.47/832.08	c   142s|   200 |   201 | 30936 | 126.7 |   857M |  22 |  23k|  23k|  23k|3632 |  1 | 587 |2355 |-2.153909e+04 |      --      |    Inf | unknown
861.25/863.99	c   174s|   300 |   301 | 43244 | 125.5 |   874M |  23 |  23k|  23k|  23k|4783 |  1 | 601 |2994 |-2.178431e+04 |      --      |    Inf | unknown
891.67/894.42	c   204s|   400 |   401 | 55988 | 126.0 |   898M |  23 |  23k|  23k|  23k|5969 |  2 | 622 |3663 |-2.190096e+04 |      --      |    Inf | unknown
906.72/909.55	c 
906.72/909.55	c SCIP Status        : solving was interrupted [time limit reached]
906.72/909.55	c Solving Time (sec) : 219.52
906.72/909.55	c Solving Nodes      : 456
906.72/909.55	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
906.72/909.55	c Dual Bound         : -2.19854820230105e+04
906.72/909.55	c Gap                : infinite
906.72/909.55	c SCIP status: 23 (TIMELIMIT)
906.72/909.55	c SCIP LP bound tightened UB: 38233043 -> 38232597
906.72/909.55	c pb_solver_status: sst_unknown
906.72/909.55	c LB_goalvalue: 0
906.72/909.55	c UB_goalvalue: 38232597
906.72/909.55	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
906.72/909.55	c SCIP returned: sst_unknown
906.72/909.55	c SCIP primal LB: -oo, dual UB: 38232597
906.72/909.55	c assumptions: 
906.72/909.55	c invoking solver with time budget: 80.000000
986.67/989.79	c sat_solver_result: sst_unknown
986.67/989.79	c SAT solver timed out; proceeding to cooperative SCIP call
986.67/989.79	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38232597
986.67/989.79	c scip solving with time budget: 307.328000
986.67/989.79	c solveScip
986.67/989.79	c initScipForCoop
986.67/989.79	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
986.67/989.79	c SCIPfreeTransform due to timeout and having shadow nodes
986.67/989.79	c forcing SCIPfreeTransform before solve
986.87/989.95	c Running SCIP presolve for solve-time propagation (rounds=3)
986.87/990.00	c presolving:
986.99/990.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
987.09/990.14	c    (0.2s) running MILP presolver
987.17/990.26	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
987.27/990.33	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
987.87/990.99	c    (1.0s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
987.87/990.99	c    (1.0s) probing aborted: 50/50 successive totally useless probings
988.17/991.26	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
988.17/991.26	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
988.17/991.26	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
988.17/991.26	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
988.17/991.26	c   22201 constraints of type <knapsack>
988.17/991.26	c     300 constraints of type <setppc>
988.17/991.26	c     149 constraints of type <logicor>
988.17/991.26	c transformed objective value is always integral (scale: 1)
988.17/991.26	c Presolving Time: 1.26
988.27/991.35	c presolving:
988.37/991.40	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
988.37/991.49	c    (0.2s) running MILP presolver
988.57/991.62	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
988.57/991.69	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
988.77/991.80	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
988.77/991.88	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
988.77/991.89	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
989.37/992.47	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
989.37/992.47	c    (1.2s) probing aborted: 50/50 successive totally useless probings
989.67/992.73	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
989.77/992.80	c    (1.5s) no symmetry present (symcode time: 0.03)
989.77/992.83	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
989.77/992.83	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
989.77/992.83	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
989.77/992.83	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
989.77/992.83	c   22201 constraints of type <knapsack>
989.77/992.83	c     598 constraints of type <setppc>
989.77/992.83	c     149 constraints of type <logicor>
989.77/992.83	c transformed objective value is always integral (scale: 1)
989.77/992.83	c Presolving Time: 1.49
989.77/992.83	c 
990.46/993.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
990.46/993.54	c   2.2s|     1 |     0 |   965 |     - |   889M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
991.07/994.15	c   2.9s|     1 |     0 |  2592 |     - |   892M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
991.36/994.48	c   3.2s|     1 |     0 |  2715 |     - |   892M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
991.97/995.05	c   3.8s|     1 |     0 |  2864 |     - |   893M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
992.36/995.42	c   4.1s|     1 |     0 |  3034 |     - |   893M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
992.75/995.80	c   4.5s|     1 |     0 |  3190 |     - |   896M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
993.07/996.15	c   4.9s|     1 |     0 |  3337 |     - |   897M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
993.45/996.55	c   5.3s|     1 |     0 |  3523 |     - |   897M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
993.85/996.93	c   5.6s|     1 |     0 |  3687 |     - |   898M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
994.15/997.27	c   6.0s|     1 |     0 |  3843 |     - |   899M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
994.65/997.70	c   6.4s|     1 |     0 |  4032 |     - |   901M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
994.85/997.99	c   6.7s|     1 |     0 |  4193 |     - |   901M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
995.15/998.26	c   7.0s|     1 |     0 |  4340 |     - |   902M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
995.45/998.58	c   7.3s|     1 |     0 |  4472 |     - |   902M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
995.75/998.86	c   7.6s|     1 |     0 |  4585 |     - |   902M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
996.06/999.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
996.06/999.14	c   7.8s|     1 |     0 |  4682 |     - |   902M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
996.34/999.43	c   8.1s|     1 |     0 |  4767 |     - |   902M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
996.64/999.71	c   8.4s|     1 |     0 |  4875 |     - |   902M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
996.84/999.99	c   8.7s|     1 |     0 |  4982 |     - |   902M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
997.14/1000.29	c   9.0s|     1 |     0 |  5069 |     - |   902M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
997.44/1000.59	c   9.3s|     1 |     0 |  5199 |     - |   902M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
997.74/1000.86	c   9.6s|     1 |     0 |  5292 |     - |   902M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
998.05/1001.14	c   9.8s|     1 |     0 |  5373 |     - |   903M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
998.34/1001.41	c  10.1s|     1 |     0 |  5454 |     - |   903M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
998.64/1001.70	c  10.4s|     1 |     0 |  5535 |     - |   903M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
998.95/1002.04	c  10.7s|     1 |     0 |  5620 |     - |   904M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
999.23/1002.32	c  11.0s|     1 |     0 |  5707 |     - |   904M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
999.53/1002.62	c  11.3s|     1 |     0 |  5789 |     - |   904M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
999.83/1002.91	c  11.6s|     1 |     0 |  5849 |     - |   904M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1000.13/1003.22	c  11.9s|     1 |     0 |  5951 |     - |   904M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1000.43/1003.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1000.43/1003.54	c  12.2s|     1 |     0 |  6088 |     - |   904M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1021.56/1024.78	c  33.5s|     1 |     2 | 11275 |     - |   902M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
1086.87/1090.27	c  99.0s|   100 |   101 | 19062 | 134.8 |   907M |  18 |  23k|  23k|  23k|2376 |  1 | 547 |1570 |-2.145546e+04 |      --      |    Inf | unknown
1130.04/1133.55	c   142s|   200 |   201 | 30936 | 126.7 |   915M |  22 |  23k|  23k|  23k|3632 |  1 | 587 |2355 |-2.153909e+04 |      --      |    Inf | unknown
1161.84/1165.43	c   174s|   300 |   301 | 43244 | 125.5 |   915M |  23 |  23k|  23k|  23k|4783 |  1 | 601 |2994 |-2.178431e+04 |      --      |    Inf | unknown
1192.04/1195.77	c   204s|   400 |   401 | 55988 | 126.0 |   918M |  23 |  23k|  23k|  23k|5969 |  2 | 622 |3663 |-2.190096e+04 |      --      |    Inf | unknown
1217.17/1220.97	c   230s|   500 |   499 | 68731 | 126.3 |   928M |  23 |  23k|  23k|  23k|7321 |  1 | 651 |4111 |-2.214288e+04 |      --      |    Inf | unknown
1239.90/1243.70	c   252s|   600 |   599 | 86333 | 134.6 |   962M |  27 |  23k|  23k|  23k|8694 |  1 | 651 |4458 |-2.218695e+04 |      --      |    Inf | unknown
1261.25/1265.19	c   274s|   700 |   699 |101333 | 136.8 |   993M |  27 |  23k|  23k|  23k|  10k|  1 | 653 |4768 |-2.218695e+04 |      --      |    Inf | unknown
1278.68/1282.64	c   291s|   800 |   799 |116410 | 138.5 |  1021M |  29 |  23k|  23k|  23k|  11k|  1 | 662 |4943 |-2.239906e+04 |      --      |    Inf | unknown
1294.63/1298.64	c 
1294.63/1298.64	c SCIP Status        : solving was interrupted [time limit reached]
1294.63/1298.64	c Solving Time (sec) : 307.34
1294.63/1298.64	c Solving Nodes      : 884
1294.63/1298.64	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1294.63/1298.64	c Dual Bound         : -2.24688825503356e+04
1294.63/1298.64	c Gap                : infinite
1294.63/1298.64	c SCIP status: 23 (TIMELIMIT)
1294.63/1298.64	c solveScip: freeing transform (!can_skip_free_transform)
1294.83/1298.82	c SCIP LP bound tightened UB: 38232597 -> 38232113
1294.83/1298.82	c pb_solver_status: sst_unknown
1294.83/1298.82	c LB_goalvalue: 0
1294.83/1298.82	c UB_goalvalue: 38232113
1294.83/1298.82	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1294.83/1298.82	c SCIP returned: sst_unknown
1294.83/1298.82	c SCIP primal LB: -oo, dual UB: 38232113
1294.83/1298.82	c assumptions: 
1294.83/1298.82	c invoking solver with time budget: 80.000000
1374.80/1379.06	c sat_solver_result: sst_unknown
1374.80/1379.06	c SAT solver timed out; proceeding to cooperative SCIP call
1374.80/1379.06	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38232113
1374.80/1379.06	c scip solving with time budget: 430.259200
1374.80/1379.06	c solveScip
1374.80/1379.06	c initScipForCoop
1374.80/1379.06	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1374.80/1379.11	c presolving:
1374.90/1379.16	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
1374.99/1379.25	c    (0.2s) running MILP presolver
1375.09/1379.38	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1375.19/1379.45	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
1375.29/1379.57	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
1375.39/1379.65	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
1375.39/1379.65	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
1375.99/1380.25	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1375.99/1380.25	c    (1.2s) probing aborted: 50/50 successive totally useless probings
1376.29/1380.50	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1376.29/1380.58	c    (1.5s) no symmetry present (symcode time: 0.02)
1376.39/1380.61	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
1376.39/1380.61	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
1376.39/1380.61	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1376.39/1380.61	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
1376.39/1380.61	c   22201 constraints of type <knapsack>
1376.39/1380.61	c     598 constraints of type <setppc>
1376.39/1380.61	c     149 constraints of type <logicor>
1376.39/1380.61	c transformed objective value is always integral (scale: 1)
1376.39/1380.61	c Presolving Time: 1.50
1376.39/1380.61	c 
1377.08/1381.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1377.08/1381.32	c   2.3s|     1 |     0 |   965 |     - |   994M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
1377.69/1381.94	c   2.9s|     1 |     0 |  2592 |     - |   997M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1377.99/1382.27	c   3.2s|     1 |     0 |  2715 |     - |   997M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1378.59/1382.84	c   3.8s|     1 |     0 |  2864 |     - |   998M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1378.98/1383.20	c   4.1s|     1 |     0 |  3034 |     - |   998M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1379.28/1383.58	c   4.5s|     1 |     0 |  3190 |     - |  1000M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1379.68/1383.94	c   4.9s|     1 |     0 |  3337 |     - |  1001M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1380.08/1384.34	c   5.3s|     1 |     0 |  3523 |     - |  1001M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
1380.48/1384.71	c   5.7s|     1 |     0 |  3687 |     - |  1002M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
1380.79/1385.05	c   6.0s|     1 |     0 |  3843 |     - |  1003M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
1381.28/1385.50	c   6.4s|     1 |     0 |  4032 |     - |  1005M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
1381.48/1385.78	c   6.7s|     1 |     0 |  4193 |     - |  1005M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
1381.79/1386.05	c   7.0s|     1 |     0 |  4340 |     - |  1007M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
1382.08/1386.38	c   7.3s|     1 |     0 |  4472 |     - |  1007M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
1382.37/1386.66	c   7.6s|     1 |     0 |  4585 |     - |  1007M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
1382.67/1386.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1382.67/1386.94	c   7.9s|     1 |     0 |  4682 |     - |  1007M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
1382.97/1387.23	c   8.2s|     1 |     0 |  4767 |     - |  1007M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1383.27/1387.51	c   8.4s|     1 |     0 |  4875 |     - |  1007M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1383.47/1387.79	c   8.7s|     1 |     0 |  4982 |     - |  1007M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1383.78/1388.09	c   9.0s|     1 |     0 |  5069 |     - |  1007M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1384.07/1388.39	c   9.3s|     1 |     0 |  5199 |     - |  1007M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
1384.37/1388.66	c   9.6s|     1 |     0 |  5292 |     - |  1007M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1384.67/1388.94	c   9.9s|     1 |     0 |  5373 |     - |  1008M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1384.97/1389.22	c  10.2s|     1 |     0 |  5454 |     - |  1008M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1385.27/1389.51	c  10.4s|     1 |     0 |  5535 |     - |  1008M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1385.56/1389.84	c  10.8s|     1 |     0 |  5620 |     - |  1009M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1385.88/1390.12	c  11.1s|     1 |     0 |  5707 |     - |  1009M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1386.16/1390.43	c  11.4s|     1 |     0 |  5789 |     - |  1009M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1386.46/1390.72	c  11.7s|     1 |     0 |  5849 |     - |  1009M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1386.77/1391.03	c  12.0s|     1 |     0 |  5951 |     - |  1009M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1387.06/1391.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1387.06/1391.34	c  12.3s|     1 |     0 |  6088 |     - |  1009M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1408.30/1412.61	c  33.5s|     1 |     2 | 11275 |     - |  1009M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
1473.70/1478.23	c  99.2s|   100 |   101 | 19062 | 134.8 |  1014M |  18 |  23k|  23k|  23k|2376 |  1 | 547 |1570 |-2.145546e+04 |      --      |    Inf | unknown
1516.97/1521.66	c   143s|   200 |   201 | 30936 | 126.7 |  1022M |  22 |  23k|  23k|  23k|3632 |  1 | 587 |2355 |-2.153909e+04 |      --      |    Inf | unknown
1548.87/1553.67	c   175s|   300 |   301 | 43244 | 125.5 |  1022M |  23 |  23k|  23k|  23k|4783 |  1 | 601 |2994 |-2.178431e+04 |      --      |    Inf | unknown
1579.30/1584.15	c   205s|   400 |   401 | 55988 | 126.0 |  1024M |  23 |  23k|  23k|  23k|5969 |  2 | 622 |3663 |-2.190096e+04 |      --      |    Inf | unknown
1604.41/1609.34	c   230s|   500 |   499 | 68731 | 126.3 |  1024M |  23 |  23k|  23k|  23k|7321 |  1 | 651 |4111 |-2.214288e+04 |      --      |    Inf | unknown
1627.15/1632.11	c   253s|   600 |   599 | 86333 | 134.6 |  1025M |  27 |  23k|  23k|  23k|8694 |  1 | 651 |4458 |-2.218695e+04 |      --      |    Inf | unknown
1648.67/1653.70	c   275s|   700 |   699 |101333 | 136.8 |  1026M |  27 |  23k|  23k|  23k|  10k|  1 | 653 |4768 |-2.218695e+04 |      --      |    Inf | unknown
1666.03/1671.16	c   292s|   800 |   799 |116410 | 138.5 |  1027M |  29 |  23k|  23k|  23k|  11k|  1 | 662 |4943 |-2.239906e+04 |      --      |    Inf | unknown
1685.76/1691.00	c   312s|   900 |   899 |147375 | 157.6 |  1029M |  29 |  23k|  23k|  23k|  12k|  1 | 662 |5084 |-2.246888e+04 |      --      |    Inf | unknown
1699.71/1705.00	c   326s|  1000 |   999 |162693 | 157.1 |  1050M |  29 |  23k|  23k|  23k|  14k|  1 | 714 |5199 |-2.254859e+04 |      --      |    Inf | unknown
1712.28/1717.52	c   338s|  1100 |  1099 |176506 | 155.4 |  1059M |  29 |  23k|  23k|  23k|  15k|  1 | 746 |5325 |-2.259551e+04 |      --      |    Inf | unknown
1727.43/1732.76	c   354s|  1200 |  1199 |191476 | 154.9 |  1077M |  31 |  23k|  23k|  23k|  16k|  1 | 791 |5454 |-2.275323e+04 |      --      |    Inf | unknown
1739.20/1744.55	c   365s|  1300 |  1297 |203662 | 152.4 |  1081M |  33 |  23k|  23k|  23k|  17k|  1 | 793 |5590 |-2.275323e+04 |      --      |    Inf | unknown
1758.04/1763.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1758.04/1763.45	c   384s|  1400 |  1397 |224781 | 156.6 |  1092M |  35 |  23k|  23k|  23k|  18k|  1 | 815 |5716 |-2.275323e+04 |      --      |    Inf | unknown
1769.81/1775.23	c   396s|  1500 |  1497 |237059 | 154.3 |  1102M |  35 |  23k|  23k|  23k|  19k|  1 | 849 |5808 |-2.278009e+04 |      --      |    Inf | unknown
1782.08/1787.50	c   408s|  1600 |  1589 |251997 | 154.0 |  1105M |  39 |  23k|  23k|  23k|  19k|  1 | 891 |5920 |-2.278009e+04 |      --      |    Inf | unknown
1793.94/1799.49	c   420s|  1700 |  1685 |260395 | 149.9 |  1109M |  39 |  23k|  23k|  23k|  20k|  1 | 922 |6012 |-2.295369e+04 |      --      |    Inf | unknown
1803.81/1809.32	c 
1803.81/1809.32	c SCIP Status        : solving was interrupted [time limit reached]
1803.81/1809.32	c Solving Time (sec) : 430.26
1803.81/1809.32	c Solving Nodes      : 1785
1803.81/1809.32	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1803.81/1809.32	c Dual Bound         : -2.29536885513815e+04
1803.81/1809.32	c Gap                : infinite
1803.81/1809.32	c SCIP status: 23 (TIMELIMIT)
1803.81/1809.32	c SCIP LP bound tightened UB: 38232113 -> 38231629
1803.81/1809.32	c pb_solver_status: sst_unknown
1803.81/1809.32	c LB_goalvalue: 0
1803.81/1809.32	c UB_goalvalue: 38231629
1803.81/1809.32	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1803.81/1809.32	c SCIP returned: sst_unknown
1803.81/1809.32	c SCIP primal LB: -oo, dual UB: 38231629
1803.81/1809.32	c assumptions: 
1803.81/1809.32	c invoking solver with time budget: 80.000000
1886.59/1892.34	c sat_solver_result: sst_unknown
1886.59/1892.34	c SAT solver timed out; proceeding to cooperative SCIP call
1886.59/1892.34	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38231629
1886.59/1892.34	c scip solving with time budget: 602.362880
1886.59/1892.34	c solveScip
1886.59/1892.34	c initScipForCoop
1886.59/1892.34	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1886.59/1892.34	c SCIPfreeTransform due to timeout and having shadow nodes
1886.59/1892.34	c forcing SCIPfreeTransform before solve
1886.79/1892.52	c Running SCIP presolve for solve-time propagation (rounds=3)
1886.79/1892.57	c presolving:
1886.89/1892.62	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
1886.99/1892.71	c    (0.2s) running MILP presolver
1887.09/1892.83	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1887.19/1892.91	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
1887.79/1893.59	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1887.79/1893.59	c    (1.1s) probing aborted: 50/50 successive totally useless probings
1888.09/1893.86	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1888.09/1893.86	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
1888.09/1893.86	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1888.09/1893.86	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
1888.09/1893.86	c   22201 constraints of type <knapsack>
1888.09/1893.86	c     300 constraints of type <setppc>
1888.09/1893.86	c     149 constraints of type <logicor>
1888.09/1893.86	c transformed objective value is always integral (scale: 1)
1888.09/1893.86	c Presolving Time: 1.29
1888.19/1893.95	c presolving:
1888.19/1894.00	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
1888.30/1894.09	c    (0.2s) running MILP presolver
1888.49/1894.22	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1888.59/1894.30	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
1888.69/1894.41	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
1888.78/1894.50	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
1888.78/1894.50	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
1889.30/1895.09	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1889.30/1895.09	c    (1.2s) probing aborted: 50/50 successive totally useless probings
1889.58/1895.35	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1889.68/1895.43	c    (1.5s) no symmetry present (symcode time: 0.03)
1889.68/1895.46	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
1889.68/1895.46	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
1889.68/1895.46	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1889.68/1895.46	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
1889.68/1895.46	c   22201 constraints of type <knapsack>
1889.68/1895.46	c     598 constraints of type <setppc>
1889.68/1895.46	c     149 constraints of type <logicor>
1889.68/1895.46	c transformed objective value is always integral (scale: 1)
1889.68/1895.46	c Presolving Time: 1.51
1889.68/1895.46	c 
1890.39/1896.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1890.39/1896.17	c   2.3s|     1 |     0 |   965 |     - |  1078M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
1890.98/1896.79	c   2.9s|     1 |     0 |  2592 |     - |  1082M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1891.39/1897.12	c   3.2s|     1 |     0 |  2715 |     - |  1082M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1891.87/1897.69	c   3.8s|     1 |     0 |  2864 |     - |  1083M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1892.29/1898.05	c   4.1s|     1 |     0 |  3034 |     - |  1083M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1892.67/1898.43	c   4.5s|     1 |     0 |  3190 |     - |  1085M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1892.97/1898.78	c   4.9s|     1 |     0 |  3337 |     - |  1086M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
1893.38/1899.18	c   5.3s|     1 |     0 |  3523 |     - |  1086M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
1893.77/1899.56	c   5.7s|     1 |     0 |  3687 |     - |  1087M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
1894.17/1899.90	c   6.0s|     1 |     0 |  3843 |     - |  1088M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
1894.57/1900.33	c   6.4s|     1 |     0 |  4032 |     - |  1090M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
1894.87/1900.62	c   6.7s|     1 |     0 |  4193 |     - |  1090M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
1895.06/1900.89	c   7.0s|     1 |     0 |  4340 |     - |  1091M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
1895.46/1901.21	c   7.3s|     1 |     0 |  4472 |     - |  1091M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
1895.66/1901.49	c   7.6s|     1 |     0 |  4585 |     - |  1091M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
1895.96/1901.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1895.96/1901.77	c   7.9s|     1 |     0 |  4682 |     - |  1091M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
1896.27/1902.06	c   8.2s|     1 |     0 |  4767 |     - |  1091M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1896.56/1902.34	c   8.4s|     1 |     0 |  4875 |     - |  1091M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1896.86/1902.62	c   8.7s|     1 |     0 |  4982 |     - |  1091M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1897.16/1902.92	c   9.0s|     1 |     0 |  5069 |     - |  1091M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
1897.46/1903.22	c   9.3s|     1 |     0 |  5199 |     - |  1091M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
1897.66/1903.49	c   9.6s|     1 |     0 |  5292 |     - |  1091M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1897.96/1903.77	c   9.9s|     1 |     0 |  5373 |     - |  1092M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1898.27/1904.05	c  10.1s|     1 |     0 |  5454 |     - |  1092M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1898.56/1904.34	c  10.4s|     1 |     0 |  5535 |     - |  1092M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1898.85/1904.68	c  10.8s|     1 |     0 |  5620 |     - |  1093M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1899.15/1904.96	c  11.1s|     1 |     0 |  5707 |     - |  1093M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1899.45/1905.27	c  11.4s|     1 |     0 |  5789 |     - |  1093M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1899.75/1905.56	c  11.7s|     1 |     0 |  5849 |     - |  1093M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1900.05/1905.86	c  12.0s|     1 |     0 |  5951 |     - |  1093M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1900.36/1906.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1900.36/1906.18	c  12.3s|     1 |     0 |  6088 |     - |  1093M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
1921.69/1927.56	c  33.7s|     1 |     2 | 11275 |     - |  1093M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
1987.50/1993.59	c  99.7s|   100 |   101 | 19062 | 134.8 |  1098M |  18 |  23k|  23k|  23k|2376 |  1 | 547 |1570 |-2.145546e+04 |      --      |    Inf | unknown
2031.00/2037.15	c   143s|   200 |   201 | 30936 | 126.7 |  1106M |  22 |  23k|  23k|  23k|3632 |  1 | 587 |2355 |-2.153909e+04 |      --      |    Inf | unknown
2062.99/2069.26	c   175s|   300 |   301 | 43244 | 125.5 |  1106M |  23 |  23k|  23k|  23k|4783 |  1 | 601 |2994 |-2.178431e+04 |      --      |    Inf | unknown
2093.41/2099.78	c   206s|   400 |   401 | 55988 | 126.0 |  1107M |  23 |  23k|  23k|  23k|5969 |  2 | 622 |3663 |-2.190096e+04 |      --      |    Inf | unknown
2118.75/2125.11	c   231s|   500 |   499 | 68731 | 126.3 |  1108M |  23 |  23k|  23k|  23k|7321 |  1 | 651 |4111 |-2.214288e+04 |      --      |    Inf | unknown
2141.47/2147.98	c   254s|   600 |   599 | 86333 | 134.6 |  1109M |  27 |  23k|  23k|  23k|8694 |  1 | 651 |4458 |-2.218695e+04 |      --      |    Inf | unknown
2163.11/2169.64	c   276s|   700 |   699 |101333 | 136.8 |  1111M |  27 |  23k|  23k|  23k|  10k|  1 | 653 |4768 |-2.218695e+04 |      --      |    Inf | unknown
2180.57/2187.16	c   293s|   800 |   799 |116410 | 138.5 |  1112M |  29 |  23k|  23k|  23k|  11k|  1 | 662 |4943 |-2.239906e+04 |      --      |    Inf | unknown
2200.42/2207.06	c   313s|   900 |   899 |147375 | 157.6 |  1113M |  29 |  23k|  23k|  23k|  12k|  1 | 662 |5084 |-2.246888e+04 |      --      |    Inf | unknown
2214.48/2221.14	c   327s|  1000 |   999 |162693 | 157.1 |  1114M |  29 |  23k|  23k|  23k|  14k|  1 | 714 |5199 |-2.254859e+04 |      --      |    Inf | unknown
2227.04/2233.71	c   340s|  1100 |  1099 |176506 | 155.4 |  1117M |  29 |  23k|  23k|  23k|  15k|  1 | 746 |5325 |-2.259551e+04 |      --      |    Inf | unknown
2242.31/2249.03	c   355s|  1200 |  1199 |191476 | 154.9 |  1119M |  31 |  23k|  23k|  23k|  16k|  1 | 791 |5454 |-2.275323e+04 |      --      |    Inf | unknown
2254.16/2260.91	c   367s|  1300 |  1297 |203662 | 152.4 |  1120M |  33 |  23k|  23k|  23k|  17k|  1 | 793 |5590 |-2.275323e+04 |      --      |    Inf | unknown
2273.11/2279.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2273.11/2279.93	c   386s|  1400 |  1397 |224781 | 156.6 |  1121M |  35 |  23k|  23k|  23k|  18k|  1 | 815 |5716 |-2.275323e+04 |      --      |    Inf | unknown
2284.97/2291.80	c   398s|  1500 |  1497 |237059 | 154.3 |  1123M |  35 |  23k|  23k|  23k|  19k|  1 | 849 |5808 |-2.278009e+04 |      --      |    Inf | unknown
2297.15/2304.09	c   410s|  1600 |  1589 |251997 | 154.0 |  1123M |  39 |  23k|  23k|  23k|  19k|  1 | 891 |5920 |-2.278009e+04 |      --      |    Inf | unknown
2309.12/2316.09	c   422s|  1700 |  1685 |260395 | 149.9 |  1125M |  39 |  23k|  23k|  23k|  20k|  1 | 922 |6012 |-2.295369e+04 |      --      |    Inf | unknown
2322.27/2329.20	c   435s|  1800 |  1783 |271545 | 147.8 |  1128M |  39 |  23k|  23k|  23k|  21k|  1 | 976 |6120 |-2.295369e+04 |      --      |    Inf | unknown
2335.73/2342.73	c   449s|  1900 |  1883 |284391 | 146.7 |  1141M |  39 |  23k|  23k|  23k|  22k|  1 |1013 |6224 |-2.298998e+04 |      --      |    Inf | unknown
2348.60/2355.67	c   462s|  2000 |  1983 |295575 | 145.0 |  1145M |  39 |  23k|  23k|  23k|  23k|  1 |1013 |6364 |-2.298998e+04 |      --      |    Inf | unknown
2366.15/2373.26	c   479s|  2100 |  2083 |309166 | 144.6 |  1159M |  39 |  23k|  23k|  23k|  24k|  1 |1055 |6574 |-2.305576e+04 |      --      |    Inf | unknown
2380.41/2387.54	c   494s|  2200 |  2181 |324742 | 145.1 |  1163M |  39 |  23k|  23k|  23k|  25k|  1 |1160 |6727 |-2.305576e+04 |      --      |    Inf | unknown
2395.17/2402.30	c   508s|  2300 |  2281 |336482 | 143.9 |  1174M |  39 |  23k|  23k|  23k|  26k|  1 |1215 |6895 |-2.305587e+04 |      --      |    Inf | unknown
2422.59/2429.86	c   536s|  2400 |  2377 |366075 | 150.2 |  1189M |  39 |  23k|  23k|  23k|  27k|  1 |1240 |7334 |-2.305587e+04 |      --      |    Inf | unknown
2448.92/2456.23	c   562s|  2500 |  2473 |402129 | 158.6 |  1204M |  39 |  23k|  23k|  23k|  27k|  1 |1264 |7630 |-2.305587e+04 |      --      |    Inf | unknown
2473.94/2481.33	c   587s|  2600 |  2569 |446647 | 169.7 |  1224M |  39 |  23k|  23k|  23k|  28k|  1 |1336 |7808 |-2.314330e+04 |      --      |    Inf | unknown
2488.80/2496.27	c 
2488.80/2496.27	c SCIP Status        : solving was interrupted [time limit reached]
2488.80/2496.27	c Solving Time (sec) : 602.36
2488.80/2496.27	c Solving Nodes      : 2658
2488.80/2496.27	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2488.80/2496.27	c Dual Bound         : -2.31432991371045e+04
2488.80/2496.27	c Gap                : infinite
2488.80/2496.27	c SCIP status: 23 (TIMELIMIT)
2488.80/2496.27	c solveScip: freeing transform (!can_skip_free_transform)
2489.00/2496.47	c SCIP LP bound tightened UB: 38231629 -> 38231439
2489.00/2496.47	c pb_solver_status: sst_unknown
2489.00/2496.47	c LB_goalvalue: 0
2489.00/2496.47	c UB_goalvalue: 38231439
2489.00/2496.47	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2489.00/2496.47	c SCIP returned: sst_unknown
2489.00/2496.47	c SCIP primal LB: -oo, dual UB: 38231439
2489.00/2496.47	c assumptions: 
2489.00/2496.47	c invoking solver with time budget: 80.000000
2568.98/2576.68	c sat_solver_result: sst_unknown
2568.98/2576.68	c SAT solver timed out; proceeding to cooperative SCIP call
2568.98/2576.68	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38231439
2568.98/2576.68	c scip solving with time budget: 843.308032
2568.98/2576.68	c solveScip
2568.98/2576.68	c initScipForCoop
2568.98/2576.68	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2569.08/2576.73	c presolving:
2569.08/2576.78	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
2569.18/2576.87	c    (0.2s) running MILP presolver
2569.28/2577.00	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2569.40/2577.07	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
2569.50/2577.19	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
2569.58/2577.27	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
2569.58/2577.27	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
2570.18/2577.87	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2570.18/2577.87	c    (1.2s) probing aborted: 50/50 successive totally useless probings
2570.49/2578.13	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2570.58/2578.20	c    (1.5s) no symmetry present (symcode time: 0.03)
2570.58/2578.23	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
2570.58/2578.23	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
2570.58/2578.23	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2570.58/2578.23	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
2570.58/2578.23	c   22201 constraints of type <knapsack>
2570.58/2578.23	c     598 constraints of type <setppc>
2570.58/2578.23	c     149 constraints of type <logicor>
2570.58/2578.23	c transformed objective value is always integral (scale: 1)
2570.58/2578.23	c Presolving Time: 1.50
2570.58/2578.23	c 
2571.28/2578.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2571.28/2578.94	c   2.3s|     1 |     0 |   965 |     - |  1165M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
2571.88/2579.56	c   2.9s|     1 |     0 |  2592 |     - |  1168M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
2572.18/2579.89	c   3.2s|     1 |     0 |  2715 |     - |  1168M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
2572.78/2580.47	c   3.8s|     1 |     0 |  2864 |     - |  1169M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
2573.18/2580.83	c   4.1s|     1 |     0 |  3034 |     - |  1170M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
2573.58/2581.21	c   4.5s|     1 |     0 |  3190 |     - |  1172M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
2573.88/2581.56	c   4.9s|     1 |     0 |  3337 |     - |  1173M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
2574.28/2581.96	c   5.3s|     1 |     0 |  3523 |     - |  1173M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
2574.68/2582.34	c   5.7s|     1 |     0 |  3687 |     - |  1174M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
2574.98/2582.68	c   6.0s|     1 |     0 |  3843 |     - |  1175M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
2575.49/2583.12	c   6.4s|     1 |     0 |  4032 |     - |  1178M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
2575.77/2583.41	c   6.7s|     1 |     0 |  4193 |     - |  1178M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
2575.97/2583.68	c   7.0s|     1 |     0 |  4340 |     - |  1181M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
2576.27/2584.00	c   7.3s|     1 |     0 |  4472 |     - |  1181M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
2576.57/2584.28	c   7.6s|     1 |     0 |  4585 |     - |  1181M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
2576.87/2584.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2576.87/2584.56	c   7.9s|     1 |     0 |  4682 |     - |  1181M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
2577.17/2584.84	c   8.2s|     1 |     0 |  4767 |     - |  1181M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
2577.48/2585.12	c   8.4s|     1 |     0 |  4875 |     - |  1181M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
2577.77/2585.41	c   8.7s|     1 |     0 |  4982 |     - |  1181M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
2578.07/2585.71	c   9.0s|     1 |     0 |  5069 |     - |  1181M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
2578.38/2586.01	c   9.3s|     1 |     0 |  5199 |     - |  1181M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
2578.56/2586.28	c   9.6s|     1 |     0 |  5292 |     - |  1181M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2578.86/2586.56	c   9.9s|     1 |     0 |  5373 |     - |  1182M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2579.16/2586.84	c  10.2s|     1 |     0 |  5454 |     - |  1182M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2579.47/2587.13	c  10.4s|     1 |     0 |  5535 |     - |  1182M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2579.76/2587.47	c  10.8s|     1 |     0 |  5620 |     - |  1183M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2580.06/2587.75	c  11.1s|     1 |     0 |  5707 |     - |  1183M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2580.37/2588.06	c  11.4s|     1 |     0 |  5789 |     - |  1183M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2580.66/2588.35	c  11.7s|     1 |     0 |  5849 |     - |  1183M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2580.96/2588.66	c  12.0s|     1 |     0 |  5951 |     - |  1183M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2581.26/2588.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2581.26/2588.98	c  12.3s|     1 |     0 |  6088 |     - |  1183M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
2602.60/2610.38	c  33.7s|     1 |     2 | 11275 |     - |  1184M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
2668.91/2676.80	c   100s|   100 |   101 | 19062 | 134.8 |  1190M |  18 |  23k|  23k|  23k|2376 |  1 | 547 |1570 |-2.145546e+04 |      --      |    Inf | unknown
2712.59/2720.67	c   144s|   200 |   201 | 30936 | 126.7 |  1197M |  22 |  23k|  23k|  23k|3632 |  1 | 587 |2355 |-2.153909e+04 |      --      |    Inf | unknown
2744.92/2753.07	c   176s|   300 |   301 | 43244 | 125.5 |  1197M |  23 |  23k|  23k|  23k|4783 |  1 | 601 |2994 |-2.178431e+04 |      --      |    Inf | unknown
2775.62/2783.89	c   207s|   400 |   401 | 55988 | 126.0 |  1197M |  23 |  23k|  23k|  23k|5969 |  2 | 622 |3663 |-2.190096e+04 |      --      |    Inf | unknown
2801.15/2809.48	c   233s|   500 |   499 | 68731 | 126.3 |  1199M |  23 |  23k|  23k|  23k|7321 |  1 | 651 |4111 |-2.214288e+04 |      --      |    Inf | unknown
2824.17/2832.50	c   256s|   600 |   599 | 86333 | 134.6 |  1202M |  27 |  23k|  23k|  23k|8694 |  1 | 651 |4458 |-2.218695e+04 |      --      |    Inf | unknown
2845.91/2854.32	c   278s|   700 |   699 |101333 | 136.8 |  1205M |  27 |  23k|  23k|  23k|  10k|  1 | 653 |4768 |-2.218695e+04 |      --      |    Inf | unknown
2863.58/2872.01	c   295s|   800 |   799 |116410 | 138.5 |  1207M |  29 |  23k|  23k|  23k|  11k|  1 | 662 |4943 |-2.239906e+04 |      --      |    Inf | unknown
2883.52/2892.06	c   315s|   900 |   899 |147375 | 157.6 |  1208M |  29 |  23k|  23k|  23k|  12k|  1 | 662 |5084 |-2.246888e+04 |      --      |    Inf | unknown
2897.67/2906.26	c   330s|  1000 |   999 |162693 | 157.1 |  1209M |  29 |  23k|  23k|  23k|  14k|  1 | 714 |5199 |-2.254859e+04 |      --      |    Inf | unknown
2910.34/2918.93	c   342s|  1100 |  1099 |176506 | 155.4 |  1211M |  29 |  23k|  23k|  23k|  15k|  1 | 746 |5325 |-2.259551e+04 |      --      |    Inf | unknown
2925.70/2934.31	c   358s|  1200 |  1199 |191476 | 154.9 |  1214M |  31 |  23k|  23k|  23k|  16k|  1 | 791 |5454 |-2.275323e+04 |      --      |    Inf | unknown
2937.67/2946.31	c   370s|  1300 |  1297 |203662 | 152.4 |  1215M |  33 |  23k|  23k|  23k|  17k|  1 | 793 |5590 |-2.275323e+04 |      --      |    Inf | unknown
2956.82/2965.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2956.82/2965.51	c   389s|  1400 |  1397 |224781 | 156.6 |  1216M |  35 |  23k|  23k|  23k|  18k|  1 | 815 |5716 |-2.275323e+04 |      --      |    Inf | unknown
2968.69/2977.47	c   401s|  1500 |  1497 |237059 | 154.3 |  1218M |  35 |  23k|  23k|  23k|  19k|  1 | 849 |5808 |-2.278009e+04 |      --      |    Inf | unknown
2981.16/2989.90	c   413s|  1600 |  1589 |251997 | 154.0 |  1218M |  39 |  23k|  23k|  23k|  19k|  1 | 891 |5920 |-2.278009e+04 |      --      |    Inf | unknown
2993.12/3002.01	c   425s|  1700 |  1685 |260395 | 149.9 |  1220M |  39 |  23k|  23k|  23k|  20k|  1 | 922 |6012 |-2.295369e+04 |      --      |    Inf | unknown
3006.39/3015.23	c   439s|  1800 |  1783 |271545 | 147.8 |  1220M |  39 |  23k|  23k|  23k|  21k|  1 | 976 |6120 |-2.295369e+04 |      --      |    Inf | unknown
3019.95/3028.90	c   452s|  1900 |  1883 |284391 | 146.7 |  1222M |  39 |  23k|  23k|  23k|  22k|  1 |1013 |6224 |-2.298998e+04 |      --      |    Inf | unknown
3033.02/3041.96	c   465s|  2000 |  1983 |295575 | 145.0 |  1222M |  39 |  23k|  23k|  23k|  23k|  1 |1013 |6364 |-2.298998e+04 |      --      |    Inf | unknown
3050.78/3059.75	c   483s|  2100 |  2083 |309166 | 144.6 |  1226M |  39 |  23k|  23k|  23k|  24k|  1 |1055 |6574 |-2.305576e+04 |      --      |    Inf | unknown
3065.15/3074.13	c   497s|  2200 |  2181 |324742 | 145.1 |  1226M |  39 |  23k|  23k|  23k|  25k|  1 |1160 |6727 |-2.305576e+04 |      --      |    Inf | unknown
3080.02/3089.04	c   512s|  2300 |  2281 |336482 | 143.9 |  1227M |  39 |  23k|  23k|  23k|  26k|  1 |1215 |6895 |-2.305587e+04 |      --      |    Inf | unknown
3107.74/3116.83	c   540s|  2400 |  2377 |366075 | 150.2 |  1229M |  39 |  23k|  23k|  23k|  27k|  1 |1240 |7334 |-2.305587e+04 |      --      |    Inf | unknown
3134.07/3143.26	c   567s|  2500 |  2473 |402129 | 158.6 |  1231M |  39 |  23k|  23k|  23k|  27k|  1 |1264 |7630 |-2.305587e+04 |      --      |    Inf | unknown
3159.11/3168.38	c   592s|  2600 |  2569 |446647 | 169.7 |  1233M |  39 |  23k|  23k|  23k|  28k|  1 |1336 |7808 |-2.314330e+04 |      --      |    Inf | unknown
3189.43/3198.72	c   622s|  2700 |  2669 |498285 | 182.5 |  1238M |  39 |  23k|  23k|  23k|  30k|  1 |1389 |7948 |-2.314330e+04 |      --      |    Inf | unknown
3213.38/3222.71	c   646s|  2800 |  2765 |533470 | 188.6 |  1242M |  39 |  23k|  23k|  23k|  30k|  1 |1412 |8117 |-2.315917e+04 |      --      |    Inf | unknown
3238.12/3247.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3238.12/3247.51	c   671s|  2900 |  2863 |573580 | 195.9 |  1264M |  39 |  23k|  23k|  23k|  31k|  1 |1447 |8297 |-2.315917e+04 |      --      |    Inf | unknown
3265.58/3275.07	c   698s|  3000 |  2963 |611723 | 202.1 |  1265M |  39 |  23k|  23k|  23k|  32k|  1 |1455 |8573 |-2.321772e+04 |      --      |    Inf | unknown
3287.82/3297.36	c   721s|  3100 |  3061 |641739 | 205.2 |  1267M |  39 |  23k|  23k|  23k|  33k|  1 |1498 |8855 |-2.321772e+04 |      --      |    Inf | unknown
3311.49/3321.05	c   744s|  3200 |  3161 |674958 | 209.2 |  1280M |  39 |  23k|  23k|  23k|  34k|  1 |1530 |9087 |-2.321800e+04 |      --      |    Inf | unknown
3327.64/3337.22	c   761s|  3300 |  3259 |701635 | 210.9 |  1283M |  39 |  23k|  23k|  23k|  35k|  1 |1544 |9256 |-2.321800e+04 |      --      |    Inf | unknown
3348.42/3358.06	c   781s|  3400 |  3359 |736939 | 215.1 |  1285M |  39 |  23k|  23k|  23k|  36k|  1 |1598 |9381 |-2.323738e+04 |      --      |    Inf | unknown
3365.88/3375.56	c   799s|  3500 |  3459 |764033 | 216.7 |  1290M |  39 |  23k|  23k|  23k|  37k|  5 |1632 |9512 |-2.323738e+04 |      --      |    Inf | unknown
3383.46/3393.13	c   816s|  3600 |  3559 |794142 | 219.1 |  1298M |  39 |  23k|  23k|  23k|  37k|  1 |1632 |9601 |-2.324285e+04 |      --      |    Inf | unknown
3405.90/3415.66	c   839s|  3700 |  3659 |843893 | 226.6 |  1305M |  39 |  23k|  23k|  23k|  38k|  1 |1652 |9658 |-2.324285e+04 |      --      |    Inf | unknown
3410.19/3419.99	c 
3410.19/3419.99	c SCIP Status        : solving was interrupted [time limit reached]
3410.19/3419.99	c Solving Time (sec) : 843.31
3410.19/3419.99	c Solving Nodes      : 3737
3410.19/3419.99	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
3410.19/3419.99	c Dual Bound         : -2.32478437749578e+04
3410.19/3419.99	c Gap                : infinite
3410.19/3419.99	c SCIP status: 23 (TIMELIMIT)
3410.19/3419.99	c SCIP LP bound tightened UB: 38231439 -> 38231334
3410.19/3419.99	c pb_solver_status: sst_unknown
3410.19/3419.99	c LB_goalvalue: 0
3410.19/3419.99	c UB_goalvalue: 38231334
3410.19/3419.99	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
3410.19/3419.99	c SCIP returned: sst_unknown
3410.19/3419.99	c SCIP primal LB: -oo, dual UB: 38231334
3410.19/3419.99	c assumptions: 
3410.19/3419.99	c invoking solver with time budget: 80.000000
3494.15/3504.05	c sat_solver_result: sst_unknown
3494.15/3504.05	c SAT solver timed out; proceeding to cooperative SCIP call
3494.15/3504.05	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 38231334
3494.15/3504.05	c scip solving with time budget: 1180.631245
3494.15/3504.05	c solveScip
3494.15/3504.05	c initScipForCoop
3494.15/3504.05	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
3494.15/3504.05	c SCIPfreeTransform due to timeout and having shadow nodes
3494.15/3504.05	c forcing SCIPfreeTransform before solve
3494.33/3504.23	c Running SCIP presolve for solve-time propagation (rounds=3)
3494.33/3504.28	c presolving:
3494.43/3504.33	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
3494.53/3504.41	c    (0.2s) running MILP presolver
3494.63/3504.54	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3494.73/3504.61	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
3495.33/3505.29	c    (1.1s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3495.33/3505.29	c    (1.1s) probing aborted: 50/50 successive totally useless probings
3495.63/3505.55	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
3495.63/3505.55	c  0 deleted vars, 300 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 149 changed sides, 149 changed coefficients
3495.63/3505.55	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3495.63/3505.55	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22650 constraints
3495.63/3505.55	c   22201 constraints of type <knapsack>
3495.63/3505.55	c     300 constraints of type <setppc>
3495.63/3505.55	c     149 constraints of type <logicor>
3495.63/3505.55	c transformed objective value is always integral (scale: 1)
3495.63/3505.55	c Presolving Time: 1.27
3495.73/3505.64	c presolving:
3495.73/3505.69	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
3495.83/3505.78	c    (0.2s) running MILP presolver
3496.03/3505.91	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3496.03/3505.98	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
3496.14/3506.10	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
3496.24/3506.18	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
3496.24/3506.18	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
3496.83/3506.77	c    (1.2s) probing: 51/23542 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3496.83/3506.77	c    (1.2s) probing aborted: 50/50 successive totally useless probings
3497.14/3507.03	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3497.14/3507.10	c    (1.5s) no symmetry present (symcode time: 0.02)
3497.24/3507.13	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
3497.24/3507.13	c  0 deleted vars, 300 deleted constraints, 298 added constraints, 0 tightened bounds, 0 added holes, 596 changed sides, 1490 changed coefficients
3497.24/3507.13	c  0 implications, 598 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3497.24/3507.13	c presolved problem has 23542 variables (23542 bin, 0 int, 0 cont) and 22948 constraints
3497.24/3507.13	c   22201 constraints of type <knapsack>
3497.24/3507.13	c     598 constraints of type <setppc>
3497.24/3507.13	c     149 constraints of type <logicor>
3497.24/3507.13	c transformed objective value is always integral (scale: 1)
3497.24/3507.13	c Presolving Time: 1.49
3497.24/3507.13	c 
3497.93/3507.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3497.93/3507.83	c   2.2s|     1 |     0 |   965 |     - |  1235M |   0 |  23k|  23k|  22k|   0 |  0 | 479 |   0 |-2.053055e+04 |      --      |    Inf | unknown
3498.53/3508.45	c   2.9s|     1 |     0 |  2592 |     - |  1237M |   0 |  23k|  23k|  23k| 103 |  1 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
3498.83/3508.77	c   3.2s|     1 |     0 |  2715 |     - |  1237M |   0 |  23k|  23k|  23k| 191 |  2 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
3499.43/3509.33	c   3.7s|     1 |     0 |  2864 |     - |  1238M |   0 |  23k|  23k|  23k| 280 |  3 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
3499.73/3509.69	c   4.1s|     1 |     0 |  3034 |     - |  1239M |   0 |  23k|  23k|  23k| 354 |  4 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
3500.14/3510.07	c   4.5s|     1 |     0 |  3190 |     - |  1239M |   0 |  23k|  23k|  23k| 432 |  5 | 479 |   0 |-2.107150e+04 |      --      |    Inf | unknown
3500.53/3510.42	c   4.8s|     1 |     0 |  3337 |     - |  1240M |   0 |  23k|  23k|  23k| 500 |  6 | 480 |   0 |-2.107150e+04 |      --      |    Inf | unknown
3500.93/3510.82	c   5.2s|     1 |     0 |  3523 |     - |  1240M |   0 |  23k|  23k|  23k| 568 |  7 | 481 |   0 |-2.112313e+04 |      --      |    Inf | unknown
3501.24/3511.20	c   5.6s|     1 |     0 |  3687 |     - |  1242M |   0 |  23k|  23k|  23k| 631 |  8 | 481 |   0 |-2.120670e+04 |      --      |    Inf | unknown
3501.63/3511.53	c   5.9s|     1 |     0 |  3843 |     - |  1243M |   0 |  23k|  23k|  23k| 692 |  9 | 482 |   0 |-2.124126e+04 |      --      |    Inf | unknown
3502.03/3511.97	c   6.4s|     1 |     0 |  4032 |     - |  1244M |   0 |  23k|  23k|  23k| 750 | 10 | 483 |   0 |-2.126974e+04 |      --      |    Inf | unknown
3502.32/3512.25	c   6.7s|     1 |     0 |  4193 |     - |  1244M |   0 |  23k|  23k|  23k| 809 | 11 | 484 |   0 |-2.126974e+04 |      --      |    Inf | unknown
3502.62/3512.52	c   6.9s|     1 |     0 |  4340 |     - |  1246M |   0 |  23k|  23k|  23k| 865 | 12 | 485 |   0 |-2.127408e+04 |      --      |    Inf | unknown
3502.92/3512.84	c   7.2s|     1 |     0 |  4472 |     - |  1246M |   0 |  23k|  23k|  23k| 924 | 13 | 486 |   0 |-2.127421e+04 |      --      |    Inf | unknown
3503.24/3513.12	c   7.5s|     1 |     0 |  4585 |     - |  1246M |   0 |  23k|  23k|  23k| 969 | 14 | 489 |   0 |-2.127432e+04 |      --      |    Inf | unknown
3503.52/3513.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3503.52/3513.40	c   7.8s|     1 |     0 |  4682 |     - |  1246M |   0 |  23k|  23k|  23k|1010 | 15 | 490 |   0 |-2.127432e+04 |      --      |    Inf | unknown
3503.72/3513.68	c   8.1s|     1 |     0 |  4767 |     - |  1246M |   0 |  23k|  23k|  23k|1052 | 16 | 491 |   0 |-2.127463e+04 |      --      |    Inf | unknown
3504.02/3513.96	c   8.4s|     1 |     0 |  4875 |     - |  1246M |   0 |  23k|  23k|  23k|1096 | 17 | 492 |   0 |-2.127463e+04 |      --      |    Inf | unknown
3504.32/3514.24	c   8.7s|     1 |     0 |  4982 |     - |  1246M |   0 |  23k|  23k|  23k|1135 | 18 | 493 |   0 |-2.127463e+04 |      --      |    Inf | unknown
3504.62/3514.54	c   8.9s|     1 |     0 |  5069 |     - |  1246M |   0 |  23k|  23k|  23k|1170 | 19 | 494 |   0 |-2.127463e+04 |      --      |    Inf | unknown
3504.92/3514.84	c   9.3s|     1 |     0 |  5199 |     - |  1246M |   0 |  23k|  23k|  23k|1215 | 20 | 496 |   0 |-2.128046e+04 |      --      |    Inf | unknown
3505.23/3515.11	c   9.5s|     1 |     0 |  5292 |     - |  1246M |   0 |  23k|  23k|  23k|1256 | 21 | 497 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3505.42/3515.38	c   9.8s|     1 |     0 |  5373 |     - |  1247M |   0 |  23k|  23k|  23k|1292 | 22 | 498 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3505.72/3515.66	c  10.1s|     1 |     0 |  5454 |     - |  1247M |   0 |  23k|  23k|  23k|1321 | 23 | 499 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3506.02/3515.95	c  10.4s|     1 |     0 |  5535 |     - |  1247M |   0 |  23k|  23k|  24k|1349 | 24 | 500 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3506.32/3516.28	c  10.7s|     1 |     0 |  5620 |     - |  1248M |   0 |  23k|  23k|  23k|1386 | 25 | 501 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3506.62/3516.56	c  11.0s|     1 |     0 |  5707 |     - |  1248M |   0 |  23k|  23k|  23k|1418 | 26 | 502 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3506.92/3516.86	c  11.3s|     1 |     0 |  5789 |     - |  1248M |   0 |  23k|  23k|  23k|1449 | 27 | 503 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3507.23/3517.15	c  11.6s|     1 |     0 |  5849 |     - |  1248M |   0 |  23k|  23k|  24k|1479 | 28 | 505 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3507.51/3517.46	c  11.9s|     1 |     0 |  5951 |     - |  1248M |   0 |  23k|  23k|  24k|1509 | 29 | 506 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3507.81/3517.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3507.81/3517.78	c  12.2s|     1 |     0 |  6088 |     - |  1248M |   0 |  23k|  23k|  24k|1536 | 30 | 507 |   0 |-2.128049e+04 |      --      |    Inf | unknown
3529.37/3539.32	c  33.7s|     1 |     2 | 11275 |     - |  1249M |   0 |  23k|  23k|  24k|1536 | 30 | 524 |  22 |-2.128449e+04 |      --      |    Inf | unknown
3594.96/3605.10	c  99.5s|   100 |   101 | 19062 | 134.8 |  1254M |  18 |  23k|  23k|  23k|2376 |  1 | 547 |1570 |-2.145546e+04 |      --      |    Inf | unknown
3600.05/3610.11	
3600.05/3610.11	*** TERMINATED *** by signal
3600.05/3610.11	c
3600.05/3610.11	s UNKNOWN
3600.05/3610.11	c _____________________________________________________________________________
3600.05/3610.11	c std/band forms        : 22501,0
3600.05/3610.11	c 2cl/3cl ITE-codings   : 6704696,0
3600.05/3610.11	c BDD/srt/adr Max costs : 396,4188,0
3600.05/3610.11	c BDDraw/bin/mul/srt/adr: 149,0,22052,300,0
3600.05/3610.11	c BDD nodes             : 8755687
3600.05/3610.11	c Es1/CC detections     : 0,0
3600.05/3610.11	c CC sort               : 300
3600.05/3610.11	c SAT/UNSAT calls       : 0,0
3600.05/3610.11	c regenrated variables  : 0
3600.05/3610.11	c eliminated fixed lits : 0
3600.05/3610.11	c goal lit flips        : 0
3600.05/3610.11	c goal stages           : 0
3600.05/3610.11	c goal shrink           : 0
3600.05/3610.11	c goal coeff separations: 2986
3600.05/3610.11	c restarts              : 1179
3600.05/3610.11	c conflicts             : 130550         (36 /sec)
3600.05/3610.11	c decisions             : 17388136       (4830 /sec)
3600.05/3610.11	c propagations          : 3373444765     (937053 /sec)
3600.05/3610.11	c inspects              : 0              (0 /sec)
3600.05/3610.11	c CPU time (solving tm) : 3600 s        (706.9 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.11	c SAT solver time       : 706.9 s
3600.05/3610.11	c SAT solver SAT time   : 0 s
3600.05/3610.11	c SAT solver UNSAT time : 0 s
3600.05/3610.11	c SAT solver TO time    : 706.9 s
3600.05/3610.11	c Time for SCIP         : 2745 s
3600.05/3610.11	c Coop SCIP LB improvements           : 0
3600.05/3610.11	c Coop SCIP UB improvements           : 7
3600.05/3610.11	c SCIP globally fixed variables       : 0
3600.05/3610.11	c SAT  globally fixed variables       : 0
3600.05/3610.11	c SCIP freeTransform calls            : 19
3600.05/3610.11	c Time for Opt-base     : 9.786 s
3600.05/3610.11	c Steps for Opt-base    : 50234456
3600.05/3610.11	c Time for BDD coding   : 26.49 s
3600.05/3610.11	c Time for srt coding   : 0.09844 s
3600.05/3610.11	c Inner solver invocations            : 0
3600.05/3610.11	c Inner solving count                 : 0
3600.05/3610.11	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-4780746-1782138905/watcher-4780746-1782138905 -o /tmp/evaluation-result-4780746-1782138905/solver-4780746-1782138905 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780746-1782138905/vars-4780746-1782138905 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291493 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780746-1782138905.opb 

running on 4 cores: 20-23

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

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

CPU governors:
  performance: 20-23

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (94044 MiB free)
  node 1: cores 8-15, 128973 MiB (63768 MiB free)
  node 2: cores 16-23, 129019 MiB (115626 MiB free)
  node 3: cores 24-31, 129003 MiB (69179 MiB free)
  node 4: cores 32-39, 129019 MiB (111272 MiB free)
  node 5: cores 40-47, 129019 MiB (81291 MiB free)
  node 6: cores 48-55, 129019 MiB (51523 MiB free)
  node 7: cores 56-63, 128474 MiB (108741 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=2296633, runsolver pid=2296630
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 16.02 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=712137504/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=101224 memory=29288 CPUtime=0.08 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 5396 206 0 0 8 0 0 0 20 0 1 0 147178196 103653376 7262 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 25306 7322 2728 506 0 5997 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101224 KiB
Current children cumulated memory: 29288 KiB

[startup+0.212884 s]*
/proc/loadavg: 16.02 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=712139804/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=117532 memory=42704 CPUtime=0.2 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 8750 206 0 0 19 1 0 0 20 0 1 0 147178196 120352768 10590 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 29383 10676 2728 506 0 10074 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 117532 KiB
Current children cumulated memory: 42704 KiB

[startup+0.312213 s]*
/proc/loadavg: 16.02 16.03 16.00 18/870 2296636
/proc/meminfo: memFree=712139804/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=132508 memory=57600 CPUtime=0.29 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 12474 206 0 0 28 1 0 0 20 0 1 0 147178196 135688192 14302 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 33127 14400 2728 506 0 13818 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 132508 KiB
Current children cumulated memory: 57600 KiB

[startup+0.700125 s]
/proc/loadavg: 16.02 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=713874836/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=208952 memory=142384 CPUtime=0.67 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 31659 206 0 0 65 2 0 0 20 0 1 0 147178196 213966848 35550 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 52238 35596 4878 506 0 32929 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 208952 KiB
Current children cumulated memory: 142384 KiB

[startup+1.5002 s]
/proc/loadavg: 16.02 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=713990172/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=464116 memory=389000 CPUtime=1.46 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 87676 206 0 0 141 5 0 0 20 0 1 0 147178196 475254784 97190 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 116029 97250 5790 506 0 96720 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 464116 KiB
Current children cumulated memory: 389000 KiB

[startup+3.1138 s]
/proc/loadavg: 16.02 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=713904616/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=597048 memory=501888 CPUtime=3.07 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 102545 206 0 0 300 7 0 0 20 0 1 0 147178196 611377152 125381 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 149262 125472 5836 506 0 129953 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 597048 KiB
Current children cumulated memory: 501888 KiB

[startup+6.3002 s]
/proc/loadavg: 16.02 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=713928492/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=893832 memory=756736 CPUtime=6.25 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 143175 206 0 0 615 10 0 0 20 0 1 0 147178196 915283968 189163 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 223458 189184 6147 506 0 204149 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 893832 KiB
Current children cumulated memory: 756736 KiB

[startup+12.7001 s]
/proc/loadavg: 16.02 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=713827496/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=1022572 memory=872428 CPUtime=12.63 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 161684 206 0 0 1251 12 0 0 20 0 1 0 147178196 1047113728 218060 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 255643 218107 6147 506 0 236334 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1022572 KiB
Current children cumulated memory: 872428 KiB

[startup+25.5001 s]
/proc/loadavg: 16.01 16.03 16.00 17/870 2296636
/proc/meminfo: memFree=712924104/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=1275064 memory=963288 CPUtime=25.41 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 164935 206 0 0 2526 15 0 0 20 0 1 0 147178196 1305665536 240819 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 318766 240822 6147 506 0 299457 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1275064 KiB
Current children cumulated memory: 963288 KiB

[startup+51.114 s]
/proc/loadavg: 16.01 16.02 16.00 17/870 2296636
/proc/meminfo: memFree=707107820/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=6752964 memory=6118632 CPUtime=50.97 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 692466 206 0 0 4985 112 0 0 20 0 1 0 147178196 6915035136 1529605 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1688241 1529658 6195 506 0 1668932 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 6752964 KiB
Current children cumulated memory: 6118632 KiB

[startup+102.3 s]
/proc/loadavg: 16.00 16.02 16.00 17/870 2296639
/proc/meminfo: memFree=705456368/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=9019332 memory=8423568 CPUtime=101.99 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 810560 206 0 0 9921 278 0 0 20 0 1 0 147178196 9235795968 2105739 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 2254833 2105892 6243 506 0 2235524 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 9019332 KiB
Current children cumulated memory: 8423568 KiB

[startup+162.3 s]
/proc/loadavg: 16.00 16.01 16.00 17/870 2296642
/proc/meminfo: memFree=707417788/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=8293464 memory=7698800 CPUtime=161.81 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 816999 206 0 0 15871 310 0 0 20 0 1 0 147178196 8492507136 1924567 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 2073366 1924700 6259 506 0 2054057 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 8293464 KiB
Current children cumulated memory: 7698800 KiB

[startup+222.3 s]
/proc/loadavg: 16.00 16.01 16.00 17/871 2296743
/proc/meminfo: memFree=742023444/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7686432 memory=7200912 CPUtime=221.62 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 834088 206 0 0 21808 354 0 0 20 0 1 0 147178196 7870906368 1800218 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1921608 1800228 6275 506 0 1902299 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 7686432 KiB
Current children cumulated memory: 7200912 KiB

[startup+282.3 s]
/proc/loadavg: 16.00 16.00 16.00 17/871 2296744
/proc/meminfo: memFree=734964136/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=6597184 memory=6076180 CPUtime=281.44 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 858729 206 0 0 27637 507 0 0 20 0 1 0 147178196 6755516416 1518942 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1649296 1519045 6275 506 0 1629987 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 6597184 KiB
Current children cumulated memory: 6076180 KiB

[startup+342.3 s]
/proc/loadavg: 16.00 16.00 16.00 17/871 2296745
/proc/meminfo: memFree=734138348/1055320708 swapFree=32681384/33554428

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

Current children cumulated memory: 6514848 KiB

[startup+2922.3 s]
/proc/loadavg: 9.47 10.10 11.41 9/822 2297105
/proc/meminfo: memFree=888111900/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7356796 memory=6514848 CPUtime=2913.73 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1090597 206 0 0 288805 2568 0 0 20 0 1 0 147178196 7533359104 1628659 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1839199 1628712 6291 506 0 1819890 0
Current children cumulated CPU time: 2913.73 s
Current children cumulated vsize: 7356796 KiB
Current children cumulated memory: 6514848 KiB

[startup+2982.3 s]
/proc/loadavg: 8.46 9.70 11.18 7/810 2297177
/proc/meminfo: memFree=890078844/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7356796 memory=6514848 CPUtime=2973.57 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1090817 206 0 0 294788 2569 0 0 20 0 1 0 147178196 7533359104 1628659 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1839199 1628712 6291 506 0 1819890 0
Current children cumulated CPU time: 2973.57 s
Current children cumulated vsize: 7356796 KiB
Current children cumulated memory: 6514848 KiB

[startup+3042.3 s]
/proc/loadavg: 6.94 9.04 10.86 7/810 2297178
/proc/meminfo: memFree=890038188/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7311684 memory=6475800 CPUtime=3033.42 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1102146 206 0 0 300773 2569 0 0 20 0 1 0 147178196 7487164416 1618931 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1827921 1618950 6291 506 0 1808612 0
Current children cumulated CPU time: 3033.42 s
Current children cumulated vsize: 7311684 KiB
Current children cumulated memory: 6475800 KiB

[startup+3102.3 s]
/proc/loadavg: 6.34 8.48 10.56 7/810 2297179
/proc/meminfo: memFree=890122276/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7311684 memory=6475800 CPUtime=3093.27 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1102147 206 0 0 306758 2569 0 0 20 0 1 0 147178196 7487164416 1618931 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1827921 1618950 6291 506 0 1808612 0
Current children cumulated CPU time: 3093.27 s
Current children cumulated vsize: 7311684 KiB
Current children cumulated memory: 6475800 KiB

[startup+3162.3 s]
/proc/loadavg: 6.12 8.03 10.27 7/810 2297180
/proc/meminfo: memFree=890166384/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7311684 memory=6475800 CPUtime=3153.12 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1102149 206 0 0 312743 2569 0 0 20 0 1 0 147178196 7487164416 1618931 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1827921 1618950 6291 506 0 1808612 0
Current children cumulated CPU time: 3153.12 s
Current children cumulated vsize: 7311684 KiB
Current children cumulated memory: 6475800 KiB

[startup+3222.3 s]
/proc/loadavg: 6.04 7.66 10.00 7/810 2297183
/proc/meminfo: memFree=890147468/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7314040 memory=6478036 CPUtime=3212.98 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1102711 206 0 0 318729 2569 0 0 20 0 1 0 147178196 7489576960 1619443 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1828510 1619509 6291 506 0 1809201 0
Current children cumulated CPU time: 3212.98 s
Current children cumulated vsize: 7314040 KiB
Current children cumulated memory: 6478036 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 6.91 9.60 3/790 2297323
/proc/meminfo: memFree=950522096/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7315512 memory=6482644 CPUtime=3272.85 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1103238 206 0 0 324715 2570 0 0 20 0 1 0 147178196 7491084288 1620467 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1828878 1620661 6291 506 0 1809569 0
Current children cumulated CPU time: 3272.85 s
Current children cumulated vsize: 7315512 KiB
Current children cumulated memory: 6482644 KiB

[startup+3342.3 s]
/proc/loadavg: 2.83 6.02 9.12 3/790 2297326
/proc/meminfo: memFree=950538376/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7337152 memory=6504652 CPUtime=3332.73 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1107849 206 0 0 330703 2570 0 0 20 0 1 0 147178196 7513243648 1625917 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1834288 1626163 6291 506 0 1814979 0
Current children cumulated CPU time: 3332.73 s
Current children cumulated vsize: 7337152 KiB
Current children cumulated memory: 6504652 KiB

[startup+3402.3 s]
/proc/loadavg: 2.30 5.28 8.67 3/790 2297327
/proc/meminfo: memFree=950482884/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7349696 memory=6517460 CPUtime=3392.62 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1110617 206 0 0 336691 2571 0 0 20 0 1 0 147178196 7526088704 1629201 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1837424 1629365 6291 506 0 1818115 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 7349696 KiB
Current children cumulated memory: 6517460 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 4.68 8.25 3/790 2297328
/proc/meminfo: memFree=950114736/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7819296 memory=6989316 CPUtime=3452.51 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1114259 206 0 0 342661 2590 0 0 20 0 1 0 147178196 8006959104 1747199 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1954824 1747329 6291 506 0 1935515 0
Current children cumulated CPU time: 3452.51 s
Current children cumulated vsize: 7819296 KiB
Current children cumulated memory: 6989316 KiB

[startup+3522.3 s]
/proc/loadavg: 2.04 4.19 7.86 3/790 2297329
/proc/meminfo: memFree=950478528/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7377608 memory=6550804 CPUtime=3512.4 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1140301 206 0 0 348503 2737 0 0 20 0 1 0 147178196 7554670592 1637450 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1844402 1637701 6291 506 0 1825093 0
Current children cumulated CPU time: 3512.4 s
Current children cumulated vsize: 7377608 KiB
Current children cumulated memory: 6550804 KiB

[startup+3582.3 s]
/proc/loadavg: 2.01 3.79 7.49 3/788 2297331
/proc/meminfo: memFree=950534592/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7377608 memory=6565112 CPUtime=3572.29 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1140301 206 0 0 354492 2737 0 0 20 0 1 0 147178196 7554670592 1641034 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1844402 1641278 6291 506 0 1825093 0
Current children cumulated CPU time: 3572.29 s
Current children cumulated vsize: 7377608 KiB
Current children cumulated memory: 6565112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 2.01 3.62 7.31 3/787 2297331
/proc/meminfo: memFree=950468908/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7377608 memory=6568192 CPUtime=3600.05 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1140301 206 0 0 357268 2737 0 0 20 0 1 0 147178196 7554670592 1641802 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1844402 1642048 6291 506 0 1825093 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 7377608 KiB
Current children cumulated memory: 6568192 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.69 s, system=27.4468 s

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

[startup+3610.11 s]
/proc/loadavg: 2.01 3.62 7.31 3/787 2297331
/proc/meminfo: memFree=950468908/1055320708 swapFree=32681384/33554428
[pid=2296633] ppid=2296630 vsize=7377608 memory=6568192 CPUtime=3600.05 cores=20-23
/proc/2296633/stat : 2296633 (naps_release) R 2296630 2296633 2291478 0 -1 4194304 1140301 206 0 0 357268 2737 0 0 20 0 1 0 147178196 7554670592 1641802 18446744073709551615 4210688 6281017 140726618865376 0 0 0 0 0 16898 0 0 0 17 20 0 0 0 0 0 6662968 6676388 22441984 140726618867931 140726618868112 140726618868112 140726618873800 0
/proc/2296633/statm: 1844402 1642048 6291 506 0 1825093 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 7377608 KiB
Current children cumulated memory: 6568192 KiB

Child status: 10

Real time (s): 3610.19
CPU time (s): 3600.13
CPU user time (s): 3572.69
CPU system time (s): 27.4468
CPU usage (%): 99.7215
Max. virtual memory (cumulated for all children) (KiB): 9524664
Max. memory (cumulated for all children) (KiB): 8714628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.69
system time used= 27.4468
maximum resident set size= 8714256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1140507
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= 309
involuntary context switches= 2337


# summary of solver processes directly reported to runsolver:
#   pid: 2296633
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3572.69
#   total CPU system time (s): 27.4468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1806 second user time and 35.2484 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 16:35:05
IDJOB=4780746
IDBENCH=183193
IDSOLVER=3589
FILE ID=nodeE010/4780746-1782138905
RUNJOBID= nodeE010-1782134575-2291493
SLURM_JOB_ID= 12510915
Free space on /tmp= 798048 MiB

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

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

MD5SUM BENCH= a4dfecf8dfc003dedb88811e1c1a6c66
RANDOM SEED=263438432

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		: 3583.574
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		: 3590.289
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		: 3583.384
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3602.362
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3602.130
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		: 3613.561
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3568.559
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		: 2493.659
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		: 3595.677
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		: 3573.070
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		: 3585.230
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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.911
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		: 3579.350
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		: 3571.904
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		: 3572.412
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		: 3581.136
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3565.951
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		: 3563.725
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		: 3581.959
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3581.962
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		: 3575.983
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3564.830
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		: 3590.253
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3568.996
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		: 3556.420
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3552.276
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		: 3590.653
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		: 3578.848
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:        712133532 kB
MemAvailable:   791545996 kB
Buffers:              32 kB
Cached:         83192440 kB
SwapCached:         6960 kB
Active:         251298940 kB
Inactive:       81861636 kB
Active(anon):   250004372 kB
Inactive(anon):    50272 kB
Active(file):    1294568 kB
Inactive(file): 81811364 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20016 kB
Writeback:            60 kB
AnonPages:      249963900 kB
Mapped:           119288 kB
Shmem:             86536 kB
KReclaimable:    1111312 kB
Slab:            1625000 kB
SReclaimable:    1111312 kB
SUnreclaim:       513688 kB
KernelStack:       14880 kB
PageTables:       499972 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   266335448 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478948 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  127766528 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= 798380 MiB
End job on nodeE010 at 2026-06-22 17:35:15