Trace number 4780734

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.16 3610.38

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/devriendt/
tsplib/normalized-gr137.opb
MD5SUMda4367b128600aa565de63c34f41b94e
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 benchmark81772
Best CPU time to get the best result obtained on this benchmark57600.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19720
Total number of constraints18906
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)274
Number of constraints which are nor clauses,nor cardinality constraints18632
Minimum length of a constraint8
Maximum length of a constraint136
Number of terms in the objective function 18632
Biggest coefficient in the objective function 15667
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 87766134
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 15667
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 87766134
Number of bits of the biggest sum of numbers27
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-4780734-1782138540.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-4780734-1782138540.opb
0.00/0.02	c Parsing PB file...
0.00/0.06	c goal was devided by 1 with offset 87766134.
0.39/0.51	c assumptions before coding: 
0.49/0.57	c initScipForCoop
0.58/0.62	c Running SCIP presolver (time limit: 10 sec)...
0.58/0.62	c solveScip
0.58/0.62	c initScipForCoop
0.58/0.62	c Cooperative mode: scip_coop_offset=87766134.000000
0.58/0.62	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.58/0.62	c Running SCIP presolve for solve-time propagation (rounds=3)
0.58/0.66	c presolving:
0.67/0.78	c    (0.2s) running MILP presolver
0.76/0.88	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.86/0.91	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
0.86/0.98	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1.47/1.55	c    (0.9s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.47/1.55	c    (0.9s) probing aborted: 50/50 successive totally useless probings
1.76/1.81	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1.76/1.81	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 408 changed sides, 952 changed coefficients
1.76/1.81	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.76/1.81	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
1.76/1.81	c   18496 constraints of type <knapsack>
1.76/1.81	c     682 constraints of type <setppc>
1.76/1.81	c     136 constraints of type <logicor>
1.76/1.81	c transformed objective value is always integral (scale: 1)
1.76/1.81	c Presolving Time: 1.15
1.76/1.88	c presolving:
1.86/2.00	c    (0.2s) running MILP presolver
1.98/2.10	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2.08/2.15	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
2.17/2.23	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
2.26/2.30	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
2.26/2.30	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
2.76/2.82	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.76/2.82	c    (1.0s) probing aborted: 50/50 successive totally useless probings
2.97/3.07	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.08/3.14	c    (1.3s) no symmetry present (symcode time: 0.02)
3.08/3.16	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
3.08/3.16	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
3.08/3.16	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3.08/3.16	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
3.08/3.16	c   18496 constraints of type <knapsack>
3.08/3.16	c     682 constraints of type <setppc>
3.08/3.16	c     136 constraints of type <logicor>
3.08/3.16	c transformed objective value is always integral (scale: 1)
3.08/3.16	c Presolving Time: 1.28
3.08/3.16	c 
3.66/3.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.66/3.73	c   1.9s|     1 |     0 |   921 |     - |   481M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
4.26/4.39	c   2.5s|     1 |     0 |  3626 |     - |   493M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
4.85/4.90	c   3.1s|     1 |     0 |  3774 |     - |   505M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
5.16/5.22	c   3.4s|     1 |     0 |  3942 |     - |   513M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
5.45/5.50	c   3.7s|     1 |     0 |  4091 |     - |   519M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
5.65/5.79	c   3.9s|     1 |     0 |  4234 |     - |   529M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
5.96/6.05	c   4.2s|     1 |     0 |  4408 |     - |   540M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
6.35/6.40	c   4.5s|     1 |     0 |  4587 |     - |   547M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
6.65/6.76	c   4.9s|     1 |     0 |  4797 |     - |   556M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
6.97/7.10	c   5.3s|     1 |     0 |  4962 |     - |   574M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
7.35/7.42	c   5.6s|     1 |     0 |  5161 |     - |   586M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
7.55/7.61	c   5.8s|     1 |     0 |  5289 |     - |   590M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
7.74/7.80	c   6.0s|     1 |     0 |  5407 |     - |   591M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
7.96/8.02	c   6.2s|     1 |     0 |  5551 |     - |   593M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
8.14/8.26	c   6.4s|     1 |     0 |  5705 |     - |   595M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
8.34/8.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.34/8.49	c   6.6s|     1 |     0 |  5829 |     - |   597M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
8.64/8.74	c   6.9s|     1 |     0 |  5969 |     - |   600M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
8.84/8.95	c   7.1s|     1 |     0 |  6071 |     - |   602M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
9.05/9.17	c   7.3s|     1 |     0 |  6187 |     - |   604M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
9.34/9.43	c   7.6s|     1 |     0 |  6338 |     - |   606M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
9.54/9.65	c   7.8s|     1 |     0 |  6430 |     - |   609M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
9.74/9.87	c   8.0s|     1 |     0 |  6531 |     - |   609M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
9.95/10.10	c   8.3s|     1 |     0 |  6603 |     - |   611M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
10.24/10.32	c   8.5s|     1 |     0 |  6685 |     - |   611M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
11.73/11.87	c  10.0s|     1 |     2 |  7267 |     - |   612M |   0 |  19k|  19k|  20k|1402 | 23 | 468 |   0 |-5.919272e+04 |      --      |    Inf | unknown
11.73/11.87	c 
11.73/11.87	c SCIP Status        : solving was interrupted [time limit reached]
11.73/11.87	c Solving Time (sec) : 10.02
11.73/11.87	c Solving Nodes      : 1
11.73/11.87	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
11.73/11.87	c Dual Bound         : -5.91927171945701e+04
11.73/11.87	c Gap                : infinite
11.73/11.87	c SCIP status: 23 (TIMELIMIT)
11.73/11.87	c solveScip: freeing transform (!can_skip_free_transform)
11.83/11.99	c SCIP presolver: sst_unknown
11.83/11.99	c Converting 19180 PB-constraints to clauses...
11.83/11.99	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 13
11.94/12.10	c Try to convert by bdds
11.94/12.10	c d: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.10	c D: 1
11.94/12.10	c estimatedAdderCost: 18
11.94/12.10	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
11.94/12.11	c D: 1
11.94/12.11	c estimatedAdderCost: 18
11.94/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.11	c D: 1
12.04/12.11	c estimatedAdderCost: 18
12.04/12.11	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.12	c D: 1
12.04/12.12	c estimatedAdderCost: 18
12.04/12.12	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.13	c D: 1
12.04/12.13	c estimatedAdderCost: 18
12.04/12.13	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.14	c D: 1
12.04/12.14	c estimatedAdderCost: 18
12.04/12.14	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.15	c D: 1
12.04/12.15	c estimatedAdderCost: 18
12.04/12.15	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.16	c D: 1
12.04/12.16	c estimatedAdderCost: 18
12.04/12.16	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.17	c D: 1
12.04/12.17	c estimatedAdderCost: 18
12.04/12.17	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.18	c D: 1
12.04/12.18	c estimatedAdderCost: 18
12.04/12.18	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.04/12.19	c D: 1
12.04/12.19	c estimatedAdderCost: 18
12.04/12.19	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.20	c D: 1
12.13/12.20	c estimatedAdderCost: 18
12.13/12.20	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.21	c D: 1
12.13/12.21	c estimatedAdderCost: 18
12.13/12.21	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.22	c D: 1
12.13/12.22	c estimatedAdderCost: 18
12.13/12.22	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.23	c D: 1
12.13/12.23	c estimatedAdderCost: 18
12.13/12.23	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.24	c D: 1
12.13/12.24	c estimatedAdderCost: 18
12.13/12.24	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.25	c D: 1
12.13/12.25	c estimatedAdderCost: 18
12.13/12.25	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.26	c D: 1
12.13/12.26	c estimatedAdderCost: 18
12.13/12.26	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.27	c D: 1
12.13/12.27	c estimatedAdderCost: 18
12.13/12.27	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.28	c D: 1
12.13/12.28	c estimatedAdderCost: 18
12.13/12.28	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.13/12.29	c D: 1
12.13/12.29	c estimatedAdderCost: 18
12.13/12.29	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.30	c D: 1
12.23/12.30	c estimatedAdderCost: 18
12.23/12.30	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.31	c D: 1
12.23/12.31	c estimatedAdderCost: 18
12.23/12.31	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.32	c D: 1
12.23/12.32	c estimatedAdderCost: 18
12.23/12.32	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.33	c D: 1
12.23/12.33	c estimatedAdderCost: 18
12.23/12.33	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.34	c D: 1
12.23/12.34	c estimatedAdderCost: 18
12.23/12.34	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.35	c D: 1
12.23/12.35	c estimatedAdderCost: 18
12.23/12.35	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.36	c D: 1
12.23/12.36	c estimatedAdderCost: 18
12.23/12.36	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.37	c D: 1
12.23/12.37	c estimatedAdderCost: 18
12.23/12.37	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.38	c D: 1
12.23/12.38	c estimatedAdderCost: 18
12.23/12.38	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.23/12.39	c D: 1
12.23/12.39	c estimatedAdderCost: 18
12.23/12.39	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.40	c D: 1
12.33/12.40	c estimatedAdderCost: 18
12.33/12.40	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.41	c D: 1
12.33/12.41	c estimatedAdderCost: 18
12.33/12.41	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.42	c D: 1
12.33/12.42	c estimatedAdderCost: 18
12.33/12.42	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.43	c D: 1
12.33/12.43	c estimatedAdderCost: 18
12.33/12.43	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.44	c D: 1
12.33/12.44	c estimatedAdderCost: 18
12.33/12.44	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.45	c D: 1
12.33/12.45	c estimatedAdderCost: 18
12.33/12.45	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.46	c D: 1
12.33/12.46	c estimatedAdderCost: 18
12.33/12.46	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.47	c D: 1
12.33/12.47	c estimatedAdderCost: 18
12.33/12.47	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.48	c D: 1
12.33/12.48	c estimatedAdderCost: 18
12.33/12.48	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.33/12.49	c D: 1
12.33/12.49	c estimatedAdderCost: 18
12.33/12.49	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.50	c D: 1
12.43/12.50	c estimatedAdderCost: 18
12.43/12.50	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.51	c D: 1
12.43/12.51	c estimatedAdderCost: 18
12.43/12.51	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.52	c D: 1
12.43/12.52	c estimatedAdderCost: 18
12.43/12.52	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.53	c D: 1
12.43/12.53	c estimatedAdderCost: 18
12.43/12.53	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.54	c D: 1
12.43/12.54	c estimatedAdderCost: 18
12.43/12.54	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.55	c D: 1
12.43/12.55	c estimatedAdderCost: 18
12.43/12.55	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.56	c D: 1
12.43/12.56	c estimatedAdderCost: 18
12.43/12.56	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.57	c D: 1
12.43/12.57	c estimatedAdderCost: 18
12.43/12.57	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.58	c D: 1
12.43/12.58	c estimatedAdderCost: 18
12.43/12.58	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.43/12.59	c D: 1
12.43/12.59	c estimatedAdderCost: 18
12.43/12.59	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.60	c D: 1
12.53/12.60	c estimatedAdderCost: 18
12.53/12.60	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.61	c D: 1
12.53/12.61	c estimatedAdderCost: 18
12.53/12.61	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.62	c D: 1
12.53/12.62	c estimatedAdderCost: 18
12.53/12.62	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.63	c D: 1
12.53/12.63	c estimatedAdderCost: 18
12.53/12.63	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.64	c D: 1
12.53/12.64	c estimatedAdderCost: 18
12.53/12.64	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.65	c D: 1
12.53/12.65	c estimatedAdderCost: 18
12.53/12.65	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.66	c D: 1
12.53/12.66	c estimatedAdderCost: 18
12.53/12.66	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.67	c D: 1
12.53/12.67	c estimatedAdderCost: 18
12.53/12.67	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.68	c D: 1
12.53/12.68	c estimatedAdderCost: 18
12.53/12.68	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.53/12.69	c D: 1
12.53/12.69	c estimatedAdderCost: 18
12.53/12.69	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.70	c D: 1
12.63/12.70	c estimatedAdderCost: 18
12.63/12.70	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.71	c D: 1
12.63/12.71	c estimatedAdderCost: 18
12.63/12.71	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.72	c D: 1
12.63/12.72	c estimatedAdderCost: 18
12.63/12.72	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.73	c D: 1
12.63/12.73	c estimatedAdderCost: 18
12.63/12.73	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.74	c D: 1
12.63/12.74	c estimatedAdderCost: 18
12.63/12.74	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.75	c D: 1
12.63/12.75	c estimatedAdderCost: 18
12.63/12.75	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.76	c D: 1
12.63/12.76	c estimatedAdderCost: 18
12.63/12.76	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.77	c D: 1
12.63/12.77	c estimatedAdderCost: 18
12.63/12.77	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.78	c D: 1
12.63/12.78	c estimatedAdderCost: 18
12.63/12.78	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.63/12.79	c D: 1
12.63/12.79	c estimatedAdderCost: 18
12.63/12.79	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.80	c D: 1
12.74/12.80	c estimatedAdderCost: 18
12.74/12.80	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.81	c D: 1
12.74/12.81	c estimatedAdderCost: 18
12.74/12.81	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.82	c D: 1
12.74/12.82	c estimatedAdderCost: 18
12.74/12.82	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.83	c D: 1
12.74/12.83	c estimatedAdderCost: 18
12.74/12.83	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.84	c D: 1
12.74/12.84	c estimatedAdderCost: 18
12.74/12.84	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.85	c D: 1
12.74/12.85	c estimatedAdderCost: 18
12.74/12.85	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.86	c D: 1
12.74/12.86	c estimatedAdderCost: 18
12.74/12.86	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.87	c D: 1
12.74/12.87	c estimatedAdderCost: 18
12.74/12.87	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.88	c D: 1
12.74/12.88	c estimatedAdderCost: 18
12.74/12.88	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.89	c D: 1
12.74/12.89	c estimatedAdderCost: 18
12.74/12.89	c Try to convert by bdds
12.74/12.90	c D: 1
12.74/12.90	c estimatedAdderCost: 18
12.74/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.90	c D: 1
12.84/12.90	c estimatedAdderCost: 18
12.84/12.90	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.91	c D: 1
12.84/12.91	c estimatedAdderCost: 18
12.84/12.91	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.92	c D: 1
12.84/12.92	c estimatedAdderCost: 18
12.84/12.92	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.93	c D: 1
12.84/12.93	c estimatedAdderCost: 18
12.84/12.93	c Try to convert by bdds
12.84/12.94	c D: 1
12.84/12.94	c estimatedAdderCost: 18
12.84/12.94	c Try to convert by bdds
12.84/12.94	c D: 1
12.84/12.94	c estimatedAdderCost: 18
12.84/12.94	c Try to convert by bdds
12.84/12.98	c D: 1
12.84/12.98	c estimatedAdderCost: 18
12.84/12.98	c Try to convert by bdds
12.84/12.98	c D: 1
12.84/12.98	c estimatedAdderCost: 18
12.84/12.98	c Try to convert by bdds
12.84/12.98	c D: 1
12.84/12.98	c estimatedAdderCost: 18
12.84/12.98	c Try to convert by bdds
12.84/12.98	c D: 1
12.84/12.98	c estimatedAdderCost: 18
12.84/12.98	c Try to convert by bdds
12.84/12.98	c D: 1
12.84/12.98	c estimatedAdderCost: 18
12.84/12.98	c Try to convert by bdds
12.84/12.98	c D: 1
12.84/12.98	c estimatedAdderCost: 18
12.84/12.98	c Try to convert by bdds
12.84/12.98	c D: 1
12.84/12.98	c estimatedAdderCost: 18
12.84/12.98	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/12.99	c D: 1
12.84/12.99	c estimatedAdderCost: 18
12.84/12.99	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.00	c D: 1
12.84/13.00	c estimatedAdderCost: 18
12.84/13.00	c Try to convert by bdds
12.84/13.01	c D: 1
12.84/13.01	c estimatedAdderCost: 18
12.84/13.01	c Try to convert by bdds
12.84/13.01	c D: 1
12.84/13.01	c estimatedAdderCost: 18
12.84/13.01	c Try to convert by bdds
12.84/13.01	c D: 1
12.84/13.01	c estimatedAdderCost: 18
12.84/13.01	c Try to convert by bdds
12.95/13.01	c D: 1
12.95/13.01	c estimatedAdderCost: 18
12.95/13.01	c Try to convert by bdds
12.95/13.01	c D: 1
12.95/13.01	c estimatedAdderCost: 18
12.95/13.01	c Try to convert by bdds
12.95/13.01	c D: 1
12.95/13.01	c estimatedAdderCost: 18
12.95/13.01	c Try to convert by bdds
12.95/13.01	c D: 1
12.95/13.01	c estimatedAdderCost: 18
12.95/13.01	c Try to convert by bdds
12.95/13.01	c D: 1
12.95/13.01	c estimatedAdderCost: 18
12.95/13.01	c Try to convert by bdds
12.95/13.01	c D: 1
12.95/13.01	c estimatedAdderCost: 18
12.95/13.01	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.02	c D: 1
12.95/13.02	c estimatedAdderCost: 18
12.95/13.02	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.03	c D: 1
12.95/13.03	c estimatedAdderCost: 18
12.95/13.03	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.04	c D: 1
12.95/13.04	c estimatedAdderCost: 18
12.95/13.04	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.05	c D: 1
12.95/13.05	c estimatedAdderCost: 18
12.95/13.05	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.06	c D: 1
12.95/13.06	c estimatedAdderCost: 18
12.95/13.06	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.07	c D: 1
12.95/13.07	c estimatedAdderCost: 18
12.95/13.07	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.08	c D: 1
12.95/13.08	c estimatedAdderCost: 18
12.95/13.08	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.09	c D: 1
12.95/13.09	c estimatedAdderCost: 18
12.95/13.09	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.10	c D: 1
12.95/13.10	c estimatedAdderCost: 18
12.95/13.10	c Try to convert by bdds
12.95/13.11	c D: 1
12.95/13.11	c estimatedAdderCost: 18
12.95/13.11	c Try to convert by bdds
12.95/13.11	c D: 1
12.95/13.11	c estimatedAdderCost: 18
12.95/13.11	c Try to convert by bdds
12.95/13.11	c D: 1
12.95/13.11	c estimatedAdderCost: 18
12.95/13.11	c Try to convert by bdds
13.05/13.11	c D: 1
13.05/13.11	c estimatedAdderCost: 18
13.05/13.11	c Try to convert by bdds
13.05/13.11	c D: 1
13.05/13.11	c estimatedAdderCost: 18
13.05/13.11	c Try to convert by bdds
13.05/13.11	c D: 1
13.05/13.11	c estimatedAdderCost: 18
13.05/13.11	c Try to convert by bdds
13.05/13.11	c D: 1
13.05/13.11	c estimatedAdderCost: 18
13.05/13.11	c Try to convert by bdds
13.05/13.11	c D: 1
13.05/13.11	c estimatedAdderCost: 18
13.05/13.11	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.12	c D: 1
13.05/13.12	c estimatedAdderCost: 18
13.05/13.12	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.13	c D: 1
13.05/13.13	c estimatedAdderCost: 18
13.05/13.13	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.14	c D: 1
13.05/13.14	c estimatedAdderCost: 18
13.05/13.14	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.15	c D: 1
13.05/13.15	c estimatedAdderCost: 18
13.05/13.15	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.16	c D: 1
13.05/13.16	c estimatedAdderCost: 18
13.05/13.16	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.17	c D: 1
13.05/13.17	c estimatedAdderCost: 18
13.05/13.17	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.18	c D: 1
13.05/13.18	c estimatedAdderCost: 18
13.05/13.18	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.05/13.19	c D: 1
13.05/13.19	c estimatedAdderCost: 18
13.05/13.19	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.20	c D: 1
13.13/13.20	c estimatedAdderCost: 18
13.13/13.20	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.21	c D: 1
13.13/13.21	c estimatedAdderCost: 18
13.13/13.21	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.22	c D: 1
13.13/13.22	c estimatedAdderCost: 18
13.13/13.22	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.23	c D: 1
13.13/13.23	c estimatedAdderCost: 18
13.13/13.23	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.24	c D: 1
13.13/13.24	c estimatedAdderCost: 18
13.13/13.24	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.25	c D: 1
13.13/13.25	c estimatedAdderCost: 18
13.13/13.25	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.26	c D: 1
13.13/13.26	c estimatedAdderCost: 18
13.13/13.26	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.27	c D: 1
13.13/13.27	c estimatedAdderCost: 18
13.13/13.27	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.28	c D: 1
13.13/13.28	c estimatedAdderCost: 18
13.13/13.28	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.13/13.29	c D: 1
13.13/13.29	c estimatedAdderCost: 18
13.13/13.29	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.30	c D: 1
13.23/13.30	c estimatedAdderCost: 18
13.23/13.30	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.31	c D: 1
13.23/13.31	c estimatedAdderCost: 18
13.23/13.31	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.32	c D: 1
13.23/13.32	c estimatedAdderCost: 18
13.23/13.32	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.33	c D: 1
13.23/13.33	c estimatedAdderCost: 18
13.23/13.33	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.34	c D: 1
13.23/13.34	c estimatedAdderCost: 18
13.23/13.34	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.35	c D: 1
13.23/13.35	c estimatedAdderCost: 18
13.23/13.35	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.36	c D: 1
13.23/13.36	c estimatedAdderCost: 18
13.23/13.36	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.37	c D: 1
13.23/13.37	c estimatedAdderCost: 18
13.23/13.37	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.38	c D: 1
13.23/13.38	c estimatedAdderCost: 18
13.23/13.38	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.23/13.39	c D: 1
13.23/13.39	c estimatedAdderCost: 18
13.23/13.39	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.40	c D: 1
13.33/13.40	c estimatedAdderCost: 18
13.33/13.40	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.41	c D: 1
13.33/13.41	c estimatedAdderCost: 18
13.33/13.41	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.42	c D: 1
13.33/13.42	c estimatedAdderCost: 18
13.33/13.42	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.43	c D: 1
13.33/13.43	c estimatedAdderCost: 18
13.33/13.43	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.44	c D: 1
13.33/13.44	c estimatedAdderCost: 18
13.33/13.44	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.45	c D: 1
13.33/13.45	c estimatedAdderCost: 18
13.33/13.45	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.46	c D: 1
13.33/13.46	c estimatedAdderCost: 18
13.33/13.46	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.47	c D: 1
13.33/13.47	c estimatedAdderCost: 18
13.33/13.47	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.48	c D: 1
13.33/13.48	c estimatedAdderCost: 18
13.33/13.48	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.33/13.49	c D: 1
13.33/13.49	c estimatedAdderCost: 18
13.33/13.49	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.50	c D: 1
13.43/13.50	c estimatedAdderCost: 18
13.43/13.50	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.51	c D: 1
13.43/13.51	c estimatedAdderCost: 18
13.43/13.51	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.52	c D: 1
13.43/13.52	c estimatedAdderCost: 18
13.43/13.52	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.53	c D: 1
13.43/13.53	c estimatedAdderCost: 18
13.43/13.53	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.54	c D: 1
13.43/13.54	c estimatedAdderCost: 18
13.43/13.54	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.55	c D: 1
13.43/13.55	c estimatedAdderCost: 18
13.43/13.55	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.56	c D: 1
13.43/13.56	c estimatedAdderCost: 18
13.43/13.56	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.57	c D: 1
13.43/13.57	c estimatedAdderCost: 18
13.43/13.57	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.58	c D: 1
13.43/13.58	c estimatedAdderCost: 18
13.43/13.58	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.43/13.59	c D: 1
13.43/13.59	c estimatedAdderCost: 18
13.43/13.59	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.60	c D: 1
13.53/13.60	c estimatedAdderCost: 18
13.53/13.60	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.61	c D: 1
13.53/13.61	c estimatedAdderCost: 18
13.53/13.61	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.62	c D: 1
13.53/13.62	c estimatedAdderCost: 18
13.53/13.62	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.63	c D: 1
13.53/13.63	c estimatedAdderCost: 18
13.53/13.63	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.64	c D: 1
13.53/13.64	c estimatedAdderCost: 18
13.53/13.64	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.65	c D: 1
13.53/13.65	c estimatedAdderCost: 18
13.53/13.65	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.66	c D: 1
13.53/13.66	c estimatedAdderCost: 18
13.53/13.66	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.67	c D: 1
13.53/13.67	c estimatedAdderCost: 18
13.53/13.67	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.68	c D: 1
13.53/13.68	c estimatedAdderCost: 18
13.53/13.68	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.53/13.69	c D: 1
13.53/13.69	c estimatedAdderCost: 18
13.53/13.69	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.70	c D: 1
13.63/13.70	c estimatedAdderCost: 18
13.63/13.70	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.71	c D: 1
13.63/13.71	c estimatedAdderCost: 18
13.63/13.71	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.72	c D: 1
13.63/13.72	c estimatedAdderCost: 18
13.63/13.72	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.73	c D: 1
13.63/13.73	c estimatedAdderCost: 18
13.63/13.73	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.74	c D: 1
13.63/13.74	c estimatedAdderCost: 18
13.63/13.74	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.75	c D: 1
13.63/13.75	c estimatedAdderCost: 18
13.63/13.75	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.76	c D: 1
13.63/13.76	c estimatedAdderCost: 18
13.63/13.76	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.77	c D: 1
13.63/13.77	c estimatedAdderCost: 18
13.63/13.77	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.78	c D: 1
13.63/13.78	c estimatedAdderCost: 18
13.63/13.78	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.79	c D: 1
13.63/13.79	c estimatedAdderCost: 18
13.63/13.79	c Try to convert by bdds
13.63/13.80	c D: 1
13.63/13.80	c estimatedAdderCost: 18
13.63/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.80	c D: 1
13.73/13.80	c estimatedAdderCost: 18
13.73/13.80	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.81	c D: 1
13.73/13.81	c estimatedAdderCost: 18
13.73/13.81	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.82	c D: 1
13.73/13.82	c estimatedAdderCost: 18
13.73/13.82	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.83	c D: 1
13.73/13.83	c estimatedAdderCost: 18
13.73/13.83	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.84	c D: 1
13.73/13.84	c estimatedAdderCost: 18
13.73/13.84	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.85	c D: 1
13.73/13.85	c estimatedAdderCost: 18
13.73/13.85	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.86	c D: 1
13.73/13.86	c estimatedAdderCost: 18
13.73/13.86	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.87	c D: 1
13.73/13.87	c estimatedAdderCost: 18
13.73/13.87	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.88	c D: 1
13.73/13.88	c estimatedAdderCost: 18
13.73/13.88	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.73/13.89	c D: 1
13.73/13.89	c estimatedAdderCost: 18
13.73/13.89	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.90	c D: 1
13.83/13.90	c estimatedAdderCost: 18
13.83/13.90	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.91	c D: 1
13.83/13.91	c estimatedAdderCost: 18
13.83/13.91	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.92	c D: 1
13.83/13.92	c estimatedAdderCost: 18
13.83/13.92	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.93	c D: 1
13.83/13.93	c estimatedAdderCost: 18
13.83/13.93	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.94	c D: 1
13.83/13.94	c estimatedAdderCost: 18
13.83/13.94	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.95	c D: 1
13.83/13.95	c estimatedAdderCost: 18
13.83/13.95	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.96	c D: 1
13.83/13.96	c estimatedAdderCost: 18
13.83/13.96	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.97	c D: 1
13.83/13.97	c estimatedAdderCost: 18
13.83/13.97	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.98	c D: 1
13.83/13.98	c estimatedAdderCost: 18
13.83/13.98	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/13.99	c D: 1
13.83/13.99	c estimatedAdderCost: 18
13.83/13.99	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.00	c D: 1
13.83/14.00	c estimatedAdderCost: 18
13.83/14.00	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.83/14.01	c D: 1
13.83/14.01	c estimatedAdderCost: 18
13.83/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.01	c D: 1
13.94/14.01	c estimatedAdderCost: 18
13.94/14.01	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.02	c D: 1
13.94/14.02	c estimatedAdderCost: 18
13.94/14.02	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.03	c D: 1
13.94/14.03	c estimatedAdderCost: 18
13.94/14.03	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.04	c D: 1
13.94/14.04	c estimatedAdderCost: 18
13.94/14.04	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.05	c D: 1
13.94/14.05	c estimatedAdderCost: 18
13.94/14.05	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.06	c D: 1
13.94/14.06	c estimatedAdderCost: 18
13.94/14.06	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.07	c D: 1
13.94/14.07	c estimatedAdderCost: 18
13.94/14.07	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.08	c D: 1
13.94/14.08	c estimatedAdderCost: 18
13.94/14.08	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.09	c D: 1
13.94/14.09	c estimatedAdderCost: 18
13.94/14.09	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.10	c D: 1
13.94/14.10	c estimatedAdderCost: 18
13.94/14.10	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
13.94/14.11	c D: 1
13.94/14.11	c estimatedAdderCost: 18
13.94/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.11	c D: 1
14.04/14.11	c estimatedAdderCost: 18
14.04/14.11	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.12	c D: 1
14.04/14.12	c estimatedAdderCost: 18
14.04/14.12	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.13	c D: 1
14.04/14.13	c estimatedAdderCost: 18
14.04/14.13	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.14	c D: 1
14.04/14.14	c estimatedAdderCost: 18
14.04/14.14	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.15	c D: 1
14.04/14.15	c estimatedAdderCost: 18
14.04/14.15	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.16	c D: 1
14.04/14.16	c estimatedAdderCost: 18
14.04/14.16	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.17	c D: 1
14.04/14.17	c estimatedAdderCost: 18
14.04/14.17	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.18	c D: 1
14.04/14.18	c estimatedAdderCost: 18
14.04/14.18	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.19	c D: 1
14.04/14.19	c estimatedAdderCost: 18
14.04/14.19	c Try to convert by bdds
14.04/14.20	c D: 1
14.04/14.20	c estimatedAdderCost: 18
14.04/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.20	c D: 1
14.13/14.20	c estimatedAdderCost: 18
14.13/14.20	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.21	c D: 1
14.13/14.21	c estimatedAdderCost: 18
14.13/14.21	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.22	c D: 1
14.13/14.22	c estimatedAdderCost: 18
14.13/14.22	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.23	c D: 1
14.13/14.23	c estimatedAdderCost: 18
14.13/14.23	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.24	c D: 1
14.13/14.24	c estimatedAdderCost: 18
14.13/14.24	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.25	c D: 1
14.13/14.25	c estimatedAdderCost: 18
14.13/14.25	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.26	c D: 1
14.13/14.26	c estimatedAdderCost: 18
14.13/14.26	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.27	c D: 1
14.13/14.27	c estimatedAdderCost: 18
14.13/14.27	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.28	c D: 1
14.13/14.28	c estimatedAdderCost: 18
14.13/14.28	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.13/14.29	c D: 1
14.13/14.29	c estimatedAdderCost: 18
14.13/14.29	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.30	c D: 1
14.23/14.30	c estimatedAdderCost: 18
14.23/14.30	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.31	c D: 1
14.23/14.31	c estimatedAdderCost: 18
14.23/14.31	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.32	c D: 1
14.23/14.32	c estimatedAdderCost: 18
14.23/14.32	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.33	c D: 1
14.23/14.33	c estimatedAdderCost: 18
14.23/14.33	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.34	c D: 1
14.23/14.34	c estimatedAdderCost: 18
14.23/14.34	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.35	c D: 1
14.23/14.35	c estimatedAdderCost: 18
14.23/14.35	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.36	c D: 1
14.23/14.36	c estimatedAdderCost: 18
14.23/14.36	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.37	c D: 1
14.23/14.37	c estimatedAdderCost: 18
14.23/14.37	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.38	c D: 1
14.23/14.38	c estimatedAdderCost: 18
14.23/14.38	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.23/14.39	c D: 1
14.23/14.39	c estimatedAdderCost: 18
14.23/14.39	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.40	c D: 1
14.33/14.40	c estimatedAdderCost: 18
14.33/14.40	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.41	c D: 1
14.33/14.41	c estimatedAdderCost: 18
14.33/14.41	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.42	c D: 1
14.33/14.42	c estimatedAdderCost: 18
14.33/14.42	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.43	c D: 1
14.33/14.43	c estimatedAdderCost: 18
14.33/14.43	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.44	c D: 1
14.33/14.44	c estimatedAdderCost: 18
14.33/14.44	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.45	c D: 1
14.33/14.45	c estimatedAdderCost: 18
14.33/14.45	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.46	c D: 1
14.33/14.46	c estimatedAdderCost: 18
14.33/14.46	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.47	c D: 1
14.33/14.47	c estimatedAdderCost: 18
14.33/14.47	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.48	c D: 1
14.33/14.48	c estimatedAdderCost: 18
14.33/14.48	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.33/14.49	c D: 1
14.33/14.49	c estimatedAdderCost: 18
14.33/14.49	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.50	c D: 1
14.43/14.50	c estimatedAdderCost: 18
14.43/14.50	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.51	c D: 1
14.43/14.51	c estimatedAdderCost: 18
14.43/14.51	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.52	c D: 1
14.43/14.52	c estimatedAdderCost: 18
14.43/14.52	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.53	c D: 1
14.43/14.53	c estimatedAdderCost: 18
14.43/14.53	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.54	c D: 1
14.43/14.54	c estimatedAdderCost: 18
14.43/14.54	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.55	c D: 1
14.43/14.55	c estimatedAdderCost: 18
14.43/14.55	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.56	c D: 1
14.43/14.56	c estimatedAdderCost: 18
14.43/14.56	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.57	c D: 1
14.43/14.57	c estimatedAdderCost: 18
14.43/14.57	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.58	c D: 1
14.43/14.58	c estimatedAdderCost: 18
14.43/14.58	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.43/14.59	c D: 1
14.43/14.59	c estimatedAdderCost: 18
14.43/14.59	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.60	c D: 1
14.53/14.60	c estimatedAdderCost: 18
14.53/14.60	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.61	c D: 1
14.53/14.61	c estimatedAdderCost: 18
14.53/14.61	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.62	c D: 1
14.53/14.62	c estimatedAdderCost: 18
14.53/14.62	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.63	c D: 1
14.53/14.63	c estimatedAdderCost: 18
14.53/14.63	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.64	c D: 1
14.53/14.64	c estimatedAdderCost: 18
14.53/14.64	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.65	c D: 1
14.53/14.65	c estimatedAdderCost: 18
14.53/14.65	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.66	c D: 1
14.53/14.66	c estimatedAdderCost: 18
14.53/14.66	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.67	c D: 1
14.53/14.67	c estimatedAdderCost: 18
14.53/14.67	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.68	c D: 1
14.53/14.68	c estimatedAdderCost: 18
14.53/14.68	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.53/14.69	c D: 1
14.53/14.69	c estimatedAdderCost: 18
14.53/14.69	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.70	c D: 1
14.63/14.70	c estimatedAdderCost: 18
14.63/14.70	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.71	c D: 1
14.63/14.71	c estimatedAdderCost: 18
14.63/14.71	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.72	c D: 1
14.63/14.72	c estimatedAdderCost: 18
14.63/14.72	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.73	c D: 1
14.63/14.73	c estimatedAdderCost: 18
14.63/14.73	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.74	c D: 1
14.63/14.74	c estimatedAdderCost: 18
14.63/14.74	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.75	c D: 1
14.63/14.75	c estimatedAdderCost: 18
14.63/14.75	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.76	c D: 1
14.63/14.76	c estimatedAdderCost: 18
14.63/14.76	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.77	c D: 1
14.63/14.77	c estimatedAdderCost: 18
14.63/14.77	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.78	c D: 1
14.63/14.78	c estimatedAdderCost: 18
14.63/14.78	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.79	c D: 1
14.63/14.79	c estimatedAdderCost: 18
14.63/14.79	c Try to convert by bdds
14.63/14.80	c D: 1
14.63/14.80	c estimatedAdderCost: 18
14.63/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.80	c D: 1
14.73/14.80	c estimatedAdderCost: 18
14.73/14.80	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.81	c D: 1
14.73/14.81	c estimatedAdderCost: 18
14.73/14.81	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.82	c D: 1
14.73/14.82	c estimatedAdderCost: 18
14.73/14.82	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.83	c D: 1
14.73/14.83	c estimatedAdderCost: 18
14.73/14.83	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.84	c D: 1
14.73/14.84	c estimatedAdderCost: 18
14.73/14.84	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.85	c D: 1
14.73/14.85	c estimatedAdderCost: 18
14.73/14.85	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.86	c D: 1
14.73/14.86	c estimatedAdderCost: 18
14.73/14.86	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.87	c D: 1
14.73/14.87	c estimatedAdderCost: 18
14.73/14.87	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.88	c D: 1
14.73/14.88	c estimatedAdderCost: 18
14.73/14.88	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.73/14.89	c D: 1
14.73/14.89	c estimatedAdderCost: 18
14.73/14.89	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.90	c D: 1
14.83/14.90	c estimatedAdderCost: 18
14.83/14.90	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.91	c D: 1
14.83/14.91	c estimatedAdderCost: 18
14.83/14.91	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.92	c D: 1
14.83/14.92	c estimatedAdderCost: 18
14.83/14.92	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.93	c D: 1
14.83/14.93	c estimatedAdderCost: 18
14.83/14.93	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.94	c D: 1
14.83/14.94	c estimatedAdderCost: 18
14.83/14.94	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.95	c D: 1
14.83/14.95	c estimatedAdderCost: 18
14.83/14.95	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.96	c D: 1
14.83/14.96	c estimatedAdderCost: 18
14.83/14.96	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.97	c D: 1
14.83/14.97	c estimatedAdderCost: 18
14.83/14.97	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.98	c D: 1
14.83/14.98	c estimatedAdderCost: 18
14.83/14.98	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/14.99	c D: 1
14.83/14.99	c estimatedAdderCost: 18
14.83/14.99	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.00	c D: 1
14.83/15.00	c estimatedAdderCost: 18
14.83/15.00	c Try to convert by bdds
14.83/15.01	c D: 1
14.83/15.01	c estimatedAdderCost: 18
14.83/15.01	c Try to convert by bdds
14.83/15.01	c D: 1
14.83/15.01	c estimatedAdderCost: 18
14.83/15.01	c Try to convert by bdds
14.83/15.01	c D: 1
14.83/15.01	c estimatedAdderCost: 18
14.83/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 18
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 18
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 18
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 18
14.94/15.01	c Try to convert by bdds
14.94/15.01	c D: 1
14.94/15.01	c estimatedAdderCost: 18
14.94/15.01	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.02	c D: 1
14.94/15.02	c estimatedAdderCost: 18
14.94/15.02	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.03	c D: 1
14.94/15.03	c estimatedAdderCost: 18
14.94/15.03	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.04	c D: 1
14.94/15.04	c estimatedAdderCost: 18
14.94/15.04	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.05	c D: 1
14.94/15.05	c estimatedAdderCost: 18
14.94/15.05	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.06	c D: 1
14.94/15.06	c estimatedAdderCost: 18
14.94/15.06	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.07	c D: 1
14.94/15.07	c estimatedAdderCost: 18
14.94/15.07	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.08	c D: 1
14.94/15.08	c estimatedAdderCost: 18
14.94/15.08	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.09	c D: 1
14.94/15.09	c estimatedAdderCost: 18
14.94/15.09	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.10	c D: 1
14.94/15.10	c estimatedAdderCost: 18
14.94/15.10	c Try to convert by bdds
14.94/15.11	c D: 1
14.94/15.11	c estimatedAdderCost: 18
14.94/15.11	c Try to convert by bdds
14.94/15.11	c D: 1
14.94/15.11	c estimatedAdderCost: 18
14.94/15.11	c Try to convert by bdds
14.94/15.11	c D: 1
14.94/15.11	c estimatedAdderCost: 18
14.94/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 18
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 18
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 18
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 18
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 18
15.04/15.11	c Try to convert by bdds
15.04/15.11	c D: 1
15.04/15.11	c estimatedAdderCost: 18
15.04/15.11	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.12	c D: 1
15.04/15.12	c estimatedAdderCost: 18
15.04/15.12	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.13	c D: 1
15.04/15.13	c estimatedAdderCost: 18
15.04/15.13	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.14	c D: 1
15.04/15.14	c estimatedAdderCost: 18
15.04/15.14	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.15	c D: 1
15.04/15.15	c estimatedAdderCost: 18
15.04/15.15	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.16	c D: 1
15.04/15.16	c estimatedAdderCost: 18
15.04/15.16	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.17	c D: 1
15.04/15.17	c estimatedAdderCost: 18
15.04/15.17	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.18	c D: 1
15.04/15.18	c estimatedAdderCost: 18
15.04/15.18	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.04/15.19	c D: 1
15.04/15.19	c estimatedAdderCost: 18
15.04/15.19	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.20	c D: 1
15.13/15.20	c estimatedAdderCost: 18
15.13/15.20	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.21	c D: 1
15.13/15.21	c estimatedAdderCost: 18
15.13/15.21	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.22	c D: 1
15.13/15.22	c estimatedAdderCost: 18
15.13/15.22	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.23	c D: 1
15.13/15.23	c estimatedAdderCost: 18
15.13/15.23	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.24	c D: 1
15.13/15.24	c estimatedAdderCost: 18
15.13/15.24	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.25	c D: 1
15.13/15.25	c estimatedAdderCost: 18
15.13/15.25	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.26	c D: 1
15.13/15.26	c estimatedAdderCost: 18
15.13/15.26	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.27	c D: 1
15.13/15.27	c estimatedAdderCost: 18
15.13/15.27	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.28	c D: 1
15.13/15.28	c estimatedAdderCost: 18
15.13/15.28	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.13/15.29	c D: 1
15.13/15.29	c estimatedAdderCost: 18
15.13/15.29	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.30	c D: 1
15.23/15.30	c estimatedAdderCost: 18
15.23/15.30	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.31	c D: 1
15.23/15.31	c estimatedAdderCost: 18
15.23/15.31	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.32	c D: 1
15.23/15.32	c estimatedAdderCost: 18
15.23/15.32	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.33	c D: 1
15.23/15.33	c estimatedAdderCost: 18
15.23/15.33	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.34	c D: 1
15.23/15.34	c estimatedAdderCost: 18
15.23/15.34	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.35	c D: 1
15.23/15.35	c estimatedAdderCost: 18
15.23/15.35	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.36	c D: 1
15.23/15.36	c estimatedAdderCost: 18
15.23/15.36	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.37	c D: 1
15.23/15.37	c estimatedAdderCost: 18
15.23/15.37	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.38	c D: 1
15.23/15.38	c estimatedAdderCost: 18
15.23/15.38	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.23/15.39	c D: 1
15.23/15.39	c estimatedAdderCost: 18
15.23/15.39	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.40	c D: 1
15.33/15.40	c estimatedAdderCost: 18
15.33/15.40	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.41	c D: 1
15.33/15.41	c estimatedAdderCost: 18
15.33/15.41	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.42	c D: 1
15.33/15.42	c estimatedAdderCost: 18
15.33/15.42	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.43	c D: 1
15.33/15.43	c estimatedAdderCost: 18
15.33/15.43	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.44	c D: 1
15.33/15.44	c estimatedAdderCost: 18
15.33/15.44	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.45	c D: 1
15.33/15.45	c estimatedAdderCost: 18
15.33/15.45	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.46	c D: 1
15.33/15.46	c estimatedAdderCost: 18
15.33/15.46	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.47	c D: 1
15.33/15.47	c estimatedAdderCost: 18
15.33/15.47	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.48	c D: 1
15.33/15.48	c estimatedAdderCost: 18
15.33/15.48	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.49	c D: 1
15.33/15.49	c estimatedAdderCost: 18
15.33/15.49	c Try to convert by bdds
15.33/15.50	c D: 1
15.33/15.50	c estimatedAdderCost: 18
15.33/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.50	c D: 1
15.43/15.50	c estimatedAdderCost: 18
15.43/15.50	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.51	c D: 1
15.43/15.51	c estimatedAdderCost: 18
15.43/15.51	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.52	c D: 1
15.43/15.52	c estimatedAdderCost: 18
15.43/15.52	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.53	c D: 1
15.43/15.53	c estimatedAdderCost: 18
15.43/15.53	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.54	c D: 1
15.43/15.54	c estimatedAdderCost: 18
15.43/15.54	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.55	c D: 1
15.43/15.55	c estimatedAdderCost: 18
15.43/15.55	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.56	c D: 1
15.43/15.56	c estimatedAdderCost: 18
15.43/15.56	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.57	c D: 1
15.43/15.57	c estimatedAdderCost: 18
15.43/15.57	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.58	c D: 1
15.43/15.58	c estimatedAdderCost: 18
15.43/15.58	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.43/15.59	c D: 1
15.43/15.59	c estimatedAdderCost: 18
15.43/15.59	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.60	c D: 1
15.53/15.60	c estimatedAdderCost: 18
15.53/15.60	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.61	c D: 1
15.53/15.61	c estimatedAdderCost: 18
15.53/15.61	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.62	c D: 1
15.53/15.62	c estimatedAdderCost: 18
15.53/15.62	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.63	c D: 1
15.53/15.63	c estimatedAdderCost: 18
15.53/15.63	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.64	c D: 1
15.53/15.64	c estimatedAdderCost: 18
15.53/15.64	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.65	c D: 1
15.53/15.65	c estimatedAdderCost: 18
15.53/15.65	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.66	c D: 1
15.53/15.66	c estimatedAdderCost: 18
15.53/15.66	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.67	c D: 1
15.53/15.67	c estimatedAdderCost: 18
15.53/15.67	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.68	c D: 1
15.53/15.68	c estimatedAdderCost: 18
15.53/15.68	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.53/15.69	c D: 1
15.53/15.69	c estimatedAdderCost: 18
15.53/15.69	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.70	c D: 1
15.63/15.70	c estimatedAdderCost: 18
15.63/15.70	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.71	c D: 1
15.63/15.71	c estimatedAdderCost: 18
15.63/15.71	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.72	c D: 1
15.63/15.72	c estimatedAdderCost: 18
15.63/15.72	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.73	c D: 1
15.63/15.73	c estimatedAdderCost: 18
15.63/15.73	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.74	c D: 1
15.63/15.74	c estimatedAdderCost: 18
15.63/15.74	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.75	c D: 1
15.63/15.75	c estimatedAdderCost: 18
15.63/15.75	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.76	c D: 1
15.63/15.76	c estimatedAdderCost: 18
15.63/15.76	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.77	c D: 1
15.63/15.77	c estimatedAdderCost: 18
15.63/15.77	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.78	c D: 1
15.63/15.78	c estimatedAdderCost: 18
15.63/15.78	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.63/15.79	c D: 1
15.63/15.79	c estimatedAdderCost: 18
15.63/15.79	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.80	c D: 1
15.73/15.80	c estimatedAdderCost: 18
15.73/15.80	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.81	c D: 1
15.73/15.81	c estimatedAdderCost: 18
15.73/15.81	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.82	c D: 1
15.73/15.82	c estimatedAdderCost: 18
15.73/15.82	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.83	c D: 1
15.73/15.83	c estimatedAdderCost: 18
15.73/15.83	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.84	c D: 1
15.73/15.84	c estimatedAdderCost: 18
15.73/15.84	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.85	c D: 1
15.73/15.85	c estimatedAdderCost: 18
15.73/15.85	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.86	c D: 1
15.73/15.86	c estimatedAdderCost: 18
15.73/15.86	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.87	c D: 1
15.73/15.87	c estimatedAdderCost: 18
15.73/15.87	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.88	c D: 1
15.73/15.88	c estimatedAdderCost: 18
15.73/15.88	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.89	c D: 1
15.73/15.89	c estimatedAdderCost: 18
15.73/15.89	c Try to convert by bdds
15.73/15.90	c D: 1
15.73/15.90	c estimatedAdderCost: 18
15.73/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.90	c D: 1
15.83/15.90	c estimatedAdderCost: 18
15.83/15.90	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.91	c D: 1
15.83/15.91	c estimatedAdderCost: 18
15.83/15.91	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.92	c D: 1
15.83/15.92	c estimatedAdderCost: 18
15.83/15.92	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.93	c D: 1
15.83/15.93	c estimatedAdderCost: 18
15.83/15.93	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.94	c D: 1
15.83/15.94	c estimatedAdderCost: 18
15.83/15.94	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.95	c D: 1
15.83/15.95	c estimatedAdderCost: 18
15.83/15.95	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.96	c D: 1
15.83/15.96	c estimatedAdderCost: 18
15.83/15.96	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.97	c D: 1
15.83/15.97	c estimatedAdderCost: 18
15.83/15.97	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.98	c D: 1
15.83/15.98	c estimatedAdderCost: 18
15.83/15.98	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/15.99	c D: 1
15.83/15.99	c estimatedAdderCost: 18
15.83/15.99	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.00	c D: 1
15.83/16.00	c estimatedAdderCost: 18
15.83/16.00	c Try to convert by bdds
15.83/16.01	c D: 1
15.83/16.01	c estimatedAdderCost: 18
15.83/16.01	c Try to convert by bdds
15.83/16.01	c D: 1
15.83/16.01	c estimatedAdderCost: 18
15.83/16.01	c Try to convert by bdds
15.94/16.01	c D: 1
15.94/16.01	c estimatedAdderCost: 18
15.94/16.01	c Try to convert by bdds
15.94/16.01	c D: 1
15.94/16.01	c estimatedAdderCost: 18
15.94/16.01	c Try to convert by bdds
15.94/16.01	c D: 1
15.94/16.01	c estimatedAdderCost: 18
15.94/16.01	c Try to convert by bdds
15.94/16.01	c D: 1
15.94/16.01	c estimatedAdderCost: 18
15.94/16.01	c Try to convert by bdds
15.94/16.01	c D: 1
15.94/16.01	c estimatedAdderCost: 18
15.94/16.01	c Try to convert by bdds
15.94/16.01	c D: 1
15.94/16.01	c estimatedAdderCost: 18
15.94/16.01	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.02	c D: 1
15.94/16.02	c estimatedAdderCost: 18
15.94/16.02	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.03	c D: 1
15.94/16.03	c estimatedAdderCost: 18
15.94/16.03	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.04	c D: 1
15.94/16.04	c estimatedAdderCost: 18
15.94/16.04	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.05	c D: 1
15.94/16.05	c estimatedAdderCost: 18
15.94/16.05	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.06	c D: 1
15.94/16.06	c estimatedAdderCost: 18
15.94/16.06	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.07	c D: 1
15.94/16.07	c estimatedAdderCost: 18
15.94/16.07	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.08	c D: 1
15.94/16.08	c estimatedAdderCost: 18
15.94/16.08	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.09	c D: 1
15.94/16.09	c estimatedAdderCost: 18
15.94/16.09	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.10	c D: 1
15.94/16.10	c estimatedAdderCost: 18
15.94/16.10	c Try to convert by bdds
15.94/16.11	c D: 1
15.94/16.11	c estimatedAdderCost: 18
15.94/16.11	c Try to convert by bdds
15.94/16.11	c D: 1
15.94/16.11	c estimatedAdderCost: 18
15.94/16.11	c Try to convert by bdds
15.94/16.11	c D: 1
15.94/16.11	c estimatedAdderCost: 18
15.94/16.11	c Try to convert by bdds
16.04/16.11	c D: 1
16.04/16.11	c estimatedAdderCost: 18
16.04/16.11	c Try to convert by bdds
16.04/16.11	c D: 1
16.04/16.11	c estimatedAdderCost: 18
16.04/16.11	c Try to convert by bdds
16.04/16.11	c D: 1
16.04/16.11	c estimatedAdderCost: 18
16.04/16.11	c Try to convert by bdds
16.04/16.11	c D: 1
16.04/16.11	c estimatedAdderCost: 18
16.04/16.11	c Try to convert by bdds
16.04/16.11	c D: 1
16.04/16.11	c estimatedAdderCost: 18
16.04/16.11	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.12	c D: 1
16.04/16.12	c estimatedAdderCost: 18
16.04/16.12	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.13	c D: 1
16.04/16.13	c estimatedAdderCost: 18
16.04/16.13	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.14	c D: 1
16.04/16.14	c estimatedAdderCost: 18
16.04/16.14	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.15	c D: 1
16.04/16.15	c estimatedAdderCost: 18
16.04/16.15	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.16	c D: 1
16.04/16.16	c estimatedAdderCost: 18
16.04/16.16	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.17	c D: 1
16.04/16.17	c estimatedAdderCost: 18
16.04/16.17	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.18	c D: 1
16.04/16.18	c estimatedAdderCost: 18
16.04/16.18	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.04/16.19	c D: 1
16.04/16.19	c estimatedAdderCost: 18
16.04/16.19	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.20	c D: 1
16.12/16.20	c estimatedAdderCost: 18
16.12/16.20	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.21	c D: 1
16.12/16.21	c estimatedAdderCost: 18
16.12/16.21	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.22	c D: 1
16.12/16.22	c estimatedAdderCost: 18
16.12/16.22	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.23	c D: 1
16.12/16.23	c estimatedAdderCost: 18
16.12/16.23	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.24	c D: 1
16.12/16.24	c estimatedAdderCost: 18
16.12/16.24	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.25	c D: 1
16.12/16.25	c estimatedAdderCost: 18
16.12/16.25	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.26	c D: 1
16.12/16.26	c estimatedAdderCost: 18
16.12/16.26	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.27	c D: 1
16.12/16.27	c estimatedAdderCost: 18
16.12/16.27	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.28	c D: 1
16.12/16.28	c estimatedAdderCost: 18
16.12/16.28	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.12/16.29	c D: 1
16.12/16.29	c estimatedAdderCost: 18
16.12/16.29	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.30	c D: 1
16.23/16.30	c estimatedAdderCost: 18
16.23/16.30	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.31	c D: 1
16.23/16.31	c estimatedAdderCost: 18
16.23/16.31	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.32	c D: 1
16.23/16.32	c estimatedAdderCost: 18
16.23/16.32	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.33	c D: 1
16.23/16.33	c estimatedAdderCost: 18
16.23/16.33	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.34	c D: 1
16.23/16.34	c estimatedAdderCost: 18
16.23/16.34	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.35	c D: 1
16.23/16.35	c estimatedAdderCost: 18
16.23/16.35	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.36	c D: 1
16.23/16.36	c estimatedAdderCost: 18
16.23/16.36	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.37	c D: 1
16.23/16.37	c estimatedAdderCost: 18
16.23/16.37	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.38	c D: 1
16.23/16.38	c estimatedAdderCost: 18
16.23/16.38	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.23/16.39	c D: 1
16.23/16.39	c estimatedAdderCost: 18
16.23/16.39	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.40	c D: 1
16.32/16.40	c estimatedAdderCost: 18
16.32/16.40	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.41	c D: 1
16.32/16.41	c estimatedAdderCost: 18
16.32/16.41	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.42	c D: 1
16.32/16.42	c estimatedAdderCost: 18
16.32/16.42	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.43	c D: 1
16.32/16.43	c estimatedAdderCost: 18
16.32/16.43	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.44	c D: 1
16.32/16.44	c estimatedAdderCost: 18
16.32/16.44	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.45	c D: 1
16.32/16.45	c estimatedAdderCost: 18
16.32/16.45	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.46	c D: 1
16.32/16.46	c estimatedAdderCost: 18
16.32/16.46	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.47	c D: 1
16.32/16.47	c estimatedAdderCost: 18
16.32/16.47	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.48	c D: 1
16.32/16.48	c estimatedAdderCost: 18
16.32/16.48	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.49	c D: 1
16.32/16.49	c estimatedAdderCost: 18
16.32/16.49	c Try to convert by bdds
16.32/16.50	c D: 1
16.32/16.50	c estimatedAdderCost: 18
16.32/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.50	c D: 1
16.42/16.50	c estimatedAdderCost: 18
16.42/16.50	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.51	c D: 1
16.42/16.51	c estimatedAdderCost: 18
16.42/16.51	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.52	c D: 1
16.42/16.52	c estimatedAdderCost: 18
16.42/16.52	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.53	c D: 1
16.42/16.53	c estimatedAdderCost: 18
16.42/16.53	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.54	c D: 1
16.42/16.54	c estimatedAdderCost: 18
16.42/16.54	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.55	c D: 1
16.42/16.55	c estimatedAdderCost: 18
16.42/16.55	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.56	c D: 1
16.42/16.56	c estimatedAdderCost: 18
16.42/16.56	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.57	c D: 1
16.42/16.57	c estimatedAdderCost: 18
16.42/16.57	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.58	c D: 1
16.42/16.58	c estimatedAdderCost: 18
16.42/16.58	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.42/16.59	c D: 1
16.42/16.59	c estimatedAdderCost: 18
16.42/16.59	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.60	c D: 1
16.52/16.60	c estimatedAdderCost: 18
16.52/16.60	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 18
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 18
16.52/16.61	c Try to convert by bdds
16.52/16.61	c D: 1
16.52/16.61	c estimatedAdderCost: 18
16.52/16.61	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 18
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 18
16.52/16.69	c Try to convert by bdds
16.52/16.69	c D: 1
16.52/16.69	c estimatedAdderCost: 18
16.52/16.69	c Try to convert by bdds
16.52/16.70	c D: 1
16.52/16.70	c estimatedAdderCost: 18
16.52/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.70	c D: 1
16.63/16.70	c estimatedAdderCost: 18
16.63/16.70	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.71	c D: 1
16.63/16.71	c estimatedAdderCost: 18
16.63/16.71	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.72	c D: 1
16.63/16.72	c estimatedAdderCost: 18
16.63/16.72	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.73	c D: 1
16.63/16.73	c estimatedAdderCost: 18
16.63/16.73	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.74	c D: 1
16.63/16.74	c estimatedAdderCost: 18
16.63/16.74	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.75	c D: 1
16.63/16.75	c estimatedAdderCost: 18
16.63/16.75	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.76	c D: 1
16.63/16.76	c estimatedAdderCost: 18
16.63/16.76	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.77	c D: 1
16.63/16.77	c estimatedAdderCost: 18
16.63/16.77	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.78	c D: 1
16.63/16.78	c estimatedAdderCost: 18
16.63/16.78	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.63/16.79	c D: 1
16.63/16.79	c estimatedAdderCost: 18
16.63/16.79	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.80	c D: 1
16.73/16.80	c estimatedAdderCost: 18
16.73/16.80	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.81	c D: 1
16.73/16.81	c estimatedAdderCost: 18
16.73/16.81	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.82	c D: 1
16.73/16.82	c estimatedAdderCost: 18
16.73/16.82	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.83	c D: 1
16.73/16.83	c estimatedAdderCost: 18
16.73/16.83	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.84	c D: 1
16.73/16.84	c estimatedAdderCost: 18
16.73/16.84	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.85	c D: 1
16.73/16.85	c estimatedAdderCost: 18
16.73/16.85	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.86	c D: 1
16.73/16.86	c estimatedAdderCost: 18
16.73/16.86	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.87	c D: 1
16.73/16.87	c estimatedAdderCost: 18
16.73/16.87	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.88	c D: 1
16.73/16.88	c estimatedAdderCost: 18
16.73/16.88	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.73/16.89	c D: 1
16.73/16.89	c estimatedAdderCost: 18
16.73/16.89	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.90	c D: 1
16.83/16.90	c estimatedAdderCost: 18
16.83/16.90	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.91	c D: 1
16.83/16.91	c estimatedAdderCost: 18
16.83/16.91	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.92	c D: 1
16.83/16.92	c estimatedAdderCost: 18
16.83/16.92	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.93	c D: 1
16.83/16.93	c estimatedAdderCost: 18
16.83/16.93	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.94	c D: 1
16.83/16.94	c estimatedAdderCost: 18
16.83/16.94	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.95	c D: 1
16.83/16.95	c estimatedAdderCost: 18
16.83/16.95	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.96	c D: 1
16.83/16.96	c estimatedAdderCost: 18
16.83/16.96	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.97	c D: 1
16.83/16.97	c estimatedAdderCost: 18
16.83/16.97	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.98	c D: 1
16.83/16.98	c estimatedAdderCost: 18
16.83/16.98	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/16.99	c D: 1
16.83/16.99	c estimatedAdderCost: 18
16.83/16.99	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.00	c D: 1
16.83/17.00	c estimatedAdderCost: 18
16.83/17.00	c Try to convert by bdds
16.83/17.01	c D: 1
16.83/17.01	c estimatedAdderCost: 18
16.83/17.01	c Try to convert by bdds
16.83/17.01	c D: 1
16.83/17.01	c estimatedAdderCost: 18
16.83/17.01	c Try to convert by bdds
16.83/17.01	c D: 1
16.83/17.01	c estimatedAdderCost: 18
16.83/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 18
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 18
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 18
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 18
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 18
16.94/17.01	c Try to convert by bdds
16.94/17.01	c D: 1
16.94/17.01	c estimatedAdderCost: 18
16.94/17.01	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.02	c D: 1
16.94/17.02	c estimatedAdderCost: 18
16.94/17.02	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.03	c D: 1
16.94/17.03	c estimatedAdderCost: 18
16.94/17.03	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.04	c D: 1
16.94/17.04	c estimatedAdderCost: 18
16.94/17.04	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.05	c D: 1
16.94/17.05	c estimatedAdderCost: 18
16.94/17.05	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.06	c D: 1
16.94/17.06	c estimatedAdderCost: 18
16.94/17.06	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.07	c D: 1
16.94/17.07	c estimatedAdderCost: 18
16.94/17.07	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.08	c D: 1
16.94/17.08	c estimatedAdderCost: 18
16.94/17.08	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.09	c D: 1
16.94/17.09	c estimatedAdderCost: 18
16.94/17.09	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.10	c D: 1
16.94/17.10	c estimatedAdderCost: 18
16.94/17.10	c Try to convert by bdds
16.94/17.11	c D: 1
16.94/17.11	c estimatedAdderCost: 18
16.94/17.11	c Try to convert by bdds
16.94/17.11	c D: 1
16.94/17.11	c estimatedAdderCost: 18
16.94/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 18
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 18
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 18
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 18
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 18
17.04/17.11	c Try to convert by bdds
17.04/17.11	c D: 1
17.04/17.11	c estimatedAdderCost: 18
17.04/17.11	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.12	c D: 1
17.04/17.12	c estimatedAdderCost: 18
17.04/17.12	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.13	c D: 1
17.04/17.13	c estimatedAdderCost: 18
17.04/17.13	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.14	c D: 1
17.04/17.14	c estimatedAdderCost: 18
17.04/17.14	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.15	c D: 1
17.04/17.15	c estimatedAdderCost: 18
17.04/17.15	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.16	c D: 1
17.04/17.16	c estimatedAdderCost: 18
17.04/17.16	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.17	c D: 1
17.04/17.17	c estimatedAdderCost: 18
17.04/17.17	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.18	c D: 1
17.04/17.18	c estimatedAdderCost: 18
17.04/17.18	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.04/17.19	c D: 1
17.04/17.19	c estimatedAdderCost: 18
17.04/17.19	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.20	c D: 1
17.13/17.20	c estimatedAdderCost: 18
17.13/17.20	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.21	c D: 1
17.13/17.21	c estimatedAdderCost: 18
17.13/17.21	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.22	c D: 1
17.13/17.22	c estimatedAdderCost: 18
17.13/17.22	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.23	c D: 1
17.13/17.23	c estimatedAdderCost: 18
17.13/17.23	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.24	c D: 1
17.13/17.24	c estimatedAdderCost: 18
17.13/17.24	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.25	c D: 1
17.13/17.25	c estimatedAdderCost: 18
17.13/17.25	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.26	c D: 1
17.13/17.26	c estimatedAdderCost: 18
17.13/17.26	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.27	c D: 1
17.13/17.27	c estimatedAdderCost: 18
17.13/17.27	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.28	c D: 1
17.13/17.28	c estimatedAdderCost: 18
17.13/17.28	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.13/17.29	c D: 1
17.13/17.29	c estimatedAdderCost: 18
17.13/17.29	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.30	c D: 1
17.23/17.30	c estimatedAdderCost: 18
17.23/17.30	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.31	c D: 1
17.23/17.31	c estimatedAdderCost: 18
17.23/17.31	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.32	c D: 1
17.23/17.32	c estimatedAdderCost: 18
17.23/17.32	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.33	c D: 1
17.23/17.33	c estimatedAdderCost: 18
17.23/17.33	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.34	c D: 1
17.23/17.34	c estimatedAdderCost: 18
17.23/17.34	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.35	c D: 1
17.23/17.35	c estimatedAdderCost: 18
17.23/17.35	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.36	c D: 1
17.23/17.36	c estimatedAdderCost: 18
17.23/17.36	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.37	c D: 1
17.23/17.37	c estimatedAdderCost: 18
17.23/17.37	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.38	c D: 1
17.23/17.38	c estimatedAdderCost: 18
17.23/17.38	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.23/17.39	c D: 1
17.23/17.39	c estimatedAdderCost: 18
17.23/17.39	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.40	c D: 1
17.33/17.40	c estimatedAdderCost: 18
17.33/17.40	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.41	c D: 1
17.33/17.41	c estimatedAdderCost: 18
17.33/17.41	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.42	c D: 1
17.33/17.42	c estimatedAdderCost: 18
17.33/17.42	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.43	c D: 1
17.33/17.43	c estimatedAdderCost: 18
17.33/17.43	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.44	c D: 1
17.33/17.44	c estimatedAdderCost: 18
17.33/17.44	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.45	c D: 1
17.33/17.45	c estimatedAdderCost: 18
17.33/17.45	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.46	c D: 1
17.33/17.46	c estimatedAdderCost: 18
17.33/17.46	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.47	c D: 1
17.33/17.47	c estimatedAdderCost: 18
17.33/17.47	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.48	c D: 1
17.33/17.48	c estimatedAdderCost: 18
17.33/17.48	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.49	c D: 1
17.33/17.49	c estimatedAdderCost: 18
17.33/17.49	c Try to convert by bdds
17.33/17.50	c D: 1
17.33/17.50	c estimatedAdderCost: 18
17.33/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.50	c D: 1
17.43/17.50	c estimatedAdderCost: 18
17.43/17.50	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.51	c D: 1
17.43/17.51	c estimatedAdderCost: 18
17.43/17.51	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.52	c D: 1
17.43/17.52	c estimatedAdderCost: 18
17.43/17.52	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.53	c D: 1
17.43/17.53	c estimatedAdderCost: 18
17.43/17.53	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.54	c D: 1
17.43/17.54	c estimatedAdderCost: 18
17.43/17.54	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.55	c D: 1
17.43/17.55	c estimatedAdderCost: 18
17.43/17.55	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.56	c D: 1
17.43/17.56	c estimatedAdderCost: 18
17.43/17.56	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.57	c D: 1
17.43/17.57	c estimatedAdderCost: 18
17.43/17.57	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.58	c D: 1
17.43/17.58	c estimatedAdderCost: 18
17.43/17.58	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.43/17.59	c D: 1
17.43/17.59	c estimatedAdderCost: 18
17.43/17.59	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.60	c D: 1
17.53/17.60	c estimatedAdderCost: 18
17.53/17.60	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.61	c D: 1
17.53/17.61	c estimatedAdderCost: 18
17.53/17.61	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.62	c D: 1
17.53/17.62	c estimatedAdderCost: 18
17.53/17.62	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.63	c D: 1
17.53/17.63	c estimatedAdderCost: 18
17.53/17.63	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.64	c D: 1
17.53/17.64	c estimatedAdderCost: 18
17.53/17.64	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.65	c D: 1
17.53/17.65	c estimatedAdderCost: 18
17.53/17.65	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.66	c D: 1
17.53/17.66	c estimatedAdderCost: 18
17.53/17.66	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.67	c D: 1
17.53/17.67	c estimatedAdderCost: 18
17.53/17.67	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.68	c D: 1
17.53/17.68	c estimatedAdderCost: 18
17.53/17.68	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.53/17.69	c D: 1
17.53/17.69	c estimatedAdderCost: 18
17.53/17.69	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.70	c D: 1
17.63/17.70	c estimatedAdderCost: 18
17.63/17.70	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.71	c D: 1
17.63/17.71	c estimatedAdderCost: 18
17.63/17.71	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.72	c D: 1
17.63/17.72	c estimatedAdderCost: 18
17.63/17.72	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.73	c D: 1
17.63/17.73	c estimatedAdderCost: 18
17.63/17.73	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.74	c D: 1
17.63/17.74	c estimatedAdderCost: 18
17.63/17.74	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.75	c D: 1
17.63/17.75	c estimatedAdderCost: 18
17.63/17.75	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.76	c D: 1
17.63/17.76	c estimatedAdderCost: 18
17.63/17.76	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.77	c D: 1
17.63/17.77	c estimatedAdderCost: 18
17.63/17.77	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.78	c D: 1
17.63/17.78	c estimatedAdderCost: 18
17.63/17.78	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.63/17.79	c D: 1
17.63/17.79	c estimatedAdderCost: 18
17.63/17.79	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.80	c D: 1
17.73/17.80	c estimatedAdderCost: 18
17.73/17.80	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.81	c D: 1
17.73/17.81	c estimatedAdderCost: 18
17.73/17.81	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.82	c D: 1
17.73/17.82	c estimatedAdderCost: 18
17.73/17.82	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.83	c D: 1
17.73/17.83	c estimatedAdderCost: 18
17.73/17.83	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.84	c D: 1
17.73/17.84	c estimatedAdderCost: 18
17.73/17.84	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.85	c D: 1
17.73/17.85	c estimatedAdderCost: 18
17.73/17.85	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.86	c D: 1
17.73/17.86	c estimatedAdderCost: 18
17.73/17.86	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.87	c D: 1
17.73/17.87	c estimatedAdderCost: 18
17.73/17.87	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.88	c D: 1
17.73/17.88	c estimatedAdderCost: 18
17.73/17.88	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.89	c D: 1
17.73/17.89	c estimatedAdderCost: 18
17.73/17.89	c Try to convert by bdds
17.73/17.90	c D: 1
17.73/17.90	c estimatedAdderCost: 18
17.73/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.90	c D: 1
17.83/17.90	c estimatedAdderCost: 18
17.83/17.90	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.91	c D: 1
17.83/17.91	c estimatedAdderCost: 18
17.83/17.91	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.92	c D: 1
17.83/17.92	c estimatedAdderCost: 18
17.83/17.92	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.93	c D: 1
17.83/17.93	c estimatedAdderCost: 18
17.83/17.93	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.94	c D: 1
17.83/17.94	c estimatedAdderCost: 18
17.83/17.94	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.95	c D: 1
17.83/17.95	c estimatedAdderCost: 18
17.83/17.95	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.96	c D: 1
17.83/17.96	c estimatedAdderCost: 18
17.83/17.96	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.97	c D: 1
17.83/17.97	c estimatedAdderCost: 18
17.83/17.97	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.98	c D: 1
17.83/17.98	c estimatedAdderCost: 18
17.83/17.98	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/17.99	c D: 1
17.83/17.99	c estimatedAdderCost: 18
17.83/17.99	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.00	c D: 1
17.83/18.00	c estimatedAdderCost: 18
17.83/18.00	c Try to convert by bdds
17.83/18.01	c D: 1
17.83/18.01	c estimatedAdderCost: 18
17.83/18.01	c Try to convert by bdds
17.83/18.01	c D: 1
17.83/18.01	c estimatedAdderCost: 18
17.83/18.01	c Try to convert by bdds
17.83/18.01	c D: 1
17.83/18.01	c estimatedAdderCost: 18
17.83/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 18
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 18
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 18
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 18
17.94/18.01	c Try to convert by bdds
17.94/18.01	c D: 1
17.94/18.01	c estimatedAdderCost: 18
17.94/18.01	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.02	c D: 1
17.94/18.02	c estimatedAdderCost: 18
17.94/18.02	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.03	c D: 1
17.94/18.03	c estimatedAdderCost: 18
17.94/18.03	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.04	c D: 1
17.94/18.04	c estimatedAdderCost: 18
17.94/18.04	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.05	c D: 1
17.94/18.05	c estimatedAdderCost: 18
17.94/18.05	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.06	c D: 1
17.94/18.06	c estimatedAdderCost: 18
17.94/18.06	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.07	c D: 1
17.94/18.07	c estimatedAdderCost: 18
17.94/18.07	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.08	c D: 1
17.94/18.08	c estimatedAdderCost: 18
17.94/18.08	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.09	c D: 1
17.94/18.09	c estimatedAdderCost: 18
17.94/18.09	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.10	c D: 1
17.94/18.10	c estimatedAdderCost: 18
17.94/18.10	c Try to convert by bdds
17.94/18.11	c D: 1
17.94/18.11	c estimatedAdderCost: 18
17.94/18.11	c Try to convert by bdds
17.94/18.11	c D: 1
17.94/18.11	c estimatedAdderCost: 18
17.94/18.11	c Try to convert by bdds
17.94/18.11	c D: 1
17.94/18.11	c estimatedAdderCost: 18
17.94/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 18
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 18
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 18
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 18
18.04/18.11	c Try to convert by bdds
18.04/18.11	c D: 1
18.04/18.11	c estimatedAdderCost: 18
18.04/18.11	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.12	c D: 1
18.04/18.12	c estimatedAdderCost: 18
18.04/18.12	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.13	c D: 1
18.04/18.13	c estimatedAdderCost: 18
18.04/18.13	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.14	c D: 1
18.04/18.14	c estimatedAdderCost: 18
18.04/18.14	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.15	c D: 1
18.04/18.15	c estimatedAdderCost: 18
18.04/18.15	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.16	c D: 1
18.04/18.16	c estimatedAdderCost: 18
18.04/18.16	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.17	c D: 1
18.04/18.17	c estimatedAdderCost: 18
18.04/18.17	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.18	c D: 1
18.04/18.18	c estimatedAdderCost: 18
18.04/18.18	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.04/18.19	c D: 1
18.04/18.19	c estimatedAdderCost: 18
18.04/18.19	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.20	c D: 1
18.13/18.20	c estimatedAdderCost: 18
18.13/18.20	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.21	c D: 1
18.13/18.21	c estimatedAdderCost: 18
18.13/18.21	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.22	c D: 1
18.13/18.22	c estimatedAdderCost: 18
18.13/18.22	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.23	c D: 1
18.13/18.23	c estimatedAdderCost: 18
18.13/18.23	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.24	c D: 1
18.13/18.24	c estimatedAdderCost: 18
18.13/18.24	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.25	c D: 1
18.13/18.25	c estimatedAdderCost: 18
18.13/18.25	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.26	c D: 1
18.13/18.26	c estimatedAdderCost: 18
18.13/18.26	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.27	c D: 1
18.13/18.27	c estimatedAdderCost: 18
18.13/18.27	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.28	c D: 1
18.13/18.28	c estimatedAdderCost: 18
18.13/18.28	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.13/18.29	c D: 1
18.13/18.29	c estimatedAdderCost: 18
18.13/18.29	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.30	c D: 1
18.23/18.30	c estimatedAdderCost: 18
18.23/18.30	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.31	c D: 1
18.23/18.31	c estimatedAdderCost: 18
18.23/18.31	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.32	c D: 1
18.23/18.32	c estimatedAdderCost: 18
18.23/18.32	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.33	c D: 1
18.23/18.33	c estimatedAdderCost: 18
18.23/18.33	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.34	c D: 1
18.23/18.34	c estimatedAdderCost: 18
18.23/18.34	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.35	c D: 1
18.23/18.35	c estimatedAdderCost: 18
18.23/18.35	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.36	c D: 1
18.23/18.36	c estimatedAdderCost: 18
18.23/18.36	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.37	c D: 1
18.23/18.37	c estimatedAdderCost: 18
18.23/18.37	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.38	c D: 1
18.23/18.38	c estimatedAdderCost: 18
18.23/18.38	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.23/18.39	c D: 1
18.23/18.39	c estimatedAdderCost: 18
18.23/18.39	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.40	c D: 1
18.33/18.40	c estimatedAdderCost: 18
18.33/18.40	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.41	c D: 1
18.33/18.41	c estimatedAdderCost: 18
18.33/18.41	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.42	c D: 1
18.33/18.42	c estimatedAdderCost: 18
18.33/18.42	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.43	c D: 1
18.33/18.43	c estimatedAdderCost: 18
18.33/18.43	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.44	c D: 1
18.33/18.44	c estimatedAdderCost: 18
18.33/18.44	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.45	c D: 1
18.33/18.45	c estimatedAdderCost: 18
18.33/18.45	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.46	c D: 1
18.33/18.46	c estimatedAdderCost: 18
18.33/18.46	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.47	c D: 1
18.33/18.47	c estimatedAdderCost: 18
18.33/18.47	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.48	c D: 1
18.33/18.48	c estimatedAdderCost: 18
18.33/18.48	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.33/18.49	c D: 1
18.33/18.49	c estimatedAdderCost: 18
18.33/18.49	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.50	c D: 1
18.43/18.50	c estimatedAdderCost: 18
18.43/18.50	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.51	c D: 1
18.43/18.51	c estimatedAdderCost: 18
18.43/18.51	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.52	c D: 1
18.43/18.52	c estimatedAdderCost: 18
18.43/18.52	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.53	c D: 1
18.43/18.53	c estimatedAdderCost: 18
18.43/18.53	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.54	c D: 1
18.43/18.54	c estimatedAdderCost: 18
18.43/18.54	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.55	c D: 1
18.43/18.55	c estimatedAdderCost: 18
18.43/18.55	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.56	c D: 1
18.43/18.56	c estimatedAdderCost: 18
18.43/18.56	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.57	c D: 1
18.43/18.57	c estimatedAdderCost: 18
18.43/18.57	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.58	c D: 1
18.43/18.58	c estimatedAdderCost: 18
18.43/18.58	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.43/18.59	c D: 1
18.43/18.59	c estimatedAdderCost: 18
18.43/18.59	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.60	c D: 1
18.53/18.60	c estimatedAdderCost: 18
18.53/18.60	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.61	c D: 1
18.53/18.61	c estimatedAdderCost: 18
18.53/18.61	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.62	c D: 1
18.53/18.62	c estimatedAdderCost: 18
18.53/18.62	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.63	c D: 1
18.53/18.63	c estimatedAdderCost: 18
18.53/18.63	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.64	c D: 1
18.53/18.64	c estimatedAdderCost: 18
18.53/18.64	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.65	c D: 1
18.53/18.65	c estimatedAdderCost: 18
18.53/18.65	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.66	c D: 1
18.53/18.66	c estimatedAdderCost: 18
18.53/18.66	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.67	c D: 1
18.53/18.67	c estimatedAdderCost: 18
18.53/18.67	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.68	c D: 1
18.53/18.68	c estimatedAdderCost: 18
18.53/18.68	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.53/18.69	c D: 1
18.53/18.69	c estimatedAdderCost: 18
18.53/18.69	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.70	c D: 1
18.63/18.70	c estimatedAdderCost: 18
18.63/18.70	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.71	c D: 1
18.63/18.71	c estimatedAdderCost: 18
18.63/18.71	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.72	c D: 1
18.63/18.72	c estimatedAdderCost: 18
18.63/18.72	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.73	c D: 1
18.63/18.73	c estimatedAdderCost: 18
18.63/18.73	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.74	c D: 1
18.63/18.74	c estimatedAdderCost: 18
18.63/18.74	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.75	c D: 1
18.63/18.75	c estimatedAdderCost: 18
18.63/18.75	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.76	c D: 1
18.63/18.76	c estimatedAdderCost: 18
18.63/18.76	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.77	c D: 1
18.63/18.77	c estimatedAdderCost: 18
18.63/18.77	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.78	c D: 1
18.63/18.78	c estimatedAdderCost: 18
18.63/18.78	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.63/18.79	c D: 1
18.63/18.79	c estimatedAdderCost: 18
18.63/18.79	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.80	c D: 1
18.73/18.80	c estimatedAdderCost: 18
18.73/18.80	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.81	c D: 1
18.73/18.81	c estimatedAdderCost: 18
18.73/18.81	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.82	c D: 1
18.73/18.82	c estimatedAdderCost: 18
18.73/18.82	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.83	c D: 1
18.73/18.83	c estimatedAdderCost: 18
18.73/18.83	c Try to convert by bdds
18.73/18.84	c D: 1
18.73/18.84	c estimatedAdderCost: 18
18.73/18.84	c Try to convert by bdds
18.73/18.84	c D: 1
18.73/18.84	c estimatedAdderCost: 18
18.73/18.84	c Try to convert by bdds
18.73/18.84	c D: 1
18.73/18.84	c estimatedAdderCost: 18
18.73/18.84	c Try to convert by bdds
18.73/18.84	c D: 1
18.73/18.84	c estimatedAdderCost: 18
18.73/18.84	c Try to convert b [...]

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

.71/29.84	c Try to convert by bdds
29.71/29.84	c D: 1
29.71/29.84	c estimatedAdderCost: 18
29.71/29.84	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.85	c D: 1
29.71/29.85	c estimatedAdderCost: 18
29.71/29.85	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.86	c D: 1
29.71/29.86	c estimatedAdderCost: 18
29.71/29.86	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.87	c D: 1
29.71/29.87	c estimatedAdderCost: 18
29.71/29.87	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.88	c D: 1
29.71/29.88	c estimatedAdderCost: 18
29.71/29.88	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.71/29.89	c D: 1
29.71/29.89	c estimatedAdderCost: 18
29.71/29.89	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.90	c D: 1
29.81/29.90	c estimatedAdderCost: 18
29.81/29.90	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.91	c D: 1
29.81/29.91	c estimatedAdderCost: 18
29.81/29.91	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.92	c D: 1
29.81/29.92	c estimatedAdderCost: 18
29.81/29.92	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.93	c D: 1
29.81/29.93	c estimatedAdderCost: 18
29.81/29.93	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.94	c D: 1
29.81/29.94	c estimatedAdderCost: 18
29.81/29.94	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.95	c D: 1
29.81/29.95	c estimatedAdderCost: 18
29.81/29.95	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.96	c D: 1
29.81/29.96	c estimatedAdderCost: 18
29.81/29.96	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.97	c D: 1
29.81/29.97	c estimatedAdderCost: 18
29.81/29.97	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.98	c D: 1
29.81/29.98	c estimatedAdderCost: 18
29.81/29.98	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/29.99	c D: 1
29.81/29.99	c estimatedAdderCost: 18
29.81/29.99	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.00	c D: 1
29.81/30.00	c estimatedAdderCost: 18
29.81/30.00	c Try to convert by bdds
29.81/30.01	c D: 1
29.81/30.01	c estimatedAdderCost: 18
29.81/30.01	c Try to convert by bdds
29.81/30.01	c D: 1
29.81/30.01	c estimatedAdderCost: 18
29.81/30.01	c Try to convert by bdds
29.81/30.01	c D: 1
29.81/30.01	c estimatedAdderCost: 18
29.81/30.01	c Try to convert by bdds
29.92/30.01	c D: 1
29.92/30.01	c estimatedAdderCost: 18
29.92/30.01	c Try to convert by bdds
29.92/30.01	c D: 1
29.92/30.01	c estimatedAdderCost: 18
29.92/30.01	c Try to convert by bdds
29.92/30.01	c D: 1
29.92/30.01	c estimatedAdderCost: 18
29.92/30.01	c Try to convert by bdds
29.92/30.01	c D: 1
29.92/30.01	c estimatedAdderCost: 18
29.92/30.01	c Try to convert by bdds
29.92/30.01	c D: 1
29.92/30.01	c estimatedAdderCost: 18
29.92/30.01	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.02	c D: 1
29.92/30.02	c estimatedAdderCost: 18
29.92/30.02	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.03	c D: 1
29.92/30.03	c estimatedAdderCost: 18
29.92/30.03	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.04	c D: 1
29.92/30.04	c estimatedAdderCost: 18
29.92/30.04	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.05	c D: 1
29.92/30.05	c estimatedAdderCost: 18
29.92/30.05	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.06	c D: 1
29.92/30.06	c estimatedAdderCost: 18
29.92/30.06	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.07	c D: 1
29.92/30.07	c estimatedAdderCost: 18
29.92/30.07	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.08	c D: 1
29.92/30.08	c estimatedAdderCost: 18
29.92/30.08	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.09	c D: 1
29.92/30.09	c estimatedAdderCost: 18
29.92/30.09	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.10	c D: 1
29.92/30.10	c estimatedAdderCost: 18
29.92/30.10	c Try to convert by bdds
29.92/30.11	c D: 1
29.92/30.11	c estimatedAdderCost: 18
29.92/30.11	c Try to convert by bdds
29.92/30.11	c D: 1
29.92/30.11	c estimatedAdderCost: 18
29.92/30.11	c Try to convert by bdds
30.02/30.11	c D: 1
30.02/30.11	c estimatedAdderCost: 18
30.02/30.11	c Try to convert by bdds
30.02/30.11	c D: 1
30.02/30.11	c estimatedAdderCost: 18
30.02/30.11	c Try to convert by bdds
30.02/30.11	c D: 1
30.02/30.11	c estimatedAdderCost: 18
30.02/30.11	c Try to convert by bdds
30.02/30.11	c D: 1
30.02/30.11	c estimatedAdderCost: 18
30.02/30.11	c Try to convert by bdds
30.02/30.11	c D: 1
30.02/30.11	c estimatedAdderCost: 18
30.02/30.11	c Try to convert by bdds
30.02/30.11	c D: 1
30.02/30.11	c estimatedAdderCost: 18
30.02/30.11	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.12	c D: 1
30.02/30.12	c estimatedAdderCost: 18
30.02/30.12	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.13	c D: 1
30.02/30.13	c estimatedAdderCost: 18
30.02/30.13	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.14	c D: 1
30.02/30.14	c estimatedAdderCost: 18
30.02/30.14	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.15	c D: 1
30.02/30.15	c estimatedAdderCost: 18
30.02/30.15	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.16	c D: 1
30.02/30.16	c estimatedAdderCost: 18
30.02/30.16	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.17	c D: 1
30.02/30.17	c estimatedAdderCost: 18
30.02/30.17	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.18	c D: 1
30.02/30.18	c estimatedAdderCost: 18
30.02/30.18	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.02/30.19	c D: 1
30.02/30.19	c estimatedAdderCost: 18
30.02/30.19	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.20	c D: 1
30.11/30.20	c estimatedAdderCost: 18
30.11/30.20	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.21	c D: 1
30.11/30.21	c estimatedAdderCost: 18
30.11/30.21	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.22	c D: 1
30.11/30.22	c estimatedAdderCost: 18
30.11/30.22	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.23	c D: 1
30.11/30.23	c estimatedAdderCost: 18
30.11/30.23	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.24	c D: 1
30.11/30.24	c estimatedAdderCost: 18
30.11/30.24	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.25	c D: 1
30.11/30.25	c estimatedAdderCost: 18
30.11/30.25	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.26	c D: 1
30.11/30.26	c estimatedAdderCost: 18
30.11/30.26	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.27	c D: 1
30.11/30.27	c estimatedAdderCost: 18
30.11/30.27	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.28	c D: 1
30.11/30.28	c estimatedAdderCost: 18
30.11/30.28	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.11/30.29	c D: 1
30.11/30.29	c estimatedAdderCost: 18
30.11/30.29	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.30	c D: 1
30.21/30.30	c estimatedAdderCost: 18
30.21/30.30	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.31	c D: 1
30.21/30.31	c estimatedAdderCost: 18
30.21/30.31	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.32	c D: 1
30.21/30.32	c estimatedAdderCost: 18
30.21/30.32	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.33	c D: 1
30.21/30.33	c estimatedAdderCost: 18
30.21/30.33	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.34	c D: 1
30.21/30.34	c estimatedAdderCost: 18
30.21/30.34	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.35	c D: 1
30.21/30.35	c estimatedAdderCost: 18
30.21/30.35	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.36	c D: 1
30.21/30.36	c estimatedAdderCost: 18
30.21/30.36	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.37	c D: 1
30.21/30.37	c estimatedAdderCost: 18
30.21/30.37	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.38	c D: 1
30.21/30.38	c estimatedAdderCost: 18
30.21/30.38	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.21/30.39	c D: 1
30.21/30.39	c estimatedAdderCost: 18
30.21/30.39	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.40	c D: 1
30.31/30.40	c estimatedAdderCost: 18
30.31/30.40	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.41	c D: 1
30.31/30.41	c estimatedAdderCost: 18
30.31/30.41	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.42	c D: 1
30.31/30.42	c estimatedAdderCost: 18
30.31/30.42	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.43	c D: 1
30.31/30.43	c estimatedAdderCost: 18
30.31/30.43	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.44	c D: 1
30.31/30.44	c estimatedAdderCost: 18
30.31/30.44	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.45	c D: 1
30.31/30.45	c estimatedAdderCost: 18
30.31/30.45	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.46	c D: 1
30.31/30.46	c estimatedAdderCost: 18
30.31/30.46	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.47	c D: 1
30.31/30.47	c estimatedAdderCost: 18
30.31/30.47	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.48	c D: 1
30.31/30.48	c estimatedAdderCost: 18
30.31/30.48	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.31/30.49	c D: 1
30.31/30.49	c estimatedAdderCost: 18
30.31/30.49	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.50	c D: 1
30.41/30.50	c estimatedAdderCost: 18
30.41/30.50	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.51	c D: 1
30.41/30.51	c estimatedAdderCost: 18
30.41/30.51	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.52	c D: 1
30.41/30.52	c estimatedAdderCost: 18
30.41/30.52	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.53	c D: 1
30.41/30.53	c estimatedAdderCost: 18
30.41/30.53	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.54	c D: 1
30.41/30.54	c estimatedAdderCost: 18
30.41/30.54	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.55	c D: 1
30.41/30.55	c estimatedAdderCost: 18
30.41/30.55	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.56	c D: 1
30.41/30.56	c estimatedAdderCost: 18
30.41/30.56	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.57	c D: 1
30.41/30.57	c estimatedAdderCost: 18
30.41/30.57	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.58	c D: 1
30.41/30.58	c estimatedAdderCost: 18
30.41/30.58	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.41/30.59	c D: 1
30.41/30.59	c estimatedAdderCost: 18
30.41/30.59	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.60	c D: 1
30.51/30.60	c estimatedAdderCost: 18
30.51/30.60	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.61	c D: 1
30.51/30.61	c estimatedAdderCost: 18
30.51/30.61	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.62	c D: 1
30.51/30.62	c estimatedAdderCost: 18
30.51/30.62	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.63	c D: 1
30.51/30.63	c estimatedAdderCost: 18
30.51/30.63	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.64	c D: 1
30.51/30.64	c estimatedAdderCost: 18
30.51/30.64	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.65	c D: 1
30.51/30.65	c estimatedAdderCost: 18
30.51/30.65	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.66	c D: 1
30.51/30.66	c estimatedAdderCost: 18
30.51/30.66	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.67	c D: 1
30.51/30.67	c estimatedAdderCost: 18
30.51/30.67	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.68	c D: 1
30.51/30.68	c estimatedAdderCost: 18
30.51/30.68	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.69	c D: 1
30.51/30.69	c estimatedAdderCost: 18
30.51/30.69	c Try to convert by bdds
30.51/30.70	c D: 1
30.51/30.70	c estimatedAdderCost: 18
30.51/30.70	c Try to convert by bdds
30.61/30.70	c D: 1
30.61/30.70	c estimatedAdderCost: 18
30.61/30.70	c Try to convert by bdds
30.61/30.70	c D: 1
30.61/30.70	c estimatedAdderCost: 18
30.61/30.70	c Try to convert by bdds
30.61/30.70	c D: 1
30.61/30.70	c estimatedAdderCost: 18
30.61/30.70	c Try to convert by bdds
30.61/30.70	c D: 1
30.61/30.70	c estimatedAdderCost: 18
30.61/30.70	c Try to convert by bdds
30.61/30.70	c D: 1
30.61/30.70	c estimatedAdderCost: 18
30.61/30.70	c Try to convert by bdds
30.61/30.70	c D: 1
30.61/30.70	c estimatedAdderCost: 18
30.61/30.70	c Try to convert by bdds
30.61/30.70	c D: 1
30.61/30.70	c estimatedAdderCost: 18
30.61/30.70	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.71	c D: 1
30.61/30.71	c estimatedAdderCost: 18
30.61/30.71	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.72	c D: 1
30.61/30.72	c estimatedAdderCost: 18
30.61/30.72	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.73	c D: 1
30.61/30.73	c estimatedAdderCost: 18
30.61/30.73	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.74	c D: 1
30.61/30.74	c estimatedAdderCost: 18
30.61/30.74	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.75	c D: 1
30.61/30.75	c estimatedAdderCost: 18
30.61/30.75	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.76	c D: 1
30.61/30.76	c estimatedAdderCost: 18
30.61/30.76	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.77	c D: 1
30.61/30.77	c estimatedAdderCost: 18
30.61/30.77	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.78	c D: 1
30.61/30.78	c estimatedAdderCost: 18
30.61/30.78	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.79	c D: 1
30.61/30.79	c estimatedAdderCost: 18
30.61/30.79	c Try to convert by bdds
30.61/30.80	c D: 1
30.61/30.80	c estimatedAdderCost: 18
30.61/30.80	c Try to convert by bdds
30.71/30.80	c D: 1
30.71/30.80	c estimatedAdderCost: 18
30.71/30.80	c Try to convert by bdds
30.71/30.80	c D: 1
30.71/30.80	c estimatedAdderCost: 18
30.71/30.80	c Try to convert by bdds
30.71/30.80	c D: 1
30.71/30.80	c estimatedAdderCost: 18
30.71/30.80	c Try to convert by bdds
30.71/30.80	c D: 1
30.71/30.80	c estimatedAdderCost: 18
30.71/30.80	c Try to convert by bdds
30.71/30.80	c D: 1
30.71/30.80	c estimatedAdderCost: 18
30.71/30.80	c Try to convert by bdds
30.71/30.80	c D: 1
30.71/30.80	c estimatedAdderCost: 18
30.71/30.80	c Try to convert by bdds
30.71/30.80	c D: 1
30.71/30.80	c estimatedAdderCost: 18
30.71/30.80	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.81	c D: 1
30.71/30.81	c estimatedAdderCost: 18
30.71/30.81	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.82	c D: 1
30.71/30.82	c estimatedAdderCost: 18
30.71/30.82	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.83	c D: 1
30.71/30.83	c estimatedAdderCost: 18
30.71/30.83	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.84	c D: 1
30.71/30.84	c estimatedAdderCost: 18
30.71/30.84	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.85	c D: 1
30.71/30.85	c estimatedAdderCost: 18
30.71/30.85	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.86	c D: 1
30.71/30.86	c estimatedAdderCost: 18
30.71/30.86	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.87	c D: 1
30.71/30.87	c estimatedAdderCost: 18
30.71/30.87	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.88	c D: 1
30.71/30.88	c estimatedAdderCost: 18
30.71/30.88	c Try to convert by bdds
30.71/30.89	c D: 1
30.71/30.89	c estimatedAdderCost: 18
30.71/30.89	c Try to convert by bdds
30.71/30.89	c D: 1
30.71/30.89	c estimatedAdderCost: 18
30.71/30.89	c Try to convert by bdds
30.71/30.89	c D: 1
30.71/30.89	c estimatedAdderCost: 18
30.71/30.89	c Try to convert by bdds
30.71/30.89	c D: 1
30.71/30.89	c estimatedAdderCost: 18
30.71/30.89	c Try to convert by bdds
30.71/30.89	c D: 1
30.71/30.89	c estimatedAdderCost: 18
30.71/30.89	c Try to convert by bdds
30.71/30.89	c D: 1
30.71/30.89	c estimatedAdderCost: 18
30.71/30.89	c Try to convert by bdds
30.71/30.89	c D: 1
30.71/30.89	c estimatedAdderCost: 18
30.71/30.89	c Try to convert by bdds
30.71/30.90	c D: 1
30.71/30.90	c estimatedAdderCost: 18
30.71/30.90	c Try to convert by bdds
30.80/30.90	c D: 1
30.80/30.90	c estimatedAdderCost: 18
30.80/30.90	c Try to convert by bdds
30.80/30.90	c D: 1
30.80/30.90	c estimatedAdderCost: 18
30.80/30.90	c Try to convert by bdds
30.80/30.90	c D: 1
30.80/30.90	c estimatedAdderCost: 18
30.80/30.90	c Try to convert by bdds
30.80/30.90	c D: 1
30.80/30.90	c estimatedAdderCost: 18
30.80/30.90	c Try to convert by bdds
30.80/30.90	c D: 1
30.80/30.90	c estimatedAdderCost: 18
30.80/30.90	c Try to convert by bdds
30.80/30.90	c D: 1
30.80/30.90	c estimatedAdderCost: 18
30.80/30.90	c Try to convert by bdds
30.80/30.90	c D: 1
30.80/30.90	c estimatedAdderCost: 18
30.80/30.90	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.91	c D: 1
30.80/30.91	c estimatedAdderCost: 18
30.80/30.91	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.92	c D: 1
30.80/30.92	c estimatedAdderCost: 18
30.80/30.92	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.93	c D: 1
30.80/30.93	c estimatedAdderCost: 18
30.80/30.93	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.94	c D: 1
30.80/30.94	c estimatedAdderCost: 18
30.80/30.94	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.95	c D: 1
30.80/30.95	c estimatedAdderCost: 18
30.80/30.95	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.96	c D: 1
30.80/30.96	c estimatedAdderCost: 18
30.80/30.96	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.97	c D: 1
30.80/30.97	c estimatedAdderCost: 18
30.80/30.97	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.98	c D: 1
30.80/30.98	c estimatedAdderCost: 18
30.80/30.98	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/30.99	c D: 1
30.80/30.99	c estimatedAdderCost: 18
30.80/30.99	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.00	c D: 1
30.80/31.00	c estimatedAdderCost: 18
30.80/31.00	c Try to convert by bdds
30.80/31.01	c D: 1
30.80/31.01	c estimatedAdderCost: 18
30.80/31.01	c Try to convert by bdds
30.80/31.01	c D: 1
30.80/31.01	c estimatedAdderCost: 18
30.80/31.01	c Try to convert by bdds
30.80/31.01	c D: 1
30.80/31.01	c estimatedAdderCost: 18
30.80/31.01	c Try to convert by bdds
30.92/31.01	c D: 1
30.92/31.01	c estimatedAdderCost: 18
30.92/31.01	c Try to convert by bdds
30.92/31.01	c D: 1
30.92/31.01	c estimatedAdderCost: 18
30.92/31.01	c Try to convert by bdds
30.92/31.01	c D: 1
30.92/31.01	c estimatedAdderCost: 18
30.92/31.01	c Try to convert by bdds
30.92/31.01	c D: 1
30.92/31.01	c estimatedAdderCost: 18
30.92/31.01	c Try to convert by bdds
30.92/31.01	c D: 1
30.92/31.01	c estimatedAdderCost: 18
30.92/31.01	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.02	c D: 1
30.92/31.02	c estimatedAdderCost: 18
30.92/31.02	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.03	c D: 1
30.92/31.03	c estimatedAdderCost: 18
30.92/31.03	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.04	c D: 1
30.92/31.04	c estimatedAdderCost: 18
30.92/31.04	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.05	c D: 1
30.92/31.05	c estimatedAdderCost: 18
30.92/31.05	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.06	c D: 1
30.92/31.06	c estimatedAdderCost: 18
30.92/31.06	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.07	c D: 1
30.92/31.07	c estimatedAdderCost: 18
30.92/31.07	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.08	c D: 1
30.92/31.08	c estimatedAdderCost: 18
30.92/31.08	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.09	c D: 1
30.92/31.09	c estimatedAdderCost: 18
30.92/31.09	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.10	c D: 1
30.92/31.10	c estimatedAdderCost: 18
30.92/31.10	c Try to convert by bdds
30.92/31.11	c D: 1
30.92/31.11	c estimatedAdderCost: 18
30.92/31.11	c Try to convert by bdds
30.92/31.11	c D: 1
30.92/31.11	c estimatedAdderCost: 18
30.92/31.11	c Try to convert by bdds
30.92/31.11	c D: 1
30.92/31.11	c estimatedAdderCost: 18
30.92/31.11	c Try to convert by bdds
31.02/31.11	c D: 1
31.02/31.11	c estimatedAdderCost: 18
31.02/31.11	c Try to convert by bdds
31.02/31.11	c D: 1
31.02/31.11	c estimatedAdderCost: 18
31.02/31.11	c Try to convert by bdds
31.02/31.11	c D: 1
31.02/31.11	c estimatedAdderCost: 18
31.02/31.11	c Try to convert by bdds
31.02/31.11	c D: 1
31.02/31.11	c estimatedAdderCost: 18
31.02/31.11	c Try to convert by bdds
31.02/31.11	c D: 1
31.02/31.11	c estimatedAdderCost: 18
31.02/31.11	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.12	c D: 1
31.02/31.12	c estimatedAdderCost: 18
31.02/31.12	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.13	c D: 1
31.02/31.13	c estimatedAdderCost: 18
31.02/31.13	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.14	c D: 1
31.02/31.14	c estimatedAdderCost: 18
31.02/31.14	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.15	c D: 1
31.02/31.15	c estimatedAdderCost: 18
31.02/31.15	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.16	c D: 1
31.02/31.16	c estimatedAdderCost: 18
31.02/31.16	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.17	c D: 1
31.02/31.17	c estimatedAdderCost: 18
31.02/31.17	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.18	c D: 1
31.02/31.18	c estimatedAdderCost: 18
31.02/31.18	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.19	c D: 1
31.02/31.19	c estimatedAdderCost: 18
31.02/31.19	c Try to convert by bdds
31.02/31.20	c D: 1
31.02/31.20	c estimatedAdderCost: 18
31.02/31.20	c Try to convert by bdds
31.10/31.20	c D: 1
31.10/31.20	c estimatedAdderCost: 18
31.10/31.20	c Try to convert by bdds
31.10/31.20	c D: 1
31.10/31.20	c estimatedAdderCost: 18
31.10/31.20	c Try to convert by bdds
31.10/31.20	c D: 1
31.10/31.20	c estimatedAdderCost: 18
31.10/31.20	c Try to convert by bdds
31.10/31.20	c D: 1
31.10/31.20	c estimatedAdderCost: 18
31.10/31.20	c Try to convert by bdds
31.10/31.20	c D: 1
31.10/31.20	c estimatedAdderCost: 18
31.10/31.20	c Try to convert by bdds
31.10/31.20	c D: 1
31.10/31.20	c estimatedAdderCost: 18
31.10/31.20	c Try to convert by bdds
31.10/31.20	c D: 1
31.10/31.20	c estimatedAdderCost: 18
31.10/31.20	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.21	c D: 1
31.10/31.21	c estimatedAdderCost: 18
31.10/31.21	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.22	c D: 1
31.10/31.22	c estimatedAdderCost: 18
31.10/31.22	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.23	c D: 1
31.10/31.23	c estimatedAdderCost: 18
31.10/31.23	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.24	c D: 1
31.10/31.24	c estimatedAdderCost: 18
31.10/31.24	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.25	c D: 1
31.10/31.25	c estimatedAdderCost: 18
31.10/31.25	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.26	c D: 1
31.10/31.26	c estimatedAdderCost: 18
31.10/31.26	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.27	c D: 1
31.10/31.27	c estimatedAdderCost: 18
31.10/31.27	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.28	c D: 1
31.10/31.28	c estimatedAdderCost: 18
31.10/31.28	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.10/31.29	c D: 1
31.10/31.29	c estimatedAdderCost: 18
31.10/31.29	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.30	c D: 1
31.20/31.30	c estimatedAdderCost: 18
31.20/31.30	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.31	c D: 1
31.20/31.31	c estimatedAdderCost: 18
31.20/31.31	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.32	c D: 1
31.20/31.32	c estimatedAdderCost: 18
31.20/31.32	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.33	c D: 1
31.20/31.33	c estimatedAdderCost: 18
31.20/31.33	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.34	c D: 1
31.20/31.34	c estimatedAdderCost: 18
31.20/31.34	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.35	c D: 1
31.20/31.35	c estimatedAdderCost: 18
31.20/31.35	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.36	c D: 1
31.20/31.36	c estimatedAdderCost: 18
31.20/31.36	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.37	c D: 1
31.20/31.37	c estimatedAdderCost: 18
31.20/31.37	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.38	c D: 1
31.20/31.38	c estimatedAdderCost: 18
31.20/31.38	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.20/31.39	c D: 1
31.20/31.39	c estimatedAdderCost: 18
31.20/31.39	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.40	c D: 1
31.30/31.40	c estimatedAdderCost: 18
31.30/31.40	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.41	c D: 1
31.30/31.41	c estimatedAdderCost: 18
31.30/31.41	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.42	c D: 1
31.30/31.42	c estimatedAdderCost: 18
31.30/31.42	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.43	c D: 1
31.30/31.43	c estimatedAdderCost: 18
31.30/31.43	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.44	c D: 1
31.30/31.44	c estimatedAdderCost: 18
31.30/31.44	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.45	c D: 1
31.30/31.45	c estimatedAdderCost: 18
31.30/31.45	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.46	c D: 1
31.30/31.46	c estimatedAdderCost: 18
31.30/31.46	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.47	c D: 1
31.30/31.47	c estimatedAdderCost: 18
31.30/31.47	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.48	c D: 1
31.30/31.48	c estimatedAdderCost: 18
31.30/31.48	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.30/31.49	c D: 1
31.30/31.49	c estimatedAdderCost: 18
31.30/31.49	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.50	c D: 1
31.40/31.50	c estimatedAdderCost: 18
31.40/31.50	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.51	c D: 1
31.40/31.51	c estimatedAdderCost: 18
31.40/31.51	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.52	c D: 1
31.40/31.52	c estimatedAdderCost: 18
31.40/31.52	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.53	c D: 1
31.40/31.53	c estimatedAdderCost: 18
31.40/31.53	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.54	c D: 1
31.40/31.54	c estimatedAdderCost: 18
31.40/31.54	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.55	c D: 1
31.40/31.55	c estimatedAdderCost: 18
31.40/31.55	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.56	c D: 1
31.40/31.56	c estimatedAdderCost: 18
31.40/31.56	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.57	c D: 1
31.40/31.57	c estimatedAdderCost: 18
31.40/31.57	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.58	c D: 1
31.40/31.58	c estimatedAdderCost: 18
31.40/31.58	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.40/31.59	c D: 1
31.40/31.59	c estimatedAdderCost: 18
31.40/31.59	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.60	c D: 1
31.51/31.60	c estimatedAdderCost: 18
31.51/31.60	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.61	c D: 1
31.51/31.61	c estimatedAdderCost: 18
31.51/31.61	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.62	c D: 1
31.51/31.62	c estimatedAdderCost: 18
31.51/31.62	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.63	c D: 1
31.51/31.63	c estimatedAdderCost: 18
31.51/31.63	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.64	c D: 1
31.51/31.64	c estimatedAdderCost: 18
31.51/31.64	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.65	c D: 1
31.51/31.65	c estimatedAdderCost: 18
31.51/31.65	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.66	c D: 1
31.51/31.66	c estimatedAdderCost: 18
31.51/31.66	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.67	c D: 1
31.51/31.67	c estimatedAdderCost: 18
31.51/31.67	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.68	c D: 1
31.51/31.68	c estimatedAdderCost: 18
31.51/31.68	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.51/31.69	c D: 1
31.51/31.69	c estimatedAdderCost: 18
31.51/31.69	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.70	c D: 1
31.61/31.70	c estimatedAdderCost: 18
31.61/31.70	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.71	c D: 1
31.61/31.71	c estimatedAdderCost: 18
31.61/31.71	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.72	c D: 1
31.61/31.72	c estimatedAdderCost: 18
31.61/31.72	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.73	c D: 1
31.61/31.73	c estimatedAdderCost: 18
31.61/31.73	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.74	c D: 1
31.61/31.74	c estimatedAdderCost: 18
31.61/31.74	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.75	c D: 1
31.61/31.75	c estimatedAdderCost: 18
31.61/31.75	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.76	c D: 1
31.61/31.76	c estimatedAdderCost: 18
31.61/31.76	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.77	c D: 1
31.61/31.77	c estimatedAdderCost: 18
31.61/31.77	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.78	c D: 1
31.61/31.78	c estimatedAdderCost: 18
31.61/31.78	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.61/31.79	c D: 1
31.61/31.79	c estimatedAdderCost: 18
31.61/31.79	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.80	c D: 1
31.71/31.80	c estimatedAdderCost: 18
31.71/31.80	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.81	c D: 1
31.71/31.81	c estimatedAdderCost: 18
31.71/31.81	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.82	c D: 1
31.71/31.82	c estimatedAdderCost: 18
31.71/31.82	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.83	c D: 1
31.71/31.83	c estimatedAdderCost: 18
31.71/31.83	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.84	c D: 1
31.71/31.84	c estimatedAdderCost: 18
31.71/31.84	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.85	c D: 1
31.71/31.85	c estimatedAdderCost: 18
31.71/31.85	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.86	c D: 1
31.71/31.86	c estimatedAdderCost: 18
31.71/31.86	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.87	c D: 1
31.71/31.87	c estimatedAdderCost: 18
31.71/31.87	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.88	c D: 1
31.71/31.88	c estimatedAdderCost: 18
31.71/31.88	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.71/31.89	c D: 1
31.71/31.89	c estimatedAdderCost: 18
31.71/31.89	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.90	c D: 1
31.81/31.90	c estimatedAdderCost: 18
31.81/31.90	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.91	c D: 1
31.81/31.91	c estimatedAdderCost: 18
31.81/31.91	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.92	c D: 1
31.81/31.92	c estimatedAdderCost: 18
31.81/31.92	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.93	c D: 1
31.81/31.93	c estimatedAdderCost: 18
31.81/31.93	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.94	c D: 1
31.81/31.94	c estimatedAdderCost: 18
31.81/31.94	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.95	c D: 1
31.81/31.95	c estimatedAdderCost: 18
31.81/31.95	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.96	c D: 1
31.81/31.96	c estimatedAdderCost: 18
31.81/31.96	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.97	c D: 1
31.81/31.97	c estimatedAdderCost: 18
31.81/31.97	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.98	c D: 1
31.81/31.98	c estimatedAdderCost: 18
31.81/31.98	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/31.99	c D: 1
31.81/31.99	c estimatedAdderCost: 18
31.81/31.99	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.00	c D: 1
31.81/32.00	c estimatedAdderCost: 18
31.81/32.00	c Try to convert by bdds
31.81/32.01	c D: 1
31.81/32.01	c estimatedAdderCost: 18
31.81/32.01	c Try to convert by bdds
31.81/32.01	c D: 1
31.81/32.01	c estimatedAdderCost: 18
31.81/32.01	c Try to convert by bdds
31.81/32.01	c D: 1
31.81/32.01	c estimatedAdderCost: 18
31.81/32.01	c Try to convert by bdds
31.92/32.01	c D: 1
31.92/32.01	c estimatedAdderCost: 18
31.92/32.01	c Try to convert by bdds
31.92/32.01	c D: 1
31.92/32.01	c estimatedAdderCost: 18
31.92/32.01	c Try to convert by bdds
31.92/32.01	c D: 1
31.92/32.01	c estimatedAdderCost: 18
31.92/32.01	c Try to convert by bdds
31.92/32.01	c D: 1
31.92/32.01	c estimatedAdderCost: 18
31.92/32.01	c Try to convert by bdds
31.92/32.01	c D: 1
31.92/32.01	c estimatedAdderCost: 18
31.92/32.01	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.02	c D: 1
31.92/32.02	c estimatedAdderCost: 18
31.92/32.02	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.03	c D: 1
31.92/32.03	c estimatedAdderCost: 18
31.92/32.03	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.04	c D: 1
31.92/32.04	c estimatedAdderCost: 18
31.92/32.04	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.05	c D: 1
31.92/32.05	c estimatedAdderCost: 18
31.92/32.05	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.06	c D: 1
31.92/32.06	c estimatedAdderCost: 18
31.92/32.06	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.07	c D: 1
31.92/32.07	c estimatedAdderCost: 18
31.92/32.07	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.08	c D: 1
31.92/32.08	c estimatedAdderCost: 18
31.92/32.08	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.09	c D: 1
31.92/32.09	c estimatedAdderCost: 18
31.92/32.09	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.10	c D: 1
31.92/32.10	c estimatedAdderCost: 18
31.92/32.10	c Try to convert by bdds
31.92/32.11	c D: 1
31.92/32.11	c estimatedAdderCost: 18
31.92/32.11	c Try to convert by bdds
31.92/32.11	c D: 1
31.92/32.11	c estimatedAdderCost: 18
31.92/32.11	c Try to convert by bdds
31.92/32.11	c D: 1
31.92/32.11	c estimatedAdderCost: 18
31.92/32.11	c Try to convert by bdds
32.02/32.11	c D: 1
32.02/32.11	c estimatedAdderCost: 18
32.02/32.11	c Try to convert by bdds
32.02/32.11	c D: 1
32.02/32.11	c estimatedAdderCost: 18
32.02/32.11	c Try to convert by bdds
32.02/32.11	c D: 1
32.02/32.11	c estimatedAdderCost: 18
32.02/32.11	c Try to convert by bdds
32.02/32.11	c D: 1
32.02/32.11	c estimatedAdderCost: 18
32.02/32.11	c Try to convert by bdds
32.02/32.11	c D: 1
32.02/32.11	c estimatedAdderCost: 18
32.02/32.11	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.12	c D: 1
32.02/32.12	c estimatedAdderCost: 18
32.02/32.12	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.13	c D: 1
32.02/32.13	c estimatedAdderCost: 18
32.02/32.13	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.14	c D: 1
32.02/32.14	c estimatedAdderCost: 18
32.02/32.14	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.15	c D: 1
32.02/32.15	c estimatedAdderCost: 18
32.02/32.15	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.16	c D: 1
32.02/32.16	c estimatedAdderCost: 18
32.02/32.16	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.17	c D: 1
32.02/32.17	c estimatedAdderCost: 18
32.02/32.17	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.18	c D: 1
32.02/32.18	c estimatedAdderCost: 18
32.02/32.18	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.02/32.19	c D: 1
32.02/32.19	c estimatedAdderCost: 18
32.02/32.19	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.20	c D: 1
32.11/32.20	c estimatedAdderCost: 18
32.11/32.20	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.21	c D: 1
32.11/32.21	c estimatedAdderCost: 18
32.11/32.21	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.22	c D: 1
32.11/32.22	c estimatedAdderCost: 18
32.11/32.22	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.23	c D: 1
32.11/32.23	c estimatedAdderCost: 18
32.11/32.23	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.24	c D: 1
32.11/32.24	c estimatedAdderCost: 18
32.11/32.24	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.25	c D: 1
32.11/32.25	c estimatedAdderCost: 18
32.11/32.25	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.26	c D: 1
32.11/32.26	c estimatedAdderCost: 18
32.11/32.26	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.27	c D: 1
32.11/32.27	c estimatedAdderCost: 18
32.11/32.27	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.28	c D: 1
32.11/32.28	c estimatedAdderCost: 18
32.11/32.28	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.11/32.29	c D: 1
32.11/32.29	c estimatedAdderCost: 18
32.11/32.29	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.30	c D: 1
32.21/32.30	c estimatedAdderCost: 18
32.21/32.30	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.31	c D: 1
32.21/32.31	c estimatedAdderCost: 18
32.21/32.31	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.32	c D: 1
32.21/32.32	c estimatedAdderCost: 18
32.21/32.32	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.33	c D: 1
32.21/32.33	c estimatedAdderCost: 18
32.21/32.33	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.34	c D: 1
32.21/32.34	c estimatedAdderCost: 18
32.21/32.34	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.35	c D: 1
32.21/32.35	c estimatedAdderCost: 18
32.21/32.35	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.36	c D: 1
32.21/32.36	c estimatedAdderCost: 18
32.21/32.36	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.37	c D: 1
32.21/32.37	c estimatedAdderCost: 18
32.21/32.37	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.38	c D: 1
32.21/32.38	c estimatedAdderCost: 18
32.21/32.38	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.21/32.39	c D: 1
32.21/32.39	c estimatedAdderCost: 18
32.21/32.39	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.40	c D: 1
32.31/32.40	c estimatedAdderCost: 18
32.31/32.40	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.41	c D: 1
32.31/32.41	c estimatedAdderCost: 18
32.31/32.41	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.42	c D: 1
32.31/32.42	c estimatedAdderCost: 18
32.31/32.42	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.43	c D: 1
32.31/32.43	c estimatedAdderCost: 18
32.31/32.43	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.44	c D: 1
32.31/32.44	c estimatedAdderCost: 18
32.31/32.44	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.45	c D: 1
32.31/32.45	c estimatedAdderCost: 18
32.31/32.45	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.46	c D: 1
32.31/32.46	c estimatedAdderCost: 18
32.31/32.46	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.47	c D: 1
32.31/32.47	c estimatedAdderCost: 18
32.31/32.47	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.48	c D: 1
32.31/32.48	c estimatedAdderCost: 18
32.31/32.48	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.31/32.49	c D: 1
32.31/32.49	c estimatedAdderCost: 18
32.31/32.49	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.50	c D: 1
32.41/32.50	c estimatedAdderCost: 18
32.41/32.50	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.51	c D: 1
32.41/32.51	c estimatedAdderCost: 18
32.41/32.51	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.52	c D: 1
32.41/32.52	c estimatedAdderCost: 18
32.41/32.52	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.53	c D: 1
32.41/32.53	c estimatedAdderCost: 18
32.41/32.53	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.54	c D: 1
32.41/32.54	c estimatedAdderCost: 18
32.41/32.54	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.55	c D: 1
32.41/32.55	c estimatedAdderCost: 18
32.41/32.55	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.56	c D: 1
32.41/32.56	c estimatedAdderCost: 18
32.41/32.56	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.57	c D: 1
32.41/32.57	c estimatedAdderCost: 18
32.41/32.57	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.58	c D: 1
32.41/32.58	c estimatedAdderCost: 18
32.41/32.58	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.41/32.59	c D: 1
32.41/32.59	c estimatedAdderCost: 18
32.41/32.59	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.60	c D: 1
32.51/32.60	c estimatedAdderCost: 18
32.51/32.60	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.61	c D: 1
32.51/32.61	c estimatedAdderCost: 18
32.51/32.61	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.62	c D: 1
32.51/32.62	c estimatedAdderCost: 18
32.51/32.62	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.63	c D: 1
32.51/32.63	c estimatedAdderCost: 18
32.51/32.63	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.64	c D: 1
32.51/32.64	c estimatedAdderCost: 18
32.51/32.64	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.65	c D: 1
32.51/32.65	c estimatedAdderCost: 18
32.51/32.65	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.66	c D: 1
32.51/32.66	c estimatedAdderCost: 18
32.51/32.66	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.67	c D: 1
32.51/32.67	c estimatedAdderCost: 18
32.51/32.67	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.68	c D: 1
32.51/32.68	c estimatedAdderCost: 18
32.51/32.68	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.51/32.69	c D: 1
32.51/32.69	c estimatedAdderCost: 18
32.51/32.69	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.70	c D: 1
32.61/32.70	c estimatedAdderCost: 18
32.61/32.70	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.71	c D: 1
32.61/32.71	c estimatedAdderCost: 18
32.61/32.71	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.72	c D: 1
32.61/32.72	c estimatedAdderCost: 18
32.61/32.72	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.73	c D: 1
32.61/32.73	c estimatedAdderCost: 18
32.61/32.73	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.74	c D: 1
32.61/32.74	c estimatedAdderCost: 18
32.61/32.74	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.75	c D: 1
32.61/32.75	c estimatedAdderCost: 18
32.61/32.75	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.76	c D: 1
32.61/32.76	c estimatedAdderCost: 18
32.61/32.76	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.77	c D: 1
32.61/32.77	c estimatedAdderCost: 18
32.61/32.77	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.78	c D: 1
32.61/32.78	c estimatedAdderCost: 18
32.61/32.78	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.79	c D: 1
32.61/32.79	c estimatedAdderCost: 18
32.61/32.79	c Try to convert by bdds
32.61/32.80	c D: 1
32.61/32.80	c estimatedAdderCost: 18
32.61/32.80	c Try to convert by bdds
32.70/32.80	c D: 1
32.70/32.80	c estimatedAdderCost: 18
32.70/32.80	c Try to convert by bdds
32.70/32.80	c D: 1
32.70/32.80	c estimatedAdderCost: 18
32.70/32.80	c Try to convert by bdds
32.70/32.80	c D: 1
32.70/32.80	c estimatedAdderCost: 18
32.70/32.80	c Try to convert by bdds
32.70/32.80	c D: 1
32.70/32.80	c estimatedAdderCost: 18
32.70/32.80	c Try to convert by bdds
32.70/32.80	c D: 1
32.70/32.80	c estimatedAdderCost: 18
32.70/32.80	c Try to convert by bdds
32.70/32.80	c D: 1
32.70/32.80	c estimatedAdderCost: 18
32.70/32.80	c Try to convert by bdds
32.70/32.80	c D: 1
32.70/32.80	c estimatedAdderCost: 18
32.70/32.80	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.81	c D: 1
32.70/32.81	c estimatedAdderCost: 18
32.70/32.81	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.82	c D: 1
32.70/32.82	c estimatedAdderCost: 18
32.70/32.82	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.83	c D: 1
32.70/32.83	c estimatedAdderCost: 18
32.70/32.83	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.84	c D: 1
32.70/32.84	c estimatedAdderCost: 18
32.70/32.84	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.85	c D: 1
32.70/32.85	c estimatedAdderCost: 18
32.70/32.85	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.86	c D: 1
32.70/32.86	c estimatedAdderCost: 18
32.70/32.86	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.87	c D: 1
32.70/32.87	c estimatedAdderCost: 18
32.70/32.87	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.88	c D: 1
32.70/32.88	c estimatedAdderCost: 18
32.70/32.88	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.70/32.89	c D: 1
32.70/32.89	c estimatedAdderCost: 18
32.70/32.89	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.90	c D: 1
32.80/32.90	c estimatedAdderCost: 18
32.80/32.90	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.91	c D: 1
32.80/32.91	c estimatedAdderCost: 18
32.80/32.91	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.92	c D: 1
32.80/32.92	c estimatedAdderCost: 18
32.80/32.92	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.93	c D: 1
32.80/32.93	c estimatedAdderCost: 18
32.80/32.93	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.94	c D: 1
32.80/32.94	c estimatedAdderCost: 18
32.80/32.94	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.95	c D: 1
32.80/32.95	c estimatedAdderCost: 18
32.80/32.95	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.96	c D: 1
32.80/32.96	c estimatedAdderCost: 18
32.80/32.96	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.97	c D: 1
32.80/32.97	c estimatedAdderCost: 18
32.80/32.97	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.98	c D: 1
32.80/32.98	c estimatedAdderCost: 18
32.80/32.98	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/32.99	c D: 1
32.80/32.99	c estimatedAdderCost: 18
32.80/32.99	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.00	c D: 1
32.80/33.00	c estimatedAdderCost: 18
32.80/33.00	c Try to convert by bdds
32.80/33.01	c D: 1
32.80/33.01	c estimatedAdderCost: 18
32.80/33.01	c Try to convert by bdds
32.80/33.01	c D: 1
32.80/33.01	c estimatedAdderCost: 18
32.80/33.01	c Try to convert by bdds
32.80/33.01	c D: 1
32.80/33.01	c estimatedAdderCost: 18
32.80/33.01	c Try to convert by bdds
32.92/33.01	c D: 1
32.92/33.01	c estimatedAdderCost: 18
32.92/33.01	c Try to convert by bdds
32.92/33.01	c D: 1
32.92/33.01	c estimatedAdderCost: 18
32.92/33.01	c Try to convert by bdds
32.92/33.01	c D: 1
32.92/33.01	c estimatedAdderCost: 18
32.92/33.01	c Try to convert by bdds
32.92/33.01	c D: 1
32.92/33.01	c estimatedAdderCost: 18
32.92/33.01	c Try to convert by bdds
32.92/33.01	c D: 1
32.92/33.01	c estimatedAdderCost: 18
32.92/33.01	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.02	c D: 1
32.92/33.02	c estimatedAdderCost: 18
32.92/33.02	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.03	c D: 1
32.92/33.03	c estimatedAdderCost: 18
32.92/33.03	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.04	c D: 1
32.92/33.04	c estimatedAdderCost: 18
32.92/33.04	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.05	c D: 1
32.92/33.05	c estimatedAdderCost: 18
32.92/33.05	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.06	c D: 1
32.92/33.06	c estimatedAdderCost: 18
32.92/33.06	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.07	c D: 1
32.92/33.07	c estimatedAdderCost: 18
32.92/33.07	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.08	c D: 1
32.92/33.08	c estimatedAdderCost: 18
32.92/33.08	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.09	c D: 1
32.92/33.09	c estimatedAdderCost: 18
32.92/33.09	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.10	c D: 1
32.92/33.10	c estimatedAdderCost: 18
32.92/33.10	c Try to convert by bdds
32.92/33.11	c D: 1
32.92/33.11	c estimatedAdderCost: 18
32.92/33.11	c Try to convert by bdds
32.92/33.11	c D: 1
32.92/33.11	c estimatedAdderCost: 18
32.92/33.11	c Try to convert by bdds
33.02/33.11	c D: 1
33.02/33.11	c estimatedAdderCost: 18
33.02/33.11	c Try to convert by bdds
33.02/33.11	c D: 1
33.02/33.11	c estimatedAdderCost: 18
33.02/33.11	c Try to convert by bdds
33.02/33.11	c D: 1
33.02/33.11	c estimatedAdderCost: 18
33.02/33.11	c Try to convert by bdds
33.02/33.11	c D: 1
33.02/33.11	c estimatedAdderCost: 18
33.02/33.11	c Try to convert by bdds
33.02/33.11	c D: 1
33.02/33.11	c estimatedAdderCost: 18
33.02/33.11	c Try to convert by bdds
33.02/33.11	c D: 1
33.02/33.11	c estimatedAdderCost: 18
33.02/33.11	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.12	c D: 1
33.02/33.12	c estimatedAdderCost: 18
33.02/33.12	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.13	c D: 1
33.02/33.13	c estimatedAdderCost: 18
33.02/33.13	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.14	c D: 1
33.02/33.14	c estimatedAdderCost: 18
33.02/33.14	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.15	c D: 1
33.02/33.15	c estimatedAdderCost: 18
33.02/33.15	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.16	c D: 1
33.02/33.16	c estimatedAdderCost: 18
33.02/33.16	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.17	c D: 1
33.02/33.17	c estimatedAdderCost: 18
33.02/33.17	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.18	c D: 1
33.02/33.18	c estimatedAdderCost: 18
33.02/33.18	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.02/33.19	c D: 1
33.02/33.19	c estimatedAdderCost: 18
33.02/33.19	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.20	c D: 1
33.10/33.20	c estimatedAdderCost: 18
33.10/33.20	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.21	c D: 1
33.10/33.21	c estimatedAdderCost: 18
33.10/33.21	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.22	c D: 1
33.10/33.22	c estimatedAdderCost: 18
33.10/33.22	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.23	c D: 1
33.10/33.23	c estimatedAdderCost: 18
33.10/33.23	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.24	c D: 1
33.10/33.24	c estimatedAdderCost: 18
33.10/33.24	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.25	c D: 1
33.10/33.25	c estimatedAdderCost: 18
33.10/33.25	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.26	c D: 1
33.10/33.26	c estimatedAdderCost: 18
33.10/33.26	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.27	c D: 1
33.10/33.27	c estimatedAdderCost: 18
33.10/33.27	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.28	c D: 1
33.10/33.28	c estimatedAdderCost: 18
33.10/33.28	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.10/33.29	c D: 1
33.10/33.29	c estimatedAdderCost: 18
33.10/33.29	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.30	c D: 1
33.20/33.30	c estimatedAdderCost: 18
33.20/33.30	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.31	c D: 1
33.20/33.31	c estimatedAdderCost: 18
33.20/33.31	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.32	c D: 1
33.20/33.32	c estimatedAdderCost: 18
33.20/33.32	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.33	c D: 1
33.20/33.33	c estimatedAdderCost: 18
33.20/33.33	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.34	c D: 1
33.20/33.34	c estimatedAdderCost: 18
33.20/33.34	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.35	c D: 1
33.20/33.35	c estimatedAdderCost: 18
33.20/33.35	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.36	c D: 1
33.20/33.36	c estimatedAdderCost: 18
33.20/33.36	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.37	c D: 1
33.20/33.37	c estimatedAdderCost: 18
33.20/33.37	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.38	c D: 1
33.20/33.38	c estimatedAdderCost: 18
33.20/33.38	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.39	c D: 1
33.20/33.39	c estimatedAdderCost: 18
33.20/33.39	c Try to convert by bdds
33.20/33.40	c D: 1
33.20/33.40	c estimatedAdderCost: 18
33.20/33.40	c Try to convert by bdds
33.30/33.40	c D: 1
33.30/33.40	c estimatedAdderCost: 18
33.30/33.40	c Try to convert by bdds
33.30/33.40	c D: 1
33.30/33.40	c estimatedAdderCost: 18
33.30/33.40	c Try to convert by bdds
33.30/33.40	c D: 1
33.30/33.40	c estimatedAdderCost: 18
33.30/33.40	c Try to convert by bdds
33.30/33.40	c D: 1
33.30/33.40	c estimatedAdderCost: 18
33.30/33.40	c Try to convert by bdds
33.30/33.40	c D: 1
33.30/33.40	c estimatedAdderCost: 18
33.30/33.40	c Try to convert by bdds
33.30/33.40	c D: 1
33.30/33.40	c estimatedAdderCost: 18
33.30/33.40	c Try to convert by bdds
33.30/33.40	c D: 1
33.30/33.40	c estimatedAdderCost: 18
33.30/33.40	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.41	c D: 1
33.30/33.41	c estimatedAdderCost: 18
33.30/33.41	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.42	c D: 1
33.30/33.42	c estimatedAdderCost: 18
33.30/33.42	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.43	c D: 1
33.30/33.43	c estimatedAdderCost: 18
33.30/33.43	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.44	c D: 1
33.30/33.44	c estimatedAdderCost: 18
33.30/33.44	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.45	c D: 1
33.30/33.45	c estimatedAdderCost: 18
33.30/33.45	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.46	c D: 1
33.30/33.46	c estimatedAdderCost: 18
33.30/33.46	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.47	c D: 1
33.30/33.47	c estimatedAdderCost: 18
33.30/33.47	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.48	c D: 1
33.30/33.48	c estimatedAdderCost: 18
33.30/33.48	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.49	c D: 1
33.30/33.49	c estimatedAdderCost: 18
33.30/33.49	c Try to convert by bdds
33.30/33.50	c D: 1
33.30/33.50	c estimatedAdderCost: 18
33.30/33.50	c Try to convert by bdds
33.40/33.50	c D: 1
33.40/33.50	c estimatedAdderCost: 18
33.40/33.50	c Try to convert by bdds
33.40/33.50	c D: 1
33.40/33.50	c estimatedAdderCost: 18
33.40/33.50	c Try to convert by bdds
33.40/33.50	c D: 1
33.40/33.50	c estimatedAdderCost: 18
33.40/33.50	c Try to convert by bdds
33.40/33.50	c D: 1
33.40/33.50	c estimatedAdderCost: 18
33.40/33.50	c Try to convert by bdds
33.40/33.50	c D: 1
33.40/33.50	c estimatedAdderCost: 18
33.40/33.50	c Try to convert by bdds
33.40/33.50	c D: 1
33.40/33.50	c estimatedAdderCost: 18
33.40/33.50	c Try to convert by bdds
33.40/33.50	c D: 1
33.40/33.50	c estimatedAdderCost: 18
33.40/33.50	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.51	c D: 1
33.40/33.51	c estimatedAdderCost: 18
33.40/33.51	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.52	c D: 1
33.40/33.52	c estimatedAdderCost: 18
33.40/33.52	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.53	c D: 1
33.40/33.53	c estimatedAdderCost: 18
33.40/33.53	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.54	c D: 1
33.40/33.54	c estimatedAdderCost: 18
33.40/33.54	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.55	c D: 1
33.40/33.55	c estimatedAdderCost: 18
33.40/33.55	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.56	c D: 1
33.40/33.56	c estimatedAdderCost: 18
33.40/33.56	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.57	c D: 1
33.40/33.57	c estimatedAdderCost: 18
33.40/33.57	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.58	c D: 1
33.40/33.58	c estimatedAdderCost: 18
33.40/33.58	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.40/33.59	c D: 1
33.40/33.59	c estimatedAdderCost: 18
33.40/33.59	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.60	c D: 1
33.50/33.60	c estimatedAdderCost: 18
33.50/33.60	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.61	c D: 1
33.50/33.61	c estimatedAdderCost: 18
33.50/33.61	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.62	c D: 1
33.50/33.62	c estimatedAdderCost: 18
33.50/33.62	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.63	c D: 1
33.50/33.63	c estimatedAdderCost: 18
33.50/33.63	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.64	c D: 1
33.50/33.64	c estimatedAdderCost: 18
33.50/33.64	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.65	c D: 1
33.50/33.65	c estimatedAdderCost: 18
33.50/33.65	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.66	c D: 1
33.50/33.66	c estimatedAdderCost: 18
33.50/33.66	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.67	c D: 1
33.50/33.67	c estimatedAdderCost: 18
33.50/33.67	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.68	c D: 1
33.50/33.68	c estimatedAdderCost: 18
33.50/33.68	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.50/33.69	c D: 1
33.50/33.69	c estimatedAdderCost: 18
33.50/33.69	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.70	c D: 1
33.60/33.70	c estimatedAdderCost: 18
33.60/33.70	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.71	c D: 1
33.60/33.71	c estimatedAdderCost: 18
33.60/33.71	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.72	c D: 1
33.60/33.72	c estimatedAdderCost: 18
33.60/33.72	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.73	c D: 1
33.60/33.73	c estimatedAdderCost: 18
33.60/33.73	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.74	c D: 1
33.60/33.74	c estimatedAdderCost: 18
33.60/33.74	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.75	c D: 1
33.60/33.75	c estimatedAdderCost: 18
33.60/33.75	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.76	c D: 1
33.60/33.76	c estimatedAdderCost: 18
33.60/33.76	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.77	c D: 1
33.60/33.77	c estimatedAdderCost: 18
33.60/33.77	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.78	c D: 1
33.60/33.78	c estimatedAdderCost: 18
33.60/33.78	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.60/33.79	c D: 1
33.60/33.79	c estimatedAdderCost: 18
33.60/33.79	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.80	c D: 1
33.70/33.80	c estimatedAdderCost: 18
33.70/33.80	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.81	c D: 1
33.70/33.81	c estimatedAdderCost: 18
33.70/33.81	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.82	c D: 1
33.70/33.82	c estimatedAdderCost: 18
33.70/33.82	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.83	c D: 1
33.70/33.83	c estimatedAdderCost: 18
33.70/33.83	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.84	c D: 1
33.70/33.84	c estimatedAdderCost: 18
33.70/33.84	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.85	c D: 1
33.70/33.85	c estimatedAdderCost: 18
33.70/33.85	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.86	c D: 1
33.70/33.86	c estimatedAdderCost: 18
33.70/33.86	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.87	c D: 1
33.70/33.87	c estimatedAdderCost: 18
33.70/33.87	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.88	c D: 1
33.70/33.88	c estimatedAdderCost: 18
33.70/33.88	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.70/33.89	c D: 1
33.70/33.89	c estimatedAdderCost: 18
33.70/33.89	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.90	c D: 1
33.80/33.90	c estimatedAdderCost: 18
33.80/33.90	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.91	c D: 1
33.80/33.91	c estimatedAdderCost: 18
33.80/33.91	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.92	c D: 1
33.80/33.92	c estimatedAdderCost: 18
33.80/33.92	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.93	c D: 1
33.80/33.93	c estimatedAdderCost: 18
33.80/33.93	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.94	c D: 1
33.80/33.94	c estimatedAdderCost: 18
33.80/33.94	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.95	c D: 1
33.80/33.95	c estimatedAdderCost: 18
33.80/33.95	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.96	c D: 1
33.80/33.96	c estimatedAdderCost: 18
33.80/33.96	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.97	c D: 1
33.80/33.97	c estimatedAdderCost: 18
33.80/33.97	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.98	c D: 1
33.80/33.98	c estimatedAdderCost: 18
33.80/33.98	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/33.99	c D: 1
33.80/33.99	c estimatedAdderCost: 18
33.80/33.99	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.00	c D: 1
33.80/34.00	c estimatedAdderCost: 18
33.80/34.00	c Try to convert by bdds
33.80/34.01	c D: 1
33.80/34.01	c estimatedAdderCost: 18
33.80/34.01	c Try to convert by bdds
33.80/34.01	c D: 1
33.80/34.01	c estimatedAdderCost: 18
33.80/34.01	c Try to convert by bdds
33.92/34.01	c D: 1
33.92/34.01	c estimatedAdderCost: 18
33.92/34.01	c Try to convert by bdds
33.92/34.01	c D: 1
33.92/34.01	c estimatedAdderCost: 18
33.92/34.01	c Try to convert by bdds
33.92/34.01	c D: 1
33.92/34.01	c estimatedAdderCost: 18
33.92/34.01	c Try to convert by bdds
33.92/34.01	c D: 1
33.92/34.01	c estimatedAdderCost: 18
33.92/34.01	c Try to convert by bdds
33.92/34.01	c D: 1
33.92/34.01	c estimatedAdderCost: 18
33.92/34.01	c Try to convert by bdds
33.92/34.01	c D: 1
33.92/34.01	c estimatedAdderCost: 18
33.92/34.01	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.02	c D: 1
33.92/34.02	c estimatedAdderCost: 18
33.92/34.02	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.03	c D: 1
33.92/34.03	c estimatedAdderCost: 18
33.92/34.03	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.04	c D: 1
33.92/34.04	c estimatedAdderCost: 18
33.92/34.04	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.05	c D: 1
33.92/34.05	c estimatedAdderCost: 18
33.92/34.05	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.06	c D: 1
33.92/34.06	c estimatedAdderCost: 18
33.92/34.06	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.07	c D: 1
33.92/34.07	c estimatedAdderCost: 18
33.92/34.07	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.08	c D: 1
33.92/34.08	c estimatedAdderCost: 18
33.92/34.08	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.09	c D: 1
33.92/34.09	c estimatedAdderCost: 18
33.92/34.09	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.10	c D: 1
33.92/34.10	c estimatedAdderCost: 18
33.92/34.10	c Try to convert by bdds
33.92/34.11	c D: 1
33.92/34.11	c estimatedAdderCost: 18
33.92/34.11	c Try to convert by bdds
33.92/34.11	c D: 1
33.92/34.11	c estimatedAdderCost: 18
33.92/34.11	c Try to convert by bdds
34.02/34.11	c D: 1
34.02/34.11	c estimatedAdderCost: 18
34.02/34.11	c Try to convert by bdds
34.02/34.11	c D: 1
34.02/34.11	c estimatedAdderCost: 18
34.02/34.11	c Try to convert by bdds
34.02/34.11	c D: 1
34.02/34.11	c estimatedAdderCost: 18
34.02/34.11	c Try to convert by bdds
34.02/34.11	c D: 1
34.02/34.11	c estimatedAdderCost: 18
34.02/34.11	c Try to convert by bdds
34.02/34.11	c D: 1
34.02/34.11	c estimatedAdderCost: 18
34.02/34.11	c Try to convert by bdds
34.02/34.11	c D: 1
34.02/34.11	c estimatedAdderCost: 18
34.02/34.11	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.12	c D: 1
34.02/34.12	c estimatedAdderCost: 18
34.02/34.12	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.13	c D: 1
34.02/34.13	c estimatedAdderCost: 18
34.02/34.13	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.14	c D: 1
34.02/34.14	c estimatedAdderCost: 18
34.02/34.14	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.15	c D: 1
34.02/34.15	c estimatedAdderCost: 18
34.02/34.15	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.16	c D: 1
34.02/34.16	c estimatedAdderCost: 18
34.02/34.16	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.17	c D: 1
34.02/34.17	c estimatedAdderCost: 18
34.02/34.17	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.18	c D: 1
34.02/34.18	c estimatedAdderCost: 18
34.02/34.18	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.02/34.19	c D: 1
34.02/34.19	c estimatedAdderCost: 18
34.02/34.19	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.20	c D: 1
34.10/34.20	c estimatedAdderCost: 18
34.10/34.20	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.21	c D: 1
34.10/34.21	c estimatedAdderCost: 18
34.10/34.21	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.22	c D: 1
34.10/34.22	c estimatedAdderCost: 18
34.10/34.22	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.23	c D: 1
34.10/34.23	c estimatedAdderCost: 18
34.10/34.23	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.24	c D: 1
34.10/34.24	c estimatedAdderCost: 18
34.10/34.24	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.25	c D: 1
34.10/34.25	c estimatedAdderCost: 18
34.10/34.25	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.26	c D: 1
34.10/34.26	c estimatedAdderCost: 18
34.10/34.26	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.27	c D: 1
34.10/34.27	c estimatedAdderCost: 18
34.10/34.27	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.28	c D: 1
34.10/34.28	c estimatedAdderCost: 18
34.10/34.28	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.10/34.29	c D: 1
34.10/34.29	c estimatedAdderCost: 18
34.10/34.29	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.30	c D: 1
34.20/34.30	c estimatedAdderCost: 18
34.20/34.30	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.31	c D: 1
34.20/34.31	c estimatedAdderCost: 18
34.20/34.31	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.32	c D: 1
34.20/34.32	c estimatedAdderCost: 18
34.20/34.32	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.33	c D: 1
34.20/34.33	c estimatedAdderCost: 18
34.20/34.33	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.34	c D: 1
34.20/34.34	c estimatedAdderCost: 18
34.20/34.34	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.35	c D: 1
34.20/34.35	c estimatedAdderCost: 18
34.20/34.35	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.36	c D: 1
34.20/34.36	c estimatedAdderCost: 18
34.20/34.36	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.37	c D: 1
34.20/34.37	c estimatedAdderCost: 18
34.20/34.37	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.38	c D: 1
34.20/34.38	c estimatedAdderCost: 18
34.20/34.38	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.20/34.39	c D: 1
34.20/34.39	c estimatedAdderCost: 18
34.20/34.39	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.40	c D: 1
34.30/34.40	c estimatedAdderCost: 18
34.30/34.40	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.41	c D: 1
34.30/34.41	c estimatedAdderCost: 18
34.30/34.41	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.42	c D: 1
34.30/34.42	c estimatedAdderCost: 18
34.30/34.42	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.43	c D: 1
34.30/34.43	c estimatedAdderCost: 18
34.30/34.43	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.44	c D: 1
34.30/34.44	c estimatedAdderCost: 18
34.30/34.44	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.45	c D: 1
34.30/34.45	c estimatedAdderCost: 18
34.30/34.45	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.46	c D: 1
34.30/34.46	c estimatedAdderCost: 18
34.30/34.46	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.47	c D: 1
34.30/34.47	c estimatedAdderCost: 18
34.30/34.47	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.48	c D: 1
34.30/34.48	c estimatedAdderCost: 18
34.30/34.48	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.30/34.49	c D: 1
34.30/34.49	c estimatedAdderCost: 18
34.30/34.49	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.50	c D: 1
34.40/34.50	c estimatedAdderCost: 18
34.40/34.50	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.51	c D: 1
34.40/34.51	c estimatedAdderCost: 18
34.40/34.51	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.52	c D: 1
34.40/34.52	c estimatedAdderCost: 18
34.40/34.52	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.53	c D: 1
34.40/34.53	c estimatedAdderCost: 18
34.40/34.53	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.54	c D: 1
34.40/34.54	c estimatedAdderCost: 18
34.40/34.54	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.55	c D: 1
34.40/34.55	c estimatedAdderCost: 18
34.40/34.55	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.56	c D: 1
34.40/34.56	c estimatedAdderCost: 18
34.40/34.56	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.57	c D: 1
34.40/34.57	c estimatedAdderCost: 18
34.40/34.57	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.58	c D: 1
34.40/34.58	c estimatedAdderCost: 18
34.40/34.58	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.40/34.59	c D: 1
34.40/34.59	c estimatedAdderCost: 18
34.40/34.59	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.60	c D: 1
34.50/34.60	c estimatedAdderCost: 18
34.50/34.60	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.61	c D: 1
34.50/34.61	c estimatedAdderCost: 18
34.50/34.61	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.62	c D: 1
34.50/34.62	c estimatedAdderCost: 18
34.50/34.62	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.63	c D: 1
34.50/34.63	c estimatedAdderCost: 18
34.50/34.63	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.64	c D: 1
34.50/34.64	c estimatedAdderCost: 18
34.50/34.64	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.65	c D: 1
34.50/34.65	c estimatedAdderCost: 18
34.50/34.65	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.66	c D: 1
34.50/34.66	c estimatedAdderCost: 18
34.50/34.66	c Try to convert by bdds
34.50/34.67	c D: 1
34.50/34.67	c estimatedAdderCost: 18
34.50/34.67	c Try to convert by bdds
34.50/34.67	c D: 1
34.50/34.67	c estimatedAdderCost: 18
34.50/34.67	c Try to convert by bdds
34.50/34.67	c D: 1
34.50/34.67	c estimatedAdderCost: 18
34.50/34.67	c Try to convert by bdds
34.50/34.67	c D: 1
34.50/34.67	c estimatedAdderCost: 18
34.50/34.67	c Try to convert by bdds
34.50/34.67	c D: 1
34.50/34.67	c estimatedAdderCost: 18
34.50/34.67	c Try to convert by bdds
34.50/34.67	c D: 1
34.50/34.67	c estimatedAdderCost: 18
34.50/34.67	c Try to convert by bdds
34.50/34.67	c D: 1
34.50/34.67	c estimatedAdderCost: 18
34.50/34.67	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.68	c D: 1
34.50/34.68	c estimatedAdderCost: 18
34.50/34.68	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.69	c D: 1
34.50/34.69	c estimatedAdderCost: 18
34.50/34.69	c Try to convert by bdds
34.50/34.70	c D: 1
34.50/34.70	c estimatedAdderCost: 18
34.50/34.70	c Try to convert by bdds
34.60/34.70	c D: 1
34.60/34.70	c estimatedAdderCost: 18
34.60/34.70	c Try to convert by bdds
34.60/34.70	c D: 1
34.60/34.70	c estimatedAdderCost: 18
34.60/34.70	c Try to convert by bdds
34.60/34.70	c D: 1
34.60/34.70	c estimatedAdderCost: 18
34.60/34.70	c Try to convert by bdds
34.60/34.70	c D: 1
34.60/34.70	c estimatedAdderCost: 18
34.60/34.70	c Try to convert by bdds
34.60/34.70	c D: 1
34.60/34.70	c estimatedAdderCost: 18
34.60/34.70	c Try to convert by bdds
34.60/34.70	c D: 1
34.60/34.70	c estimatedAdderCost: 18
34.60/34.70	c Try to convert by bdds
34.60/34.70	c D: 1
34.60/34.70	c estimatedAdderCost: 18
34.60/34.70	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.71	c D: 1
34.60/34.71	c estimatedAdderCost: 18
34.60/34.71	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.72	c D: 1
34.60/34.72	c estimatedAdderCost: 18
34.60/34.72	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.73	c D: 1
34.60/34.73	c estimatedAdderCost: 18
34.60/34.73	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.74	c D: 1
34.60/34.74	c estimatedAdderCost: 18
34.60/34.74	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.75	c D: 1
34.60/34.75	c estimatedAdderCost: 18
34.60/34.75	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.76	c D: 1
34.60/34.76	c estimatedAdderCost: 18
34.60/34.76	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.77	c D: 1
34.60/34.77	c estimatedAdderCost: 18
34.60/34.77	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.78	c D: 1
34.60/34.78	c estimatedAdderCost: 18
34.60/34.78	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.79	c D: 1
34.60/34.79	c estimatedAdderCost: 18
34.60/34.79	c Try to convert by bdds
34.60/34.80	c D: 1
34.60/34.80	c estimatedAdderCost: 18
34.60/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 18
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 18
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 18
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 18
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 18
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 18
34.70/34.80	c Try to convert by bdds
34.70/34.80	c D: 1
34.70/34.80	c estimatedAdderCost: 18
34.70/34.80	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.81	c D: 1
34.70/34.81	c estimatedAdderCost: 18
34.70/34.81	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.82	c D: 1
34.70/34.82	c estimatedAdderCost: 18
34.70/34.82	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.83	c D: 1
34.70/34.83	c estimatedAdderCost: 18
34.70/34.83	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.84	c D: 1
34.70/34.84	c estimatedAdderCost: 18
34.70/34.84	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.85	c D: 1
34.70/34.85	c estimatedAdderCost: 18
34.70/34.85	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.86	c D: 1
34.70/34.86	c estimatedAdderCost: 18
34.70/34.86	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.87	c D: 1
34.70/34.87	c estimatedAdderCost: 18
34.70/34.87	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.88	c D: 1
34.70/34.88	c estimatedAdderCost: 18
34.70/34.88	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.89	c D: 1
34.70/34.89	c estimatedAdderCost: 18
34.70/34.89	c Try to convert by bdds
34.70/34.90	c D: 1
34.70/34.90	c estimatedAdderCost: 18
34.70/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 18
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 18
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 18
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 18
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 18
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 18
34.80/34.90	c Try to convert by bdds
34.80/34.90	c D: 1
34.80/34.90	c estimatedAdderCost: 18
34.80/34.90	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.91	c D: 1
34.80/34.91	c estimatedAdderCost: 18
34.80/34.91	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.92	c D: 1
34.80/34.92	c estimatedAdderCost: 18
34.80/34.92	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.93	c D: 1
34.80/34.93	c estimatedAdderCost: 18
34.80/34.93	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.94	c D: 1
34.80/34.94	c estimatedAdderCost: 18
34.80/34.94	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.95	c D: 1
34.80/34.95	c estimatedAdderCost: 18
34.80/34.95	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.96	c D: 1
34.80/34.96	c estimatedAdderCost: 18
34.80/34.96	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 18
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 18
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 18
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 18
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 18
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 18
34.80/34.97	c Try to convert by bdds
34.80/34.97	c D: 1
34.80/34.97	c estimatedAdderCost: 18
34.80/34.97	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.98	c D: 1
34.80/34.98	c estimatedAdderCost: 18
34.80/34.98	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/34.99	c D: 1
34.80/34.99	c estimatedAdderCost: 18
34.80/34.99	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.00	c D: 1
34.80/35.00	c estimatedAdderCost: 18
34.80/35.00	c Try to convert by bdds
34.80/35.01	c D: 1
34.80/35.01	c estimatedAdderCost: 18
34.80/35.01	c Try to convert by bdds
34.80/35.01	c D: 1
34.80/35.01	c estimatedAdderCost: 18
34.80/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 18
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 18
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 18
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 18
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 18
34.91/35.01	c Try to convert by bdds
34.91/35.01	c D: 1
34.91/35.01	c estimatedAdderCost: 18
34.91/35.01	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 18
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 18
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 18
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 18
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 18
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 18
34.91/35.02	c Try to convert by bdds
34.91/35.02	c D: 1
34.91/35.02	c estimatedAdderCost: 18
34.91/35.02	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.03	c D: 1
34.91/35.03	c estimatedAdderCost: 18
34.91/35.03	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.04	c D: 1
34.91/35.04	c estimatedAdderCost: 18
34.91/35.04	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.05	c D: 1
34.91/35.05	c estimatedAdderCost: 18
34.91/35.05	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.06	c D: 1
34.91/35.06	c estimatedAdderCost: 18
34.91/35.06	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.07	c D: 1
34.91/35.07	c estimatedAdderCost: 18
34.91/35.07	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.08	c D: 1
34.91/35.08	c estimatedAdderCost: 18
34.91/35.08	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.09	c D: 1
34.91/35.09	c estimatedAdderCost: 18
34.91/35.09	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.10	c D: 1
34.91/35.10	c estimatedAdderCost: 18
34.91/35.10	c Try to convert by bdds
34.91/35.11	c D: 1
34.91/35.11	c estimatedAdderCost: 18
34.91/35.11	c Try to convert by bdds
34.91/35.11	c D: 1
34.91/35.11	c estimatedAdderCost: 18
34.91/35.11	c Try to convert by bdds
34.91/35.11	c D: 1
34.91/35.11	c estimatedAdderCost: 18
34.91/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 18
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 18
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 18
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 18
35.01/35.11	c Try to convert by bdds
35.01/35.11	c D: 1
35.01/35.11	c estimatedAdderCost: 18
35.01/35.11	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 18
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 18
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 18
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 18
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 18
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 18
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c estimatedAdderCost: 18
35.01/35.12	c Try to convert by bdds
35.01/35.12	c D: 1
35.01/35.12	c 
39.19/39.33	c pb_solver_status: sst_unknown
39.19/39.37	c total stages of optimization mode: 1
39.19/39.37	c Use UB found in presolve
39.19/39.37	c LB updated by evalGoalLB to 0
39.19/39.37	c minimizationMode: cmm_First_solve
39.19/39.37	c goal coeffs: 69 69 108 108 118 118 127 127 131 131 145 145 163 163 165 165 167 167 175 175 
39.29/39.41	c assumptions: 
39.29/39.41	c invoking solver with time budget: 5.000000
52.26/52.43	c sat_solver_result: sst_unknown
52.26/52.43	c SAT solver timed out; proceeding to cooperative SCIP call
52.26/52.43	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87706942
52.26/52.43	c scip solving with time budget: 7.000000
52.26/52.43	c solveScip
52.26/52.43	c initScipForCoop
52.26/52.43	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
52.26/52.46	c presolving:
52.36/52.58	c    (0.2s) running MILP presolver
52.45/52.68	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
52.55/52.72	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
52.65/52.80	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
52.65/52.87	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
52.65/52.87	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
53.15/53.38	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
53.15/53.38	c    (1.0s) probing aborted: 50/50 successive totally useless probings
53.45/53.64	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
53.55/53.70	c    (1.3s) no symmetry present (symcode time: 0.02)
53.55/53.72	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
53.55/53.72	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
53.55/53.72	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
53.55/53.72	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
53.55/53.72	c   18496 constraints of type <knapsack>
53.55/53.72	c     682 constraints of type <setppc>
53.55/53.72	c     136 constraints of type <logicor>
53.55/53.72	c transformed objective value is always integral (scale: 1)
53.55/53.72	c Presolving Time: 1.26
53.55/53.72	c 
54.05/54.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
54.05/54.28	c   1.9s|     1 |     0 |   921 |     - |   597M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
54.74/54.94	c   2.5s|     1 |     0 |  3626 |     - |   600M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
55.24/55.45	c   3.0s|     1 |     0 |  3774 |     - |   601M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
55.54/55.77	c   3.3s|     1 |     0 |  3942 |     - |   601M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
55.85/56.05	c   3.6s|     1 |     0 |  4091 |     - |   602M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
56.14/56.34	c   3.9s|     1 |     0 |  4234 |     - |   604M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
56.43/56.60	c   4.2s|     1 |     0 |  4408 |     - |   604M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
56.73/56.94	c   4.5s|     1 |     0 |  4587 |     - |   606M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
57.14/57.30	c   4.9s|     1 |     0 |  4797 |     - |   606M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
57.44/57.65	c   5.2s|     1 |     0 |  4962 |     - |   607M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
57.74/57.97	c   5.5s|     1 |     0 |  5161 |     - |   608M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
57.95/58.16	c   5.7s|     1 |     0 |  5289 |     - |   608M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
58.14/58.34	c   5.9s|     1 |     0 |  5407 |     - |   609M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
58.34/58.57	c   6.1s|     1 |     0 |  5551 |     - |   609M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
58.64/58.81	c   6.4s|     1 |     0 |  5705 |     - |   609M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
58.85/59.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.85/59.03	c   6.6s|     1 |     0 |  5829 |     - |   609M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
59.03/59.28	c   6.9s|     1 |     0 |  5969 |     - |   609M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
59.23/59.43	c   7.0s|     1 |     0 |  5969 |     - |   609M |   0 |  19k|  19k|  20k|1154 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
59.23/59.43	c (node 1) LP solver hit time limit in LP 30 -- using pseudo solution instead
59.23/59.43	c 
59.23/59.43	c SCIP Status        : solving was interrupted [time limit reached]
59.23/59.43	c Solving Time (sec) : 7.00
59.23/59.43	c Solving Nodes      : 1
59.23/59.43	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
59.23/59.43	c Dual Bound         : -5.91927171945701e+04
59.23/59.43	c Gap                : infinite
59.23/59.43	c SCIP status: 23 (TIMELIMIT)
59.23/59.43	c pb_solver_status: sst_unknown
59.23/59.43	c LB_goalvalue: 0
59.23/59.43	c UB_goalvalue: 87706942
59.23/59.43	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=14.000000
59.23/59.43	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
59.23/59.43	c SCIP returned: sst_unknown
59.23/59.43	c SCIP primal LB: -oo, dual UB: 87706942
59.23/59.43	c assumptions: 
59.23/59.43	c invoking solver with time budget: 10.000000
69.20/69.47	c sat_solver_result: sst_unknown
69.20/69.47	c SAT solver timed out; proceeding to cooperative SCIP call
69.20/69.47	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87706942
69.20/69.47	c scip solving with time budget: 14.000000
69.20/69.47	c solveScip
69.20/69.47	c initScipForCoop
69.20/69.47	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
69.20/69.47	c SCIPfreeTransform due to timeout and having shadow nodes
69.20/69.47	c forcing SCIPfreeTransform before solve
69.30/69.58	c Running SCIP presolve for solve-time propagation (rounds=3)
69.40/69.61	c presolving:
69.50/69.73	c    (0.1s) running MILP presolver
69.60/69.82	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
69.60/69.86	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
69.70/69.94	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
70.30/70.50	c    (0.9s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
70.30/70.50	c    (0.9s) probing aborted: 50/50 successive totally useless probings
70.50/70.76	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
70.50/70.76	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 408 changed sides, 952 changed coefficients
70.50/70.76	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
70.50/70.76	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
70.50/70.76	c   18496 constraints of type <knapsack>
70.50/70.76	c     682 constraints of type <setppc>
70.50/70.76	c     136 constraints of type <logicor>
70.50/70.76	c transformed objective value is always integral (scale: 1)
70.50/70.76	c Presolving Time: 1.15
70.60/70.84	c presolving:
70.70/70.95	c    (0.2s) running MILP presolver
70.81/71.05	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
70.81/71.09	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
70.91/71.17	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
71.00/71.24	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
71.00/71.24	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
71.49/71.75	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
71.49/71.75	c    (1.0s) probing aborted: 50/50 successive totally useless probings
71.69/72.00	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
71.81/72.07	c    (1.3s) no symmetry present (symcode time: 0.02)
71.81/72.09	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
71.81/72.09	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
71.81/72.09	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
71.81/72.09	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
71.81/72.09	c   18496 constraints of type <knapsack>
71.81/72.09	c     682 constraints of type <setppc>
71.81/72.09	c     136 constraints of type <logicor>
71.81/72.09	c transformed objective value is always integral (scale: 1)
71.81/72.09	c Presolving Time: 1.25
71.81/72.09	c 
72.39/72.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
72.39/72.65	c   1.8s|     1 |     0 |   921 |     - |   605M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
73.09/73.31	c   2.5s|     1 |     0 |  3626 |     - |   607M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
73.59/73.81	c   3.0s|     1 |     0 |  3774 |     - |   607M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
73.90/74.14	c   3.3s|     1 |     0 |  3942 |     - |   607M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
74.18/74.42	c   3.6s|     1 |     0 |  4091 |     - |   607M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
74.48/74.72	c   3.9s|     1 |     0 |  4234 |     - |   607M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
74.68/74.98	c   4.2s|     1 |     0 |  4408 |     - |   607M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
75.08/75.32	c   4.5s|     1 |     0 |  4587 |     - |   608M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
75.38/75.68	c   4.9s|     1 |     0 |  4797 |     - |   608M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
75.80/76.03	c   5.2s|     1 |     0 |  4962 |     - |   609M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
76.08/76.35	c   5.5s|     1 |     0 |  5161 |     - |   609M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
76.28/76.54	c   5.7s|     1 |     0 |  5289 |     - |   609M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
76.48/76.73	c   5.9s|     1 |     0 |  5407 |     - |   609M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
76.68/76.96	c   6.2s|     1 |     0 |  5551 |     - |   609M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
76.98/77.20	c   6.4s|     1 |     0 |  5705 |     - |   609M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
77.18/77.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
77.18/77.42	c   6.6s|     1 |     0 |  5829 |     - |   609M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
77.38/77.68	c   6.9s|     1 |     0 |  5969 |     - |   609M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
77.58/77.89	c   7.1s|     1 |     0 |  6071 |     - |   609M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
77.89/78.12	c   7.3s|     1 |     0 |  6187 |     - |   609M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
78.08/78.37	c   7.6s|     1 |     0 |  6338 |     - |   609M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
78.27/78.59	c   7.8s|     1 |     0 |  6430 |     - |   609M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
78.57/78.81	c   8.0s|     1 |     0 |  6531 |     - |   609M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
78.79/79.05	c   8.2s|     1 |     0 |  6603 |     - |   610M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
78.97/79.26	c   8.5s|     1 |     0 |  6685 |     - |   610M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
84.56/84.82	c  14.0s|     1 |     2 |  8900 |     - |   614M |   0 |  19k|  19k|  20k|1402 | 23 | 471 |   0 |-5.919272e+04 |      --      |    Inf | unknown
84.56/84.82	c 
84.56/84.82	c SCIP Status        : solving was interrupted [time limit reached]
84.56/84.82	c Solving Time (sec) : 14.02
84.56/84.82	c Solving Nodes      : 1
84.56/84.82	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
84.56/84.82	c Dual Bound         : -5.91927171945701e+04
84.56/84.82	c Gap                : infinite
84.56/84.82	c SCIP status: 23 (TIMELIMIT)
84.56/84.82	c solveScip: freeing transform (!can_skip_free_transform)
84.66/84.93	c pb_solver_status: sst_unknown
84.66/84.93	c LB_goalvalue: 0
84.66/84.93	c UB_goalvalue: 87706942
84.66/84.93	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=28.000000
84.66/84.93	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
84.66/84.93	c SCIP returned: sst_unknown
84.66/84.93	c SCIP primal LB: -oo, dual UB: 87706942
84.66/84.93	c assumptions: 
84.66/84.93	c invoking solver with time budget: 20.000000
115.07/115.42	c sat_solver_result: sst_unknown
115.07/115.42	c SAT solver timed out; proceeding to cooperative SCIP call
115.07/115.42	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87706942
115.07/115.42	c scip solving with time budget: 28.000000
115.07/115.42	c solveScip
115.07/115.42	c initScipForCoop
115.07/115.42	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
115.37/115.74	c presolving:
115.47/115.85	c    (0.4s) running MILP presolver
115.57/115.95	c    (0.5s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
115.57/115.99	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
115.68/116.07	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
115.78/116.14	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
115.78/116.14	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
116.27/116.66	c    (1.2s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
116.27/116.66	c    (1.2s) probing aborted: 50/50 successive totally useless probings
116.57/116.91	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
116.57/116.97	c    (1.5s) no symmetry present (symcode time: 0.02)
116.57/116.99	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
116.57/116.99	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
116.57/116.99	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
116.57/116.99	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
116.57/116.99	c   18496 constraints of type <knapsack>
116.57/116.99	c     682 constraints of type <setppc>
116.57/116.99	c     136 constraints of type <logicor>
116.57/116.99	c transformed objective value is always integral (scale: 1)
116.57/116.99	c Presolving Time: 1.26
116.57/117.00	c 
117.17/117.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
117.17/117.56	c   2.1s|     1 |     0 |   921 |     - |   609M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
117.86/118.23	c   2.8s|     1 |     0 |  3626 |     - |   610M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
118.36/118.74	c   3.3s|     1 |     0 |  3774 |     - |   610M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
118.68/119.06	c   3.6s|     1 |     0 |  3942 |     - |   610M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
118.96/119.35	c   3.9s|     1 |     0 |  4091 |     - |   610M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
119.26/119.65	c   4.2s|     1 |     0 |  4234 |     - |   610M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
119.56/119.91	c   4.5s|     1 |     0 |  4408 |     - |   610M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
119.86/120.26	c   4.8s|     1 |     0 |  4587 |     - |   611M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
120.26/120.62	c   5.2s|     1 |     0 |  4797 |     - |   611M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
120.56/120.97	c   5.5s|     1 |     0 |  4962 |     - |   612M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
120.85/121.29	c   5.9s|     1 |     0 |  5161 |     - |   612M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
121.05/121.49	c   6.1s|     1 |     0 |  5289 |     - |   612M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
121.25/121.68	c   6.3s|     1 |     0 |  5407 |     - |   612M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
121.55/121.91	c   6.5s|     1 |     0 |  5551 |     - |   612M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
121.77/122.15	c   6.7s|     1 |     0 |  5705 |     - |   612M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
121.95/122.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.95/122.37	c   6.9s|     1 |     0 |  5829 |     - |   612M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
122.25/122.63	c   7.2s|     1 |     0 |  5969 |     - |   612M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
122.45/122.84	c   7.4s|     1 |     0 |  6071 |     - |   612M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
122.66/123.07	c   7.6s|     1 |     0 |  6187 |     - |   612M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
122.95/123.32	c   7.9s|     1 |     0 |  6338 |     - |   612M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
123.15/123.55	c   8.1s|     1 |     0 |  6430 |     - |   612M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
123.35/123.77	c   8.3s|     1 |     0 |  6531 |     - |   612M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
123.55/124.00	c   8.6s|     1 |     0 |  6603 |     - |   613M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
123.85/124.22	c   8.8s|     1 |     0 |  6685 |     - |   613M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
142.99/143.45	c  28.0s|     1 |     2 | 12939 |     - |   611M |   0 |  19k|  19k|  20k|1402 | 23 | 477 |   0 |-5.919272e+04 |      --      |    Inf | unknown
142.99/143.45	c 
142.99/143.45	c SCIP Status        : solving was interrupted [time limit reached]
142.99/143.45	c Solving Time (sec) : 28.02
142.99/143.45	c Solving Nodes      : 1
142.99/143.45	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
142.99/143.45	c Dual Bound         : -5.91927171945701e+04
142.99/143.45	c Gap                : infinite
142.99/143.45	c SCIP status: 23 (TIMELIMIT)
142.99/143.45	c pb_solver_status: sst_unknown
142.99/143.45	c LB_goalvalue: 0
142.99/143.45	c UB_goalvalue: 87706942
142.99/143.45	c Both SAT and SCIP timed out; boosting budgets to sat=40.000000 scip=56.000000
142.99/143.45	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
142.99/143.45	c SCIP returned: sst_unknown
142.99/143.45	c SCIP primal LB: -oo, dual UB: 87706942
142.99/143.45	c assumptions: 
142.99/143.45	c invoking solver with time budget: 40.000000
183.17/183.74	c sat_solver_result: sst_unknown
183.17/183.74	c SAT solver timed out; proceeding to cooperative SCIP call
183.17/183.74	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87706942
183.17/183.74	c scip solving with time budget: 56.000000
183.17/183.74	c solveScip
183.17/183.74	c initScipForCoop
183.17/183.74	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
183.17/183.74	c SCIPfreeTransform due to timeout and having shadow nodes
183.17/183.74	c forcing SCIPfreeTransform before solve
183.27/183.86	c Running SCIP presolve for solve-time propagation (rounds=3)
183.27/183.89	c presolving:
183.37/184.00	c    (0.1s) running MILP presolver
183.48/184.10	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
183.58/184.14	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
183.67/184.22	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
184.17/184.79	c    (0.9s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
184.17/184.79	c    (0.9s) probing aborted: 50/50 successive totally useless probings
184.48/185.05	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
184.48/185.05	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 408 changed sides, 952 changed coefficients
184.48/185.05	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
184.48/185.05	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
184.48/185.05	c   18496 constraints of type <knapsack>
184.48/185.05	c     682 constraints of type <setppc>
184.48/185.05	c     136 constraints of type <logicor>
184.48/185.05	c transformed objective value is always integral (scale: 1)
184.48/185.05	c Presolving Time: 1.15
184.58/185.12	c presolving:
184.67/185.24	c    (0.2s) running MILP presolver
184.77/185.34	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
184.77/185.38	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
184.86/185.46	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
184.96/185.53	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
184.96/185.53	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
185.48/186.06	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
185.48/186.06	c    (1.0s) probing aborted: 50/50 successive totally useless probings
185.76/186.31	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
185.76/186.37	c    (1.3s) no symmetry present (symcode time: 0.02)
185.76/186.39	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
185.76/186.39	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
185.76/186.39	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
185.76/186.39	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
185.76/186.39	c   18496 constraints of type <knapsack>
185.76/186.39	c     682 constraints of type <setppc>
185.76/186.39	c     136 constraints of type <logicor>
185.76/186.39	c transformed objective value is always integral (scale: 1)
185.76/186.39	c Presolving Time: 1.27
185.86/186.40	c 
186.36/186.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
186.36/186.97	c   1.9s|     1 |     0 |   921 |     - |   607M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
187.07/187.63	c   2.5s|     1 |     0 |  3626 |     - |   608M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
187.58/188.14	c   3.1s|     1 |     0 |  3774 |     - |   608M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
187.86/188.47	c   3.4s|     1 |     0 |  3942 |     - |   608M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
188.16/188.75	c   3.7s|     1 |     0 |  4091 |     - |   608M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
188.48/189.05	c   4.0s|     1 |     0 |  4234 |     - |   608M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
188.76/189.32	c   4.2s|     1 |     0 |  4408 |     - |   608M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
189.06/189.66	c   4.6s|     1 |     0 |  4587 |     - |   609M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
189.47/190.03	c   4.9s|     1 |     0 |  4797 |     - |   609M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
189.76/190.38	c   5.3s|     1 |     0 |  4962 |     - |   610M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
190.16/190.70	c   5.6s|     1 |     0 |  5161 |     - |   610M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
190.26/190.90	c   5.8s|     1 |     0 |  5289 |     - |   610M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
190.47/191.09	c   6.0s|     1 |     0 |  5407 |     - |   610M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
190.75/191.31	c   6.2s|     1 |     0 |  5551 |     - |   610M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
190.95/191.56	c   6.5s|     1 |     0 |  5705 |     - |   610M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
191.15/191.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
191.15/191.78	c   6.7s|     1 |     0 |  5829 |     - |   610M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
191.47/192.03	c   7.0s|     1 |     0 |  5969 |     - |   610M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
191.65/192.25	c   7.2s|     1 |     0 |  6071 |     - |   610M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
191.85/192.48	c   7.4s|     1 |     0 |  6187 |     - |   610M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
192.15/192.73	c   7.6s|     1 |     0 |  6338 |     - |   610M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
192.35/192.96	c   7.9s|     1 |     0 |  6430 |     - |   610M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
192.56/193.18	c   8.1s|     1 |     0 |  6531 |     - |   610M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
192.85/193.42	c   8.3s|     1 |     0 |  6603 |     - |   612M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
193.05/193.64	c   8.6s|     1 |     0 |  6685 |     - |   612M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
213.68/214.33	c  29.2s|     1 |     2 | 13750 |     - |   612M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
240.31/241.09	c 
240.31/241.09	c SCIP Status        : solving was interrupted [time limit reached]
240.31/241.09	c Solving Time (sec) : 56.00
240.31/241.09	c Solving Nodes      : 31
240.31/241.09	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
240.31/241.09	c Dual Bound         : -5.92135009803922e+04
240.31/241.09	c Gap                : infinite
240.31/241.09	c SCIP status: 23 (TIMELIMIT)
240.31/241.09	c solveScip: freeing transform (!can_skip_free_transform)
240.50/241.21	c SCIP LP bound tightened UB: 87706942 -> 87706921
240.50/241.21	c pb_solver_status: sst_unknown
240.50/241.21	c LB_goalvalue: 0
240.50/241.21	c UB_goalvalue: 87706921
240.50/241.21	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
240.50/241.21	c SCIP returned: sst_unknown
240.50/241.21	c SCIP primal LB: -oo, dual UB: 87706921
240.50/241.21	c assumptions: 
240.50/241.21	c invoking solver with time budget: 40.000000
285.38/286.24	c sat_solver_result: sst_unknown
285.38/286.24	c SAT solver timed out; proceeding to cooperative SCIP call
285.38/286.24	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87706921
285.38/286.24	c scip solving with time budget: 78.400000
285.38/286.24	c solveScip
285.38/286.24	c initScipForCoop
285.38/286.24	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
285.38/286.28	c presolving:
285.57/286.40	c    (0.2s) running MILP presolver
285.57/286.50	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
285.67/286.53	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
285.77/286.61	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
285.77/286.68	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
285.77/286.68	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
286.37/287.21	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
286.37/287.21	c    (1.0s) probing aborted: 50/50 successive totally useless probings
286.57/287.46	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
286.67/287.52	c    (1.3s) no symmetry present (symcode time: 0.02)
286.67/287.54	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
286.67/287.54	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
286.67/287.54	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
286.67/287.54	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
286.67/287.54	c   18496 constraints of type <knapsack>
286.67/287.54	c     682 constraints of type <setppc>
286.67/287.54	c     136 constraints of type <logicor>
286.67/287.54	c transformed objective value is always integral (scale: 1)
286.67/287.54	c Presolving Time: 1.26
286.67/287.54	c 
287.29/288.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
287.29/288.12	c   1.9s|     1 |     0 |   921 |     - |   635M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
287.87/288.78	c   2.5s|     1 |     0 |  3626 |     - |   636M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
288.47/289.30	c   3.1s|     1 |     0 |  3774 |     - |   636M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
288.77/289.62	c   3.4s|     1 |     0 |  3942 |     - |   636M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
289.07/289.91	c   3.7s|     1 |     0 |  4091 |     - |   636M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
289.37/290.21	c   4.0s|     1 |     0 |  4234 |     - |   636M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
289.57/290.47	c   4.2s|     1 |     0 |  4408 |     - |   636M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
289.97/290.81	c   4.6s|     1 |     0 |  4587 |     - |   638M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
290.28/291.18	c   4.9s|     1 |     0 |  4797 |     - |   638M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
290.66/291.53	c   5.3s|     1 |     0 |  4962 |     - |   639M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
290.96/291.85	c   5.6s|     1 |     0 |  5161 |     - |   639M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
291.18/292.05	c   5.8s|     1 |     0 |  5289 |     - |   639M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
291.36/292.24	c   6.0s|     1 |     0 |  5407 |     - |   639M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
291.56/292.47	c   6.2s|     1 |     0 |  5551 |     - |   639M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
291.86/292.71	c   6.5s|     1 |     0 |  5705 |     - |   639M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
292.06/292.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
292.06/292.94	c   6.7s|     1 |     0 |  5829 |     - |   639M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
292.27/293.19	c   7.0s|     1 |     0 |  5969 |     - |   639M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
292.56/293.41	c   7.2s|     1 |     0 |  6071 |     - |   639M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
292.76/293.64	c   7.4s|     1 |     0 |  6187 |     - |   639M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
293.06/293.90	c   7.7s|     1 |     0 |  6338 |     - |   639M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
293.27/294.13	c   7.9s|     1 |     0 |  6430 |     - |   639M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
293.46/294.35	c   8.1s|     1 |     0 |  6531 |     - |   639M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
293.65/294.58	c   8.3s|     1 |     0 |  6603 |     - |   639M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
293.95/294.80	c   8.6s|     1 |     0 |  6685 |     - |   639M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
314.69/315.60	c  29.4s|     1 |     2 | 13750 |     - |   639M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
363.55/364.64	c 
363.55/364.64	c SCIP Status        : solving was interrupted [time limit reached]
363.55/364.64	c Solving Time (sec) : 78.40
363.55/364.64	c Solving Nodes      : 65
363.55/364.64	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
363.55/364.64	c Dual Bound         : -5.93263161764706e+04
363.55/364.64	c Gap                : infinite
363.55/364.64	c SCIP status: 23 (TIMELIMIT)
363.55/364.64	c SCIP LP bound tightened UB: 87706921 -> 87706808
363.55/364.64	c pb_solver_status: sst_unknown
363.55/364.64	c LB_goalvalue: 0
363.55/364.64	c UB_goalvalue: 87706808
363.55/364.64	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
363.55/364.64	c SCIP returned: sst_unknown
363.55/364.64	c SCIP primal LB: -oo, dual UB: 87706808
363.55/364.64	c assumptions: 
363.55/364.64	c invoking solver with time budget: 40.000000
407.72/408.99	c sat_solver_result: sst_unknown
407.72/408.99	c SAT solver timed out; proceeding to cooperative SCIP call
407.72/408.99	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87706808
407.72/408.99	c scip solving with time budget: 109.760000
407.72/408.99	c solveScip
407.72/408.99	c initScipForCoop
407.72/408.99	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
407.72/408.99	c SCIPfreeTransform due to timeout and having shadow nodes
407.72/408.99	c forcing SCIPfreeTransform before solve
407.94/409.11	c Running SCIP presolve for solve-time propagation (rounds=3)
407.94/409.15	c presolving:
408.02/409.26	c    (0.2s) running MILP presolver
408.12/409.36	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
408.22/409.40	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
408.22/409.48	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
408.83/410.06	c    (0.9s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
408.83/410.06	c    (0.9s) probing aborted: 50/50 successive totally useless probings
409.12/410.32	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
409.12/410.32	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 408 changed sides, 952 changed coefficients
409.12/410.32	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
409.12/410.32	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
409.12/410.32	c   18496 constraints of type <knapsack>
409.12/410.32	c     682 constraints of type <setppc>
409.12/410.32	c     136 constraints of type <logicor>
409.12/410.32	c transformed objective value is always integral (scale: 1)
409.12/410.32	c Presolving Time: 1.17
409.12/410.39	c presolving:
409.32/410.51	c    (0.2s) running MILP presolver
409.42/410.61	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
409.42/410.65	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
409.52/410.73	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
409.62/410.80	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
409.62/410.80	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
410.12/411.33	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
410.12/411.33	c    (1.0s) probing aborted: 50/50 successive totally useless probings
410.31/411.58	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
410.41/411.64	c    (1.3s) no symmetry present (symcode time: 0.02)
410.41/411.66	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
410.41/411.66	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
410.41/411.66	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
410.41/411.66	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
410.41/411.66	c   18496 constraints of type <knapsack>
410.41/411.66	c     682 constraints of type <setppc>
410.41/411.66	c     136 constraints of type <logicor>
410.41/411.66	c transformed objective value is always integral (scale: 1)
410.41/411.66	c Presolving Time: 1.27
410.41/411.66	c 
411.01/412.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
411.01/412.24	c   1.9s|     1 |     0 |   921 |     - |   637M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
411.71/412.91	c   2.6s|     1 |     0 |  3626 |     - |   639M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
412.20/413.42	c   3.1s|     1 |     0 |  3774 |     - |   639M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
412.50/413.74	c   3.4s|     1 |     0 |  3942 |     - |   639M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
412.82/414.03	c   3.7s|     1 |     0 |  4091 |     - |   639M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
413.10/414.33	c   4.0s|     1 |     0 |  4234 |     - |   639M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
413.30/414.59	c   4.2s|     1 |     0 |  4408 |     - |   639M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
413.70/414.93	c   4.6s|     1 |     0 |  4587 |     - |   640M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
414.00/415.29	c   4.9s|     1 |     0 |  4797 |     - |   640M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
414.40/415.65	c   5.3s|     1 |     0 |  4962 |     - |   641M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
414.70/415.97	c   5.6s|     1 |     0 |  5161 |     - |   641M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
414.91/416.17	c   5.8s|     1 |     0 |  5289 |     - |   641M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
415.09/416.36	c   6.0s|     1 |     0 |  5407 |     - |   641M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
415.29/416.58	c   6.2s|     1 |     0 |  5551 |     - |   641M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
415.59/416.83	c   6.5s|     1 |     0 |  5705 |     - |   641M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
415.80/417.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
415.80/417.05	c   6.7s|     1 |     0 |  5829 |     - |   641M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
416.09/417.30	c   6.9s|     1 |     0 |  5969 |     - |   641M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
416.29/417.52	c   7.2s|     1 |     0 |  6071 |     - |   641M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
416.49/417.75	c   7.4s|     1 |     0 |  6187 |     - |   641M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
416.69/418.01	c   7.7s|     1 |     0 |  6338 |     - |   641M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
417.00/418.24	c   7.9s|     1 |     0 |  6430 |     - |   641M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
417.19/418.46	c   8.1s|     1 |     0 |  6531 |     - |   641M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
417.39/418.69	c   8.3s|     1 |     0 |  6603 |     - |   641M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
417.69/418.91	c   8.6s|     1 |     0 |  6685 |     - |   641M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
438.33/439.69	c  29.3s|     1 |     2 | 13750 |     - |   641M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
503.93/505.48	c  95.1s|   100 |   101 | 23873 | 177.3 |   660M |  18 |  19k|  19k|  20k|2144 |  1 | 556 |1896 |-5.932632e+04 |      --      |    Inf | unknown
518.59/520.12	c 
518.59/520.12	c SCIP Status        : solving was interrupted [time limit reached]
518.59/520.12	c Solving Time (sec) : 109.77
518.59/520.12	c Solving Nodes      : 134
518.59/520.12	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
518.59/520.12	c Dual Bound         : -5.93263161764706e+04
518.59/520.12	c Gap                : infinite
518.59/520.12	c SCIP status: 23 (TIMELIMIT)
518.59/520.12	c solveScip: freeing transform (!can_skip_free_transform)
518.68/520.26	c pb_solver_status: sst_unknown
518.68/520.26	c LB_goalvalue: 0
518.68/520.26	c UB_goalvalue: 87706808
518.68/520.26	c Both SAT and SCIP timed out; boosting budgets to sat=80.000000 scip=219.520000
518.68/520.26	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
518.68/520.26	c SCIP returned: sst_unknown
518.68/520.26	c SCIP primal LB: -oo, dual UB: 87706808
518.68/520.26	c assumptions: 
518.68/520.26	c invoking solver with time budget: 80.000000
601.53/603.34	c sat_solver_result: sst_unknown
601.53/603.34	c SAT solver timed out; proceeding to cooperative SCIP call
601.53/603.34	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87706808
601.53/603.34	c scip solving with time budget: 219.520000
601.53/603.34	c solveScip
601.53/603.34	c initScipForCoop
601.53/603.34	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
601.53/603.38	c presolving:
601.63/603.50	c    (0.2s) running MILP presolver
601.83/603.60	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
601.83/603.64	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
601.93/603.72	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
601.93/603.79	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
601.93/603.79	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
602.53/604.31	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
602.53/604.31	c    (1.0s) probing aborted: 50/50 successive totally useless probings
602.73/604.56	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
602.83/604.62	c    (1.3s) no symmetry present (symcode time: 0.02)
602.83/604.65	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
602.83/604.65	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
602.83/604.65	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
602.83/604.65	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
602.83/604.65	c   18496 constraints of type <knapsack>
602.83/604.65	c     682 constraints of type <setppc>
602.83/604.65	c     136 constraints of type <logicor>
602.83/604.65	c transformed objective value is always integral (scale: 1)
602.83/604.65	c Presolving Time: 1.27
602.83/604.65	c 
603.43/605.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
603.43/605.23	c   1.9s|     1 |     0 |   921 |     - |   660M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
604.03/605.89	c   2.6s|     1 |     0 |  3626 |     - |   661M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
604.62/606.40	c   3.1s|     1 |     0 |  3774 |     - |   661M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
604.92/606.73	c   3.4s|     1 |     0 |  3942 |     - |   661M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
605.23/607.02	c   3.7s|     1 |     0 |  4091 |     - |   661M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
605.52/607.32	c   4.0s|     1 |     0 |  4234 |     - |   661M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
605.72/607.58	c   4.2s|     1 |     0 |  4408 |     - |   661M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
606.12/607.92	c   4.6s|     1 |     0 |  4587 |     - |   662M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
606.42/608.29	c   5.0s|     1 |     0 |  4797 |     - |   662M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
606.82/608.64	c   5.3s|     1 |     0 |  4962 |     - |   663M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
607.12/608.96	c   5.6s|     1 |     0 |  5161 |     - |   663M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
607.33/609.16	c   5.8s|     1 |     0 |  5289 |     - |   663M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
607.51/609.35	c   6.0s|     1 |     0 |  5407 |     - |   663M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
607.71/609.58	c   6.2s|     1 |     0 |  5551 |     - |   663M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
608.01/609.83	c   6.5s|     1 |     0 |  5705 |     - |   663M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
608.23/610.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
608.23/610.05	c   6.7s|     1 |     0 |  5829 |     - |   663M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
608.51/610.31	c   7.0s|     1 |     0 |  5969 |     - |   663M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
608.71/610.52	c   7.2s|     1 |     0 |  6071 |     - |   663M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
608.91/610.75	c   7.4s|     1 |     0 |  6187 |     - |   663M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
609.11/611.01	c   7.7s|     1 |     0 |  6338 |     - |   663M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
609.41/611.24	c   7.9s|     1 |     0 |  6430 |     - |   663M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
609.61/611.46	c   8.1s|     1 |     0 |  6531 |     - |   663M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
609.81/611.69	c   8.4s|     1 |     0 |  6603 |     - |   663M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
610.11/611.91	c   8.6s|     1 |     0 |  6685 |     - |   663M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
630.94/632.80	c  29.5s|     1 |     2 | 13750 |     - |   663M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
696.63/698.74	c  95.4s|   100 |   101 | 23873 | 177.3 |   665M |  18 |  19k|  19k|  20k|2144 |  1 | 556 |1896 |-5.932632e+04 |      --      |    Inf | unknown
725.04/727.20	c   124s|   200 |   201 | 32635 | 132.2 |   678M |  18 |  19k|  19k|  20k|2871 |  1 | 588 |2782 |-5.970167e+04 |      --      |    Inf | unknown
745.97/748.23	c   145s|   300 |   301 | 47054 | 136.2 |   700M |  22 |  19k|  19k|  20k|3744 |  1 | 605 |3113 |-5.980174e+04 |      --      |    Inf | unknown
760.23/762.52	c   159s|   400 |   399 | 74929 | 171.9 |   710M |  22 |  19k|  19k|  20k|4752 |  1 | 621 |3267 |-6.002349e+04 |      --      |    Inf | unknown
775.08/777.48	c   174s|   500 |   497 | 90612 | 168.9 |   734M |  23 |  19k|  19k|  20k|5921 |  1 | 642 |3495 |-6.008260e+04 |      --      |    Inf | unknown
786.45/788.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
786.45/788.80	c   185s|   600 |   597 |103638 | 162.5 |   750M |  25 |  19k|  19k|  20k|6941 |  1 | 670 |3648 |-6.017030e+04 |      --      |    Inf | unknown
802.40/804.84	c   202s|   700 |   693 |131002 | 178.4 |   759M |  25 |  19k|  19k|  20k|8007 |  1 | 677 |3774 |-6.031312e+04 |      --      |    Inf | unknown
813.36/815.83	c   212s|   800 |   793 |146922 | 176.0 |   771M |  25 |  19k|  19k|  20k|9004 |  1 | 767 |3904 |-6.032661e+04 |      --      |    Inf | unknown
820.34/822.86	c 
820.34/822.86	c SCIP Status        : solving was interrupted [time limit reached]
820.34/822.86	c Solving Time (sec) : 219.53
820.34/822.86	c Solving Nodes      : 856
820.34/822.86	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
820.34/822.86	c Dual Bound         : -6.03324632352941e+04
820.34/822.86	c Gap                : infinite
820.34/822.86	c SCIP status: 23 (TIMELIMIT)
820.34/822.86	c SCIP LP bound tightened UB: 87706808 -> 87705802
820.34/822.86	c pb_solver_status: sst_unknown
820.34/822.86	c LB_goalvalue: 0
820.34/822.86	c UB_goalvalue: 87705802
820.34/822.86	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
820.34/822.86	c SCIP returned: sst_unknown
820.34/822.86	c SCIP primal LB: -oo, dual UB: 87705802
820.34/822.86	c assumptions: 
820.34/822.86	c invoking solver with time budget: 80.000000
904.81/907.58	c sat_solver_result: sst_unknown
904.81/907.58	c SAT solver timed out; proceeding to cooperative SCIP call
904.81/907.58	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87705802
904.81/907.58	c scip solving with time budget: 307.328000
904.81/907.58	c solveScip
904.81/907.58	c initScipForCoop
904.81/907.58	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
904.81/907.58	c SCIPfreeTransform due to timeout and having shadow nodes
904.81/907.58	c forcing SCIPfreeTransform before solve
905.01/907.70	c Running SCIP presolve for solve-time propagation (rounds=3)
905.01/907.74	c presolving:
905.11/907.85	c    (0.2s) running MILP presolver
905.21/907.94	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
905.21/907.98	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
905.32/908.07	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
905.90/908.65	c    (0.9s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
905.90/908.65	c    (0.9s) probing aborted: 50/50 successive totally useless probings
906.20/908.91	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
906.20/908.91	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 408 changed sides, 952 changed coefficients
906.20/908.91	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
906.20/908.91	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
906.20/908.91	c   18496 constraints of type <knapsack>
906.20/908.91	c     682 constraints of type <setppc>
906.20/908.91	c     136 constraints of type <logicor>
906.20/908.91	c transformed objective value is always integral (scale: 1)
906.20/908.91	c Presolving Time: 1.17
906.20/908.98	c presolving:
906.32/909.10	c    (0.2s) running MILP presolver
906.50/909.20	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
906.50/909.24	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
906.60/909.33	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
906.70/909.40	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
906.70/909.40	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
907.20/909.93	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
907.20/909.93	c    (1.0s) probing aborted: 50/50 successive totally useless probings
907.41/910.18	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
907.50/910.24	c    (1.3s) no symmetry present (symcode time: 0.02)
907.50/910.26	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
907.50/910.26	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
907.50/910.26	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
907.50/910.26	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
907.50/910.26	c   18496 constraints of type <knapsack>
907.50/910.26	c     682 constraints of type <setppc>
907.50/910.26	c     136 constraints of type <logicor>
907.50/910.26	c transformed objective value is always integral (scale: 1)
907.50/910.26	c Presolving Time: 1.28
907.50/910.26	c 
908.10/910.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
908.10/910.85	c   1.9s|     1 |     0 |   921 |     - |   764M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
908.79/911.52	c   2.6s|     1 |     0 |  3626 |     - |   765M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
909.31/912.03	c   3.1s|     1 |     0 |  3774 |     - |   765M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
909.59/912.36	c   3.4s|     1 |     0 |  3942 |     - |   765M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
909.89/912.65	c   3.7s|     1 |     0 |  4091 |     - |   765M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
910.19/912.95	c   4.0s|     1 |     0 |  4234 |     - |   765M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
910.49/913.21	c   4.3s|     1 |     0 |  4408 |     - |   766M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
910.79/913.56	c   4.6s|     1 |     0 |  4587 |     - |   768M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
911.19/913.92	c   5.0s|     1 |     0 |  4797 |     - |   769M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
911.49/914.27	c   5.3s|     1 |     0 |  4962 |     - |   775M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
911.88/914.60	c   5.7s|     1 |     0 |  5161 |     - |   775M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
911.98/914.79	c   5.8s|     1 |     0 |  5289 |     - |   775M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
912.18/914.98	c   6.0s|     1 |     0 |  5407 |     - |   775M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
912.48/915.21	c   6.3s|     1 |     0 |  5551 |     - |   775M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
912.68/915.46	c   6.5s|     1 |     0 |  5705 |     - |   775M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
912.88/915.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
912.88/915.69	c   6.7s|     1 |     0 |  5829 |     - |   775M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
913.18/915.94	c   7.0s|     1 |     0 |  5969 |     - |   775M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
913.39/916.16	c   7.2s|     1 |     0 |  6071 |     - |   775M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
913.58/916.38	c   7.4s|     1 |     0 |  6187 |     - |   775M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
913.88/916.64	c   7.7s|     1 |     0 |  6338 |     - |   775M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
914.08/916.87	c   7.9s|     1 |     0 |  6430 |     - |   775M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
914.29/917.09	c   8.1s|     1 |     0 |  6531 |     - |   776M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
914.58/917.33	c   8.4s|     1 |     0 |  6603 |     - |   776M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
914.78/917.55	c   8.6s|     1 |     0 |  6685 |     - |   776M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
935.61/938.41	c  29.5s|     1 |     2 | 13750 |     - |   776M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
1001.31/1004.32	c  95.4s|   100 |   101 | 23873 | 177.3 |   777M |  18 |  19k|  19k|  20k|2144 |  1 | 556 |1896 |-5.932632e+04 |      --      |    Inf | unknown
1029.52/1032.62	c   124s|   200 |   201 | 32635 | 132.2 |   780M |  18 |  19k|  19k|  20k|2871 |  1 | 588 |2782 |-5.970167e+04 |      --      |    Inf | unknown
1050.46/1053.66	c   145s|   300 |   301 | 47054 | 136.2 |   782M |  22 |  19k|  19k|  20k|3744 |  1 | 605 |3113 |-5.980174e+04 |      --      |    Inf | unknown
1064.72/1067.90	c   159s|   400 |   399 | 74929 | 171.9 |   783M |  22 |  19k|  19k|  20k|4752 |  1 | 621 |3267 |-6.002349e+04 |      --      |    Inf | unknown
1079.57/1082.88	c   174s|   500 |   497 | 90612 | 168.9 |   783M |  23 |  19k|  19k|  20k|5921 |  1 | 642 |3495 |-6.008260e+04 |      --      |    Inf | unknown
1090.85/1094.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1090.85/1094.14	c   185s|   600 |   597 |103638 | 162.5 |   784M |  25 |  19k|  19k|  20k|6941 |  1 | 670 |3648 |-6.017030e+04 |      --      |    Inf | unknown
1106.80/1110.12	c   201s|   700 |   693 |131002 | 178.4 |   784M |  25 |  19k|  19k|  20k|8007 |  1 | 677 |3774 |-6.031312e+04 |      --      |    Inf | unknown
1117.67/1121.05	c   212s|   800 |   793 |146922 | 176.0 |   784M |  25 |  19k|  19k|  20k|9004 |  1 | 767 |3904 |-6.032661e+04 |      --      |    Inf | unknown
1130.62/1134.03	c   225s|   900 |   893 |161389 | 172.5 |   798M |  25 |  19k|  20k|  20k|  10k|  1 | 812 |4068 |-6.033246e+04 |      --      |    Inf | unknown
1146.26/1149.71	c   241s|  1000 |   993 |177665 | 171.5 |   823M |  27 |  19k|  20k|  20k|  11k|  1 | 814 |4308 |-6.056968e+04 |      --      |    Inf | unknown
1158.42/1161.95	c   253s|  1100 |  1093 |188765 | 166.0 |   833M |  27 |  19k|  20k|  20k|  12k|  1 | 877 |4529 |-6.056968e+04 |      --      |    Inf | unknown
1172.60/1176.13	c   267s|  1200 |  1191 |202097 | 163.3 |   852M |  31 |  19k|  20k|  20k|  13k|  1 | 950 |4742 |-6.081164e+04 |      --      |    Inf | unknown
1184.46/1188.06	c   279s|  1300 |  1291 |215807 | 161.3 |   862M |  31 |  19k|  20k|  20k|  14k|  1 | 968 |4903 |-6.081164e+04 |      --      |    Inf | unknown
1194.53/1198.13	c   289s|  1400 |  1391 |229355 | 159.4 |   868M |  31 |  19k|  20k|  20k|  15k|  1 |1036 |5029 |-6.089338e+04 |      --      |    Inf | unknown
1206.57/1210.22	c   301s|  1500 |  1491 |243220 | 158.0 |   889M |  31 |  19k|  20k|  20k|  16k|  1 |1103 |5108 |-6.089338e+04 |      --      |    Inf | unknown
1212.56/1216.27	c 
1212.56/1216.27	c SCIP Status        : solving was interrupted [time limit reached]
1212.56/1216.27	c Solving Time (sec) : 307.33
1212.56/1216.27	c Solving Nodes      : 1572
1212.56/1216.27	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1212.56/1216.27	c Dual Bound         : -6.11174522058824e+04
1212.56/1216.27	c Gap                : infinite
1212.56/1216.27	c SCIP status: 23 (TIMELIMIT)
1212.56/1216.27	c solveScip: freeing transform (!can_skip_free_transform)
1212.76/1216.42	c SCIP LP bound tightened UB: 87705802 -> 87705017
1212.76/1216.42	c pb_solver_status: sst_unknown
1212.76/1216.42	c LB_goalvalue: 0
1212.76/1216.42	c UB_goalvalue: 87705017
1212.76/1216.42	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1212.76/1216.42	c SCIP returned: sst_unknown
1212.76/1216.42	c SCIP primal LB: -oo, dual UB: 87705017
1212.76/1216.42	c assumptions: 
1212.76/1216.42	c invoking solver with time budget: 80.000000
1292.72/1296.66	c sat_solver_result: sst_unknown
1292.72/1296.66	c SAT solver timed out; proceeding to cooperative SCIP call
1292.72/1296.66	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87705017
1292.72/1296.66	c scip solving with time budget: 430.259200
1292.72/1296.66	c solveScip
1292.72/1296.66	c initScipForCoop
1292.72/1296.66	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1292.82/1296.70	c presolving:
1292.92/1296.82	c    (0.2s) running MILP presolver
1293.02/1296.92	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1293.02/1296.96	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
1293.13/1297.05	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1293.23/1297.12	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1293.23/1297.12	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1293.72/1297.64	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1293.72/1297.64	c    (1.0s) probing aborted: 50/50 successive totally useless probings
1293.92/1297.89	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1294.02/1297.95	c    (1.3s) no symmetry present (symcode time: 0.02)
1294.02/1297.97	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
1294.02/1297.97	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
1294.02/1297.97	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1294.02/1297.97	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
1294.02/1297.97	c   18496 constraints of type <knapsack>
1294.02/1297.97	c     682 constraints of type <setppc>
1294.02/1297.97	c     136 constraints of type <logicor>
1294.02/1297.97	c transformed objective value is always integral (scale: 1)
1294.02/1297.97	c Presolving Time: 1.27
1294.02/1297.98	c 
1294.62/1298.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1294.62/1298.56	c   1.9s|     1 |     0 |   921 |     - |   872M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
1295.31/1299.23	c   2.6s|     1 |     0 |  3626 |     - |   873M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
1295.81/1299.74	c   3.1s|     1 |     0 |  3774 |     - |   873M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
1296.12/1300.06	c   3.4s|     1 |     0 |  3942 |     - |   873M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
1296.41/1300.35	c   3.7s|     1 |     0 |  4091 |     - |   873M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
1296.71/1300.65	c   4.0s|     1 |     0 |  4234 |     - |   873M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
1297.01/1300.91	c   4.2s|     1 |     0 |  4408 |     - |   874M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
1297.31/1301.25	c   4.6s|     1 |     0 |  4587 |     - |   875M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
1297.71/1301.61	c   5.0s|     1 |     0 |  4797 |     - |   877M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1298.01/1301.96	c   5.3s|     1 |     0 |  4962 |     - |   879M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1298.30/1302.28	c   5.6s|     1 |     0 |  5161 |     - |   879M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1298.50/1302.48	c   5.8s|     1 |     0 |  5289 |     - |   879M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1298.70/1302.67	c   6.0s|     1 |     0 |  5407 |     - |   879M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1299.00/1302.90	c   6.2s|     1 |     0 |  5551 |     - |   879M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1299.22/1303.14	c   6.5s|     1 |     0 |  5705 |     - |   879M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1299.40/1303.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1299.40/1303.37	c   6.7s|     1 |     0 |  5829 |     - |   879M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1299.70/1303.62	c   7.0s|     1 |     0 |  5969 |     - |   879M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1299.90/1303.84	c   7.2s|     1 |     0 |  6071 |     - |   879M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1300.11/1304.07	c   7.4s|     1 |     0 |  6187 |     - |   879M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1300.40/1304.32	c   7.7s|     1 |     0 |  6338 |     - |   879M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1300.60/1304.55	c   7.9s|     1 |     0 |  6430 |     - |   879M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1300.80/1304.77	c   8.1s|     1 |     0 |  6531 |     - |   879M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1301.00/1305.00	c   8.3s|     1 |     0 |  6603 |     - |   879M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1301.30/1305.23	c   8.6s|     1 |     0 |  6685 |     - |   879M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1322.15/1326.19	c  29.5s|     1 |     2 | 13750 |     - |   878M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
1387.43/1391.62	c  95.0s|   100 |   101 | 23873 | 177.3 |   879M |  18 |  19k|  19k|  20k|2144 |  1 | 556 |1896 |-5.932632e+04 |      --      |    Inf | unknown
1415.55/1419.87	c   123s|   200 |   201 | 32635 | 132.2 |   881M |  18 |  19k|  19k|  20k|2871 |  1 | 588 |2782 |-5.970167e+04 |      --      |    Inf | unknown
1436.59/1440.92	c   144s|   300 |   301 | 47054 | 136.2 |   883M |  22 |  19k|  19k|  20k|3744 |  1 | 605 |3113 |-5.980174e+04 |      --      |    Inf | unknown
1450.76/1455.13	c   158s|   400 |   399 | 74929 | 171.9 |   884M |  22 |  19k|  19k|  20k|4752 |  1 | 621 |3267 |-6.002349e+04 |      --      |    Inf | unknown
1465.62/1470.05	c   173s|   500 |   497 | 90612 | 168.9 |   884M |  23 |  19k|  19k|  20k|5921 |  1 | 642 |3495 |-6.008260e+04 |      --      |    Inf | unknown
1476.77/1481.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1476.77/1481.29	c   185s|   600 |   597 |103638 | 162.5 |   887M |  25 |  19k|  19k|  20k|6941 |  1 | 670 |3648 |-6.017030e+04 |      --      |    Inf | unknown
1492.72/1497.28	c   201s|   700 |   693 |131002 | 178.4 |   887M |  25 |  19k|  19k|  20k|8007 |  1 | 677 |3774 |-6.031312e+04 |      --      |    Inf | unknown
1503.69/1508.20	c   212s|   800 |   793 |146922 | 176.0 |   887M |  25 |  19k|  19k|  20k|9004 |  1 | 767 |3904 |-6.032661e+04 |      --      |    Inf | unknown
1516.56/1521.19	c   225s|   900 |   893 |161389 | 172.5 |   889M |  25 |  19k|  20k|  20k|  10k|  1 | 812 |4068 |-6.033246e+04 |      --      |    Inf | unknown
1532.20/1536.82	c   240s|  1000 |   993 |177665 | 171.5 |   890M |  27 |  19k|  20k|  20k|  11k|  1 | 814 |4308 |-6.056968e+04 |      --      |    Inf | unknown
1544.38/1549.06	c   252s|  1100 |  1093 |188765 | 166.0 |   891M |  27 |  19k|  20k|  20k|  12k|  1 | 877 |4529 |-6.056968e+04 |      --      |    Inf | unknown
1558.43/1563.17	c   267s|  1200 |  1191 |202097 | 163.3 |   891M |  31 |  19k|  20k|  20k|  13k|  1 | 950 |4742 |-6.081164e+04 |      --      |    Inf | unknown
1570.30/1575.05	c   278s|  1300 |  1291 |215807 | 161.3 |   892M |  31 |  19k|  20k|  20k|  14k|  1 | 968 |4903 |-6.081164e+04 |      --      |    Inf | unknown
1580.36/1585.14	c   288s|  1400 |  1391 |229355 | 159.4 |   892M |  31 |  19k|  20k|  20k|  15k|  1 |1036 |5029 |-6.089338e+04 |      --      |    Inf | unknown
1592.33/1597.17	c   301s|  1500 |  1491 |243220 | 158.0 |   896M |  31 |  19k|  20k|  20k|  16k|  1 |1103 |5108 |-6.089338e+04 |      --      |    Inf | unknown
1603.08/1607.98	c   311s|  1600 |  1591 |256185 | 156.3 |   920M |  31 |  19k|  20k|  20k|  17k|  1 |1153 |5178 |-6.111745e+04 |      --      |    Inf | unknown
1612.06/1616.90	c   320s|  1700 |  1691 |269278 | 154.8 |   937M |  35 |  19k|  20k|  20k|  18k|  1 |1195 |5237 |-6.113493e+04 |      --      |    Inf | unknown
1624.23/1629.17	c   333s|  1800 |  1787 |283969 | 154.3 |   961M |  35 |  19k|  20k|  20k|  19k|  1 |1242 |5313 |-6.137708e+04 |      --      |    Inf | unknown
1630.70/1635.60	c   339s|  1900 |  1887 |293992 | 151.5 |   965M |  35 |  19k|  20k|  20k|  20k|  1 |1266 |5353 |-6.137708e+04 |      --      |    Inf | unknown
1641.97/1646.95	c   350s|  2000 |  1985 |310926 | 152.4 |  1013M |  35 |  19k|  20k|  20k|  21k|  6 |1344 |5401 |-6.147353e+04 |      --      |    Inf | unknown
1649.06/1654.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1649.06/1654.07	c   357s|  2100 |  2085 |321890 | 150.3 |  1019M |  37 |  19k|  20k|  20k|  22k|  1 |1427 |5439 |-6.147353e+04 |      --      |    Inf | unknown
1655.63/1660.64	c   364s|  2200 |  2185 |332784 | 148.5 |  1022M |  37 |  19k|  20k|  20k|  23k|  1 |1427 |5459 |-6.147353e+04 |      --      |    Inf | unknown
1662.51/1667.50	c   371s|  2300 |  2285 |344477 | 147.1 |  1023M |  39 |  19k|  20k|  20k|  23k|  1 |1427 |5489 |-6.147353e+04 |      --      |    Inf | unknown
1673.18/1678.24	c   382s|  2400 |  2385 |358002 | 146.6 |  1030M |  40 |  19k|  20k|  20k|  24k|  4 |1446 |5585 |-6.147353e+04 |      --      |    Inf | unknown
1687.95/1693.05	c   396s|  2500 |  2483 |376118 | 148.0 |  1053M |  41 |  19k|  20k|  20k|  25k|  1 |1483 |5695 |-6.150783e+04 |      --      |    Inf | unknown
1699.30/1704.45	c   408s|  2600 |  2583 |391063 | 148.0 |  1065M |  41 |  19k|  20k|  20k|  26k|  1 |1494 |5786 |-6.150783e+04 |      --      |    Inf | unknown
1715.26/1720.43	c   424s|  2700 |  2683 |407919 | 148.8 |  1099M |  41 |  19k|  20k|  20k|  27k|  1 |1505 |5902 |-6.150783e+04 |      --      |    Inf | unknown
1721.74/1726.92	c 
1721.74/1726.92	c SCIP Status        : solving was interrupted [time limit reached]
1721.74/1726.92	c Solving Time (sec) : 430.26
1721.74/1726.92	c Solving Nodes      : 2748
1721.74/1726.92	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1721.74/1726.92	c Dual Bound         : -6.16039462226067e+04
1721.74/1726.92	c Gap                : infinite
1721.74/1726.92	c SCIP status: 23 (TIMELIMIT)
1721.74/1726.92	c SCIP LP bound tightened UB: 87705017 -> 87704530
1721.74/1726.92	c pb_solver_status: sst_unknown
1721.74/1726.92	c LB_goalvalue: 0
1721.74/1726.92	c UB_goalvalue: 87704530
1721.74/1726.92	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1721.74/1726.92	c SCIP returned: sst_unknown
1721.74/1726.92	c SCIP primal LB: -oo, dual UB: 87704530
1721.74/1726.92	c assumptions: 
1721.74/1726.92	c invoking solver with time budget: 80.000000
1801.72/1807.14	c sat_solver_result: sst_unknown
1801.72/1807.14	c SAT solver timed out; proceeding to cooperative SCIP call
1801.72/1807.14	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87704530
1801.72/1807.14	c scip solving with time budget: 602.362880
1801.72/1807.14	c solveScip
1801.72/1807.14	c initScipForCoop
1801.72/1807.14	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1801.72/1807.14	c SCIPfreeTransform due to timeout and having shadow nodes
1801.72/1807.14	c forcing SCIPfreeTransform before solve
1801.91/1807.33	c Running SCIP presolve for solve-time propagation (rounds=3)
1801.91/1807.37	c presolving:
1802.01/1807.48	c    (0.2s) running MILP presolver
1802.11/1807.58	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1802.21/1807.63	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
1802.31/1807.71	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1802.81/1808.29	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1802.81/1808.29	c    (1.0s) probing aborted: 50/50 successive totally useless probings
1803.10/1808.54	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
1803.10/1808.54	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 408 changed sides, 952 changed coefficients
1803.10/1808.54	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1803.10/1808.54	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
1803.10/1808.54	c   18496 constraints of type <knapsack>
1803.10/1808.54	c     682 constraints of type <setppc>
1803.10/1808.54	c     136 constraints of type <logicor>
1803.10/1808.54	c transformed objective value is always integral (scale: 1)
1803.10/1808.54	c Presolving Time: 1.17
1803.20/1808.63	c presolving:
1803.30/1808.74	c    (0.2s) running MILP presolver
1803.40/1808.85	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1803.40/1808.89	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
1803.50/1808.97	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1803.62/1809.04	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1803.62/1809.05	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
1804.10/1809.58	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1804.10/1809.58	c    (1.0s) probing aborted: 50/50 successive totally useless probings
1804.40/1809.83	c    (1.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1804.40/1809.89	c    (1.3s) no symmetry present (symcode time: 0.02)
1804.50/1809.91	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
1804.50/1809.91	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
1804.50/1809.91	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1804.50/1809.91	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
1804.50/1809.91	c   18496 constraints of type <knapsack>
1804.50/1809.91	c     682 constraints of type <setppc>
1804.50/1809.91	c     136 constraints of type <logicor>
1804.50/1809.91	c transformed objective value is always integral (scale: 1)
1804.50/1809.91	c Presolving Time: 1.29
1804.50/1809.92	c 
1805.10/1810.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1805.10/1810.51	c   1.9s|     1 |     0 |   921 |     - |  1030M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
1805.71/1811.18	c   2.6s|     1 |     0 |  3626 |     - |  1031M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
1806.19/1811.69	c   3.1s|     1 |     0 |  3774 |     - |  1031M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
1806.61/1812.02	c   3.4s|     1 |     0 |  3942 |     - |  1031M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
1806.89/1812.31	c   3.7s|     1 |     0 |  4091 |     - |  1031M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
1807.19/1812.61	c   4.0s|     1 |     0 |  4234 |     - |  1031M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
1807.39/1812.87	c   4.3s|     1 |     0 |  4408 |     - |  1033M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
1807.79/1813.22	c   4.6s|     1 |     0 |  4587 |     - |  1034M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
1808.09/1813.58	c   5.0s|     1 |     0 |  4797 |     - |  1036M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1808.49/1813.93	c   5.3s|     1 |     0 |  4962 |     - |  1041M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1808.79/1814.25	c   5.7s|     1 |     0 |  5161 |     - |  1041M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1808.99/1814.45	c   5.9s|     1 |     0 |  5289 |     - |  1041M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1809.19/1814.64	c   6.1s|     1 |     0 |  5407 |     - |  1041M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
1809.39/1814.87	c   6.3s|     1 |     0 |  5551 |     - |  1041M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1809.71/1815.12	c   6.5s|     1 |     0 |  5705 |     - |  1041M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1809.89/1815.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1809.89/1815.34	c   6.8s|     1 |     0 |  5829 |     - |  1041M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1810.19/1815.60	c   7.0s|     1 |     0 |  5969 |     - |  1041M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1810.39/1815.82	c   7.2s|     1 |     0 |  6071 |     - |  1041M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1810.60/1816.04	c   7.5s|     1 |     0 |  6187 |     - |  1041M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1810.89/1816.30	c   7.7s|     1 |     0 |  6338 |     - |  1041M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1811.09/1816.53	c   7.9s|     1 |     0 |  6430 |     - |  1041M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1811.29/1816.75	c   8.2s|     1 |     0 |  6531 |     - |  1042M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1811.49/1816.99	c   8.4s|     1 |     0 |  6603 |     - |  1042M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1811.79/1817.21	c   8.6s|     1 |     0 |  6685 |     - |  1042M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
1832.83/1838.33	c  29.7s|     1 |     2 | 13750 |     - |  1041M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
1898.63/1904.39	c  95.8s|   100 |   101 | 23873 | 177.3 |  1042M |  18 |  19k|  19k|  20k|2144 |  1 | 556 |1896 |-5.932632e+04 |      --      |    Inf | unknown
1927.05/1932.84	c   124s|   200 |   201 | 32635 | 132.2 |  1045M |  18 |  19k|  19k|  20k|2871 |  1 | 588 |2782 |-5.970167e+04 |      --      |    Inf | unknown
1948.09/1953.93	c   145s|   300 |   301 | 47054 | 136.2 |  1047M |  22 |  19k|  19k|  20k|3744 |  1 | 605 |3113 |-5.980174e+04 |      --      |    Inf | unknown
1962.34/1968.26	c   160s|   400 |   399 | 74929 | 171.9 |  1048M |  22 |  19k|  19k|  20k|4752 |  1 | 621 |3267 |-6.002349e+04 |      --      |    Inf | unknown
1977.40/1983.34	c   175s|   500 |   497 | 90612 | 168.9 |  1048M |  23 |  19k|  19k|  20k|5921 |  1 | 642 |3495 |-6.008260e+04 |      --      |    Inf | unknown
1988.77/1994.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1988.77/1994.72	c   186s|   600 |   597 |103638 | 162.5 |  1051M |  25 |  19k|  19k|  20k|6941 |  1 | 670 |3648 |-6.017030e+04 |      --      |    Inf | unknown
2004.72/2010.75	c   202s|   700 |   693 |131002 | 178.4 |  1051M |  25 |  19k|  19k|  20k|8007 |  1 | 677 |3774 |-6.031312e+04 |      --      |    Inf | unknown
2015.69/2021.76	c   213s|   800 |   793 |146922 | 176.0 |  1051M |  25 |  19k|  19k|  20k|9004 |  1 | 767 |3904 |-6.032661e+04 |      --      |    Inf | unknown
2028.75/2034.84	c   226s|   900 |   893 |161389 | 172.5 |  1054M |  25 |  19k|  20k|  20k|  10k|  1 | 812 |4068 |-6.033246e+04 |      --      |    Inf | unknown
2044.50/2050.60	c   242s|  1000 |   993 |177665 | 171.5 |  1055M |  27 |  19k|  20k|  20k|  11k|  1 | 814 |4308 |-6.056968e+04 |      --      |    Inf | unknown
2056.77/2062.94	c   254s|  1100 |  1093 |188765 | 166.0 |  1058M |  27 |  19k|  20k|  20k|  12k|  1 | 877 |4529 |-6.056968e+04 |      --      |    Inf | unknown
2070.94/2077.19	c   269s|  1200 |  1191 |202097 | 163.3 |  1059M |  31 |  19k|  20k|  20k|  13k|  1 | 950 |4742 |-6.081164e+04 |      --      |    Inf | unknown
2082.99/2089.21	c   281s|  1300 |  1291 |215807 | 161.3 |  1060M |  31 |  19k|  20k|  20k|  14k|  1 | 968 |4903 |-6.081164e+04 |      --      |    Inf | unknown
2093.06/2099.37	c   291s|  1400 |  1391 |229355 | 159.4 |  1060M |  31 |  19k|  20k|  20k|  15k|  1 |1036 |5029 |-6.089338e+04 |      --      |    Inf | unknown
2105.22/2111.51	c   303s|  1500 |  1491 |243220 | 158.0 |  1062M |  31 |  19k|  20k|  20k|  16k|  1 |1103 |5108 |-6.089338e+04 |      --      |    Inf | unknown
2116.09/2122.41	c   314s|  1600 |  1591 |256185 | 156.3 |  1066M |  31 |  19k|  20k|  20k|  17k|  1 |1153 |5178 |-6.111745e+04 |      --      |    Inf | unknown
2124.96/2131.39	c   323s|  1700 |  1691 |269278 | 154.8 |  1068M |  35 |  19k|  20k|  20k|  18k|  1 |1195 |5237 |-6.113493e+04 |      --      |    Inf | unknown
2137.33/2143.77	c   335s|  1800 |  1787 |283969 | 154.3 |  1076M |  35 |  19k|  20k|  20k|  19k|  1 |1242 |5313 |-6.137708e+04 |      --      |    Inf | unknown
2143.81/2150.24	c   342s|  1900 |  1887 |293992 | 151.5 |  1076M |  35 |  19k|  20k|  20k|  20k|  1 |1266 |5353 |-6.137708e+04 |      --      |    Inf | unknown
2155.18/2161.65	c   353s|  2000 |  1985 |310926 | 152.4 |  1079M |  35 |  19k|  20k|  20k|  21k|  6 |1344 |5401 |-6.147353e+04 |      --      |    Inf | unknown
2162.36/2168.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2162.36/2168.84	c   360s|  2100 |  2085 |321890 | 150.3 |  1081M |  37 |  19k|  20k|  20k|  22k|  1 |1427 |5439 |-6.147353e+04 |      --      |    Inf | unknown
2168.94/2175.45	c   367s|  2200 |  2185 |332784 | 148.5 |  1082M |  37 |  19k|  20k|  20k|  23k|  1 |1427 |5459 |-6.147353e+04 |      --      |    Inf | unknown
2175.82/2182.37	c   374s|  2300 |  2285 |344477 | 147.1 |  1082M |  39 |  19k|  20k|  20k|  23k|  1 |1427 |5489 |-6.147353e+04 |      --      |    Inf | unknown
2186.60/2193.14	c   385s|  2400 |  2385 |358002 | 146.6 |  1082M |  40 |  19k|  20k|  20k|  24k|  4 |1446 |5585 |-6.147353e+04 |      --      |    Inf | unknown
2201.35/2207.98	c   399s|  2500 |  2483 |376118 | 148.0 |  1085M |  41 |  19k|  20k|  20k|  25k|  1 |1483 |5695 |-6.150783e+04 |      --      |    Inf | unknown
2212.82/2219.45	c   411s|  2600 |  2583 |391063 | 148.0 |  1089M |  41 |  19k|  20k|  20k|  26k|  1 |1494 |5786 |-6.150783e+04 |      --      |    Inf | unknown
2228.87/2235.51	c   427s|  2700 |  2683 |407919 | 148.8 |  1099M |  41 |  19k|  20k|  20k|  27k|  1 |1505 |5902 |-6.150783e+04 |      --      |    Inf | unknown
2243.83/2250.52	c   442s|  2800 |  2783 |423307 | 149.0 |  1103M |  41 |  19k|  20k|  20k|  28k|  1 |1505 |6136 |-6.160395e+04 |      --      |    Inf | unknown
2257.79/2264.57	c   456s|  2900 |  2883 |436051 | 148.2 |  1118M |  43 |  19k|  20k|  20k|  29k|  1 |1505 |6278 |-6.165114e+04 |      --      |    Inf | unknown
2270.27/2277.10	c   469s|  3000 |  2981 |449547 | 147.8 |  1129M |  43 |  19k|  20k|  20k|  30k|  1 |1514 |6430 |-6.170086e+04 |      --      |    Inf | unknown
2282.62/2289.40	c   481s|  3100 |  3081 |463444 | 147.5 |  1135M |  43 |  19k|  20k|  20k|  31k|  1 |1535 |6552 |-6.170086e+04 |      --      |    Inf | unknown
2290.60/2297.40	c   489s|  3200 |  3181 |473737 | 146.1 |  1138M |  43 |  19k|  20k|  20k|  32k|  1 |1535 |6615 |-6.170086e+04 |      --      |    Inf | unknown
2300.29/2307.12	c   499s|  3300 |  3281 |486358 | 145.5 |  1147M |  43 |  19k|  20k|  20k|  33k|  2 |1535 |6669 |-6.172406e+04 |      --      |    Inf | unknown
2312.44/2319.37	c   511s|  3400 |  3381 |502822 | 146.1 |  1165M |  43 |  19k|  20k|  20k|  34k|  1 |1565 |6710 |-6.172406e+04 |      --      |    Inf | unknown
2322.41/2329.35	c   521s|  3500 |  3481 |518085 | 146.3 |  1176M |  43 |  19k|  20k|  20k|  35k|  1 |1565 |6754 |-6.172832e+04 |      --      |    Inf | unknown
2330.59/2337.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2330.59/2337.52	c   529s|  3600 |  3579 |530511 | 145.6 |  1180M |  43 |  19k|  20k|  20k|  36k|  1 |1565 |6778 |-6.172832e+04 |      --      |    Inf | unknown
2337.57/2344.54	c   536s|  3700 |  3679 |542317 | 144.9 |  1181M |  43 |  19k|  20k|  20k|  37k|  1 |1565 |6810 |-6.187368e+04 |      --      |    Inf | unknown
2344.65/2351.62	c   543s|  3800 |  3779 |554598 | 144.3 |  1184M |  43 |  19k|  20k|  20k|  38k|  1 |1586 |6832 |-6.189396e+04 |      --      |    Inf | unknown
2350.84/2357.81	c   549s|  3900 |  3879 |564653 | 143.2 |  1186M |  43 |  19k|  20k|  20k|  38k|  1 |1586 |6842 |-6.189396e+04 |      --      |    Inf | unknown
2360.61/2367.66	c   559s|  4000 |  3979 |579515 | 143.3 |  1189M |  43 |  19k|  20k|  20k|  39k|  1 |1605 |6865 |-6.189755e+04 |      --      |    Inf | unknown
2366.69/2373.76	c   565s|  4100 |  4079 |590453 | 142.5 |  1189M |  43 |  19k|  20k|  20k|  40k|  1 |1609 |6883 |-6.189755e+04 |      --      |    Inf | unknown
2372.38/2379.40	c   571s|  4200 |  4179 |600475 | 141.5 |  1193M |  43 |  19k|  20k|  20k|  41k|  1 |1609 |6893 |-6.189755e+04 |      --      |    Inf | unknown
2381.15/2388.24	c   580s|  4300 |  4279 |612140 | 140.9 |  1198M |  43 |  19k|  20k|  20k|  42k|  6 |1615 |6950 |-6.196312e+04 |      --      |    Inf | unknown
2389.94/2397.03	c   588s|  4400 |  4379 |623816 | 140.4 |  1200M |  43 |  19k|  20k|  20k|  43k|  1 |1618 |7000 |-6.196312e+04 |      --      |    Inf | unknown
2397.51/2404.66	c   596s|  4500 |  4479 |634190 | 139.6 |  1203M |  43 |  19k|  20k|  20k|  43k|  1 |1618 |7062 |-6.197978e+04 |      --      |    Inf | unknown
2403.79/2410.95	c 
2403.79/2410.95	c SCIP Status        : solving was interrupted [time limit reached]
2403.79/2410.95	c Solving Time (sec) : 602.36
2403.79/2410.95	c Solving Nodes      : 4562
2403.79/2410.95	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
2403.79/2410.95	c Dual Bound         : -6.19797830882353e+04
2403.79/2410.95	c Gap                : infinite
2403.79/2410.95	c SCIP status: 23 (TIMELIMIT)
2403.79/2410.95	c solveScip: freeing transform (!can_skip_free_transform)
2404.00/2411.13	c SCIP LP bound tightened UB: 87704530 -> 87704155
2404.00/2411.13	c pb_solver_status: sst_unknown
2404.00/2411.13	c LB_goalvalue: 0
2404.00/2411.13	c UB_goalvalue: 87704155
2404.00/2411.13	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2404.00/2411.13	c SCIP returned: sst_unknown
2404.00/2411.13	c SCIP primal LB: -oo, dual UB: 87704155
2404.00/2411.13	c assumptions: 
2404.00/2411.13	c invoking solver with time budget: 80.000000
2486.80/2494.18	c sat_solver_result: sst_unknown
2486.80/2494.18	c SAT solver timed out; proceeding to cooperative SCIP call
2486.80/2494.18	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87704155
2486.80/2494.18	c scip solving with time budget: 843.308032
2486.80/2494.18	c solveScip
2486.80/2494.18	c initScipForCoop
2486.80/2494.18	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2486.89/2494.22	c presolving:
2486.99/2494.34	c    (0.2s) running MILP presolver
2487.09/2494.44	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2487.09/2494.48	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
2487.19/2494.57	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
2487.29/2494.64	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
2487.29/2494.65	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
2487.80/2495.18	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2487.80/2495.18	c    (1.0s) probing aborted: 50/50 successive totally useless probings
2488.09/2495.43	c    (1.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2488.09/2495.49	c    (1.3s) no symmetry present (symcode time: 0.02)
2488.19/2495.52	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
2488.19/2495.52	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
2488.19/2495.52	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2488.19/2495.52	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
2488.19/2495.52	c   18496 constraints of type <knapsack>
2488.19/2495.52	c     682 constraints of type <setppc>
2488.19/2495.52	c     136 constraints of type <logicor>
2488.19/2495.52	c transformed objective value is always integral (scale: 1)
2488.19/2495.52	c Presolving Time: 1.30
2488.19/2495.52	c 
2488.80/2496.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2488.80/2496.11	c   1.9s|     1 |     0 |   921 |     - |  1126M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
2489.38/2496.79	c   2.6s|     1 |     0 |  3626 |     - |  1128M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
2489.98/2497.30	c   3.1s|     1 |     0 |  3774 |     - |  1128M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
2490.28/2497.63	c   3.4s|     1 |     0 |  3942 |     - |  1128M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
2490.58/2497.92	c   3.7s|     1 |     0 |  4091 |     - |  1128M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
2490.88/2498.22	c   4.0s|     1 |     0 |  4234 |     - |  1128M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
2491.08/2498.48	c   4.3s|     1 |     0 |  4408 |     - |  1129M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
2491.48/2498.83	c   4.7s|     1 |     0 |  4587 |     - |  1130M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
2491.88/2499.20	c   5.0s|     1 |     0 |  4797 |     - |  1131M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
2492.18/2499.55	c   5.4s|     1 |     0 |  4962 |     - |  1133M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
2492.47/2499.87	c   5.7s|     1 |     0 |  5161 |     - |  1133M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
2492.69/2500.07	c   5.9s|     1 |     0 |  5289 |     - |  1133M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
2492.87/2500.27	c   6.1s|     1 |     0 |  5407 |     - |  1133M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
2493.07/2500.49	c   6.3s|     1 |     0 |  5551 |     - |  1133M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2493.37/2500.74	c   6.6s|     1 |     0 |  5705 |     - |  1133M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2493.57/2500.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2493.57/2500.97	c   6.8s|     1 |     0 |  5829 |     - |  1133M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2493.87/2501.22	c   7.0s|     1 |     0 |  5969 |     - |  1133M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2494.07/2501.44	c   7.3s|     1 |     0 |  6071 |     - |  1133M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2494.27/2501.67	c   7.5s|     1 |     0 |  6187 |     - |  1133M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2494.57/2501.92	c   7.7s|     1 |     0 |  6338 |     - |  1133M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2494.78/2502.15	c   8.0s|     1 |     0 |  6430 |     - |  1133M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2494.97/2502.37	c   8.2s|     1 |     0 |  6531 |     - |  1133M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2495.27/2502.61	c   8.4s|     1 |     0 |  6603 |     - |  1133M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2495.47/2502.83	c   8.7s|     1 |     0 |  6685 |     - |  1133M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
2516.51/2523.96	c  29.8s|     1 |     2 | 13750 |     - |  1131M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
2582.13/2589.76	c  95.6s|   100 |   101 | 23873 | 177.3 |  1132M |  18 |  19k|  19k|  20k|2144 |  1 | 556 |1896 |-5.932632e+04 |      --      |    Inf | unknown
2610.56/2618.20	c   124s|   200 |   201 | 32635 | 132.2 |  1134M |  18 |  19k|  19k|  20k|2871 |  1 | 588 |2782 |-5.970167e+04 |      --      |    Inf | unknown
2631.60/2639.31	c   145s|   300 |   301 | 47054 | 136.2 |  1135M |  22 |  19k|  19k|  20k|3744 |  1 | 605 |3113 |-5.980174e+04 |      --      |    Inf | unknown
2645.86/2653.65	c   159s|   400 |   399 | 74929 | 171.9 |  1136M |  22 |  19k|  19k|  20k|4752 |  1 | 621 |3267 |-6.002349e+04 |      --      |    Inf | unknown
2660.92/2668.70	c   175s|   500 |   497 | 90612 | 168.9 |  1136M |  23 |  19k|  19k|  20k|5921 |  1 | 642 |3495 |-6.008260e+04 |      --      |    Inf | unknown
2672.21/2680.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2672.21/2680.02	c   186s|   600 |   597 |103638 | 162.5 |  1140M |  25 |  19k|  19k|  20k|6941 |  1 | 670 |3648 |-6.017030e+04 |      --      |    Inf | unknown
2688.16/2696.09	c   202s|   700 |   693 |131002 | 178.4 |  1140M |  25 |  19k|  19k|  20k|8007 |  1 | 677 |3774 |-6.031312e+04 |      --      |    Inf | unknown
2699.13/2707.08	c   213s|   800 |   793 |146922 | 176.0 |  1140M |  25 |  19k|  19k|  20k|9004 |  1 | 767 |3904 |-6.032661e+04 |      --      |    Inf | unknown
2712.20/2720.13	c   226s|   900 |   893 |161389 | 172.5 |  1143M |  25 |  19k|  20k|  20k|  10k|  1 | 812 |4068 |-6.033246e+04 |      --      |    Inf | unknown
2727.84/2735.86	c   242s|  1000 |   993 |177665 | 171.5 |  1144M |  27 |  19k|  20k|  20k|  11k|  1 | 814 |4308 |-6.056968e+04 |      --      |    Inf | unknown
2740.12/2748.15	c   254s|  1100 |  1093 |188765 | 166.0 |  1145M |  27 |  19k|  20k|  20k|  12k|  1 | 877 |4529 |-6.056968e+04 |      --      |    Inf | unknown
2754.37/2762.41	c   268s|  1200 |  1191 |202097 | 163.3 |  1146M |  31 |  19k|  20k|  20k|  13k|  1 | 950 |4742 |-6.081164e+04 |      --      |    Inf | unknown
2766.33/2774.42	c   280s|  1300 |  1291 |215807 | 161.3 |  1147M |  31 |  19k|  20k|  20k|  14k|  1 | 968 |4903 |-6.081164e+04 |      --      |    Inf | unknown
2776.40/2784.55	c   290s|  1400 |  1391 |229355 | 159.4 |  1147M |  31 |  19k|  20k|  20k|  15k|  1 |1036 |5029 |-6.089338e+04 |      --      |    Inf | unknown
2788.47/2796.68	c   302s|  1500 |  1491 |243220 | 158.0 |  1149M |  31 |  19k|  20k|  20k|  16k|  1 |1103 |5108 |-6.089338e+04 |      --      |    Inf | unknown
2799.34/2807.59	c   313s|  1600 |  1591 |256185 | 156.3 |  1152M |  31 |  19k|  20k|  20k|  17k|  1 |1153 |5178 |-6.111745e+04 |      --      |    Inf | unknown
2808.31/2816.57	c   322s|  1700 |  1691 |269278 | 154.8 |  1154M |  35 |  19k|  20k|  20k|  18k|  1 |1195 |5237 |-6.113493e+04 |      --      |    Inf | unknown
2820.68/2828.96	c   335s|  1800 |  1787 |283969 | 154.3 |  1161M |  35 |  19k|  20k|  20k|  19k|  1 |1242 |5313 |-6.137708e+04 |      --      |    Inf | unknown
2827.16/2835.43	c   341s|  1900 |  1887 |293992 | 151.5 |  1161M |  35 |  19k|  20k|  20k|  20k|  1 |1266 |5353 |-6.137708e+04 |      --      |    Inf | unknown
2838.53/2846.88	c   353s|  2000 |  1985 |310926 | 152.4 |  1165M |  35 |  19k|  20k|  20k|  21k|  6 |1344 |5401 |-6.147353e+04 |      --      |    Inf | unknown
2845.73/2854.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2845.73/2854.04	c   360s|  2100 |  2085 |321890 | 150.3 |  1167M |  37 |  19k|  20k|  20k|  22k|  1 |1427 |5439 |-6.147353e+04 |      --      |    Inf | unknown
2852.29/2860.67	c   366s|  2200 |  2185 |332784 | 148.5 |  1168M |  37 |  19k|  20k|  20k|  23k|  1 |1427 |5459 |-6.147353e+04 |      --      |    Inf | unknown
2859.18/2867.58	c   373s|  2300 |  2285 |344477 | 147.1 |  1168M |  39 |  19k|  20k|  20k|  23k|  1 |1427 |5489 |-6.147353e+04 |      --      |    Inf | unknown
2869.95/2878.35	c   384s|  2400 |  2385 |358002 | 146.6 |  1168M |  40 |  19k|  20k|  20k|  24k|  4 |1446 |5585 |-6.147353e+04 |      --      |    Inf | unknown
2884.81/2893.20	c   399s|  2500 |  2483 |376118 | 148.0 |  1172M |  41 |  19k|  20k|  20k|  25k|  1 |1483 |5695 |-6.150783e+04 |      --      |    Inf | unknown
2896.18/2904.67	c   410s|  2600 |  2583 |391063 | 148.0 |  1174M |  41 |  19k|  20k|  20k|  26k|  1 |1494 |5786 |-6.150783e+04 |      --      |    Inf | unknown
2912.23/2920.76	c   427s|  2700 |  2683 |407919 | 148.8 |  1184M |  41 |  19k|  20k|  20k|  27k|  1 |1505 |5902 |-6.150783e+04 |      --      |    Inf | unknown
2927.20/2935.76	c   442s|  2800 |  2783 |423307 | 149.0 |  1185M |  41 |  19k|  20k|  20k|  28k|  1 |1505 |6136 |-6.160395e+04 |      --      |    Inf | unknown
2941.26/2949.84	c   456s|  2900 |  2883 |436051 | 148.2 |  1186M |  43 |  19k|  20k|  20k|  29k|  1 |1505 |6278 |-6.165114e+04 |      --      |    Inf | unknown
2953.72/2962.33	c   468s|  3000 |  2981 |449547 | 147.8 |  1190M |  43 |  19k|  20k|  20k|  30k|  1 |1514 |6430 |-6.170086e+04 |      --      |    Inf | unknown
2965.99/2974.69	c   481s|  3100 |  3081 |463444 | 147.5 |  1192M |  43 |  19k|  20k|  20k|  31k|  1 |1535 |6552 |-6.170086e+04 |      --      |    Inf | unknown
2973.97/2982.69	c   489s|  3200 |  3181 |473737 | 146.1 |  1192M |  43 |  19k|  20k|  20k|  32k|  1 |1535 |6615 |-6.170086e+04 |      --      |    Inf | unknown
2983.74/2992.44	c   498s|  3300 |  3281 |486358 | 145.5 |  1194M |  43 |  19k|  20k|  20k|  33k|  2 |1535 |6669 |-6.172406e+04 |      --      |    Inf | unknown
2996.01/3004.72	c   511s|  3400 |  3381 |502822 | 146.1 |  1194M |  43 |  19k|  20k|  20k|  34k|  1 |1565 |6710 |-6.172406e+04 |      --      |    Inf | unknown
3005.98/3014.71	c   521s|  3500 |  3481 |518085 | 146.3 |  1196M |  43 |  19k|  20k|  20k|  35k|  1 |1565 |6754 |-6.172832e+04 |      --      |    Inf | unknown
3014.16/3022.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3014.16/3022.90	c   529s|  3600 |  3579 |530511 | 145.6 |  1197M |  43 |  19k|  20k|  20k|  36k|  1 |1565 |6778 |-6.172832e+04 |      --      |    Inf | unknown
3021.14/3029.93	c   536s|  3700 |  3679 |542317 | 144.9 |  1197M |  43 |  19k|  20k|  20k|  37k|  1 |1565 |6810 |-6.187368e+04 |      --      |    Inf | unknown
3028.23/3037.01	c   543s|  3800 |  3779 |554598 | 144.3 |  1199M |  43 |  19k|  20k|  20k|  38k|  1 |1586 |6832 |-6.189396e+04 |      --      |    Inf | unknown
3034.40/3043.23	c   549s|  3900 |  3879 |564653 | 143.2 |  1199M |  43 |  19k|  20k|  20k|  38k|  1 |1586 |6842 |-6.189396e+04 |      --      |    Inf | unknown
3044.29/3053.12	c   559s|  4000 |  3979 |579515 | 143.3 |  1200M |  43 |  19k|  20k|  20k|  39k|  1 |1605 |6865 |-6.189755e+04 |      --      |    Inf | unknown
3050.36/3059.23	c   565s|  4100 |  4079 |590453 | 142.5 |  1200M |  43 |  19k|  20k|  20k|  40k|  1 |1609 |6883 |-6.189755e+04 |      --      |    Inf | unknown
3055.94/3064.87	c   571s|  4200 |  4179 |600475 | 141.5 |  1202M |  43 |  19k|  20k|  20k|  41k|  1 |1609 |6893 |-6.189755e+04 |      --      |    Inf | unknown
3064.82/3073.70	c   580s|  4300 |  4279 |612140 | 140.9 |  1202M |  43 |  19k|  20k|  20k|  42k|  6 |1615 |6950 |-6.196312e+04 |      --      |    Inf | unknown
3073.60/3082.50	c   588s|  4400 |  4379 |623816 | 140.4 |  1203M |  43 |  19k|  20k|  20k|  43k|  1 |1618 |7000 |-6.196312e+04 |      --      |    Inf | unknown
3081.19/3090.12	c   596s|  4500 |  4479 |634190 | 139.6 |  1204M |  43 |  19k|  20k|  20k|  43k|  1 |1618 |7062 |-6.197978e+04 |      --      |    Inf | unknown
3091.55/3100.55	c   606s|  4600 |  4579 |647186 | 139.3 |  1204M |  43 |  19k|  20k|  20k|  44k|  1 |1618 |7149 |-6.197978e+04 |      --      |    Inf | unknown
3101.14/3110.15	c   616s|  4700 |  4677 |655959 | 138.2 |  1207M |  43 |  19k|  20k|  20k|  45k|  1 |1621 |7199 |-6.197978e+04 |      --      |    Inf | unknown
3112.30/3121.35	c   627s|  4800 |  4777 |667694 | 137.8 |  1218M |  46 |  19k|  20k|  20k|  46k|  1 |1621 |7292 |-6.198675e+04 |      --      |    Inf | unknown
3119.48/3128.58	c   634s|  4900 |  4877 |677144 | 136.9 |  1224M |  47 |  19k|  20k|  20k|  46k|  2 |1621 |7326 |-6.198675e+04 |      --      |    Inf | unknown
3129.85/3138.94	c   645s|  5000 |  4977 |687453 | 136.3 |  1227M |  47 |  19k|  20k|  20k|  47k|  1 |1621 |7456 |-6.198675e+04 |      --      |    Inf | unknown
3145.92/3155.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3145.92/3155.05	c   661s|  5100 |  5077 |704386 | 136.9 |  1248M |  47 |  19k|  20k|  20k|  48k|  1 |1653 |7603 |-6.198675e+04 |      --      |    Inf | unknown
3157.08/3166.23	c   672s|  5200 |  5177 |719244 | 137.1 |  1251M |  47 |  19k|  20k|  20k|  49k|  5 |1677 |7691 |-6.198675e+04 |      --      |    Inf | unknown
3167.35/3176.58	c   682s|  5300 |  5277 |729377 | 136.5 |  1256M |  47 |  19k|  20k|  20k|  50k|  1 |1677 |7809 |-6.198675e+04 |      --      |    Inf | unknown
3179.72/3188.92	c   695s|  5400 |  5377 |743508 | 136.5 |  1257M |  47 |  19k|  20k|  20k|  51k|  1 |1698 |7960 |-6.198675e+04 |      --      |    Inf | unknown
3202.55/3211.83	c   718s|  5500 |  5477 |779384 | 140.6 |  1275M |  47 |  19k|  20k|  20k|  52k|  1 |1709 |8057 |-6.198675e+04 |      --      |    Inf | unknown
3214.84/3224.16	c   730s|  5600 |  5577 |793098 | 140.5 |  1277M |  47 |  19k|  20k|  20k|  53k|  1 |1709 |8130 |-6.198675e+04 |      --      |    Inf | unknown
3224.20/3233.50	c   739s|  5700 |  5677 |806501 | 140.4 |  1280M |  47 |  19k|  20k|  20k|  54k|  1 |1712 |8176 |-6.198675e+04 |      --      |    Inf | unknown
3232.38/3241.71	c   748s|  5800 |  5777 |818618 | 140.1 |  1281M |  47 |  19k|  20k|  20k|  54k|  1 |1712 |8223 |-6.198675e+04 |      --      |    Inf | unknown
3240.96/3250.35	c   756s|  5900 |  5877 |831359 | 139.9 |  1283M |  47 |  19k|  20k|  20k|  55k|  1 |1712 |8243 |-6.198675e+04 |      --      |    Inf | unknown
3247.75/3257.14	c   763s|  6000 |  5977 |843454 | 139.5 |  1286M |  47 |  19k|  20k|  20k|  56k|  1 |1712 |8270 |-6.198675e+04 |      --      |    Inf | unknown
3255.73/3265.12	c   771s|  6100 |  6075 |856996 | 139.5 |  1293M |  47 |  19k|  20k|  20k|  57k|  1 |1744 |8292 |-6.198763e+04 |      --      |    Inf | unknown
3264.79/3274.21	c   780s|  6200 |  6175 |870053 | 139.3 |  1299M |  47 |  19k|  20k|  20k|  58k|  2 |1744 |8311 |-6.198763e+04 |      --      |    Inf | unknown
3270.08/3279.50	c   785s|  6300 |  6275 |879290 | 138.6 |  1300M |  47 |  19k|  20k|  20k|  58k|  1 |1744 |8326 |-6.198763e+04 |      --      |    Inf | unknown
3278.36/3287.87	c   794s|  6400 |  6375 |891423 | 138.3 |  1305M |  47 |  19k|  20k|  20k|  59k|  1 |1744 |8347 |-6.198763e+04 |      --      |    Inf | unknown
3287.73/3297.24	c   803s|  6500 |  6475 |906859 | 138.6 |  1308M |  47 |  19k|  20k|  20k|  60k|  1 |1759 |8355 |-6.198763e+04 |      --      |    Inf | unknown
3296.91/3306.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3296.91/3306.42	c   812s|  6600 |  6575 |919501 | 138.4 |  1317M |  47 |  19k|  20k|  20k|  61k|  1 |1759 |8377 |-6.198763e+04 |      --      |    Inf | unknown
3305.19/3314.75	c   821s|  6700 |  6675 |935299 | 138.7 |  1322M |  47 |  19k|  20k|  20k|  62k|  1 |1772 |8392 |-6.198763e+04 |      --      |    Inf | unknown
3312.48/3322.03	c   828s|  6800 |  6775 |946264 | 138.2 |  1326M |  47 |  19k|  20k|  20k|  63k|  1 |1772 |8398 |-6.198763e+04 |      --      |    Inf | unknown
3320.56/3330.14	c   836s|  6900 |  6875 |957529 | 137.9 |  1328M |  47 |  19k|  20k|  20k|  64k|  5 |1772 |8408 |-6.198763e+04 |      --      |    Inf | unknown
3327.03/3336.68	c   843s|  7000 |  6975 |967058 | 137.3 |  1330M |  47 |  19k|  20k|  20k|  65k|  1 |1772 |8417 |-6.198763e+04 |      --      |    Inf | unknown
3327.83/3337.48	c 
3327.83/3337.48	c SCIP Status        : solving was interrupted [time limit reached]
3327.83/3337.48	c Solving Time (sec) : 843.31
3327.83/3337.48	c Solving Nodes      : 7017
3327.83/3337.48	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
3327.83/3337.48	c Dual Bound         : -6.19876299019608e+04
3327.83/3337.48	c Gap                : infinite
3327.83/3337.48	c SCIP status: 23 (TIMELIMIT)
3327.83/3337.48	c SCIP LP bound tightened UB: 87704155 -> 87704147
3327.83/3337.48	c pb_solver_status: sst_unknown
3327.83/3337.48	c LB_goalvalue: 0
3327.83/3337.48	c UB_goalvalue: 87704147
3327.83/3337.48	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
3327.83/3337.48	c SCIP returned: sst_unknown
3327.83/3337.48	c SCIP primal LB: -oo, dual UB: 87704147
3327.83/3337.48	c assumptions: 
3327.83/3337.48	c invoking solver with time budget: 80.000000
3407.83/3417.68	c sat_solver_result: sst_unknown
3407.83/3417.68	c SAT solver timed out; proceeding to cooperative SCIP call
3407.83/3417.68	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 87704147
3407.83/3417.68	c scip solving with time budget: 1180.631245
3407.83/3417.68	c solveScip
3407.83/3417.68	c initScipForCoop
3407.83/3417.68	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
3407.83/3417.68	c SCIPfreeTransform due to timeout and having shadow nodes
3407.83/3417.68	c forcing SCIPfreeTransform before solve
3408.13/3417.91	c Running SCIP presolve for solve-time propagation (rounds=3)
3408.13/3417.95	c presolving:
3408.24/3418.07	c    (0.2s) running MILP presolver
3408.34/3418.17	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3408.43/3418.21	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
3408.53/3418.30	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
3409.03/3418.88	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3409.03/3418.88	c    (1.0s) probing aborted: 50/50 successive totally useless probings
3409.34/3419.13	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
3409.34/3419.13	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 408 changed sides, 952 changed coefficients
3409.34/3419.13	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3409.34/3419.13	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
3409.34/3419.13	c   18496 constraints of type <knapsack>
3409.34/3419.13	c     682 constraints of type <setppc>
3409.34/3419.13	c     136 constraints of type <logicor>
3409.34/3419.13	c transformed objective value is always integral (scale: 1)
3409.34/3419.13	c Presolving Time: 1.18
3409.43/3419.22	c presolving:
3409.53/3419.33	c    (0.2s) running MILP presolver
3409.63/3419.43	c    (0.3s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3409.63/3419.48	c (round 1, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 682 clqs, 0 implints
3409.73/3419.57	c (round 2, exhaustive) 0 del vars, 274 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
3409.82/3419.64	c (round 3, medium)     0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
3409.82/3419.64	c (round 4, fast)       0 del vars, 274 del conss, 408 add conss, 0 chg bounds, 544 chg sides, 952 chg coeffs, 18906 upgd conss, 0 impls, 682 clqs, 0 implints
3410.34/3420.17	c    (1.0s) probing: 51/19720 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3410.34/3420.17	c    (1.0s) probing aborted: 50/50 successive totally useless probings
3410.62/3420.43	c    (1.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3410.62/3420.49	c    (1.3s) no symmetry present (symcode time: 0.02)
3410.72/3420.51	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
3410.72/3420.51	c  0 deleted vars, 274 deleted constraints, 408 added constraints, 0 tightened bounds, 0 added holes, 544 changed sides, 952 changed coefficients
3410.72/3420.51	c  0 implications, 682 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3410.72/3420.51	c presolved problem has 19720 variables (19720 bin, 0 int, 0 cont) and 19314 constraints
3410.72/3420.51	c   18496 constraints of type <knapsack>
3410.72/3420.51	c     682 constraints of type <setppc>
3410.72/3420.51	c     136 constraints of type <logicor>
3410.72/3420.51	c transformed objective value is always integral (scale: 1)
3410.72/3420.51	c Presolving Time: 1.29
3410.72/3420.51	c 
3411.23/3421.11	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3411.23/3421.11	c   1.9s|     1 |     0 |   921 |     - |  1226M |   0 |  19k|  19k|  19k|   0 |  0 | 440 |   0 |-5.718668e+04 |      --      |    Inf | unknown
3411.92/3421.78	c   2.6s|     1 |     0 |  3626 |     - |  1228M |   0 |  19k|  19k|  19k| 101 |  1 | 440 |   0 |-5.845145e+04 |      --      |    Inf | unknown
3412.52/3422.30	c   3.1s|     1 |     0 |  3774 |     - |  1228M |   0 |  19k|  19k|  19k| 196 |  2 | 440 |   0 |-5.870254e+04 |      --      |    Inf | unknown
3412.82/3422.62	c   3.4s|     1 |     0 |  3942 |     - |  1228M |   0 |  19k|  19k|  19k| 268 |  3 | 442 |   0 |-5.897867e+04 |      --      |    Inf | unknown
3413.12/3422.91	c   3.7s|     1 |     0 |  4091 |     - |  1228M |   0 |  19k|  19k|  19k| 337 |  4 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
3413.42/3423.21	c   4.0s|     1 |     0 |  4234 |     - |  1228M |   0 |  19k|  19k|  19k| 404 |  5 | 443 |   0 |-5.897867e+04 |      --      |    Inf | unknown
3413.62/3423.47	c   4.3s|     1 |     0 |  4408 |     - |  1229M |   0 |  19k|  19k|  19k| 471 |  6 | 444 |   0 |-5.901338e+04 |      --      |    Inf | unknown
3414.01/3423.82	c   4.6s|     1 |     0 |  4587 |     - |  1230M |   0 |  19k|  19k|  19k| 537 |  7 | 444 |   0 |-5.905558e+04 |      --      |    Inf | unknown
3414.33/3424.18	c   5.0s|     1 |     0 |  4797 |     - |  1231M |   0 |  19k|  19k|  19k| 610 |  8 | 445 |   0 |-5.918397e+04 |      --      |    Inf | unknown
3414.71/3424.53	c   5.4s|     1 |     0 |  4962 |     - |  1233M |   0 |  19k|  19k|  19k| 684 |  9 | 447 |   0 |-5.918397e+04 |      --      |    Inf | unknown
3415.01/3424.86	c   5.7s|     1 |     0 |  5161 |     - |  1233M |   0 |  19k|  19k|  20k| 754 | 10 | 449 |   0 |-5.918397e+04 |      --      |    Inf | unknown
3415.22/3425.05	c   5.9s|     1 |     0 |  5289 |     - |  1233M |   0 |  19k|  19k|  20k| 817 | 11 | 452 |   0 |-5.918397e+04 |      --      |    Inf | unknown
3415.41/3425.24	c   6.1s|     1 |     0 |  5407 |     - |  1233M |   0 |  19k|  19k|  20k| 877 | 12 | 453 |   0 |-5.918397e+04 |      --      |    Inf | unknown
3415.61/3425.47	c   6.3s|     1 |     0 |  5551 |     - |  1233M |   0 |  19k|  19k|  20k| 935 | 13 | 454 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3415.91/3425.72	c   6.5s|     1 |     0 |  5705 |     - |  1233M |   0 |  19k|  19k|  20k| 997 | 14 | 455 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3416.11/3425.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3416.11/3425.94	c   6.8s|     1 |     0 |  5829 |     - |  1233M |   0 |  19k|  19k|  20k|1049 | 15 | 456 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3416.41/3426.20	c   7.0s|     1 |     0 |  5969 |     - |  1233M |   0 |  19k|  19k|  20k|1106 | 16 | 457 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3416.61/3426.42	c   7.2s|     1 |     0 |  6071 |     - |  1233M |   0 |  19k|  19k|  20k|1157 | 17 | 460 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3416.81/3426.64	c   7.5s|     1 |     0 |  6187 |     - |  1233M |   0 |  19k|  19k|  20k|1201 | 18 | 461 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3417.11/3426.90	c   7.7s|     1 |     0 |  6338 |     - |  1233M |   0 |  19k|  19k|  20k|1249 | 19 | 462 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3417.32/3427.13	c   8.0s|     1 |     0 |  6430 |     - |  1233M |   0 |  19k|  19k|  20k|1295 | 20 | 463 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3417.51/3427.35	c   8.2s|     1 |     0 |  6531 |     - |  1233M |   0 |  19k|  19k|  20k|1335 | 21 | 464 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3417.71/3427.58	c   8.4s|     1 |     0 |  6603 |     - |  1233M |   0 |  19k|  19k|  20k|1369 | 22 | 465 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3418.01/3427.80	c   8.6s|     1 |     0 |  6685 |     - |  1233M |   0 |  19k|  19k|  20k|1402 | 23 | 466 |   0 |-5.919272e+04 |      --      |    Inf | unknown
3439.17/3449.09	c  29.9s|     1 |     2 | 13750 |     - |  1236M |   0 |  19k|  19k|  20k|1402 | 23 | 485 |  20 |-5.919450e+04 |      --      |    Inf | unknown
3504.90/3514.94	c  95.8s|   100 |   101 | 23873 | 177.3 |  1237M |  18 |  19k|  19k|  20k|2144 |  1 | 556 |1896 |-5.932632e+04 |      --      |    Inf | unknown
3533.32/3543.45	c   124s|   200 |   201 | 32635 | 132.2 |  1239M |  18 |  19k|  19k|  20k|2871 |  1 | 588 |2782 |-5.970167e+04 |      --      |    Inf | unknown
3554.27/3564.47	c   145s|   300 |   301 | 47054 | 136.2 |  1240M |  22 |  19k|  19k|  20k|3744 |  1 | 605 |3113 |-5.980174e+04 |      --      |    Inf | unknown
3568.64/3578.81	c   160s|   400 |   399 | 74929 | 171.9 |  1240M |  22 |  19k|  19k|  20k|4752 |  1 | 621 |3267 |-6.002349e+04 |      --      |    Inf | unknown
3583.60/3593.87	c   175s|   500 |   497 | 90612 | 168.9 |  1240M |  23 |  19k|  19k|  20k|5921 |  1 | 642 |3495 |-6.008260e+04 |      --      |    Inf | unknown
3594.89/3605.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3594.89/3605.17	c   186s|   600 |   597 |103638 | 162.5 |  1241M |  25 |  19k|  19k|  20k|6941 |  1 | 670 |3648 |-6.017030e+04 |      --      |    Inf | unknown
3600.06/3610.30	
3600.06/3610.30	*** TERMINATED *** by signal
3600.06/3610.30	c
3600.06/3610.30	s UNKNOWN
3600.06/3610.30	c _____________________________________________________________________________
3600.06/3610.30	c std/band forms        : 18770,0
3600.06/3610.30	c 2cl/3cl ITE-codings   : 6536160,0
3600.06/3610.30	c BDD/srt/adr Max costs : 455,3766,0
3600.06/3610.30	c BDDraw/bin/mul/srt/adr: 136,0,18360,274,0
3600.06/3610.30	c BDD nodes             : 8373248
3600.06/3610.30	c Es1/CC detections     : 0,0
3600.06/3610.30	c CC sort               : 274
3600.06/3610.30	c SAT/UNSAT calls       : 0,0
3600.06/3610.30	c regenrated variables  : 0
3600.06/3610.30	c eliminated fixed lits : 0
3600.06/3610.30	c goal lit flips        : 0
3600.06/3610.30	c goal stages           : 0
3600.06/3610.30	c goal shrink           : 0
3600.06/3610.30	c goal coeff separations: 3204
3600.06/3610.30	c restarts              : 1244
3600.06/3610.30	c conflicts             : 86575          (24 /sec)
3600.06/3610.30	c decisions             : 15505513       (4307 /sec)
3600.06/3610.30	c propagations          : 3834956622     (1065244 /sec)
3600.06/3610.30	c inspects              : 0              (0 /sec)
3600.06/3610.30	c CPU time (solving tm) : 3600 s        (672.9 s, SAT 0 s, UNSAT 0 s)
3600.06/3610.30	c SAT solver time       : 672.9 s
3600.06/3610.30	c SAT solver SAT time   : 0 s
3600.06/3610.30	c SAT solver UNSAT time : 0 s
3600.06/3610.30	c SAT solver TO time    : 672.9 s
3600.06/3610.30	c Time for SCIP         : 2698 s
3600.06/3610.30	c Coop SCIP LB improvements           : 0
3600.06/3610.30	c Coop SCIP UB improvements           : 7
3600.06/3610.30	c SCIP globally fixed variables       : 0
3600.06/3610.30	c SAT  globally fixed variables       : 0
3600.06/3610.30	c SCIP freeTransform calls            : 19
3600.06/3610.30	c Time for Opt-base     : 6.698 s
3600.06/3610.30	c Steps for Opt-base    : 33396840
3600.06/3610.30	c Time for BDD coding   : 22.76 s
3600.06/3610.30	c Time for srt coding   : 0.08165 s
3600.06/3610.30	c Inner solver invocations            : 0
3600.06/3610.30	c Inner solving count                 : 0
3600.06/3610.30	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-4780734-1782138540/watcher-4780734-1782138540 -o /tmp/evaluation-result-4780734-1782138540/solver-4780734-1782138540 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780734-1782138540/vars-4780734-1782138540 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291490 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780734-1782138540.opb 

running on 4 cores: 8-11

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,3-4,6,12,14,16,18,20,22-24,26-28,30-32,34-36,38-39,41-43,45-47,50-52,54-55,59-60,62-63
  3550 MHz: 17,19,33,40,56-58
  3600 MHz: 2,5,7-11,13,15,21,25,29,37,44,48-49,53,61
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: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (94357 MiB free)
  node 1: cores 8-15, 128973 MiB (70463 MiB free)
  node 2: cores 16-23, 129019 MiB (113527 MiB free)
  node 3: cores 24-31, 129003 MiB (71352 MiB free)
  node 4: cores 32-39, 129019 MiB (117609 MiB free)
  node 5: cores 40-47, 129019 MiB (82109 MiB free)
  node 6: cores 48-55, 129019 MiB (93613 MiB free)
  node 7: cores 56-63, 128474 MiB (108860 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100064 s]*
/proc/loadavg: 16.05 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=769932380/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=100836 memory=28296 CPUtime=0.08 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 5136 209 0 0 8 0 0 0 20 0 1 0 147141727 103256064 6985 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 25209 7074 2743 506 0 5900 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 100836 KiB
Current children cumulated memory: 28296 KiB

[startup+0.212482 s]*
/proc/loadavg: 16.05 16.09 16.03 18/877 2296576
/proc/meminfo: memFree=769911340/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=117652 memory=43472 CPUtime=0.19 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 8929 209 0 0 19 0 0 0 20 0 1 0 147141727 120475648 10697 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 29413 10868 2743 506 0 10104 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117652 KiB
Current children cumulated memory: 43472 KiB

[startup+0.313182 s]*
/proc/loadavg: 16.05 16.09 16.03 18/877 2296576
/proc/meminfo: memFree=769884884/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=132704 memory=58400 CPUtime=0.3 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 12662 209 0 0 29 1 0 0 20 0 1 0 147141727 135888896 14537 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 33176 14600 2743 506 0 13867 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 132704 KiB
Current children cumulated memory: 58400 KiB

[startup+0.700152 s]
/proc/loadavg: 16.05 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=769830064/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=290676 memory=222540 CPUtime=0.67 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 52535 209 0 0 64 3 0 0 20 0 1 0 147141727 297652224 55526 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 72669 55635 5352 506 0 53360 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 290676 KiB
Current children cumulated memory: 222540 KiB

[startup+1.50016 s]
/proc/loadavg: 16.05 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=769555960/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=413672 memory=341120 CPUtime=1.47 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 77549 209 0 0 142 5 0 0 20 0 1 0 147141727 423600128 85180 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 103418 85280 5722 506 0 84109 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 413672 KiB
Current children cumulated memory: 341120 KiB

[startup+3.11339 s]
/proc/loadavg: 16.04 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=768726004/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=593388 memory=459916 CPUtime=3.08 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 98297 209 0 0 301 7 0 0 20 0 1 0 147141727 607629312 114921 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 148347 114979 5770 506 0 129038 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 593388 KiB
Current children cumulated memory: 459916 KiB

[startup+6.30016 s]
/proc/loadavg: 16.04 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=768122028/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=809080 memory=672820 CPUtime=6.25 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 133053 209 0 0 616 9 0 0 20 0 1 0 147141727 828497920 168029 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 202270 168205 6098 506 0 182961 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 809080 KiB
Current children cumulated memory: 672820 KiB

[startup+12.7001 s]
/proc/loadavg: 16.04 16.09 16.03 17/877 2296576
/proc/meminfo: memFree=766265188/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=866780 memory=720308 CPUtime=12.63 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 147508 209 0 0 1253 10 0 0 20 0 1 0 147141727 887582720 179995 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 216695 180077 6098 506 0 197386 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 866780 KiB
Current children cumulated memory: 720308 KiB

[startup+25.5001 s]
/proc/loadavg: 16.03 16.08 16.03 17/877 2296576
/proc/meminfo: memFree=765447760/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=1089388 memory=924164 CPUtime=25.42 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 152088 209 0 0 2528 14 0 0 20 0 1 0 147141727 1115533312 230959 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 272347 231041 6098 506 0 253038 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1089388 KiB
Current children cumulated memory: 924164 KiB

[startup+51.1136 s]
/proc/loadavg: 16.02 16.07 16.03 17/877 2296576
/proc/meminfo: memFree=754713024/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=6468976 memory=5972884 CPUtime=50.97 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 669766 209 0 0 4935 162 0 0 20 0 1 0 147141727 6624231424 1493136 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1617244 1493221 6178 506 0 1597935 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 6468976 KiB
Current children cumulated memory: 5972884 KiB

[startup+102.3 s]
/proc/loadavg: 16.01 16.06 16.02 17/875 2296577
/proc/meminfo: memFree=744346024/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=8609304 memory=8015580 CPUtime=102 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 702828 209 0 0 9962 238 0 0 20 0 1 0 147141727 8815927296 2003845 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 2152326 2003895 6194 506 0 2133017 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 8609304 KiB
Current children cumulated memory: 8015580 KiB

[startup+162.3 s]
/proc/loadavg: 16.00 16.05 16.02 17/874 2296578
/proc/meminfo: memFree=743510680/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7350496 memory=6756772 CPUtime=161.83 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 705131 209 0 0 15861 322 0 0 20 0 1 0 147141727 7526907904 1689055 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1837624 1689193 6194 506 0 1818315 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 7350496 KiB
Current children cumulated memory: 6756772 KiB

[startup+222.3 s]
/proc/loadavg: 16.00 16.04 16.01 17/872 2296580
/proc/meminfo: memFree=709850192/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7350496 memory=6756840 CPUtime=221.66 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 705902 209 0 0 21840 326 0 0 20 0 1 0 147141727 7526907904 1689055 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1837624 1689210 6210 506 0 1818315 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 7350496 KiB
Current children cumulated memory: 6756840 KiB

[startup+282.3 s]
/proc/loadavg: 16.00 16.03 16.01 17/872 2296584
/proc/meminfo: memFree=683646732/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=6748588 memory=6050688 CPUtime=281.48 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 726504 209 0 0 26921 1227 0 0 20 0 1 0 147141727 6910554112 1512606 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1687147 1512672 6210 506 0 1667838 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 6748588 KiB
Current children cumulated memory: 6050688 KiB

[startup+342.3 s]
/proc/loadavg: 16.03 16.03 16.01 17/870 2296585

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

Current children cumulated memory: 6475732 KiB

[startup+2922.3 s]
/proc/loadavg: 10.09 10.42 12.08 11/835 2297026
/proc/meminfo: memFree=834959148/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7277772 memory=6475732 CPUtime=2913.83 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 974204 209 0 0 287881 3502 0 0 20 0 1 0 147141727 7452438528 1618796 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1819443 1618933 6258 506 0 1800134 0
Current children cumulated CPU time: 2913.83 s
Current children cumulated vsize: 7277772 KiB
Current children cumulated memory: 6475732 KiB

[startup+2982.3 s]
/proc/loadavg: 10.06 10.35 11.95 11/835 2297029
/proc/meminfo: memFree=834738408/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7277772 memory=6475732 CPUtime=2973.67 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 974474 209 0 0 293864 3503 0 0 20 0 1 0 147141727 7452438528 1618796 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1819443 1618933 6258 506 0 1800134 0
Current children cumulated CPU time: 2973.67 s
Current children cumulated vsize: 7277772 KiB
Current children cumulated memory: 6475732 KiB

[startup+3042.3 s]
/proc/loadavg: 10.02 10.29 11.83 11/835 2297033
/proc/meminfo: memFree=834742308/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7277772 memory=6475732 CPUtime=3033.51 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 974489 209 0 0 299848 3503 0 0 20 0 1 0 147141727 7452438528 1618796 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1819443 1618933 6258 506 0 1800134 0
Current children cumulated CPU time: 3033.51 s
Current children cumulated vsize: 7277772 KiB
Current children cumulated memory: 6475732 KiB

[startup+3102.3 s]
/proc/loadavg: 10.54 10.38 11.76 11/835 2297034
/proc/meminfo: memFree=834768944/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7277772 memory=6475732 CPUtime=3093.35 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 974665 209 0 0 305831 3504 0 0 20 0 1 0 147141727 7452438528 1618796 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1819443 1618933 6258 506 0 1800134 0
Current children cumulated CPU time: 3093.35 s
Current children cumulated vsize: 7277772 KiB
Current children cumulated memory: 6475732 KiB

[startup+3162.3 s]
/proc/loadavg: 10.34 10.36 11.66 11/834 2297035
/proc/meminfo: memFree=834796644/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7277772 memory=6475732 CPUtime=3153.19 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 975042 209 0 0 311814 3505 0 0 20 0 1 0 147141727 7452438528 1618796 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1819443 1618933 6258 506 0 1800134 0
Current children cumulated CPU time: 3153.19 s
Current children cumulated vsize: 7277772 KiB
Current children cumulated memory: 6475732 KiB

[startup+3222.3 s]
/proc/loadavg: 10.12 10.29 11.56 11/834 2297036
/proc/meminfo: memFree=834771560/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7277772 memory=6475736 CPUtime=3213.03 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 975371 209 0 0 317797 3506 0 0 20 0 1 0 147141727 7452438528 1618796 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1819443 1618934 6258 506 0 1800134 0
Current children cumulated CPU time: 3213.03 s
Current children cumulated vsize: 7277772 KiB
Current children cumulated memory: 6475736 KiB

[startup+3282.3 s]
/proc/loadavg: 9.60 10.14 11.42 9/822 2297105
/proc/meminfo: memFree=888111044/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7277772 memory=6475760 CPUtime=3272.87 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 975414 209 0 0 323781 3506 0 0 20 0 1 0 147141727 7452438528 1618796 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1819443 1618940 6258 506 0 1800134 0
Current children cumulated CPU time: 3272.87 s
Current children cumulated vsize: 7277772 KiB
Current children cumulated memory: 6475760 KiB

[startup+3342.3 s]
/proc/loadavg: 8.59 9.75 11.21 8/816 2297143
/proc/meminfo: memFree=889274448/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7227116 memory=6324612 CPUtime=3332.72 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 976768 209 0 0 329764 3508 0 0 20 0 1 0 147141727 7400566784 1581039 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1806779 1581153 6258 506 0 1787470 0
Current children cumulated CPU time: 3332.72 s
Current children cumulated vsize: 7227116 KiB
Current children cumulated memory: 6324612 KiB

[startup+3402.3 s]
/proc/loadavg: 7.02 9.09 10.89 7/810 2297177
/proc/meminfo: memFree=890023972/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7342420 memory=6487592 CPUtime=3392.57 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 995797 209 0 0 335645 3612 0 0 20 0 1 0 147141727 7518638080 1621784 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1835605 1621898 6258 506 0 1816296 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 7342420 KiB
Current children cumulated memory: 6487592 KiB

[startup+3462.3 s]
/proc/loadavg: 6.37 8.53 10.58 7/810 2297178
/proc/meminfo: memFree=890109668/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7342420 memory=6487592 CPUtime=3452.42 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 995827 209 0 0 341625 3617 0 0 20 0 1 0 147141727 7518638080 1621784 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1835605 1621898 6258 506 0 1816296 0
Current children cumulated CPU time: 3452.42 s
Current children cumulated vsize: 7342420 KiB
Current children cumulated memory: 6487592 KiB

[startup+3522.3 s]
/proc/loadavg: 6.13 8.06 10.29 7/810 2297179
/proc/meminfo: memFree=890159796/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7342420 memory=6487592 CPUtime=3512.28 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 996023 209 0 0 347610 3618 0 0 20 0 1 0 147141727 7518638080 1621784 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1835605 1621898 6258 506 0 1816296 0
Current children cumulated CPU time: 3512.28 s
Current children cumulated vsize: 7342420 KiB
Current children cumulated memory: 6487592 KiB

[startup+3582.3 s]
/proc/loadavg: 6.05 7.68 10.02 7/810 2297180
/proc/meminfo: memFree=890148348/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7355356 memory=6499284 CPUtime=3572.13 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 999147 209 0 0 353595 3618 0 0 20 0 1 0 147141727 7531884544 1624600 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1838839 1624821 6258 506 0 1819530 0
Current children cumulated CPU time: 3572.13 s
Current children cumulated vsize: 7355356 KiB
Current children cumulated memory: 6499284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 5.87 7.49 9.88 5/801 2297226
/proc/meminfo: memFree=899000956/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7355356 memory=6499284 CPUtime=3600.06 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 999153 209 0 0 356388 3618 0 0 20 0 1 0 147141727 7531884544 1624600 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1838839 1624821 6258 506 0 1819530 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 7355356 KiB
Current children cumulated memory: 6499284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3563.89 s, system=36.2709 s

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

[startup+3610.3 s]
/proc/loadavg: 5.87 7.49 9.88 5/801 2297226
/proc/meminfo: memFree=899000956/1055320708 swapFree=32681384/33554428
[pid=2296573] ppid=2296570 vsize=7355356 memory=6499284 CPUtime=3600.06 cores=8-11
/proc/2296573/stat : 2296573 (naps_release) R 2296570 2296573 2291478 0 -1 4194304 999153 209 0 0 356388 3618 0 0 20 0 1 0 147141727 7531884544 1624600 18446744073709551615 4210688 6281017 140727237972880 0 0 0 0 0 16898 0 0 0 17 9 0 0 0 0 0 6662968 6676388 24207360 140727237974235 140727237974416 140727237974416 140727237980104 0
/proc/2296573/statm: 1838839 1624821 6258 506 0 1819530 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 7355356 KiB
Current children cumulated memory: 6499284 KiB

Child status: 10

Real time (s): 3610.38
CPU time (s): 3600.16
CPU user time (s): 3563.89
CPU system time (s): 36.2709
CPU usage (%): 99.7168
Max. virtual memory (cumulated for all children) (KiB): 9354852
Max. memory (cumulated for all children) (KiB): 8527652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.89
system time used= 36.2709
maximum resident set size= 8527592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 999362
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= 303
involuntary context switches= 2008


# summary of solver processes directly reported to runsolver:
#   pid: 2296573
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3563.89
#   total CPU system time (s): 36.2709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1751 second user time and 38.098 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 16:29:00
IDJOB=4780734
IDBENCH=183177
IDSOLVER=3589
FILE ID=nodeE010/4780734-1782138540
RUNJOBID= nodeE010-1782134575-2291490
SLURM_JOB_ID= 12510915
Free space on /tmp= 798052 MiB

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

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

MD5SUM BENCH= da4367b128600aa565de63c34f41b94e
RANDOM SEED=968475122

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

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

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

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

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

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

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

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

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

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.360
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		: 3572.347
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.894
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		: 3566.895
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		: 3572.432
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		: 3580.763
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		: 3582.044
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		: 3579.369
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.428
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		: 3575.642
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		: 3575.516
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		: 3578.987
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		: 3592.201
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		: 3553.420
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		: 3555.453
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		: 3555.033
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.620
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		: 3587.254
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		: 3587.251
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:        769960284 kB
MemAvailable:   849369300 kB
Buffers:              32 kB
Cached:         83189016 kB
SwapCached:         6960 kB
Active:         193656224 kB
Inactive:       81858192 kB
Active(anon):   192361656 kB
Inactive(anon):    50272 kB
Active(file):    1294568 kB
Inactive(file): 81807920 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             82048 kB
Writeback:             0 kB
AnonPages:      192324772 kB
Mapped:           115680 kB
Shmem:             86536 kB
KReclaimable:    1111304 kB
Slab:            1625160 kB
SReclaimable:    1111304 kB
SUnreclaim:       513856 kB
KernelStack:       14992 kB
PageTables:       386796 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   206005156 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479012 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  93483008 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= 798312 MiB
End job on nodeE010 at 2026-06-22 17:29:11